@import url(//fonts.googleapis.com/css?family=Montserrat);
.ccm-toolbar-visable #header {
  position: relative !important;
}
.ccm-panel-ready #header {
  position: absolute !important;
}
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Small devices (tablets, 768px and up) 
@media (min-width: @screen-sm-min) { ... }*/
/* Medium devices (desktops, 992px and up) 
@media (min-width: @screen-md-min) { ... }*/
/* Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg-min) { ... } */
.navcontrol {
  width: 100%;
  z-index: 4;
  position: relative;
}
.navcontrol .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.navcontrol .navbar-default .navbar-toggle {
  float: right !important;
}
@media (max-width: 767px) {
  .navcontrol .navbar-default .navbar-toggle {
    float: none;
  }
}
.navcontrol .custom-nav-class nav ul,
.navcontrol .custom-nav-class .nav {
  float: none;
  margin: 0;
  padding: 0px;
  width: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul,
  .navcontrol .custom-nav-class .nav {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul:before,
  .navcontrol .custom-nav-class .nav:before,
  .navcontrol .custom-nav-class nav ul:after,
  .navcontrol .custom-nav-class .nav:after {
    display: none;
  }
}
.navcontrol .custom-nav-class nav ul > li,
.navcontrol .custom-nav-class .nav > li {
  display: inline-block;
  float: none;
}
@media (min-width: 768px) {
  .navcontrol .custom-nav-class nav ul > li,
  .navcontrol .custom-nav-class .nav > li {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul > li,
  .navcontrol .custom-nav-class .nav > li {
    width: auto;
    display: block;
  }
}
.navcontrol .custom-nav-class nav ul > li > a,
.navcontrol .custom-nav-class .nav > li > a {
  white-space: nowrap;
}
.navcontrol .custom-nav-class nav ul ul,
.navcontrol .custom-nav-class .nav ul {
  margin: 0;
  padding: 0px;
  width: 200px;
  list-style: none;
  position: absolute;
  visibility: hidden;
  display: none;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul,
  .navcontrol .custom-nav-class .nav ul {
    display: none;
  }
}
.navcontrol .custom-nav-class nav ul ul.opennav,
.navcontrol .custom-nav-class .nav ul.opennav {
  -webkit-animation: fadein 0.7s;
  /* Safari and Chrome */
  -moz-animation: fadein 0.7s;
  /* Firefox */
  -ms-animation: fadein 0.7s;
  /* Internet Explorer */
  -o-animation: fadein 0.7s;
  /* Opera */
  animation: fadein 0.7s;
  opacity: 1;
  height: auto;
  visibility: visible;
  display: block;
  z-index: 10;
  background-color: rgba(18, 23, 9, 0.6);
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul.opennav,
  .navcontrol .custom-nav-class .nav ul.opennav {
    display: block;
  }
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul,
  .navcontrol .custom-nav-class .nav ul {
    position: static;
    width: auto;
  }
}
.navcontrol .custom-nav-class nav ul ul li,
.navcontrol .custom-nav-class .nav ul li {
  border-bottom: 0px;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul li,
  .navcontrol .custom-nav-class .nav ul li {
    border-right: 0px;
    border-left: 0px;
  }
}
.navcontrol .custom-nav-class nav ul ul li:last-child,
.navcontrol .custom-nav-class .nav ul li:last-child {
  border-bottom: 0px;
}
.navcontrol .custom-nav-class nav ul ul li a,
.navcontrol .custom-nav-class .nav ul li a {
  display: block;
}
.navcontrol .custom-nav-class nav ul ul li a i,
.navcontrol .custom-nav-class .nav ul li a i {
  float: right;
}
.navcontrol .custom-nav-class nav ul ul li ul,
.navcontrol .custom-nav-class .nav ul li ul {
  left: 100%;
  top: 0;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 10;
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul li ul,
  .navcontrol .custom-nav-class .nav ul li ul {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .navcontrol .custom-nav-class nav ul ul li ul a,
  .navcontrol .custom-nav-class .nav ul li ul a {
    text-indent: 20px;
  }
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/application/themes/dart/css/build/fancybox.png");
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/application/themes/dart/css/build/fancybox.png") -40px
    0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("/application/themes/dart/css/build/blank.gif");
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/application/themes/dart/css/build/fancybox-x.png");
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/application/themes/dart/css/build/fancybox-y.png");
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/application/themes/dart/css/build/fancybox-x.png");
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/application/themes/dart/css/build/fancybox-y.png");
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/application/themes/dart/css/build/fancybox.png");
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url("/application/themes/dart/css/build/fancy_title_over.png");
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("/application/themes/dart/css/build/fancybox.png") -40px -90px
    no-repeat;
}
#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/application/themes/dart/css/build/fancybox-x.png") 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/application/themes/dart/css/build/fancybox.png") -55px -90px
    no-repeat;
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
body .master-container {
  font-family: "Monserrat", sans-serif;
  font-size: 14px;
  color: #434a54;
  font-weight: 400;
}
@media (min-width: 992px) {
  body .master-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (min-height: 1200px) {
  body .master-container {
    font-size: 21px;
  }
}
.font1 {
  font-family: "Monserrat", sans-serif;
}
.master-container h1,
.master-container h2,
.master-container h3,
.master-container h4,
.master-container h5,
.master-container p {
  margin: 20px 0px;
  line-height: 130%;
  color: #d4383e;
}
.master-container h1 {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #d4383e;
  line-height: 110%;
  margin: 0 0 1em;
}
.master-container h2 {
  font-size: 1.45em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #d4383e;
  margin: 0 0 1em;
  /*
		@media @screen-sm-min {  } //768px
		@media @screen-md-min { font-size: 30px; } //992px
*/
}
.master-container h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #d4383e;
  margin: 0.5em 0;
}
.master-container h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 0.5em 0;
}
.master-container h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #bbbbbb;
  margin: 0.5em 0;
}
.master-container h6 {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 0.5em 0;
}
.master-container p {
  text-shadow: none;
  line-height: 180%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #434a54;
  margin: 1em 0 2em;
}
.master-container .xl {
  font-size: 80px;
}
.master-container #footer,
.master-container #footer h1,
.master-container #footer h2,
.master-container #footer h3,
.master-container #footer h4,
.master-container #footer h5,
.master-container #footer p,
.master-container #footer a {
  color: #ccd1d9;
  margin-bottom: 0;
}
.master-container .button {
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  padding: 15px 40px;
  font-family: "Monserrat", sans-serif;
  margin: 20px 0;
}
.master-container .button:hover {
  background-color: #fff;
  color: #000;
}
.page-template-home .master-container {
  overflow: hidden;
}
.page-template-home .master-container #home-pagetype {
  overflow: hidden;
}
.page-template-home .master-container #home-pagetype #home-hero-wrapper {
  overflow: hidden;
}
.page-template-home .master-container #home-pagetype #home-hero-wrapper #hero {
  width: 100%;
  height: 100%;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container {
  width: 100%;
  height: 100%;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider {
  width: 100%;
  height: 100%;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner {
  width: 100%;
  height: 100%;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul {
  height: 100%;
  width: 100%;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li
  img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    img {
    height: 100%;
    width: auto;
    max-width: none !important;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    img {
    min-width: 100%;
    height: auto;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li
  .ccm-image-slider-text {
  width: 80%;
  top: auto;
  left: 10%;
  right: 10%;
  bottom: 10%;
}
@media (min-width: 768px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    .ccm-image-slider-text {
    top: auto;
    left: auto;
    bottom: 30px;
    right: 50px;
    text-align: right;
    border-right: 16px solid #ef3e42;
    padding: 10px 30px 10px;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    .ccm-image-slider-text {
    max-width: 40%;
    bottom: 50px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    .ccm-image-slider-text {
    max-width: 30%;
    bottom: 70px;
    right: 70px;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li
  .ccm-image-slider-text
  h1,
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li
  .ccm-image-slider-text
  h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 3px 0;
  text-shadow: 2px 2px 2px #000000;
}
@media (min-width: 768px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    .ccm-image-slider-text
    h1,
  .page-template-home
    .master-container
    #home-pagetype
    #home-hero-wrapper
    #hero
    .ccm-image-slider-container
    .ccm-image-slider
    .ccm-image-slider-inner
    ul
    li
    .ccm-image-slider-text
    h2 {
    font-size: 20px;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-hero-wrapper
  #hero
  .ccm-image-slider-container
  .ccm-image-slider
  .ccm-image-slider-inner
  ul
  li
  .ccm-image-slider-text
  p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

.ccm-image-slider {
  position: relative;
}

.ccm-image-slider-text {
  position: absolute;
  width: 45%;
  left: 0;
  top: 10%;
}

.ccm-image-slider-title {
  margin-top: auto;
}

.ccm-image-slider-container a.mega-link-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0px;
}

.rslides {
  margin: 0 auto;
  padding: 0px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/arrows.gif") no-repeat left top;
  margin-top: -45px;
}

.rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.rslides_tabs li.rslides_here a {
  background: #333;
}

.rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.page-template-home .master-container #home-pagetype #home-callouts {
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-home .master-container #home-pagetype #home-callouts {
    height: 95px;
  }
}
@media (min-width: 992px) {
  .page-template-home .master-container #home-pagetype #home-callouts {
    height: 125px;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-left {
  background-color: #4fc1e9;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-callouts
    #home-section-left {
    width: 50%;
    height: 95px;
    float: left;
  }
}
@media (min-width: 992px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-callouts
    #home-section-left {
    height: 125px;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-left
  .home-callout-block {
  background-color: #4fc1e9;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-left
  .home-callout-block
  p {
  color: #434a54;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-left
  .home-callout-block
  a.button:hover {
  color: #4fc1e9;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-right {
  background-color: #354c77;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-callouts
    #home-section-right {
    width: 50%;
    height: 95px;
    float: right;
  }
}
@media (min-width: 992px) {
  .page-template-home
    .master-container
    #home-pagetype
    #home-callouts
    #home-section-right {
    height: 125px;
  }
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-right
  .home-callout-block {
  background-color: #354c77;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-right
  .home-callout-block
  p {
  color: #fff;
}
.page-template-home
  .master-container
  #home-pagetype
  #home-callouts
  #home-section-right
  .home-callout-block
  a.button:hover {
  color: #354c77;
}

.home-callout-block {
  text-align: center;
  padding: 30px 25px 10px;
}

.master-container .home-callout-block h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0;
}

.master-container .home-callout-block h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0;
}

.master-container .home-callout-block .body-copy {
  display: none;
}

.master-container .home-callout-block .button {
  display: inline-block;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .home-callout-block {
    padding: 25px 25px 20px;
  }
  .master-container .home-callout-block h2 {
    font-size: 16px;
  }
  .master-container .home-callout-block h3 {
    font-size: 30px;
    background: transparent url("../img/line-blue.png") no-repeat center bottom;
    padding-bottom: 22px;
  }
  .master-container #home-section-right .home-callout-block h3 {
    background: transparent url("../img/line-cyan.png") no-repeat center bottom;
  }
  .master-container .home-callout-block .body-copy {
    display: block;
    font-size: 14px;
    margin: 30px 0 20px;
  }

  .master-container .home-callout-block .button {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
  }
  .home-callout-block {
    position: absolute;
    top: 0;
    -ms-transform: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  }
  .home-callout-block:hover,
  .home-callout-block:active,
  .home-callout-block.touch {
    top: 100%;
    -moz-transition: translateY(-100%);
    -o-transition: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: translateY(-100%);
  }
}

@media screen and (min-width: 992px) {
  .home-callout-block {
    padding: 30px 30px 30px;
  }
  .master-container .home-callout-block h2 {
    font-size: 20px;
  }
  .master-container .home-callout-block h3 {
    font-size: 40px;
  }
  .master-container .home-callout-block .body-copy {
    font-size: 16px;
  }
  .master-container .home-callout-block .button {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .home-callout-block {
    padding: 30px 25px 30px;
  }
  .master-container .home-callout-block h2 {
    font-size: 25px;
  }
  .master-container .home-callout-block h3 {
    font-size: 45px;
  }
  .master-container .home-callout-block .body-copy {
    font-size: 18px;
  }
  .master-container .home-callout-block .button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .home-callout-block {
    padding: 30px 85px 30px;
  }
  .master-container .home-callout-block h2 {
    font-size: 25px;
  }
  .master-container .home-callout-block h3 {
    font-size: 45px;
  }
  .master-container .home-callout-block .body-copy {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .master-container .home-callout-block .button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) {
  .home-callout-block {
    padding: 30px 16% 30px;
  }
}

.page-template-home .master-container #footer {
  display: none;
}
#half-pagetype-residential {
  /* START RESPONSIVE */
}
#half-pagetype-residential .preload {
  display: none;
}
#half-pagetype-residential a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#half-pagetype-residential a:hover,
#half-pagetype-residential a:focus {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#half-pagetype-residential section#first,
#half-pagetype-residential section#panel-1,
#half-pagetype-residential section#second,
#half-pagetype-residential section#panel-2,
#half-pagetype-residential section#third,
#half-pagetype-residential section#panel-3,
#half-pagetype-residential section#fourth,
#half-pagetype-residential section#panel-4,
#half-pagetype-residential section#fifth,
#half-pagetype-residential section#panel-5,
#half-pagetype-residential section#sixth,
#half-pagetype-residential section#panel-6,
#half-pagetype-residential section#seventh,
#half-pagetype-residential section#panel-7 {
  position: relative;
}
#half-pagetype-residential #poster {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 0.05s;
  /* Safari */
  transition-delay: 0.05s;
}
#half-pagetype-residential body {
  margin: 0 auto;
}
#half-pagetype-residential .fullwrap {
  display: block;
}
#half-pagetype-residential #half-pagetype .row {
  margin: 0 auto;
  width: 100%;
}
#half-pagetype-residential .tall:after {
  clear: both;
  display: table;
  content: "";
}
#half-pagetype-residential .text-row {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
}
#half-pagetype-residential .halfWidth {
  width: 100%;
  max-width: 100%;
}
/* #half-pagetype-residential .slide1 {
  background-image: url('/application/themes/dart/img/residential-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide2 {
  background-image: url('/application/themes/dart/img/residential-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide3 {
  background-image: url('/application/themes/dart/img/residential-3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide4 {
  background-image: url('/application/themes/dart/img/residential-4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide5 {
  background-image: url('/application/themes/dart/img/residential-5.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide6 {
  background-image: url('/application/themes/dart/img/residential-6.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#half-pagetype-residential .slide7 {
  background-image: url('/application/themes/dart/img/residential-7.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
} */
#half-pagetype-residential .bottom-sticker {
  color: #fff;
  text-align: center;
  padding: 0 40px;
}
#half-pagetype-residential .bottom-sticker a.btn-default {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 16px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  #half-pagetype-residential .bottom-sticker a.btn-default {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#half-pagetype-residential .bottom-sticker a.btn-default:hover {
  color: #354c77;
  background-color: #fff;
}
#half-pagetype-residential h1 img,
#half-pagetype-residential h2 img,
#half-pagetype-residential h3 img,
#half-pagetype-residential h4 img,
#half-pagetype-residential h5 img,
#half-pagetype-residential h6 img {
  margin: 0;
  max-width: 50px !important;
  height: auto;
}
@media (min-width: 768px) {
  #half-pagetype-residential h1 img,
  #half-pagetype-residential h2 img,
  #half-pagetype-residential h3 img,
  #half-pagetype-residential h4 img,
  #half-pagetype-residential h5 img,
  #half-pagetype-residential h6 img {
    max-width: 75px !important;
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  #half-pagetype-residential h1 img,
  #half-pagetype-residential h2 img,
  #half-pagetype-residential h3 img,
  #half-pagetype-residential h4 img,
  #half-pagetype-residential h5 img,
  #half-pagetype-residential h6 img {
    max-width: 100px !important;
  }
}
#half-pagetype-residential .mobile-slide {
  height: 400px;
}
#half-pagetype-residential #panel-1 {
  background-color: #4fc1e9;
}
#half-pagetype-residential #panel-2 {
  background-color: #ffce54;
}
#half-pagetype-residential #panel-3 {
  background-color: #48cfad;
}
#half-pagetype-residential #panel-4 {
  background-color: #4fc1e9;
}
#half-pagetype-residential #panel-5 {
  background-color: #ac92ec;
}
#half-pagetype-residential #panel-6 {
  background-color: #fc6e51;
}
#half-pagetype-residential #panel-7 {
  background-color: #ed5565;
}
#half-pagetype-residential #panel-1 {
  text-align: center;
  color: #434a54;
  font-weight: 400;
}
#half-pagetype-residential #panel-1 h1,
#half-pagetype-residential #panel-1 h2,
#half-pagetype-residential #panel-1 h3,
#half-pagetype-residential #panel-1 h4,
#half-pagetype-residential #panel-1 h5,
#half-pagetype-residential #panel-1 h6,
#half-pagetype-residential #panel-1 p,
#half-pagetype-residential #panel-1 a {
  color: #fff;
}
#half-pagetype-residential #panel-1 h1 {
  background: transparent url("../img/line-blue.png") no-repeat center bottom;
  padding: 0 0 20px;
  margin: 0 0 25px;
  font-size: 1.9em;
  line-height: 1em;
}
@media (min-width: 992px) {
  #half-pagetype-residential #panel-1 h1 {
    font-size: 2.125em;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  #half-pagetype-residential #panel-1 h1 {
    font-size: 2.5em;
    margin: 0 0 40px;
  }
}
@media (min-width: 2000px) {
  #half-pagetype-residential #panel-1 h1 {
    font-size: 2.89em;
    margin: 0 0 40px;
  }
}
#half-pagetype-residential #panel-1 h1 span.small-text {
  padding: 0;
  font-size: 0.45em;
}
#half-pagetype-residential #panel-1 p {
  color: #434a54;
}
#half-pagetype-residential #panel-1 a.small-text {
  background: transparent url("../img/white-down-arrow.png") no-repeat center
    bottom;
  padding-bottom: 40px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#half-pagetype-residential #panel-1 a.small-text:hover {
  color: #434a54;
}
@media (min-width: 992px) {
  #half-pagetype-residential #panel-1 a.small-text {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
#half-pagetype-residential #panel-1 .bottom-sticker {
  display: none;
}
@media (min-width: 768px) {
  #half-pagetype-residential #panel-1 .bottom-sticker {
    display: block;
    animation-name: arrows;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 2.5s;
  }
}
@keyframes arrows {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#half-pagetype-residential #panel-2 h1,
#half-pagetype-residential #panel-2 h2,
#half-pagetype-residential #panel-2 h3,
#half-pagetype-residential #panel-2 h4,
#half-pagetype-residential #panel-2 h5,
#half-pagetype-residential #panel-2 h6 {
  color: #e9573f;
}
#half-pagetype-residential #panel-2 .bottom-sticker {
  display: none;
  text-align: left;
  padding-left: 12%;
  padding-right: 12%;
}
#half-pagetype-residential #panel-2 .bottom-sticker p {
  color: #e9573f;
}
@media (min-width: 768px) {
  #half-pagetype-residential #panel-2 .bottom-sticker {
    display: block;
  }
}
@media (min-width: 992px) {
  #half-pagetype-residential #panel-2 .bottom-sticker {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #half-pagetype-residential #panel-2 .bottom-sticker {
    bottom: 50px;
  }
}
@media (min-width: 1400px) {
  #half-pagetype-residential #panel-2 .bottom-sticker {
    bottom: 80px;
  }
}
#half-pagetype-residential #panel-3 h1,
#half-pagetype-residential #panel-3 h2,
#half-pagetype-residential #panel-3 h3,
#half-pagetype-residential #panel-3 h4,
#half-pagetype-residential #panel-3 h5,
#half-pagetype-residential #panel-3 h6 {
  color: #354c77;
}
#half-pagetype-residential #panel-3 table {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #half-pagetype-residential #panel-3 table img {
    max-width: 50px !important;
  }
}
#half-pagetype-residential #panel-3 table td {
  width: 33.33%;
}
#half-pagetype-residential #panel-3 table td p {
  margin: 15px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #half-pagetype-residential #panel-3 table td p {
    margin: 0px 0 10px;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  #half-pagetype-residential #panel-3 table {
    display: table !important;
  }
}
#half-pagetype-residential #panel-4 h1,
#half-pagetype-residential #panel-4 h2,
#half-pagetype-residential #panel-4 h3,
#half-pagetype-residential #panel-4 h4,
#half-pagetype-residential #panel-4 h5,
#half-pagetype-residential #panel-4 h6 {
  color: #354c77;
}
#half-pagetype-residential #panel-4 a {
  color: #354c77;
}
#half-pagetype-residential #panel-4 a:hover {
  color: #fff;
}
#half-pagetype-residential #panel-4 table {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
#half-pagetype-residential #panel-4 table td {
  width: 33.33%;
}
#half-pagetype-residential #panel-4 table td p {
  margin: 15px 0;
}
@media (min-width: 768px) and (min-height: 800px) {
  #half-pagetype-residential #panel-4 table {
    display: table !important;
  }
}
#half-pagetype-residential #panel-4 .bottom-sticker {
  color: #fff;
}
#half-pagetype-residential #panel-4 .bottom-sticker a.btn-default {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 16px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  #half-pagetype-residential #panel-4 .bottom-sticker a.btn-default {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#half-pagetype-residential #panel-4 .bottom-sticker a.btn-default:hover {
  color: #354c77;
  background-color: #fff;
}
#half-pagetype-residential #panel-5 h1,
#half-pagetype-residential #panel-5 h2,
#half-pagetype-residential #panel-5 h3,
#half-pagetype-residential #panel-5 h4,
#half-pagetype-residential #panel-5 h5,
#half-pagetype-residential #panel-5 h6 {
  color: #354c77;
}
#half-pagetype-residential #panel-5 p {
  color: #fff;
}
#half-pagetype-residential #panel-6 h1,
#half-pagetype-residential #panel-6 h2,
#half-pagetype-residential #panel-6 h3,
#half-pagetype-residential #panel-6 h4,
#half-pagetype-residential #panel-6 h5,
#half-pagetype-residential #panel-6 h6 {
  color: #fff;
}
#half-pagetype-residential #panel-6 p {
  color: #fff;
}
#half-pagetype-residential #panel-6 form label {
  color: #fff;
  font-weight: normal;
}
#half-pagetype-residential #panel-6 form .control-label {
  color: #fff;
}
#half-pagetype-residential #panel-6 form .small {
  font-style: italic;
  font-size: 12px;
  color: #f7e895;
}
#half-pagetype-residential #panel-6 form .btn {
  background-color: #e9573f;
  border: none;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  margin: 20px 0 0;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #half-pagetype-residential #panel-6 form .btn {
    font-size: 21px;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) and (min-height: 800px) {
  #half-pagetype-residential #panel-6 form .btn {
    font-size: 24px;
    padding: 25px 40px;
  }
}
#half-pagetype-residential #panel-6 form .btn:hover {
  background-color: #d4383e;
}
#half-pagetype-residential #panel-7 h1,
#half-pagetype-residential #panel-7 h2,
#half-pagetype-residential #panel-7 h3,
#half-pagetype-residential #panel-7 h4,
#half-pagetype-residential #panel-7 h5,
#half-pagetype-residential #panel-7 h6 {
  color: #354c77;
}
#half-pagetype-residential #panel-7 p {
  color: #fff;
}
#half-pagetype-residential #panel-7 .ccm-block-page-list-title {
  margin: 1em 0 2em;
}
#half-pagetype-residential #panel-7 .ccm-block-page-list-title a {
  color: #fff;
  text-shadow: none;
  line-height: 180%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 1em 0 2em;
}
#half-pagetype-residential #panel-7 .ccm-block-page-list-title a:hover {
  color: #3c455a;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  #half-pagetype-residential .disableScroll {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  #half-pagetype-residential ::-webkit-scrollbar {
    display: none;
  }
  #half-pagetype-residential .overflow-hidden {
    overflow-y: scroll;
  }
  #half-pagetype-residential .left {
    float: left !important;
  }
  #half-pagetype-residential .left .row {
    margin: 0 !important;
  }
  #half-pagetype-residential .right {
    float: right !important;
  }
  #half-pagetype-residential .right .row {
    margin: 0 !important;
  }
  #half-pagetype-residential .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100vh;
  }
  #half-pagetype-residential .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: 100vh;
  }
  #half-pagetype-residential .tall {
    position: relative;
    height: 100vh;
  }
  #half-pagetype-residential .text-row-wrapper {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  #half-pagetype-residential .text-row {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
  }
  #half-pagetype-residential .bottom-sticker {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    bottom: 2%;
  }
  #half-pagetype-residential #panel-1 .bottom-sticker {
    bottom: 50px;
  }
  #half-pagetype-residential .grow {
    height: 100%;
  }
  #half-pagetype-residential .mobile-slide {
    display: none;
  }
  #half-pagetype-residential .top-row {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 0.05s;
    /* Safari */
    transition-delay: 0.05s;
  }
}
@media screen and (min-width: 992px) {
  #half-pagetype-residential .text-row {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  #half-pagetype-residential .text-row {
    padding-top: 120px;
    padding-bottom: 20px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  #half-pagetype-residential .text-row {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
.master-container #half-pagetype-commercial {
  /* START RESPONSIVE */
}
.master-container #half-pagetype-commercial .preload {
  display: none;
}
.master-container #half-pagetype-commercial a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.master-container #half-pagetype-commercial a:hover,
.master-container #half-pagetype-commercial a:focus {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.master-container #half-pagetype-commercial section#first,
.master-container #half-pagetype-commercial section#panel-1,
.master-container #half-pagetype-commercial section#second,
.master-container #half-pagetype-commercial section#panel-2,
.master-container #half-pagetype-commercial section#third,
.master-container #half-pagetype-commercial section#panel-3,
.master-container #half-pagetype-commercial section#fourth,
.master-container #half-pagetype-commercial section#panel-4,
.master-container #half-pagetype-commercial section#fifth,
.master-container #half-pagetype-commercial section#panel-5,
.master-container #half-pagetype-commercial section#sixth,
.master-container #half-pagetype-commercial section#panel-6,
.master-container #half-pagetype-commercial section#seventh,
.master-container #half-pagetype-commercial section#panel-7 {
  position: relative;
}
.master-container #half-pagetype-commercial #poster {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 0.05s;
  /* Safari */
  transition-delay: 0.05s;
}
.master-container #half-pagetype-commercial body {
  margin: 0 auto;
}
.master-container #half-pagetype-commercial .fullwrap {
  display: block;
}
.master-container #half-pagetype-commercial #half-pagetype .row {
  margin: 0 auto;
  width: 100%;
}
.master-container #half-pagetype-commercial .tall:after {
  clear: both;
  display: table;
  content: "";
}
.master-container #half-pagetype-commercial .text-row {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
}
.master-container #half-pagetype-commercial .halfWidth {
  width: 100%;
  max-width: 100%;
}
/* .master-container #half-pagetype-commercial .slide1 {
  background-image: url('/application/themes/dart/img/commercial-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide2 {
  background-image: url('/application/themes/dart/img/commercial-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide3 {
  background-image: url('/application/themes/dart/img/commercial-3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide4 {
  background-image: url('/application/themes/dart/img/commercial-4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide5 {
  background-image: url('/application/themes/dart/img/commercial-5.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide6 {
  background-image: url('/application/themes/dart/img/commercial-6.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide7 {
  background-image: url('/application/themes/dart/img/commercial-7.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.master-container #half-pagetype-commercial .slide8 {
  background-image: url('/application/themes/dart/img/commercial-8.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
} */
.master-container #half-pagetype-commercial #first,
.master-container #half-pagetype-commercial #panel-1 {
  background-color: #354c77;
}
.master-container #half-pagetype-commercial #second,
.master-container #half-pagetype-commercial #panel-2 {
  background-color: #dbdddc;
}
.master-container #half-pagetype-commercial #third,
.master-container #half-pagetype-commercial #panel-3 {
  background-color: #86cbbf;
}
.master-container #half-pagetype-commercial #fourth,
.master-container #half-pagetype-commercial #panel-4 {
  background-color: #a9c0d1;
}
.master-container #half-pagetype-commercial #fifth,
.master-container #half-pagetype-commercial #panel-5 {
  background-color: #989898;
}
.master-container #half-pagetype-commercial #sixth,
.master-container #half-pagetype-commercial #panel-6 {
  background-color: #d4383e;
}
.master-container #half-pagetype-commercial #seventh,
.master-container #half-pagetype-commercial #panel-7 {
  background-color: #354c77;
}
.master-container #half-pagetype-commercial #eighth,
.master-container #half-pagetype-commercial #panel-8 {
  background-color: #7f8890;
}
.master-container #half-pagetype-commercial .bottom-sticker {
  text-align: center;
  padding: 0 40px;
  color: #fff;
}
.master-container #half-pagetype-commercial .bottom-sticker a.btn-default {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 16px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .master-container #half-pagetype-commercial .bottom-sticker a.btn-default {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.master-container
  #half-pagetype-commercial
  .bottom-sticker
  a.btn-default:hover {
  color: #354c77;
  background-color: #fff;
}
.master-container #half-pagetype-commercial h1 img,
.master-container #half-pagetype-commercial h2 img,
.master-container #half-pagetype-commercial h3 img,
.master-container #half-pagetype-commercial h4 img,
.master-container #half-pagetype-commercial h5 img,
.master-container #half-pagetype-commercial h6 img {
  margin: 0 20px;
  max-width: 50px !important;
  height: auto;
}
@media (min-width: 768px) {
  .master-container #half-pagetype-commercial h1 img,
  .master-container #half-pagetype-commercial h2 img,
  .master-container #half-pagetype-commercial h3 img,
  .master-container #half-pagetype-commercial h4 img,
  .master-container #half-pagetype-commercial h5 img,
  .master-container #half-pagetype-commercial h6 img {
    max-width: 75px !important;
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .master-container #half-pagetype-commercial h1 img,
  .master-container #half-pagetype-commercial h2 img,
  .master-container #half-pagetype-commercial h3 img,
  .master-container #half-pagetype-commercial h4 img,
  .master-container #half-pagetype-commercial h5 img,
  .master-container #half-pagetype-commercial h6 img {
    max-width: 100px !important;
  }
}
.master-container #half-pagetype-commercial .mobile-slide {
  height: 400px;
}
.master-container #half-pagetype-commercial #first,
.master-container #half-pagetype-commercial #panel-1 {
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.master-container #half-pagetype-commercial #first h1,
.master-container #half-pagetype-commercial #panel-1 h1,
.master-container #half-pagetype-commercial #first h2,
.master-container #half-pagetype-commercial #panel-1 h2,
.master-container #half-pagetype-commercial #first h3,
.master-container #half-pagetype-commercial #panel-1 h3,
.master-container #half-pagetype-commercial #first h4,
.master-container #half-pagetype-commercial #panel-1 h4,
.master-container #half-pagetype-commercial #first h5,
.master-container #half-pagetype-commercial #panel-1 h5,
.master-container #half-pagetype-commercial #first h6,
.master-container #half-pagetype-commercial #panel-1 h6,
.master-container #half-pagetype-commercial #first p,
.master-container #half-pagetype-commercial #panel-1 p,
.master-container #half-pagetype-commercial #first a,
.master-container #half-pagetype-commercial #panel-1 a {
  color: #fff;
}
.master-container #half-pagetype-commercial #first h1,
.master-container #half-pagetype-commercial #panel-1 h1 {
  background: transparent url("../img/line-cyan.png") no-repeat center bottom;
  padding: 0 0 20px;
  margin: 0 0 25px;
  font-size: 1.9em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .master-container #half-pagetype-commercial #first h1,
  .master-container #half-pagetype-commercial #panel-1 h1 {
    font-size: 2.125em;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .master-container #half-pagetype-commercial #first h1,
  .master-container #half-pagetype-commercial #panel-1 h1 {
    font-size: 2.5em;
    margin: 0 0 40px;
  }
}
@media (min-width: 2000px) {
  .master-container #half-pagetype-commercial #first h1,
  .master-container #half-pagetype-commercial #panel-1 h1 {
    font-size: 2.89em;
    margin: 0 0 40px;
  }
}
.master-container #half-pagetype-commercial #first h1 span.small-text,
.master-container #half-pagetype-commercial #panel-1 h1 span.small-text {
  padding: 0;
  font-size: 0.45em;
}
.master-container #half-pagetype-commercial #first a.small-text,
.master-container #half-pagetype-commercial #panel-1 a.small-text {
  background: transparent url("../img/white-down-arrow.png") no-repeat center
    bottom;
  padding-bottom: 40px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.master-container #half-pagetype-commercial #first a.small-text:hover,
