div.ccm-notification-help-launcher a {
  display: none !important;
}
.mfp-content {
  width: 85% !important;
  max-width: 85% !important;
  max-height: 600px !important;
  height: 600px !important;
}
div.ccm-page body,
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6,
div.ccm-page p,
div.ccm-page a,
div.ccm-page ul,
div.ccm-page li {
  font-family: 'Muli', sans-serif !important;
}
div.ccm-page main {
  padding-bottom: 30px;
}
div.ccm-page header {
  /*display: none;*/
}
div.ccm-page img {
  display: inline-block;
}
.page-template-home main,
.title-int {
  padding-top: 140px;
}
.fancybox-overlay-fixed {
  z-index: 1 !important;
}
.fancybox-opened {
  z-index: 999999 !important;
}
/* Header */
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s linear;
}
.ccm-edit-mode header {
  position: static;
}
.ccm-edit-mode .page-template-home main,
.ccm-edit-mode .title-int {
  padding-top: 0;
}
.header-active {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.site-nav {
  padding: 0;
  padding-top: 20px;
}
div.ccm-page header nav ul {
  text-align: center;
  float: none;
}
div.ccm-page header nav ul li {
  margin-right: 19px;
}
div.ccm-page header nav ul li ul li a {
  color: #757575;
}
div.ccm-page header nav ul li:last-child {
  margin-right: 0;
}
div.ccm-page header nav ul a {
  padding-right: 5px;
  font-family: 'Muli', sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
div.ccm-page header nav ul a:hover {
  color: #5F5F5F;
}
div.ccm-page header nav ul a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.ccm-page header nav ul a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div.ccm-page header nav ul li ul li a {
  font-weight: 700;
  font-size: 15px;
}
div.ccm-page header nav ul li ul li a:before {
  content: none;
  color: #333333;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #000;
}
.black-btn {
  background-color: #333333;
  padding: 8px;
  border-radius: 10px;
}
.header-btn {
  padding-top: 30px;
}
.header-btn p {
  margin: 0;
}
.header-btn a {
  color: #fff;
  font-weight: 700;
}
.header-btn a:hover {
  text-decoration: none;
  color: #eedc82;
}
/* Hamburger Menu */
.ccm-responsive-menu-launch i:after,
.ccm-responsive-menu-launch.responsive-button-close i:after {
  color: #333333;
}
.ccm-responsive-overlay ul li a {
  color: #333333;
  font-family: 'Muli', sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}
.ccm-responsive-overlay ul li a:hover {
  color: #5F5F5F;
}
.ccm-responsive-overlay ul li ul li a {
  font-size: 12px !important;
  padding-left: 30px;
}
.ccm-responsive-overlay {
  border-bottom: 5px solid #eedc82;
}
/* Footer */
footer#footer-theme {
  background-color: #333333;
  color: #fff;
}
footer#footer-theme a {
  color: #fff;
}
footer#footer-theme a:hover {
  color: #eedc82;
}
/* Homepage */
.icons-home img {
  margin: 0 auto;
}
.icons-home a img {
  transition: all 0.3s ease-in-out;
}
.icons-home a:hover img {
  opacity: 0.4;
}
.home-para {
  color: #fff;
}
.home-para p {
  margin: 0;
}
.home-table table {
  border-color: transparent;
}
.home-table td {
  width: 20%;
  border-color: transparent;
}
.home-cubes .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.home-cubes .row {
  margin: 0;
}
.home-cubes .col-sm-12 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.home-cubes .col-sm-4 {
  padding: 0;
}
.home-cubes .col-sm-4 h2 {
  padding: 150px 0;
  color: #fff;
  margin: 0;
}
div.ccm-page main a:not(.fa):not(.btn) {
  color: #333333;
}
div.ccm-page main a:not(.fa):not(.btn):hover {
  color: #5F5F5F;
}
/*.page-template-home .icons-home h2 a:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 2px;
	bottom: 0;
	left: 40%;
	background-color: #333333;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.page-template-home .icons-home h2 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/
.home-cubes-all {
  background-blend-mode: overlay;
  transition: all 0.5s ease-in-out;
}
.home-cubes-all:hover {
  background-blend-mode: normal;
}
.home-cubes-all:hover h2 {
  opacity: 0;
}
/* Video - homepage */
.video {
  width: 100%;
  margin-top: -1px;
}
.wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
}
.playpause {
  background-image: url(/application/files/6915/1034/5966/play-icon.png);
  background-repeat: no-repeat;
  width: 20%;
  height: 20%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
/* Slider */
div.ccm-page .ccm-image-slider-text .ccm-image-slider-title {
  display: none;
}
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  width: 100%;
}
div.ccm-page .ccm-image-slider img {
  width: 100%;
  height: auto;
}
div.ccm-page .ccm-image-slider-container {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
  margin: 0 !important;
  padding: 0 !important;
}
div.ccm-page .rslides li {
  max-height: none !important;
}
div.ccm-page .rslides_tabs {
  text-align: center;
  background-color: #fff;
  margin: 0;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #eedc82;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a:hover {
  background: #eedc82;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  position: absolute;
  margin-top: -50px;
  z-index: 99;
  background-color: transparent;
  width: 100%;
}
/* Interior Page */
div.ccm-page .title-int {
  background-color: #000;
}
div.ccm-page .title-int h1.page-title {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.page-template-full main {
  padding-top: 30px;
}
.black-btn a {
  color: #fff !important;
  font-weight: 700;
}
.black-btn a:hover {
  color: #eedc82 !important;
  text-decoration: none;
}
.mission-main-two {
  background-color: #f2f2f2;
}
.mission-main,
.mission-main-continued {
  background-color: #fff;
}
.mission-img img {
  position: absolute;
  max-width: 75% !important;
  margin: 20px;
}
.full-width-grey {
  background-color: #f2f2f2;
}
.full-width-grey p,
.full-width-grey h1,
.full-width-grey h2,
.full-width-grey h3,
.full-width-grey h4,
.full-width-grey h5,
.full-width-grey h6,
.full-width-grey ul,
.full-width-grey li {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .full-width-grey p,
  .full-width-grey h1,
  .full-width-grey h2,
  .full-width-grey h3,
  .full-width-grey h4,
  .full-width-grey h5,
  .full-width-grey h6,
  .full-width-grey a,
  .full-width-grey span,
  .full-width-grey ul,
  .full-width-grey li {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .full-width-grey p,
  .full-width-grey h1,
  .full-width-grey h2,
  .full-width-grey h3,
  .full-width-grey h4,
  .full-width-grey h5,
  .full-width-grey h6,
  .full-width-grey a,
  .full-width-grey span,
  .full-width-grey ul,
  .full-width-grey li {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .full-width-grey p,
  .full-width-grey h1,
  .full-width-grey h2,
  .full-width-grey h3,
  .full-width-grey h4,
  .full-width-grey h5,
  .full-width-grey h6,
  .full-width-grey a,
  .full-width-grey span,
  .full-width-grey ul,
  .full-width-grey li {
    width: 1170px;
  }
}
.wide-section {
  padding: 100px 0;
}
.wide-section h2 {
  color: #fff !important;
  margin: 0;
  font-size: 40px !important;
}
.wide-section h3 {
  color: #fff !important;
  margin: 0;
  font-size: 30px !important;
}
/* Formify forms */
.formify-form.with-style {
  max-width: 100% !important;
  text-align: center !important;
}
.formify-form.with-style input[type="submit"],
.formify-form.with-style .formify-nav-button {
  background-color: #333333 !important;
}
.formify-form.with-style input[type="text"],
.formify-form.with-style input[type="email"],
.formify-form.with-style input[type="tel"],
.formify-form.with-style input[type="number"],
.formify-form.with-style input[type="search"],
.formify-form.with-style input[type="url"],
.formify-form.with-style input[type="password"] {
  margin: 0 auto !important;
}
.formify-form.with-style input[type="submit"]:hover {
  background-color: #5F5F5F !important;
}
@media (min-width: 1200px) {
  /*.formify-section{
        clear: both;
    }
    .formify-field-container{
        width: 49%;
        display: inline-block;
        float: none;
    }*/
}
/* Media Queries */
@media (max-width: 1200px) {
  .site-nav {
    padding-top: 10px;
  }
  div.ccm-page header nav ul li:last-child {
    margin-right: 20px;
  }
  .header-btn {
    padding-top: 20px;
  }
  div.ccm-page header nav ul a {
    font-size: 12px;
    padding-right: 0;
  }
  div.ccm-page header nav ul li ul li a {
    font-size: 12px;
  }
  .page-template-home main,
  .title-int {
    padding-top: 120px;
  }
}
@media (max-width: 990px) {
  .logo {
    padding-top: 5px;
  }
  .site-nav {
    padding-top: 0;
  }
  .home-para {
    background-position: right !important;
  }
  .long-btn p {
    display: grid;
  }
  .home-para {
    padding: 50px !important;
  }
  header {
    position: static;
  }
  .page-template-home main,
  .title-int {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .logo {
    padding-top: 0;
  }
  .site-nav {
    padding-right: 20px;
  }
  .header-btn p {
    text-align: right !important;
  }
  .ccm-responsive-overlay {
    top: 195px;
  }
  .home-table tr {
    display: grid;
  }
  .home-table td {
    width: 100%;
  }
  .mission-img img {
    position: relative;
    max-width: 90% !important;
  }
  /*.page-template-home .icons-home h2 a:before {
		content: none;
	}*/
}
@media (max-width: 650px) {
  .ccm-responsive-overlay {
    top: 165px;
  }
}
@media (max-width: 550px) {
  .site-nav {
    margin-top: -10px;
  }
  .ccm-responsive-overlay {
    top: 140px;
  }
  .header-btn p {
    font-size: 12px;
  }
  .wide-section h2 {
    font-size: 30px !important;
  }
  .wide-section h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 400px) {
  .ccm-responsive-overlay {
    top: 110px;
  }
  .home-para {
    padding: 35px !important;
  }
  .home-cubes .col-sm-4 h2 {
    padding: 100px 0;
  }
}