.master-container #half-pagetype-commercial #panel-1 a.small-text:hover {
  color: #4fc1e9;
}
.master-container #half-pagetype-commercial #first .bottom-sticker,
.master-container #half-pagetype-commercial #panel-1 .bottom-sticker {
  display: none;
}
@media (min-width: 768px) {
  .master-container #half-pagetype-commercial #first .bottom-sticker,
  .master-container #half-pagetype-commercial #panel-1 .bottom-sticker {
    display: block;
    animation-name: arrows;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 2.5s;
  }
}
@keyframes arrows {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.master-container #half-pagetype-commercial #second .bottom-sticker,
.master-container #half-pagetype-commercial #panel-2 .bottom-sticker {
  text-align: left;
  padding-left: 12%;
  padding-right: 12%;
  bottom: 10px;
}
.master-container #half-pagetype-commercial #second .bottom-sticker p,
.master-container #half-pagetype-commercial #panel-2 .bottom-sticker p {
  color: #4dbeb8;
}
@media (min-width: 992px) {
  .master-container #half-pagetype-commercial #second .bottom-sticker,
  .master-container #half-pagetype-commercial #panel-2 .bottom-sticker {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .master-container #half-pagetype-commercial #second .bottom-sticker,
  .master-container #half-pagetype-commercial #panel-2 .bottom-sticker {
    bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .master-container #half-pagetype-commercial #second .bottom-sticker,
  .master-container #half-pagetype-commercial #panel-2 .bottom-sticker {
    bottom: 80px;
  }
}
.master-container #half-pagetype-commercial #third h1,
.master-container #half-pagetype-commercial #panel-3 h1,
.master-container #half-pagetype-commercial #third h2,
.master-container #half-pagetype-commercial #panel-3 h2,
.master-container #half-pagetype-commercial #third h3,
.master-container #half-pagetype-commercial #panel-3 h3,
.master-container #half-pagetype-commercial #third h4,
.master-container #half-pagetype-commercial #panel-3 h4,
.master-container #half-pagetype-commercial #third h5,
.master-container #half-pagetype-commercial #panel-3 h5,
.master-container #half-pagetype-commercial #third h6,
.master-container #half-pagetype-commercial #panel-3 h6 {
  color: #354c77;
}
.master-container #half-pagetype-commercial #third table,
.master-container #half-pagetype-commercial #panel-3 table {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
.master-container #half-pagetype-commercial #third table td,
.master-container #half-pagetype-commercial #panel-3 table td {
  width: 33.33%;
}
.master-container #half-pagetype-commercial #third table td p,
.master-container #half-pagetype-commercial #panel-3 table td p {
  margin: 15px 0;
}
@media (min-width: 768px) and (min-height: 800px) {
  .master-container #half-pagetype-commercial #third table,
  .master-container #half-pagetype-commercial #panel-3 table {
    display: table !important;
  }
}
.master-container #half-pagetype-commercial #third a,
.master-container #half-pagetype-commercial #panel-3 a {
  color: #354c77;
}
.master-container #half-pagetype-commercial #third a:hover,
.master-container #half-pagetype-commercial #panel-3 a:hover {
  color: #fff;
}
.master-container #half-pagetype-commercial #third .bottom-sticker .btn-default,
.master-container
  #half-pagetype-commercial
  #panel-3
  .bottom-sticker
  .btn-default {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .master-container
    #half-pagetype-commercial
    #third
    .bottom-sticker
    .btn-default,
  .master-container
    #half-pagetype-commercial
    #panel-3
    .bottom-sticker
    .btn-default {
    font-size: 20px;
  }
}
.master-container
  #half-pagetype-commercial
  #third
  .bottom-sticker
  .btn-default
  a,
.master-container
  #half-pagetype-commercial
  #panel-3
  .bottom-sticker
  .btn-default
  a {
  color: #fff;
}
.master-container
  #half-pagetype-commercial
  #third
  .bottom-sticker
  .btn-default
  a:hover,
.master-container
  #half-pagetype-commercial
  #panel-3
  .bottom-sticker
  .btn-default
  a:hover {
  background-color: #fff;
  color: #354c77;
}
.master-container
  #half-pagetype-commercial
  #third
  .bottom-sticker
  .btn-default:hover,
.master-container
  #half-pagetype-commercial
  #panel-3
  .bottom-sticker
  .btn-default:hover {
  background-color: #fff;
  color: #354c77;
}
.master-container #half-pagetype-commercial #fourth h1,
.master-container #half-pagetype-commercial #panel-4 h1,
.master-container #half-pagetype-commercial #fourth h2,
.master-container #half-pagetype-commercial #panel-4 h2,
.master-container #half-pagetype-commercial #fourth h3,
.master-container #half-pagetype-commercial #panel-4 h3,
.master-container #half-pagetype-commercial #fourth h4,
.master-container #half-pagetype-commercial #panel-4 h4,
.master-container #half-pagetype-commercial #fourth h5,
.master-container #half-pagetype-commercial #panel-4 h5,
.master-container #half-pagetype-commercial #fourth h6,
.master-container #half-pagetype-commercial #panel-4 h6 {
  color: #354c77;
}
.master-container #half-pagetype-commercial #fifth h1,
.master-container #half-pagetype-commercial #panel-5 h1,
.master-container #half-pagetype-commercial #fifth h2,
.master-container #half-pagetype-commercial #panel-5 h2,
.master-container #half-pagetype-commercial #fifth h3,
.master-container #half-pagetype-commercial #panel-5 h3,
.master-container #half-pagetype-commercial #fifth h4,
.master-container #half-pagetype-commercial #panel-5 h4,
.master-container #half-pagetype-commercial #fifth h5,
.master-container #half-pagetype-commercial #panel-5 h5,
.master-container #half-pagetype-commercial #fifth h6,
.master-container #half-pagetype-commercial #panel-5 h6 {
  color: #b1f2e7;
}
.master-container #half-pagetype-commercial #fifth p,
.master-container #half-pagetype-commercial #panel-5 p {
  color: #fff;
}
.master-container #half-pagetype-commercial #sixth h1,
.master-container #half-pagetype-commercial #panel-6 h1,
.master-container #half-pagetype-commercial #sixth h2,
.master-container #half-pagetype-commercial #panel-6 h2,
.master-container #half-pagetype-commercial #sixth h3,
.master-container #half-pagetype-commercial #panel-6 h3,
.master-container #half-pagetype-commercial #sixth h4,
.master-container #half-pagetype-commercial #panel-6 h4,
.master-container #half-pagetype-commercial #sixth h5,
.master-container #half-pagetype-commercial #panel-6 h5,
.master-container #half-pagetype-commercial #sixth h6,
.master-container #half-pagetype-commercial #panel-6 h6 {
  color: #354c77;
}
.master-container #half-pagetype-commercial #sixth p,
.master-container #half-pagetype-commercial #panel-6 p {
  color: #fff;
}
.master-container #half-pagetype-commercial #seventh h1,
.master-container #half-pagetype-commercial #panel-7 h1,
.master-container #half-pagetype-commercial #seventh h2,
.master-container #half-pagetype-commercial #panel-7 h2,
.master-container #half-pagetype-commercial #seventh h3,
.master-container #half-pagetype-commercial #panel-7 h3,
.master-container #half-pagetype-commercial #seventh h4,
.master-container #half-pagetype-commercial #panel-7 h4,
.master-container #half-pagetype-commercial #seventh h5,
.master-container #half-pagetype-commercial #panel-7 h5,
.master-container #half-pagetype-commercial #seventh h6,
.master-container #half-pagetype-commercial #panel-7 h6 {
  color: #fff;
}
.master-container #half-pagetype-commercial #seventh p,
.master-container #half-pagetype-commercial #panel-7 p {
  color: #fff;
}
.master-container #half-pagetype-commercial #seventh form label,
.master-container #half-pagetype-commercial #panel-7 form label {
  color: #fff;
  font-weight: normal;
}
.master-container #half-pagetype-commercial #seventh form .control-label,
.master-container #half-pagetype-commercial #panel-7 form .control-label {
  color: #fff;
}
.master-container #half-pagetype-commercial #seventh form .small,
.master-container #half-pagetype-commercial #panel-7 form .small {
  font-style: italic;
  font-size: 12px;
  color: #bbe7db;
}
.master-container #half-pagetype-commercial #seventh form .btn,
.master-container #half-pagetype-commercial #panel-7 form .btn {
  background-color: #27385a;
  border: none;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  margin: 20px 0 0;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .master-container #half-pagetype-commercial #seventh form .btn,
  .master-container #half-pagetype-commercial #panel-7 form .btn {
    font-size: 21px;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) and (min-height: 800px) {
  .master-container #half-pagetype-commercial #seventh form .btn,
  .master-container #half-pagetype-commercial #panel-7 form .btn {
    font-size: 24px;
    padding: 25px 40px;
  }
}
.master-container #half-pagetype-commercial #seventh form .btn:hover,
.master-container #half-pagetype-commercial #panel-7 form .btn:hover {
  background-color: #d4383e;
}
.master-container #half-pagetype-commercial #eighth h1,
.master-container #half-pagetype-commercial #panel-8 h1,
.master-container #half-pagetype-commercial #eighth h2,
.master-container #half-pagetype-commercial #panel-8 h2,
.master-container #half-pagetype-commercial #eighth h3,
.master-container #half-pagetype-commercial #panel-8 h3,
.master-container #half-pagetype-commercial #eighth h4,
.master-container #half-pagetype-commercial #panel-8 h4,
.master-container #half-pagetype-commercial #eighth h5,
.master-container #half-pagetype-commercial #panel-8 h5,
.master-container #half-pagetype-commercial #eighth h6,
.master-container #half-pagetype-commercial #panel-8 h6 {
  color: #bbe7db;
}
.master-container #half-pagetype-commercial #eighth p,
.master-container #half-pagetype-commercial #panel-8 p,
.master-container #half-pagetype-commercial #eighth a,
.master-container #half-pagetype-commercial #panel-8 a {
  color: #fff;
}
.master-container #half-pagetype-commercial #eighth .ccm-block-page-list-title,
.master-container
  #half-pagetype-commercial
  #panel-8
  .ccm-block-page-list-title {
  margin: 1em 0 2em;
}
.master-container
  #half-pagetype-commercial
  #eighth
  .ccm-block-page-list-title
  a,
.master-container
  #half-pagetype-commercial
  #panel-8
  .ccm-block-page-list-title
  a {
  color: #fff;
  text-shadow: none;
  line-height: 180%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 1em 0 2em;
}
.master-container
  #half-pagetype-commercial
  #eighth
  .ccm-block-page-list-title
  a:hover,
.master-container
  #half-pagetype-commercial
  #panel-8
  .ccm-block-page-list-title
  a:hover {
  color: #3c455a;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .master-container #half-pagetype-commercial .disableScroll {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .master-container #half-pagetype-commercial ::-webkit-scrollbar {
    display: none;
  }
  .master-container #half-pagetype-commercial .overflow-hidden {
    overflow-y: scroll;
  }
  .master-container #half-pagetype-commercial .left {
    float: left !important;
  }
  .master-container #half-pagetype-commercial .left .row {
    margin: 0 !important;
  }
  .master-container #half-pagetype-commercial .right {
    float: right !important;
  }
  .master-container #half-pagetype-commercial .right .row {
    margin: 0 !important;
  }
  .master-container #half-pagetype-commercial .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100vh;
  }
  .master-container #half-pagetype-commercial .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: 100vh;
  }
  .master-container #half-pagetype-commercial .tall {
    height: 100vh;
  }
  .master-container #half-pagetype-commercial .tall:after {
    clear: both;
    display: table;
    content: "";
  }
  .master-container #half-pagetype-commercial .text-row-wrapper {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .master-container #half-pagetype-commercial .text-row {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
  }
  .master-container #half-pagetype-commercial .bottom-sticker {
    position: absolute;
    padding: 0 40px;
    bottom: 60px;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .master-container #half-pagetype-commercial #first .bottom-sticker,
  .master-container #half-pagetype-commercial #panel-1 .bottom-sticker {
    bottom: 50px;
  }
  .master-container #half-pagetype-commercial .grow {
    height: 100%;
  }
  .master-container #half-pagetype-commercial .mobile-slide {
    display: none;
  }
  .master-container #half-pagetype-commercial .top-row {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 0.05s;
    /* Safari */
    transition-delay: 0.05s;
  }
}
@media screen and (min-width: 992px) {
  .master-container #half-pagetype-commercial .text-row {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .master-container #half-pagetype-commercial .text-row {
    padding-top: 120px;
    padding-bottom: 20px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .master-container #half-pagetype-commercial .text-row {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .ccm-panel-ready #side-pagetype section .halfWidth {
    display: block !important;
  }
}
.get-quote #side-pagetype .text-row {
  background-color: #354c77;
  color: #fff;
}
.get-quote #side-pagetype .text-row h1,
.get-quote #side-pagetype .text-row h2,
.get-quote #side-pagetype .text-row h3,
.get-quote #side-pagetype .text-row h4,
.get-quote #side-pagetype .text-row h5,
.get-quote #side-pagetype .text-row h6 {
  color: #6ecaea;
}
.containers-sale #side-pagetype .text-row {
  background-color: #dbdddc;
  color: #6e6e6e;
}
.containers-sale #side-pagetype .text-row p {
  color: #6e6e6e;
}
@media screen and (min-width: 992px) {
  .containers-sale #side-pagetype .text-row {
    min-height: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .containers-sale #side-pagetype .text-row {
    min-height: 850px;
  }
}
#side-pagetype {
  /* START RESPONSIVE */
}
#side-pagetype section.content-row {
  min-height: 200px;
  background-color: #dbdddc;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #side-pagetype section.content-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#side-pagetype section:before,
#side-pagetype section:after {
  display: table;
  content: "";
}
#side-pagetype section:after {
  clear: both;
}
#side-pagetype .halfWidth {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #side-pagetype .halfWidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#side-pagetype .text-row {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #d4383e;
  color: #fff;
}
#side-pagetype h1,
#side-pagetype h2,
#side-pagetype h3,
#side-pagetype h4,
#side-pagetype h5,
#side-pagetype h6 {
  color: #354c77;
}
#side-pagetype p {
  color: #fff;
}
#side-pagetype #hero-top-img .image-block-wrapper {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  #side-pagetype #hero-top-img .image-block-wrapper {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #side-pagetype #hero-top-img .image-block-wrapper {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  #side-pagetype #hero-top-img .image-block-wrapper {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #side-pagetype #hero-top-img .image-block-wrapper {
    min-height: 450px;
  }
}
#side-pagetype #hero-top-content {
  background: #a9c0d1;
  text-align: center;
  padding: 90px 0 140px;
}
#side-pagetype #hero-top-content h1 {
  font-size: 35px;
  color: #354c77;
}
#side-pagetype .btn-default {
  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #side-pagetype .btn-default {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#side-pagetype .btn-default:hover {
  background-color: #fff;
  color: #354c77;
}
#side-pagetype form .small {
  font-style: italic;
  font-size: 12px;
  color: #bbe7db;
}
@media screen and (min-width: 768px) {
  #side-pagetype .left {
    float: left !important;
    order: 1;
  }
  #side-pagetype .right {
    float: right !important;
    order: 2;
  }
  #side-pagetype .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #side-pagetype .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #side-pagetype .text-row {
    padding-top: 120px;
    padding-bottom: 25px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 992px) {
  #side-pagetype .text-row {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  #side-pagetype .text-row {
    padding-top: 180px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 2000px) {
  #side-pagetype .row {
    max-width: 100%;
  }
  #side-pagetype .text-row {
    padding-top: 200px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .ccm-panel-ready #half-pagetype section .halfWidth {
    display: block !important;
  }
}
#half-pagetype {
  /* START RESPONSIVE */
}
#half-pagetype section.content-row {
  min-height: 200px;
  background-color: #dbdddc;
}
@media screen and (min-width: 768px) {
  #half-pagetype section.content-row {
    display: flex;
  }
}
#half-pagetype section:before,
#half-pagetype section:after {
  display: table;
  content: "";
}
#half-pagetype section:after {
  clear: both;
}
#half-pagetype .halfWidth {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #half-pagetype .halfWidth {
    display: flex;
  }
}
#half-pagetype .text-row {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

#hero-top-img .image-block-wrapper {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #444;
  color: #fff;
}

#half-pagetype #hero-top-img .image-block-wrapper {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  #half-pagetype #hero-top-img .image-block-wrapper {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #half-pagetype #hero-top-img .image-block-wrapper {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  #half-pagetype #hero-top-img .image-block-wrapper {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #half-pagetype #hero-top-img .image-block-wrapper {
    min-height: 450px;
  }
}
#half-pagetype #hero-top-content {
  background: #a9c0d1;
  text-align: center;
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  #half-pagetype #hero-top-content {
    padding: 90px 0 60px;
  }
}
#half-pagetype #hero-top-content h1 {
  font-size: 28px;
  color: #354c77;
}
@media screen and (min-width: 768px) {
  #half-pagetype #hero-top-content h1 {
    font-size: 35px;
  }
}
#half-pagetype #hero-top-content table {
  width: 100%;
}
#half-pagetype #hero-top-content table td {
  padding: 0 10px;
}
#half-pagetype table {
  width: 100%;
  margin-bottom: 40px;
}
#half-pagetype table td {
  padding: 0 10px 0 0;
  margin: 0;
}
#half-pagetype table td h4 {
  font-size: 24px;
  margin: 0;
  color: #219dc7;
}
#half-pagetype table td .small-text {
  font-size: 14px;
  margin: 0;
}
#half-pagetype table td p {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  #half-pagetype .left {
    float: left !important;
    order: 1;
  }
  #half-pagetype .right {
    float: right !important;
    order: 2;
  }
  #half-pagetype .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #half-pagetype .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #half-pagetype .mobile-slide {
    display: none;
  }
  #half-pagetype .top-row {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 0.05s;
    /* Safari */
    transition-delay: 0.05s;
  }
}
@media screen and (min-width: 992px) {
  #half-pagetype .text-row {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  #half-pagetype .text-row {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }
  #half-pagetype .text-row:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media screen and (min-width: 2000px) {
  #half-pagetype .row {
    max-width: 100%;
  }
  #half-pagetype .text-row {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .ccm-panel-ready #contact-pagetype section .halfWidth {
    display: block !important;
  }
}
#contact-pagetype {
  /* START RESPONSIVE */
}
#contact-pagetype section.content-row {
  min-height: 200px;
  background-color: #dbdddc;
}
@media screen and (min-width: 768px) {
  #contact-pagetype section.content-row {
    display: flex;
  }
}
#contact-pagetype section:before,
#contact-pagetype section:after {
  display: table;
  content: "";
}
#contact-pagetype section:after {
  clear: both;
}
#contact-pagetype .halfWidth {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-pagetype .halfWidth {
    display: flex;
  }
}
#contact-pagetype .text-row {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
#contact-pagetype #hero-top-img .image-block-wrapper {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  #contact-pagetype #hero-top-img .image-block-wrapper {
    min-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  #contact-pagetype #hero-top-img .image-block-wrapper {
    min-height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-pagetype #hero-top-img .image-block-wrapper {
    min-height: 360px;
  }
}
@media screen and (min-width: 1400px) {
  #contact-pagetype #hero-top-img .image-block-wrapper {
    min-height: 400px;
  }
}
@media screen and (min-width: 2000px) {
  #contact-pagetype #hero-top-img .image-block-wrapper {
    min-height: 450px;
  }
}
#contact-pagetype #hero-top-content {
  background: #3c455a;
  text-align: center;
  padding: 65px 0 70px;
  color: #fff;
}
#contact-pagetype #hero-top-content h1,
#contact-pagetype #hero-top-content h2,
#contact-pagetype #hero-top-content h3 {
  font-size: 2em;
  color: #4fc1e9;
  margin: 0 0 10px;
}
#contact-pagetype #hero-top-content p {
  color: #fff;
  margin: 0 0px 10px;
}
#contact-pagetype #hero-top-content a {
  color: #fff;
}
#contact-pagetype #hero-top-content a:hover {
  color: red;
}
#contact-pagetype #hero-top-content a.btn {
  color: #fff;
  background: #d4383e;
  font-size: 21px;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}
@media (min-width: 992px) {
  #contact-pagetype #hero-top-content a.btn {
    font-size: 24px;
  }
}
#contact-pagetype #hero-top-content a.btn:hover {
  background: #4fc1e9;
}
#contact-pagetype #section-one .halfWidth.left,
#contact-pagetype .content-row.text-columns .halfWidth.left {
  background: #c4c4c4;
  background-color: #c4c4c4;
}
#contact-pagetype #section-two,
#contact-pagetype section.newsletter-block {
  background: #354c77;
  background-color: #354c77;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
#contact-pagetype #section-two h3,
.newsletter-block h3 {
  font-size: 24px;
}
@media (min-width: 992px) {
  #contact-pagetype #section-two h3,
  .newsletter-block h3 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  #contact-pagetype #section-two h3,
  .newsletter-block h3 {
    font-size: 45px;
  }
}
#contact-pagetype #section-two p,
.newsletter-block p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #contact-pagetype .left {
    float: left !important;
    order: 1;
  }
  #contact-pagetype .right {
    float: right !important;
    order: 2;
  }
  #contact-pagetype .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #contact-pagetype .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #contact-pagetype .grow {
    height: 100%;
  }
  #contact-pagetype .mobile-slide {
    display: none;
  }
  #contact-pagetype .top-row {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 0.05s;
    /* Safari */
    transition-delay: 0.05s;
  }
}
@media screen and (min-width: 2000px) {
  #contact-pagetype .row {
    max-width: 100%;
  }
}
@media screen and (min-width: 2000px) and (max-height: 1265px) {
  #contact-pagetype .text-row {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1920px) and (max-height: 962px) {
  #contact-pagetype .text-row {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .ccm-panel-ready #quote-pagetype section .halfWidth {
    display: block !important;
  }
}
.get-quote #quote-pagetype .text-row {
  background-color: #354c77;
  color: #fff;
}
.get-quote #quote-pagetype .text-row h1,
.get-quote #quote-pagetype .text-row h2,
.get-quote #quote-pagetype .text-row h3,
.get-quote #quote-pagetype .text-row h4,
.get-quote #quote-pagetype .text-row h5,
.get-quote #quote-pagetype .text-row h6 {
  color: #6ecaea;
}
#quote-pagetype {
  /* START RESPONSIVE */
}
#quote-pagetype section.content-row {
  min-height: 200px;
  background-color: #dbdddc;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #quote-pagetype section.content-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#quote-pagetype section:before,
#quote-pagetype section:after {
  display: table;
  content: "";
}
#quote-pagetype section:after {
  clear: both;
}
#quote-pagetype .halfWidth {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #quote-pagetype .halfWidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#quote-pagetype .image-block-wrapper {
  background-position: center top;
}
#quote-pagetype .text-row {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #d4383e;
  color: #fff;
}
#quote-pagetype h1,
#quote-pagetype h2,
#quote-pagetype h3,
#quote-pagetype h4,
#quote-pagetype h5,
#quote-pagetype h6 {
  color: #354c77;
}
#quote-pagetype p {
  color: #fff;
}
#quote-pagetype #hero-top-img .image-block-wrapper {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  #quote-pagetype #hero-top-img .image-block-wrapper {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #quote-pagetype #hero-top-img .image-block-wrapper {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  #quote-pagetype #hero-top-img .image-block-wrapper {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #quote-pagetype #hero-top-img .image-block-wrapper {
    min-height: 450px;
  }
}
#quote-pagetype #hero-top-content {
  background: #a9c0d1;
  text-align: center;
  padding: 90px 0 140px;
}
#quote-pagetype #hero-top-content h1 {
  font-size: 35px;
  color: #354c77;
}
#quote-pagetype .btn {
  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #quote-pagetype .btn {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#quote-pagetype .btn:hover {
  background-color: #fff;
  color: #354c77;
}
#quote-pagetype .btn-default {
  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #quote-pagetype .btn-default {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#quote-pagetype .btn-default:hover {
  background-color: #fff;
  color: #354c77;
}
#quote-pagetype .form-inline {
  margin-bottom: 30px;
}
#quote-pagetype form .small {
  font-style: italic;
  font-size: 12px;
  color: #bbe7db;
}
#quote-pagetype div.ccm-block-type-form div.form-group {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #quote-pagetype .left {
    float: left !important;
    order: 1;
    position: relative;
  }
  #quote-pagetype .right {
    float: right !important;
    order: 2;
  }
  #quote-pagetype .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #quote-pagetype .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #quote-pagetype .text-row {
    padding-top: 120px;
    padding-bottom: 25px;
    padding-left: 12%;
    padding-right: 12%;
  }
  #quote-pagetype .image-block-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #quote-pagetype .text-row {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  #quote-pagetype .text-row {
    padding-top: 180px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 2000px) {
  #quote-pagetype .row {
    max-width: 100%;
  }
  #quote-pagetype .text-row {
    padding-top: 200px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .ccm-panel-ready #job-pagetype section .halfWidth {
    display: block !important;
  }
}
#job-pagetype .text-row {
  background-color: #354c77 !important;
  color: #fff;
}
#job-pagetype .text-row h1,
#job-pagetype .text-row h2,
#job-pagetype .text-row h3,
#job-pagetype .text-row h4,
#job-pagetype .text-row h5,
#job-pagetype .text-row h6 {
  color: #6ecaea;
}
#job-pagetype {
  /* START RESPONSIVE */
}
#job-pagetype section.content-row {
  min-height: 200px;
  background-color: #dbdddc;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #job-pagetype section.content-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#job-pagetype section:before,
#job-pagetype section:after {
  display: table;
  content: "";
}
#job-pagetype section:after {
  clear: both;
}
#job-pagetype .halfWidth {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #job-pagetype .halfWidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#job-pagetype .image-block-wrapper {
  background-position: center top;
}
#job-pagetype .text-row {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #d4383e;
  color: #fff;
}
#job-pagetype h1,
#job-pagetype h2,
#job-pagetype h3,
#job-pagetype h4,
#job-pagetype h5,
#job-pagetype h6 {
  color: #354c77;
}
#job-pagetype p {
  color: #fff;
}
#job-pagetype #hero-top-img .image-block-wrapper {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  #job-pagetype #hero-top-img .image-block-wrapper {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #job-pagetype #hero-top-img .image-block-wrapper {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  #job-pagetype #hero-top-img .image-block-wrapper {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #job-pagetype #hero-top-img .image-block-wrapper {
    min-height: 450px;
  }
}
#job-pagetype #hero-top-content {
  background: #a9c0d1;
  text-align: center;
  padding: 90px 0 140px;
}
#job-pagetype #hero-top-content h1 {
  font-size: 35px;
  color: #354c77;
}
#job-pagetype .btn {
  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #job-pagetype .btn {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#job-pagetype .btn:hover {
  background-color: #fff;
  color: #354c77;
}
#job-pagetype .btn-default {
  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #job-pagetype .btn-default {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#job-pagetype .btn-default:hover {
  background-color: #fff;
  color: #354c77;
}
#job-pagetype .form-inline {
  margin-bottom: 30px;
}
#job-pagetype form .small {
  font-style: italic;
  font-size: 12px;
  color: #bbe7db;
}
#job-pagetype div.ccm-block-type-form div.form-group {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #job-pagetype .left {
    float: left !important;
    order: 1;
    position: relative;
  }
  #job-pagetype .right {
    float: right !important;
    order: 2;
  }
  #job-pagetype .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #job-pagetype .halfWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #job-pagetype .text-row {
    padding-top: 120px;
    padding-bottom: 25px;
    padding-left: 12%;
    padding-right: 12%;
  }
  #job-pagetype .image-block-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #job-pagetype .text-row {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  #job-pagetype .text-row {
    padding-top: 180px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (min-width: 2000px) {
  #job-pagetype .row {
    max-width: 100%;
  }
  #job-pagetype .text-row {
    padding-top: 200px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
  }
}
.page-type-blog-post.page-template-right-sidebar .master-container #main img {
  margin-bottom: 60px;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #main
  .ccm-block-next-previous-wrapper {
  margin: 60px 0 0 0;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #main
  .ccm-block-next-previous-parent-link
  a {
  background: #6dc9e9;
  color: #656d78;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
  border-radius: 0;
  display: inline-block;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #main
  .ccm-block-next-previous-parent-link
  a:hover {
  background-color: #3c455a;
  color: #fff;
}
.page-type-blog-post.page-template-right-sidebar .master-container #sidebar {
  margin: 0 20px;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-block-topic-list-wrapper,
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-block-tags-wrapper,
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-search-block-form {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 40px;
  margin: 0 0 40px;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  ul.ccm-block-topic-list-list {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  ul.ccm-block-topic-list-list
  li {
  list-style: none;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  ul.ccm-block-topic-list-list
  li
  a {
  font-size: 0.9em;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-search-block-form {
  border-bottom: none;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-search-block-form
  h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #bbb;
  margin: 0.5em 0;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-search-block-form
  .btn {
  padding: 22px 40px;
}
.page-type-blog-post.page-template-right-sidebar
  .master-container
  #sidebar
  .ccm-search-block-form
  .btn:hover {
  background: #434a54;
  color: #fff;
}
.blog #sidebar {
  margin: 73px 20px 0;
}
.blog #sidebar .ccm-block-topic-list-wrapper,
.blog #sidebar .ccm-block-tags-wrapper,
.blog #sidebar .ccm-search-block-form {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 40px;
  margin: 0 0 40px;
}
.blog #sidebar ul.ccm-block-topic-list-list {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.blog #sidebar ul.ccm-block-topic-list-list li {
  list-style: none;
}
.blog #sidebar ul.ccm-block-topic-list-list li a {
  font-size: 0.9em;
}
.blog #sidebar .ccm-search-block-form {
  border-bottom: none;
}
.blog #sidebar .ccm-search-block-form h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #bbb;
  margin: 0.5em 0;
}
.blog #sidebar .ccm-search-block-form .btn {
  padding: 22px 40px;
}
.blog #sidebar .ccm-search-block-form .btn:hover {
  background: #434a54;
  color: #fff;
}

a.ccm-block-page-list-rss-feed {
  position: absolute;
  top: 0;
  right: 0;
}

div.ccm-block-page-list-wrapper {
  position: relative;
}

div.ccm-block-page-list-page-entry {
}
div.ccm-block-page-list-page-entry-horizontal {
}

#blog-wrapper div.ccm-block-page-list-page-entry-horizontal,
#blog-wrapper div.ccm-block-page-list-page-entry {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 40px;
}

div.ccm-block-page-list-page-entry-horizontal
  div.ccm-block-page-list-page-entry-thumbnail {
  margin-bottom: 20px;

  min-width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal
  div.ccm-block-page-list-page-entry-thumbnail
  img {
  width: 100%;
  max-width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal
  div.ccm-block-page-list-page-entry-text {
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.1em;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title p {
  font-size: 0.8em;
}

div.ccm-block-page-list-page-entry-read-more {
  margin-top: 10px;
}

div.ccm-block-page-list-page-entry-read-more .btn {
}

div.ccm-block-page-list-page-entry-read-more .btn:hover {
  background-color: #3c455a;
  color: #fff;
}

@media (min-width: 1200px) {
  .master-container #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  button.navbar-toggle {
    display: none;
  }
  .navbar-collapse,
  header .navbar-collapse.collapse {
    display: inline-block !important;
    max-width: 960px !important;
    margin: auto 0 auto auto;
    padding: 0;
  }
  header .custom-nav-class ul li {
    float: left !important;
  }
  header .custom-nav-class ul li a {
    border: none !important;
  }
}
.custom-nav-class {
  border-color: #e7e7e7;
  max-height: 76vh;
}
@media (min-width: 768px) {
  .custom-nav-class {
    max-height: unset;
    width: 100% !important;
    overflow-y: auto;
  }
}
.custom-nav-class ul.nav {
  display: table;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  float: none !important;
  border-top: 0px;
  margin-top: 0px;
}
.custom-nav-class ul li {
  width: auto;
  display: block;
  padding: 0 !important;
  float: none !important;
}
.custom-nav-class ul li a {
  word-spacing: normal;
  padding: 17px 15px !important;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  text-shadow: none;
  color: #464646 !important;
  line-height: 20px;
  text-align: center;
  text-indent: 0px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.custom-nav-class ul li a:hover,
.custom-nav-class ul li a:focus {
  color: #ef3e42 !important;
  background: none;
}
.custom-nav-class.collapse {
  transition-delay: 0s;
}
.custom-nav-class.collapsing {
  /*
		display:none !important;
		transition:none !important;
*/
}
.navbar-header {
  margin-top: 24px;
}
/* 
removed 
	annimation.less
	element.less
	inherit.less
	layout.less
	redactor.less
	customptemplates.less
*/
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
  display: none !important;
}
.navbar-collapse.collapse.in {
  display: block !important;
}
.navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-header {
  position: relative;
}
.header-get-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.header-get-quote:hover,
.header-get-quote:focus {
  background: #000000 !important;
}
body {
  background: #ffffff;
}
body .backgroundimage,
body #bgvid {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
}
body .redactor_dropdown_box_styles span.alert {
  display: block;
  margin-bottom: 0px;
  padding: 10px;
}
.master-container a {
  color: #3c455a;
}
.master-container a:focus,
.master-container a:hover {
  outline: none;
  text-decoration: none;
  color: #219dc7;
}
.master-container .clear {
  clear: both;
}
.master-container input[type="text"],
.master-container input[type="email"],
.master-container input[type="tel"],
.master-container input[type="search"],
.master-container input[type="url"],
.master-container input[type="password"],
.master-container .ui-autocomplete-input,
.master-container textarea,
.master-container .uneditable-input {
  border-radius: 0;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  color: #a0a0a0;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  line-height: 18px;
  padding: 4px;
  display: inline-block;
}
@media (min-width: 992px) and (min-height: 800) {
  .master-container input[type="text"],
  .master-container input[type="email"],
  .master-container input[type="tel"],
  .master-container input[type="search"],
  .master-container input[type="url"],
  .master-container input[type="password"],
  .master-container .ui-autocomplete-input,
  .master-container textarea,
  .master-container .uneditable-input {
    padding: 30px 15px;
    font-size: 21px;
  }
}
.master-container .btn {
  background: #6dc9e9;
  color: #656d78;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
  border-radius: 0;
}
.master-container .btn:hover {
  color: #656d78;
  background-color: #fff;
}
.master-container .btn.btn-default {
  background-color: transparent;
  color: #434a54;
  border-radius: 0;
  border-color: #434a54;
  padding: 25px 40px;
}
.master-container .btn.btn-cta {
  background-color: #d4383e;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
  text-shadow: none;
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.master-container .btn.btn-cta:hover {
  background-color: #219dc7;
  color: #fff;
}
@media (min-width: 992px) {
  .master-container .btn.btn-cta {
    font-size: 24px;
  }
}
.master-container .blue-text-color {
  color: #3c455a;
}
.master-container .cyan-text-color {
  color: #219dc7;
}
.master-container img {
  max-width: 100% !important;
  height: auto;
}
.master-container .navbar-fixed-top,
.master-container .navbar-fixed-bottom {
  position: static;
}
.master-container code {
  margin-top: 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .master-container .shrink .navcontrol .custom-nav-class > nav ul > li > a,
  .master-container .shrink .navcontrol .custom-nav-class > ul.nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.master-container .shrink #logo {
  float: left;
}
.master-container #logo {
  float: left;
  margin: 10px 10px 10px 25px;
}
.master-container #logo h1,
.master-container #logo h2,
.master-container #logo h3,
.master-container #logo h4,
.master-container #logo h5,
.master-container #logo h6,
.master-container #logo p {
  margin: 10px 0px 0px 0px;
}
.master-container #logo h1 img,
.master-container #logo h2 img,
.master-container #logo h3 img,
.master-container #logo h4 img,
.master-container #logo h5 img,
.master-container #logo h6 img,
.master-container #logo p img {
  position: relative;
  z-index: 10;
  padding-bottom: 5px;
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.master-container #logo img {
  margin-top: 5px;
  position: relative;
  z-index: 10;
  width: auto;
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.master-container #logo .logo-icon {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .master-container #logo .logo-icon {
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  .master-container #logo .logo-icon {
    float: left;
  }
}
@media (max-width: 767px) {
  .master-container #logo .logo-copy {
    max-width: 160px;
    margin-top: 3px;
  }
}
@media (min-width: 1400px) {
  .master-container #logo .logo-copy {
    float: left;
    margin: 30px 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .master-container #logo .logo-copy {
    max-width: 100px;
  }
}
.master-container #logo .logo-copy img {
  margin: 0 auto;
}
.master-container #header {
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.master-container #header #mobile-phone {
  background-color: #dbdddc;
  padding: 1px;
  text-align: center;
}
.master-container #header #mobile-phone p {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .master-container #header #mobile-phone {
    display: none;
  }
}
.master-container #header a {
  color: #464646;
}
.master-container #header a:hover {
  color: inherit;
}
.master-container #header h1,
.master-container #header h2,
.master-container #header h3,
.master-container #header h4,
.master-container #header h5,
.master-container #header p {
  color: #000;
}
.master-container #header h1 {
  color: #ffffff;
  font-size: 55px;
  font-family: "Montserrat", Lato;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 768px) {
  .master-container #nav-wrapper {
    float: right;
  }
}
@media (min-width: 768px) {
  .master-container #nav-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .master-container #nav-wrapper {
    margin-right: 0px;
  }
}
.master-container .navcontrol .navbar-header,
.master-container .navcontrol .custom-nav-class nav ul li a,
.master-container .navcontrol .custom-nav-class ul.nav li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .master-container .navcontrol .navbar-header,
  .master-container .navcontrol .custom-nav-class nav ul li a,
  .master-container .navcontrol .custom-nav-class ul.nav li a {
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .master-container .navcontrol .navbar-header {
    border-top: 0px;
  }
}
.master-container .navcontrol .custom-nav-class nav ul li > a:hover,
.master-container .navcontrol .custom-nav-class nav ul li > a:focus,
.master-container .navcontrol .custom-nav-class nav ul li:hover > a,
.master-container .navcontrol .custom-nav-class nav ul li.nav-selected > a,
.master-container .navcontrol .custom-nav-class ul.nav li.nav-path-selected > a,
.master-container .navcontrol .custom-nav-class ul.nav li > a:hover,
.master-container .navcontrol .custom-nav-class ul.nav li > a:focus,
.master-container .navcontrol .custom-nav-class ul.nav li:hover > a,
.master-container .navcontrol .custom-nav-class ul.nav li.nav-selected > a,
.master-container
  .navcontrol
  .custom-nav-class
  ul.nav
  li.nav-path-selected
  > a {
  color: #ef3e42 !important;
  background: none;
}
@media (max-width: 767px) {
  .master-container .navcontrol {
    margin-top: -45px;
  }
}
.master-container .navcontrol .navbar-default {
  background: none;
  border: 0px;
}
@media (max-width: 767px) {
  .master-container .navcontrol .navbar-default {
    text-align: center;
    margin: 0px;
  }
}
.master-container .navcontrol .navbar-default .navbar-toggle {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .master-container .navcontrol .navbar-default .navbar-toggle {
    margin-top: 30px;
  }
}
.master-container .navcontrol .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.master-container .navcontrol .navbar-default .navbar-toggle:hover,
.master-container .navcontrol .navbar-default .navbar-toggle:active,
.master-container .navcontrol .navbar-default .navbar-toggle:focus {
  background: #000000;
  color: #ffffff;
}
.master-container .navcontrol .navbar {
  margin-bottom: 0px;
  z-index: 5;
  margin: 0px;
}
@media (max-width: 767px) {
  .master-container .navcontrol .custom-nav-class {
    margin-top: 10px;
    border-top: 0px;
    box-shadow: 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .master-container .navcontrol .custom-nav-class {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .master-container .navcontrol .custom-nav-class {
    margin-right: 15px;
  }
}
.master-container .navcontrol .custom-nav-class nav ul,
.master-container .navcontrol .custom-nav-class ul.nav {
  margin: 0px !important;
  padding: 0px !important;
  float: none !important;
}
.master-container .navcontrol .custom-nav-class nav ul:before,
.master-container .navcontrol .custom-nav-class ul.nav:before,
.master-container .navcontrol .custom-nav-class nav ul:after,
.master-container .navcontrol .custom-nav-class ul.nav:after {
  display: none;
}
@media (max-width: 767px) {
  .master-container .navcontrol .custom-nav-class nav ul,
  .master-container .navcontrol .custom-nav-class ul.nav {
    border-top: 0px;
    margin-top: 0px;
  }
}
.master-container .navcontrol .custom-nav-class nav ul li,
.master-container .navcontrol .custom-nav-class ul.nav li {
  padding: 0;
}
.master-container .navcontrol .custom-nav-class nav ul li a,
.master-container .navcontrol .custom-nav-class ul.nav li a {
  text-shadow: none;
  color: #464646 !important;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  text-indent: 0px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.master-container .navcontrol .custom-nav-class nav ul li a:hover,
.master-container .navcontrol .custom-nav-class ul.nav li a:hover {
  text-indent: 0px !important;
}
@media (max-width: 991px) {
  .master-container .navcontrol .custom-nav-class nav ul li a,
  .master-container .navcontrol .custom-nav-class ul.nav li a {
    font-size: 11px;
  }
}
.master-container .navcontrol .custom-nav-class nav ul > li > a,
.master-container .navcontrol .custom-nav-class ul.nav > li > a {
  word-spacing: normal;
  padding: 17px 15px;
  font-size: 12px;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .master-container .navcontrol .custom-nav-class nav ul > li > a,
  .master-container .navcontrol .custom-nav-class ul.nav > li > a {
    padding: 25px 2px;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .master-container .navcontrol .custom-nav-class nav ul > li > a,
  .master-container .navcontrol .custom-nav-class ul.nav > li > a {
    padding: 30px 5px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .master-container .navcontrol .custom-nav-class nav ul > li > a,
  .master-container .navcontrol .custom-nav-class ul.nav > li > a {
    padding: 33px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .master-container .navcontrol .custom-nav-class nav ul > li > a,
  .master-container .navcontrol .custom-nav-class ul.nav > li > a {
    padding: 33px 8px;
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .master-container .navcontrol .custom-nav-class nav ul > li > a,
  .master-container .navcontrol .custom-nav-class ul.nav > li > a {
    padding: 33px 15px;
    font-size: 16px;
  }
}
.master-container .navcontrol .custom-nav-class nav ul ul li,
.master-container .navcontrol .custom-nav-class ul.nav ul li {
  display: block;
  width: 200px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .master-container .navcontrol .custom-nav-class nav ul ul li,
  .master-container .navcontrol .custom-nav-class ul.nav ul li {
    width: 100%;
  }
}
.master-container .navcontrol .custom-nav-class nav ul ul li a,
.master-container .navcontrol .custom-nav-class ul.nav ul li a {
  text-align: left;
}
.master-container .navcontrol .custom-nav-class nav ul ul li a:hover,
.master-container .navcontrol .custom-nav-class ul.nav ul li a:hover,
.master-container .navcontrol .custom-nav-class nav ul ul li a:focus,
.master-container .navcontrol .custom-nav-class ul.nav ul li a:focus {
  text-indent: 0px !important;
}
.master-container #home-pagetype {
  padding: 0px 0px 0px;
}
.master-container .contentblock {
  padding: 40px 0px;
}
.master-container #innerwrapper {
  padding: 25px 0px 40px 0px;
  background-color: #ffffff;
  border-radius: 0;
}
.master-container #default-pagetype {
  padding: 12% 0% 10%;
}
.master-container #quote-pagetype .halfWidth.right {
  min-height: 90vh;
}
.master-container #footer {
  position: relative;
  background-color: #3c455a;
  padding: 60px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .master-container #footer {
    text-align: right;
    padding: 50px 0px 50px;
  }
}
@media (min-width: 992px) {
  .master-container #footer {
    padding: 60px 0px;
  }
}
.master-container #footer:before,
.master-container #footer:after {
  display: table;
  content: "";
  clear: both;
}
.master-container #footer a i,
.master-container #footer a em {
  margin: 0px 2px;
}
.master-container #footer .footer1 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .master-container #footer .footer1 {
    width: auto;
    float: left;
  }
}
.master-container #footer .footer1 img {
  margin-top: 5px;
  position: relative;
  z-index: 10;
  width: auto;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.master-container #footer .footer1 .footer-logo-icon {
  margin: 0 auto 40px;
  text-align: center;
  width: 210px;
}
@media (min-width: 768px) {
  .master-container #footer .footer1 .footer-logo-icon {
    float: left;
    margin: 0px 10px 10px 25px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  .master-container #footer .footer1 .footer-logo-icon {
    width: 210px;
  }
}
@media (min-width: 1400px) {
  .master-container #footer .footer1 .footer-logo-icon {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .master-container #footer .footer2 {
    float: right;
  }
}
@media (min-width: 1400px) {
  .master-container #footer .footer2 {
    float: left;
  }
}
@media (min-width: 768px) {
  .master-container #footer .footer3 {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .master-container #footer .footer3 {
    clear: none;
  }
}
.master-container #footer ul.nav {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .master-container #footer ul.nav {
    margin-bottom: 0;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .master-container #footer ul.nav li {
    float: left;
  }
}
.master-container #footer ul.nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
.master-container #footer ul.nav li a:hover,
.master-container #footer ul.nav li a:focus {
  background-color: transparent;
  color: #d4383e;
}
@media (min-width: 768px) {
  .master-container #footer ul.nav li a {
    float: left;
    padding: 18px 5px;
  }
}
@media (min-width: 992px) {
  .master-container #footer ul.nav li a {
    float: left;
    padding: 23px 15px;
  }
}
.master-container #footer ul.nav li.nav-home {
  display: none;
}
@media (min-width: 768px) {
  .master-container #footer .newsletter {
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .master-container #footer .newsletter {
    margin-right: 35px;
  }
}
@media (min-width: 1400px) {
  .master-container #footer .newsletter {
    float: right;
  }
}
.master-container #footer h5 {
  color: #6dc9e9;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .master-container #footer h5 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .master-container #footer h5 {
    font-size: 20px;
  }
}
.master-container #footer .btn {
  background: #6dc9e9;
  color: #656d78;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
  border-radius: 0;
}
.master-container #footer .btn:hover {
  background-color: #fff;
}
.master-container ul li {
  padding: 8px 0;
}
.master-container #page-footer-cta {
  padding: 30px 0 10px;
  background-color: #6ecaea;
  text-align: center;
}
.master-container #page-footer-cta h2,
.master-container #page-footer-cta h3,
.master-container #page-footer-cta h4,
.master-container #page-footer-cta h5,
.master-container #page-footer-cta h6 {
  color: #3c455a;
}
.master-container #page-footer-cta .btn {
  background-color: #fff;
}
.master-container #page-footer-cta .btn:hover {
  background-color: #d4383e;
  color: #fff;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ccm-panel-page-design-customize-list
  .ccm-panel-page-design-customize-style-set:first-child {
  display: none;
}
.newsletter-form form {
  max-width: 400px;
  margin: 0 auto;
}
.newsletter-form form input {
  border: none;
}
.newsletter-form form input.btn {
  font-size: 24px;
  background-color: #d4383e;
  color: #fff;
  padding: 20px 40px;
  text-shadow: none;
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}
.newsletter-form form input.btn:hover {
  background-color: #219dc7;
  color: #fff;
}
.contained {
  padding-top: 150px;
}
@media (min-width: 768px) {
  .contained {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contained {
    padding-top: 50px;
  }
}

div.ccm-layout-column {
  float: left;
}

/* clearfix */

div.ccm-layout-column-wrapper {
  *zoom: 1;
}
div.ccm-layout-column-wrapper:before,
div.ccm-layout-column-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
div.ccm-layout-column-wrapper:after {
  clear: both;
}

#ccm-layout-column-wrapper-1 div.ccm-layout-column {
  width: 50%;
}
#ccm-layout-column-wrapper-1 div.ccm-layout-column-inner {
  margin-right: 10px;
  margin-left: 10px;
}

#ccm-layout-column-wrapper-1
  div.ccm-layout-column:first-child
  div.ccm-layout-column-inner {
  margin-left: 0px;
}

#ccm-layout-column-wrapper-1
  div.ccm-layout-column:last-child
  div.ccm-layout-column-inner {
  margin-right: 0px;
}

/* 
.fsform-container 
.fsBody
*/
.fsform-container .fsBody {
  font-family: "Monserrat", sans-serif;
  background-color: transparent;
}

.fsform-container .fsBody > div {
  padding: 0px;
}

.fsform-container .fsBody form.fsForm {
  background-color: transparent;
  padding: 0px;
}

.fsform-container .fsBody .fsLabel,
.fsform-container .fsBody .fsOptionLabel,
.fsform-container .fsBody .fsSupportingSubLabel {
  color: #ffffff;
}

.fsform-container .fsBody .fsRequiredMarker {
  color: #bbe7db;
}

.fsform-container .fsBody .fsOptionLabel {
  font-weight: 800;
  align-items: flex-start;
}

.fsform-container .fsBody .fsOptionLabel input[type="radio"],
.fsform-container .fsBody .fsOptionLabel input[type="checkbox"] {
  margin-top: 7px;
}

.fsform-container .fsBody fieldset .fsOptionLabel span {
  font-weight: 100;
  line-height: 1.4;
}

.fsform-container .fsBody .fsOptionLabel span {
  margin-left: 10px;
}

.fsform-container .fsBody textarea,
.fsform-container .fsBody input[type="text"],
.fsform-container .fsBody input[type="tel"],
.fsform-container .fsBody input[type="email"] {
  padding: 10px;
}

.fsform-container .fsBody .fsSubmit {
  margin-top: 0px;
  padding: 0px;
}

.fsform-container .fsBody .fsSubmitButton {
  background: #6dc9e9;
  color: #656d78;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
  border-radius: 0;

  background-color: #dbdddc;
  border: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 25px 40px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .fsform-container .fsBody .fsSubmitButton {
    font-size: 24px;
  }
}
