/*
=======================
  COMMON QUIRKY STUFF
=======================
*/
iframe[name='google_conversion_frame'] {
  float: left;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  width: 0 !important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ccm-page .content-editor-image-right {
  float: right;
  margin: 0 0 30px 30px;
}
.ccm-page .content-editor-image-left {
  float: left;
  margin: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
/*
==================
  GENERAL STYLES
==================
*/
body {
  background: #fff;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #3e4141;
  font-family: 'Volkhov', serif;
}
.ccm-page .styleguide {
  margin: 100px 0;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  color: #191b4a;
  font-family: 'Volkhov', serif;
  font-weight: 300;
  line-height: 1.3em;
}
.ccm-page h1 {
  font-size: 60px;
  line-height: 1.3em;
  margin: 0 0 40px;
}
.ccm-page h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.ccm-page h3 {
  color: #e01d39;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  text-transform: uppercase;
  font-family: 'Volkhov', serif;
}
.ccm-page h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.ccm-page h5 {
  font-size: 14px;
  margin: 0 0 20px;
}
.ccm-page h6 {
  font-size: 12px;
  margin: 0 0 20px;
}
.ccm-page hr {
  border: 0;
  border-top: 1px solid #c2d2c4;
  margin: 30px 0;
}
.ccm-page a {
  color: #4cbfab;
  word-wrap: break-word;
}
.ccm-page a:hover {
  color: #299481;
  text-decoration: none;
}
.ccm-page a[href^=tel] {
  display: inline-block;
}
.ccm-page a:focus,
.ccm-page a:active {
  outline: none;
  text-decoration: none;
}
.ccm-page .cke_editable p,
.ccm-page .content p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9em;
  margin: 0 0 30px 0;
}
.ccm-page .cke_editable ul,
.ccm-page .cke_editable ol,
.ccm-page .content ul,
.ccm-page .content ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 24px;
}
.ccm-page .cke_editable ul ul,
.ccm-page .cke_editable ul ol,
.ccm-page .cke_editable ol ol,
.ccm-page .cke_editable ol ul,
.ccm-page .content ul ul,
.ccm-page .content ul ol,
.ccm-page .content ol ol,
.ccm-page .content ol ul {
  margin: 4px 0;
}
.ccm-page .cke_editable ol li,
.ccm-page .cke_editable ul li,
.ccm-page .content ol li,
.ccm-page .content ul li {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.ccm-page .content table {
  margin: 0 0 30px 0;
}
.ccm-page .content table td {
  font-size: 17px;
  font-weight: 300;
  padding: 6px 25px 6px 0;
  vertical-align: top;
}
.ccm-page .content table tr:nth-child(2n) td {
  background: #fcfcfc;
}
.ccm-page .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.ccm-page img {
  height: auto;
  max-width: 100%;
}
.ccm-page .map {
  font-size: 0;
}
.ccm-page .map iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .ccm-page .content .img {
    display: block;
    float: none;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
  .ccm-page h1 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .ccm-page h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .ccm-page h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .ccm-page h4 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .ccm-page h5 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .ccm-page h6 {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .ccm-page .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .ccm-page .content ol li,
  .ccm-page .content ul li {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 12px 0;
  }
  .ccm-page .content table td {
    font-size: 14px;
  }
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("/application/themes/defaulttheme/fonts/SpaceGrotesk-Regular.woff") format('woff');
}
@font-face {
  font-family: "SpaceGroteskM";
  src: url("/application/themes/defaulttheme/fonts/SpaceGrotesk-Medium.woff") format('woff');
}
/*
===========
  BUTTONS
===========
*/
.ccm-page .button-special {
  background: #e01d39;
  border-color: #ffffff;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  transition: background .3s;
  text-decoration: none;
  height: 48px;
  letter-spacing: 0.6px;
}
.ccm-page .formidable input[type="submit"] {
  background: #ffffff;
  border-color: #e01d39;
  border-radius: 4px;
  color: #e01d39;
  display: inline-block;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  transition: background .3s;
  text-decoration: none;
  height: 48px;
  letter-spacing: 0.6px;
}
.ccm-page .formidable input[type="submit"] {
  padding: 11px 40px;
}
.ccm-page .button-special a {
  color: #fff;
}
.ccm-page .button-special i {
  color: #191b4a;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.ccm-page .button-special:hover {
  background: #ffffff;
  color: #e01d39;
  cursor: pointer;
  text-decoration: none;
}
.ccm-page .formidable input[type="submit"]:hover {
  background: #e01d39;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.ccm-page .button-special:active,
.ccm-page .formidable input[type="submit"]:active {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  top: 3px;
}
.ccm-page .button-special:focus,
.ccm-page .formidable input[type="submit"]:focus {
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ccm-page .banner-button {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  padding: 12px 22px 14px;
  position: relative;
  margin: 7px 15px;
  transition: box-shadow 0.3s;
  transform: translate3d(0, 0, 0);
}
.ccm-page .banner-button a {
  color: #fff;
}
.ccm-page .banner-button.blue {
  border: 1px solid #00819a;
  color: #00819a;
}
.ccm-page .banner-button.blue a {
  color: #00819a;
}
.ccm-page .banner-button.orange {
  border: 1px solid #f7a81b;
  color: #f7a81b;
}
.ccm-page .banner-button.orange a {
  color: #f7a81b;
}
.ccm-page .banner-button.blue {
  border: 1px solid #00819a;
  color: #00819a;
}
.ccm-page .banner-button.blue a {
  color: #00819a;
}
.ccm-page .banner-button i {
  color: transparent;
  position: relative;
  -webkit-transition: color .3s, transform .3s;
  -o-transition: color .3s, transform .3s;
  transition: color .3s, transform .3s;
}
.ccm-page .banner-button:hover {
  box-shadow: 0 0 36px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.ccm-page .banner-button.blue:hover {
  box-shadow: 0 0 36px rgba(79, 110, 128, 0.2);
  color: #00819a;
}
.ccm-page .banner-button.orange:hover {
  box-shadow: 0 0 36px rgba(247, 168, 26, 0.2);
  color: #f7a81b;
}
.ccm-page .banner-button.blue:hover {
  box-shadow: 0 0 36px rgba(0, 129, 154, 0.2);
  color: #00819a;
}
.ccm-page .banner-button:hover i {
  color: #fff;
  transform: translate(10px);
}
.ccm-page .banner-button.blue:hover i {
  color: #00819a;
}
.ccm-page .banner-button.orange:hover i {
  color: #f7a81b;
}
.ccm-page .banner-button.blue:hover i {
  color: #00819a;
}
.ccm-page .banner-button.no-border {
  border: none;
}
.ccm-page .banner-button.no-border:hover {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .ccm-page .banner-button {
    font-size: 14px;
    padding: 10px 18px 12px;
  }
}
@media (max-width: 767px) {
  .ccm-page .button-special {
    font-size: 14px;
    padding: 5px 17px;
    margin: 110px auto;
  }
  .ccm-page .formidable input[type="submit"] {
    font-size: 14px;
    padding: 5px 17px;
    margin-top: 110px;
    margin-left: -217px;
  }
  .ccm-page .button-special:after,
  .ccm-page .formidable input[type="submit"]:after {
    font-size: 14px;
    margin: 0 0 0 16px;
    top: 1px;
  }
}
/*
===============================
  HEADER AREA SPECIFIC STYLES
===============================
*/
.ccm-page header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,d1d1d1+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px 0 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 9;
}
.ccm-page header.solid-bg {
  background: rgba(244, 245, 249, 0.9);
  padding-bottom: 5px;
}
.ccm-page header.solid-bg .logo {
  margin: 20px 50px;
  width: 205px;
}
.ccm-page header.solid-bg .header-item .header-contact .contact-button {
  width: 90px;
  height: 50px;
  border: #e01d39 1px solid;
  color: #e01d39;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 13px 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: SpaceGroteskM, Helvetica, Arial, sans-serif;
  transition: background .3s, transform .1s;
  margin-top: -80px;
}
.ccm-page header.solid-bg .header-item .header-contact .contact-button:hover {
  border: 1px solid #bbb;
  box-shadow: 0 0 8px 0px rgba(40, 40, 40, 0.2);
  cursor: pointer;
  color: #191b4a;
  background: #ffffff;
}
.ccm-page.is-loggedin header {
  margin-top: 50px;
}
.ccm-page.is-edit header {
  background: rgba(22, 22, 22, 0.1);
  position: relative;
  z-index: auto;
}
.ccm-page header .header-item {
  position: relative;
  width: 100%;
  min-width: 380px;
}
.ccm-page header .header-item .header-icon {
  position: relative;
  float: left;
}
.ccm-page header .header-item .header-nav {
  position: relative;
  float: left;
  margin-left: 100px;
  margin-top: 41px;
}
.ccm-page header .header-item .header-contact {
  position: absolute;
  top: 100px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
  z-index: 20;
}
.ccm-page header .header-item .header-contact .contact-button {
  width: 90px;
  height: 50px;
  border: #ffffff 1px solid;
  color: #ffffff;
  background-color: #191b4a;
  border-radius: 4px;
  padding: 13px 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  transition: background .3s, transform .1s;
  margin-top: -80px;
}
.ccm-page header .header-item .header-contact .contact-button:hover {
  border: 1px solid #bbb;
  box-shadow: 0 0 8px 0px rgba(40, 40, 40, 0.2);
  cursor: pointer;
  background: #ffffff;
  color: #191b4a;
}
.ccm-page header .banner-button {
  margin: 0 20px;
}
.ccm-page .logo {
  margin: 20px 50px;
  position: relative;
  transition: width .2s, height .2s;
  width: 205px;
}
.ccm-page .innerlink-menu {
  margin-left: 100px;
  margin-top: -25px;
}
.ccm-page .innerlink-menu a {
  padding-right: 30px;
  color: #e01d39;
  font-style: SpaceGrotesk, Helvetica, Arial, sans-serif !important;
}
.menu-nav {
  float: right;
  width: 100%;
  text-align: right;
}
@media (max-width: 1199px) {
  .ccm-page header .header-nav {
    position: relative;
    float: left;
    margin-left: 100px;
    margin-top: 41px;
  }
}
@media (max-width: 991px) {
  .ccm-page header .header-nav {
    margin-top: 0px;
  }
  .ccm-page header .consultation {
    display: none;
  }
  .ccm-page .innerlink-menu {
    margin-left: 20px;
  }
  .ccm-page .innerlink-menu a {
    font-size: 11px;
  }
  .ccm-page header.solid-bg #toggle {
    color: #e01d39;
  }
  .ccm-page header.solid-bg #toggle span,
  .ccm-page header.solid-bg #toggle span:after,
  .ccm-page header.solid-bg #toggle span:before {
    backface-visibility: hidden;
    background: #e01d39;
  }
}
@media (max-width: 767px) {
  .ccm-page .logo {
    margin: 15px 15px;
    max-width: inherit;
    width: 50px;
  }
  .ccm-page header.solid-bg .logo {
    margin: 20px 50px;
    width: 136px;
  }
  .ccm-page header.solid-bg .innerlink-menu {
    margin-left: 202px;
    margin-top: 20px;
    display: none;
  }
  .ccm-page .innerlink-menu {
    margin-left: 202px;
    margin-top: -50px;
    display: none;
  }
}
@media (max-width: 500px) {
  .ccm-page .logo {
    margin: 15px 15px;
    max-width: inherit;
    width: 50px;
  }
  .ccm-page header.solid-bg .logo {
    margin: 15px 15px;
    width: 105px;
  }
  .ccm-page header.solid-bg .innerlink-menu {
    margin-left: 202px;
    margin-top: 20px;
    display: none;
  }
  .ccm-page .innerlink-menu {
    margin-left: 202px;
    margin-top: -50px;
    display: none;
  }
}
/*
===================================
  HEADING AREA
===================================
*/
.ccm-page .heading {
  background-size: cover;
  padding: 150px 0 0px;
  margin: 0 0 80px 0;
}
.ccm-page .heading h1,
.ccm-page .heading h2 {
  color: #191b4a;
  font-size: 60px;
  text-align: left;
}
@media (max-width: 991px) {
  .ccm-page .heading {
    margin: 0 0 50px 0;
    padding: 120px 0 20px;
  }
}
@media (max-width: 767px) {
  .ccm-page .heading h1,
  .ccm-page .heading h2 {
    font-size: 32px;
  }
  .ccm-page .heading {
    margin: 0 0 30px 0;
    padding: 90px 0 20px;
  }
}
/*
===================================
  NAVIGATION AREA SPECIFIC STYLES
===================================
*/
.ccm-page .nav {
  margin: 0;
  padding: 13px 0 15px;
  transition: background .3s;
  display: none;
  margin-top: -20px;
}
.ccm-page.page-type-home .nav {
  background: rgba(33, 33, 33, 0);
}
.ccm-page.page-type-home .solid-bg .nav {
  background: transparent;
}
.ccm-page .nav li {
  display: block;
  float: left;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page .nav li:hover > ul {
  display: block;
  opacity: 1;
}
.ccm-page .nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.ccm-page .nav li a {
  border-bottom: none;
  color: #e01d39;
  font-family: SpaceGroteskM, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  -webkit-tap-highlight-color: #eeeeee;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus {
  background: none;
  color: #191b4a;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus,
.ccm-page .nav li a:active {
  outline: none;
}
.ccm-page .nav li a:active {
  text-decoration: none;
}
.ccm-page .nav li .selected,
.ccm-page .nav li .nav-path-selected {
  color: #191b4a;
}
.menu-toggle-container {
  padding: 4px 10px;
  display: none;
  transition: background .3s;
}
.ccm-page .solid-bg .menu-toggle-container {
  background: transparent;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
.page-template-default .menu-toggle-container #toggle {
  color: #191b4a;
}
.ccm-page #toggle:active,
.ccm-page #toggle:focus {
  text-decoration: none;
}
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  content: "";
  left: 0;
  position: absolute;
  top: -5px;
}
.ccm-page #toggle span:after {
  top: 5px;
}
.ccm-page #toggle span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.ccm-page #toggle span,
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 2px;
  height: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 17px;
}
.page-template-default .menu-toggle-container #toggle span,
.page-template-default .menu-toggle-container #toggle span:after,
.page-template-default .menu-toggle-container #toggle span:before {
  backface-visibility: hidden;
  background: #191b4a;
  border-radius: 2px;
  height: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 17px;
}
/* on activation */
.ccm-page #toggle.on span {
  background-color: transparent;
}
.ccm-page #toggle.on span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.ccm-page #toggle.on span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
}
/*
=====================================
  SECOND LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav ul {
  border-top: 20px solid transparent;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: opacity .5s;
  visibility: hidden;
  z-index: 10;
}
.ccm-page .nav ul:before {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
  content: " ";
  height: 0;
  left: 30px;
  position: absolute;
  top: -10px;
  width: 0;
}
.ccm-page .nav ul li {
  float: none;
  position: relative;
  text-align: left;
}
.ccm-page .nav ul li a {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 11px 16px;
  transition: background .3s, color .3s;
  white-space: nowrap;
}
.ccm-page .nav ul li a:hover {
  background: #eeeeee;
  color: #000;
  text-decoration: none;
}
.ccm-page .nav ul li.selected,
.ccm-page .nav ul li.nav-path-selected {
  background: #eeeeee;
  color: #000;
  text-decoration: none;
}
.ccm-page .nav ul li.selected a,
.ccm-page .nav ul li.nav-path-selected a {
  background: #eeeeee;
  color: #000;
  text-decoration: none;
}
/*
=====================================
  THIRD LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav ul ul {
  background: #fff;
  box-shadow: none;
  list-style: none;
  left: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .ccm-page .nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .ccm-page .nav li a {
    font-size: 14px;
    padding: 0 17px;
  }
  .ccm-page .nav ul li a {
    font-size: 14px;
    padding: 10px 17px;
  }
}
@media (max-width: 991px) {
  .ccm-page header .header-item .header-nav {
    float: right;
    margin-right: 150px;
    margin-left: 0px;
  }
  .menu-toggle-container {
    display: block;
    margin: 0 10px 0 0;
  }
  .ccm-page.page-type-home .nav,
  .ccm-page.page-type-home .solid-bg .nav {
    background: #fff;
  }
  .ccm-page .nav {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 38px;
    z-index: 99;
    width: 300px;
  }
  .ccm-page .nav:before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 55px;
    top: -10px;
    width: 0;
  }
  .ccm-page .nav li {
    float: none;
  }
  .ccm-page .nav li a {
    color: #e01d39;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 9px 18px;
  }
  .ccm-page .nav > li:last-child a {
    border-bottom: none;
  }
  .ccm-page .nav li a:after {
    color: #999;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin-right: 16px;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 13px;
  }
  .ccm-page .nav li a:before {
    display: none;
  }
  .ccm-page .nav li .selected,
  .ccm-page .nav li .nav-path-selected {
    color: #000;
    text-decoration: none;
  }
  .ccm-page .nav li a:hover,
  .ccm-page .nav li a:focus {
    background: #e0e0e0;
    color: #e01d39;
    text-decoration: none;
  }
  /* SECOND LEVEL */
  .ccm-page .nav ul {
    background: #fff;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    opacity: 1;
    padding: 0;
    position: relative;
    visibility: visible;
    display: none;
  }
  .ccm-page .nav ul:before {
    display: none;
  }
  .ccm-page .nav ul li {
    border-bottom: none;
  }
  .ccm-page .nav ul li a {
    background: #fdfdfd;
    display: block;
    overflow: hidden;
    padding: 9px 35px 9px 26px;
    text-overflow: ellipsis;
  }
  .ccm-page .nav ul li a:hover {
    background: inherit;
    background: #e0e0e0;
    color: #e01d39;
  }
  /* THIRD LEVEL */
  .ccm-page .nav ul ul {
    left: 0;
    position: relative;
  }
  .ccm-page .nav ul ul li a {
    display: inline-block;
    overflow: hidden;
    padding: 8px 18px 8px 26px;
    text-overflow: ellipsis;
  }
  /* toggle */
  .ccm-page #toggle {
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    font-family: SpaceGroteskM, Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .ccm-page header .header-item .header-nav {
    margin-right: 130px;
  }
  .ccm-page .nav {
    top: 46px;
    z-index: 99;
    right: -121px;
  }
  .ccm-page .nav:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .ccm-page .nav {
    top: 46px;
    z-index: 99;
    right: -121px;
  }
  .ccm-page .nav:before {
    display: none;
  }
}
/*
===============
  BANNER AREA
===============
*/
.section-banner {
  background-color: #e0e0e0;
  background-image: url(/application/themes/defaulttheme/images/banner-background2.jpg);
  background-repeat-x: repeat-x;
  background-repeat-y: no-repeat;
  margin-top: -30px;
}
.section-banner .banner-wecanhelp {
  top: 400px;
  right: 400px;
  position: absolute;
  width: 220px;
  height: 50px;
  background-color: #e01d39;
  color: #ffffff;
  border-radius: 4px;
  padding: 16px 36px;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
}
@media (max-width: 1540px) {
  .section-banner {
    background-position-y: -161px;
  }
  .section-banner .section-banner-contact {
    position: absolute;
    right: 100px;
    top: 70px;
  }
  .section-banner .section-banner-contact .banner-phone {
    font-size: 14px;
    width: 180px;
  }
  .section-banner .section-banner-contact .banner-contact {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .section-banner {
    background-position-y: -300px;
  }
  .section-banner .section-banner-contact {
    position: absolute;
    top: 70px;
    right: 100px;
  }
}
@media (max-width: 991px) {
  .section-banner {
    background-position-y: -300px;
  }
  .section-banner .section-banner-contact {
    width: 100%;
    top: 130px;
    margin: 0 auto;
    right: 0px;
  }
}
.ccm-page #slides {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: 100vh;
  margin: 0 0 100px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  zoom: 1;
}
.ccm-page #slides .loading {
  color: #00819a;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1000;
}
.ccm-page.is-edit #slides {
  height: inherit;
  overflow: inherit;
}
.ccm-page.is-edit #slides ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ccm-page #slides li {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.ccm-page #slides li:before {
  /*background: -moz-linear-gradient(left,  rgba(79,110,128,.95) 0%, rgba(4,30,60,.9) 100%);
  background: -webkit-linear-gradient(left,  rgba(79,110,128,.95) 0%,rgba(4,30,60,.9) 100%);
  background: linear-gradient(to right,  rgba(79,110,128,.95) 0%,rgba(4,30,60,.9) 100%);
  content: " ";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;*/
}
.ccm-page.is-edit #slides li {
  display: block !important;
  height: 70px;
  overflow: hidden;
}
.ccm-page #slides li img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.ccm-page #slides li .text-container {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30%;
  width: 100%;
}
.ccm-page #slides li .text-container .text-content {
  background: rgba(33, 33, 33, 0.5);
  display: inline-block;
  padding: 50px;
}
.ccm-page #slides li .title {
  color: #fff;
  display: inline-block;
  font-family: 'Volkhov', serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  max-width: 740px;
  text-shadow: 0 1px 1px #000;
}
.ccm-page #slides li .subtitle {
  color: #fff;
  font-family: 'Volkhov', serif;
  font-size: 19px;
  font-weight: 300;
  margin: 0 0 30px 0;
  text-shadow: 0 1px 1px #000;
}
.ccm-page #slides .slides-pagination {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1000;
}
.ccm-page #slides .slides-pagination a {
  background: rgba(33, 33, 33, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 17px;
  margin: 0 3px;
  padding: 2px 0 0 0;
  text-align: center;
  width: 17px;
}
.ccm-page #slides .slides-pagination a:hover {
  color: #4cbfab;
}
.ccm-page #slides .slides-pagination a.current {
  color: #4cbfab;
}
.ccm-page .loader {
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  margin: 0 0 0 10px;
  perspective: 800px;
  pointer-events: none;
  position: relative;
  top: 10px;
  width: 32px;
}
.ccm-page .loader .inner {
  border-radius: 50%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  width: 100%;
}
.ccm-page .loader .inner.one {
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #00819a;
  left: 0%;
  top: 0%;
}
.ccm-page .loader .inner.two {
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #00819a;
  right: 0%;
  top: 0%;
}
.ccm-page .loader .inner.three {
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #00819a;
  bottom: 0%;
  right: 0%;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@media (max-width: 991px) {
  .ccm-page #slides {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page #slides {
    margin: 0 0 30px 0;
  }
  .ccm-page #slides li .text-container .text-content {
    background: rgba(33, 33, 33, 0.5);
    display: inline-block;
    padding: 30px 15px;
  }
  .ccm-page #slides li .title {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    max-width: 740px;
  }
  .ccm-page #slides li .subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 30px 0;
  }
}
.pullup {
  position: relative;
  margin-top: -363px;
}
@media (max-width: 1540px) {
  .pullup {
    position: relative;
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .pullup {
    position: relative;
    margin-top: 75px;
  }
}
@media (max-width: 991px) {
  .pullup {
    position: relative;
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .pullup {
    position: relative;
    margin-top: 75px;
  }
}
@media (max-width: 500px) {
  .pullup {
    position: relative;
    margin-top: 50px;
  }
}
.is-edit .pullup {
  position: relative;
  top: 600px;
}
/*
==========
  PANELS
==========
*/
.ccm-page .panels {
  margin: 0 0 0 0;
  background-color: #e01d39;
  padding: 150px 0;
  color: #ffffff;
}
.ccm-page .panels h1 {
  color: #ffffff;
  font-size: 60px;
  margin-left: 85px;
  letter-spacing: 0.62px;
  line-height: 73px;
}
.ccm-page .panels .small {
  color: #ffffff;
  text-transform: uppercase;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  margin-left: 85px;
  letter-spacing: 0.8px;
}
.ccm-page .panels img {
  max-width: inherit;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ccm-page .panels .button-special {
  border: 1px solid;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  height: 48px;
  margin-left: 85px;
  margin-top: 7px;
  width: 220px;
  padding-top: 12px;
}
.ccm-page .panels .button-special:after {
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  padding-left: 63px;
}
.ccm-page .panel-container {
  border-bottom: 1px solid #fff;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ccm-page .panel-container .panel-image {
  background-position: center top;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.ccm-page .panel-container .panel-image.left {
  left: 0;
}
.ccm-page .panel-container .panel-image.right {
  right: 0;
}
.ccm-page .panel-container .panel-content {
  background: #fbfcfe;
  min-height: 550px;
  width: 50%;
}
.ccm-page .panel-container .panel-content.left {
  float: left;
}
.ccm-page .panel-container .panel-content.right {
  float: right;
}
.ccm-page .panel-container .panel-content.left .panel-text {
  float: right;
}
.ccm-page .panel-container .panel-text {
  padding: 100px;
  max-width: 670px;
}
.ccm-page .panel-container .panel-text h2 {
  line-height: 1.4em;
  margin: 0 0 30px 0;
  max-width: 480px;
}
.ccm-page .panel-container .banner-button {
  margin: 7px 15px 7px 0;
}
@media (max-width: 1329px) {
  .ccm-page .panels h1 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .ccm-page .panels h1 {
    font-size: 38px;
  }
  .ccm-page .panel-container {
    border-bottom: 0;
  }
  .ccm-page .panel-container .panel-image {
    width: 50%;
  }
  .ccm-page .panel-container .panel-text {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ccm-page .panels {
    margin: 0 0 50px 0;
    padding: 100px 0;
  }
  .ccm-page .panels h1 {
    font-size: 35px;
  }
  .ccm-page .panel-container .panel-image {
    position: relative;
    min-height: 600px;
    width: 100%;
  }
  .ccm-page .panel-container .panel-image.left {
    left: inherit;
  }
  .ccm-page .panel-container .panel-image.right {
    right: inherit;
  }
  .ccm-page .panel-container .panel-content.left .panel-text {
    float: none;
  }
  .ccm-page .panel-container .panel-content {
    float: none;
    min-height: inherit;
    width: 100%;
  }
  .ccm-page .panel-container .panel-content.left {
    float: none;
  }
  .ccm-page .panel-container .panel-content.right {
    float: none;
  }
  .ccm-page .panel-container .panel-text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ccm-page .panels {
    margin: 0 0 30px 0;
  }
  .ccm-page .panels .small {
    margin: 0 auto;
  }
  .ccm-page .panels h1 {
    margin: 0 auto;
  }
  .ccm-page .panels .button-special {
    margin: 0 auto;
  }
  .ccm-page .panels .panel-image {
    text-align: center;
    margin-bottom: 50px;
  }
  .ccm-page .panels .panel-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .ccm-page .panel-container .panel-image {
    position: relative;
    min-height: 250px;
    width: 100%;
  }
  .ccm-page .panel-container .panel-text {
    padding: 15px;
    max-width: 100%;
  }
  .ccm-page .panel-container .panel-text h2 {
    font-size: 24px;
    letter-spacing: .5px;
    margin: 0 0 20px 0;
  }
}
/*
==========
  members
==========
*/
.members {
  background-image: url(/application/themes/defaulttheme/images/subpage-background.jpg);
  padding-top: 100px;
  padding-bottom: 90px;
}
.members .team-title {
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  float: left;
  margin-top: 124px;
  text-transform: uppercase;
  margin-left: 25px;
  clear: both;
  margin-right: 25px;
}
.members h1 {
  margin-top: 10px;
  margin-left: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .members .team-title {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .members .team-title {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .members .team-title {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .members .team-title {
    margin-top: 30px;
  }
}
/*
================
  MESSAGE
================
*/
.message {
  margin-top: 100px;
  background-image: url(/application/themes/defaulttheme/images/message-background.jpg);
  background-size: cover;
  padding-top: 100px;
}
.message h1 {
  color: #191b4a;
  margin-top: 7px;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
.message .message-table {
  margin-top: 70px;
  margin-bottom: 95px;
  padding-left: 10px;
}
.message .message-table:last-child {
  padding-left: 37px;
}
.ccm-page .content .message-red {
  color: #e01d39;
  font-family: 'PT Serif', serif;
  font-size: 20px;
  padding-right: 17px;
  line-height: 30px;
}
.ccm-page .content .message-normal {
  color: #191b4a;
  font-family: 'PT Serif', serif;
  font-size: 20px;
  line-height: 30px;
}
.ccm-page .content .message-normal img {
  right: 0px;
  position: absolute;
}
@media (max-width: 767px) {
  .message .message-table {
    padding: 0 30px;
  }
  .message .message-table:last-child {
    padding: 0 30px;
  }
}
/*
================
  SECTION TEAM
================
*/
.ccm-page .section-team {
  margin: 0 0 100px 0;
  float: left;
}
@media (max-width: 767px) {
  .ccm-page .section-team {
    margin: 0 0 30px 0;
  }
}
/*
======================
  PAGE TYPE PROJECT
======================
*/
.ccm-page.page-type-project h1 {
  color: #036b7f;
  font-weight: 400;
  margin: 0;
}
.ccm-page.page-type-project h3 {
  border-bottom: 1px solid #00819a;
  color: #036b7f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
}
.ccm-page.page-type-project hr {
  border-color: #00819a;
  margin: 20px 0 30px;
}
.ccm-page.page-type-project .section-details {
  margin: 0 0 60px 0;
}
.ccm-page.page-type-project .section-overview {
  margin: 0 0 60px 0;
}
.ccm-page.page-type-project .section-hero-image {
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .ccm-page.page-type-project h1 {
    font-size: 22px;
  }
  .ccm-page.page-type-project h3 {
    font-size: 16px;
  }
  .ccm-page.page-type-project .section-details {
    margin: 0 0 30px 0;
  }
  .ccm-page.page-type-project .section-overview {
    margin: 0 0 30px 0;
  }
  .ccm-page.page-type-project .section-hero-image {
    margin: 0 0 30px 0;
  }
}
/*
======================
  SERVICE BOX CONTAINER
======================
*/
.ccm-page .service-box-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 0 6px 0;
}
.ccm-page.is-edit .service-box-container {
  display: block;
}
.ccm-page .service-box-container .service-box:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ccm-page .service-box {
  background: #ffffff;
  background-repeat: no-repeat;
  padding: 310px 0 0px;
  text-align: center;
  width: 540px;
  height: 380px;
  margin-bottom: 60px;
  float: left;
}
.ccm-page .service-box:nth-child(2n) {
  margin-left: 60px;
}
.ccm-page .service-box:hover {
  opacity: 0.7;
}
.ccm-page .service-box .service-box-title {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  width: 100%;
  text-align: left;
  height: 70px;
}
.ccm-page.is-edit .service-box {
  border-top: 1px solid #ffffff;
  padding: 10px 0;
  width: 100%;
}
.ccm-page .service-box h2 {
  color: #191b4a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 24px 0 15px 30px;
  position: relative;
}
.ccm-page .ourexpertise-bottom {
  background: url(/application/themes/defaulttheme/images/OurExpertizeBottom.jpg);
  background-size: cover;
  clear: both;
  color: #ffffff;
  padding: 48px 48px 26px 48px;
  width: 100%;
  margin-bottom: 20px;
  transition: background .3s, transform .1s;
}
.ccm-page .ourexpertise-bottom h2 {
  color: #ffffff;
  font-size: 24px;
}
.ccm-page .ourexpertise-bottom a {
  color: #ffffff;
}
.ccm-page .ourexpertise-bottom:hover {
  box-shadow: 0 0 8px 0px rgba(40, 40, 40, 0.2);
  cursor: pointer;
  opacity: 0.7;
}
.ccm-page .service-box h2:before {
  background: #fff;
  bottom: 0;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.ccm-page .service-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 auto 30px auto;
  max-width: 320px;
  padding: 0 15px;
  text-shadow: 0 0 1px #192b35;
}
.ccm-page .service-box .banner-button {
  background: rgba(79, 110, 128, 0.8);
  padding: 8px 20px 10px;
}
@media (max-width: 1192px) {
  .ccm-page .service-box:nth-child(2n) {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .ccm-page .service-box-container {
    margin: 0 auto;
  }
  .ccm-page .service-box {
    border-bottom: 1px solid #fff;
    padding: 310px 0 0px;
    text-align: center;
    width: 540px;
    height: 380px;
  }
  .ccm-page .service-box-container .service-box:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .service-box-container {
    margin: 0 0 30px 0;
  }
  .ccm-page .service-box {
    background-size: 100%;
    width: 400px;
    height: 280px;
    padding: 208px 0 50px;
  }
  .ccm-page .service-box h2 {
    font-size: 20px;
    max-width: 400px;
  }
  .ccm-page .service-box p {
    font-size: 15px;
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .ccm-page .service-box-container {
    margin: 0 0 30px 0;
  }
  .ccm-page .service-box {
    background-size: 100%;
    width: 300px;
    height: 180px;
    padding: 123px 0 50px;
  }
  .ccm-page .service-box h2 {
    font-size: 16px;
    max-width: 300px;
  }
  .ccm-page .service-box p {
    font-size: 15px;
    max-width: 300px;
  }
}
/*
======================
  SECTION CONTENT
======================
*/
.ccm-page .section-content {
  padding: 0 0 50px 0;
  position: relative;
}
.ccm-page .section-content-top {
  margin: 0 0 70px 0;
}
.ccm-page .section-content-top h1 {
  margin-top: -21px;
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .ccm-page .section-content {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-content {
    padding: 0 0 30px 0;
  }
  .ccm-page .section-content-top {
    margin: 0 0 30px 0;
  }
}
/*
======================
  SECTION VIDEO
======================
*/
.ccm-page .section-video {
  background: #f4f4f4 url(/application/themes/defaulttheme/images/dbb-pattern.png);
  padding: 50px 0;
}
.ccm-page .section-video h2 {
  text-align: center;
}
/*
======================
  TEAM
======================
*/
.ccm-page .team {
  width: 270px;
  background-color: #ffffff;
  border: #e0e0e0 1px solid;
}
.ccm-page .team .image-cropper {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 40px auto;
}
.ccm-page .team img {
  display: inline;
  height: 100%;
  width: auto;
  margin-left: 22px;
}
.ccm-page .team hr {
  border-top: 1px solid #eaeaea;
}
.ccm-page .team img {
  height: auto;
  max-width: 100%;
}
.ccm-page .team .name {
  color: #191b4a;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 10px 30px;
  text-align: left;
  font-family: 'Volkhov', serif;
}
.ccm-page .team .position {
  color: #e01d39;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 50px 30px;
}
@media (max-width: 767px) {
  .ccm-page .team {
    margin: 0 -5px 30px;
  }
  .ccm-page .team .name {
    font-size: 22px;
  }
  .ccm-page .team img {
    margin: 0 0 15px 0;
  }
}
/*
=================
  TEAM DETAILED
=================
*/
.ccm-page .team-detailed {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
}
.ccm-page .team-detailed img {
  height: auto;
  margin: 0 0 30px 0;
  max-width: 100%;
}
.ccm-page .team-detailed hr {
  border-color: #eaeaea;
  margin: 20px 0;
}
.ccm-page .team-detailed .name {
  color: #00819a;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.ccm-page .team-detailed .position {
  color: #00819a;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.ccm-page .team-detailed ul li {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .ccm-page .team-detailed {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .ccm-page .team-detailed img {
    margin: 0 0 15px 0;
    max-width: 200px;
  }
  .ccm-page .team-detailed .name {
    color: #00819a;
    font-size: 22px;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 10px 0;
  }
  .ccm-page .team-detailed .position {
    margin: 0 0 15px 0;
  }
}
/*
=======================
  FAQ BOX
=======================
*/
.ccm-page .faq-box {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin: 0 0 15px 0;
  /*max-width: 870px;*/
  padding: 15px 15px 19px 15px;
}
.ccm-page .faq-box:hover {
  border: 1px solid #bbb;
  box-shadow: 0 0 8px 0px rgba(40, 40, 40, 0.2);
  cursor: pointer;
}
.ccm-page .faq-box .question {
  position: relative;
  margin: 3px 0 1px 45px;
}
.ccm-page .faq-box .question p {
  color: #00819a;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
.ccm-page .faq-box .question p:before {
  background: #4cbfab;
  border-radius: 3px;
  color: #fff;
  content: "Q.";
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  left: -47px;
  padding: 7px 0 0 10px;
  position: absolute;
  top: -7px;
  width: 32px;
}
.ccm-page .faq-box .answer {
  display: none;
  margin: 30px 20px 0 45px;
  position: relative;
}
.ccm-page .faq-box .answer p {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}
.ccm-page .faq-box .answer p:last-child {
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .ccm-page .faq-box .question p {
    font-size: 14px;
    line-height: 1.3em;
  }
  .ccm-page .faq-box .answer {
    margin: 15px 0 0 0;
  }
  .ccm-page .faq-box .answer p {
    font-size: 14px;
  }
  .ccm-page .faq-box .answer p:last-child {
    margin: 0;
  }
}
/*
=========================
  PROJECT BOX CONTAINER
=========================
*/
.ccm-page .projects-prev-next,
.ccm-page .projects-container {
  margin: 0 -15px;
}
.ccm-page .projects-prev-next:after,
.ccm-page .projects-container:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .projects-prev-next h2,
.ccm-page .projects-container h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
.ccm-page .projects-prev-next h3.right,
.ccm-page .projects-container h3.right {
  text-align: right;
}
.ccm-page .projects-prev-next .project,
.ccm-page .projects-container .project {
  border-top: 1px solid #3d5f19;
  color: #3d5f19;
  display: block;
  font-size: 14px;
  float: left;
  margin: 0 15px 60px 15px;
  padding: 20px 0 0 0;
  width: 360px;
}
.ccm-page .projects-prev-next .project:hover .image-container .shadow:before,
.ccm-page .projects-container .project:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .projects-prev-next .project:hover .image-container .read-more,
.ccm-page .projects-container .project:hover .image-container .read-more {
  opacity: 1;
}
.ccm-page .projects-prev-next .project .image-container,
.ccm-page .projects-container .project .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .projects-prev-next .project .image-container .shadow:before,
.ccm-page .projects-container .project .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ccm-page .projects-prev-next .project .image-container .read-more,
.ccm-page .projects-container .project .image-container .read-more {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 17px;
  font-weight: 700;
  left: 50%;
  letter-spacing: .5px;
  opacity: 0;
  position: absolute;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.3s ease-out;
}
.ccm-page .projects-prev-next .project .image-container img,
.ccm-page .projects-container .project .image-container img {
  backface-visibility: hidden;
}
.ccm-page .projects-prev-next .project .location,
.ccm-page .projects-container .project .location {
  margin: 0 0 15px 0;
}
.ccm-page .projects-prev-next {
  margin: 0;
}
.ccm-page .projects-prev-next .project {
  border-top: none;
  margin: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .ccm-page .projects-container .project {
    width: 293px;
  }
}
@media (max-width: 991px) {
  .ccm-page .projects-container .project {
    width: 220px;
  }
  .ccm-page .projects-container .project .image-container .read-more {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ccm-page .projects-container {
    display: block;
    margin: 0 -15px;
    min-height: .01%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    width: calc(100% + 30px);
  }
  .ccm-page .projects-container .project {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
    text-align: left;
    vertical-align: top;
    width: 220px;
  }
  .ccm-page .projects-container .project:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .projects-container .project:last-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .projects-prev-next h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .ccm-page .projects-prev-next .project .name {
    font-size: 12px;
  }
  .ccm-page .projects-prev-next .project .location {
    font-size: 12px;
  }
}
/*
=============
  NEWS LIST
=============
*/
.ccm-page .news-list hr {
  border-top: 1px solid #e4e4e4;
  margin: 30px 0;
}
.ccm-page .news-list .item-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
}
.ccm-page .news-list .item-news .news-info {
  width: 750px;
}
.ccm-page .news-list .item-news .news-info h2 {
  font-size: 26px;
  margin: 0 0 15px 0;
}
.ccm-page .news-list .item-news .news-info p {
  color: #54534a;
  font-size: 16px;
  margin: 0 0 30px 0;
}
.ccm-page .news-list .item-news .news-info .author-date {
  color: #828282;
  font-size: 15px;
  margin: 0 0 15px 0;
}
.ccm-page .news-list .item-news .image-container {
  width: 360px;
}
@media (max-width: 1199px) {
  .ccm-page .news-list .item-news .news-info {
    width: 560px;
  }
}
@media (max-width: 991px) {
  .ccm-page .news-list .item-news .news-info {
    width: 440px;
  }
  .ccm-page .news-list .item-news .image-container {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .ccm-page .news-list hr {
    margin: 15px 0;
  }
  .ccm-page .news-list .item-news .news-info {
    order: 2;
    width: 100%;
  }
  .ccm-page .news-list .item-news .news-info h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .ccm-page .news-list .item-news .news-info p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .ccm-page .news-list .item-news .news-info .author-date {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .ccm-page .news-list .item-news .image-container {
    margin: 0 0 15px 0;
    order: 1;
  }
}
/*
=============
  BLOG PAGE
=============
*/
.ccm-page .posted,
.ccm-page .author {
  display: inline-block;
  margin: 0 15px 0 0;
}
.ccm-page .blog-main-image {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .ccm-page .posted,
  .ccm-page .author {
    display: block;
    margin: 0 0 5px 0;
  }
}
/*
================
  NEWSLETTER
================
*/
.ccm-page .section-newsletter {
  background: #fafffe;
  border-bottom: 1px solid #bcece4;
  border-top: 1px solid #bcece4;
  padding: 30px 0 0 0;
}
.ccm-page .section-newsletter iframe {
  width: 100%;
}
/*
===============
  EVENTS LIST
===============
*/
.ccm-page .event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #e4e4e4;
  margin: 0  0 30px 0;
}
.ccm-page .event .event-info {
  width: 750px;
}
.ccm-page .event .event-info h2 {
  font-size: 26px;
  margin: 0 0 15px 0;
}
.ccm-page .event .event-info p {
  color: #54534a;
  font-size: 16px;
  margin: 0 0 30px 0;
}
.ccm-page .event .event-info .info {
  border-bottom: 1px dashed #ddd;
  color: #828282;
  font-size: 15px;
  line-height: 1.7em;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.ccm-page .event .image-container {
  margin: 0 0 30px 0;
  width: 360px;
}
@media (max-width: 1199px) {
  .ccm-page .event .event-info {
    width: 560px;
  }
}
@media (max-width: 991px) {
  .ccm-page .event .event-info {
    width: 440px;
  }
  .ccm-page .event .image-container {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .ccm-page .event .event-info {
    order: 2;
    width: 100%;
  }
  .ccm-page .event .event-info h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .ccm-page .event .event-info p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .ccm-page .event .event-info .info {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .ccm-page .event .image-container {
    margin: 0 0 15px 0;
    order: 1;
  }
}
/*
================
  CONTACT Section
================
*/
.ccm-page .section-contact {
  background-color: #f4f5f9;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ccm-page .section-contact p {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  color: #191b4a;
}
/*
================
  CONTACT INFO
================
*/
.ccm-page .contact-info .items {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  margin: 0 0 70px 0;
}
.ccm-page .contact-info .items .item {
  color: #f4f5f9;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 20px 10px 25px;
  min-width: 200px;
  position: relative;
}
.ccm-page .contact-info .items .item:before {
  color: #00819a;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  left: -30px;
  margin: 0;
  padding: 0 0 0 6px;
  position: absolute;
}
.ccm-page .contact-info .items .item.contact-phone:before {
  content: "\f095";
}
.ccm-page .contact-info .items .item.contact-mobile:before {
  content: "\f10b";
  left: -24px;
}
.ccm-page .contact-info .items .item.contact-fax:before {
  content: "\f1ac";
}
.ccm-page .contact-info .items .item.contact-email:before {
  content: "\f0e0";
}
.ccm-page .contact-info .items .item.contact-address:before {
  content: "\f041";
  left: -24px;
}
.ccm-page .contact-info .items .item.contact-pobox:before {
  content: "\f1ad";
}
.ccm-page .contact-info .items .item.contact-trading-hours:before {
  content: "\f017";
}
.ccm-page .contact-info .items .item a {
  color: #191b4a;
}
.ccm-page .contact-info .items .item a:hover {
  color: #00819a;
}
@media (max-width: 991px) {
  .ccm-page .contact-info .items {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
  }
  .ccm-page .contact-info .items .item {
    font-size: 16px;
    margin: 10px 20px 10px 20px;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info .items {
    display: block;
    margin: 0 0 30px 0;
  }
  .ccm-page .contact-info .items .item {
    font-size: 13px;
    margin: 10px 0 15px 25px;
    max-width: 100%;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
    margin: 0 5px 0 0;
  }
}
/*
====================
  CONTACT INFO BOX
====================
*/
.ccm-page .contact-info-box .items {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0;
}
.ccm-page .contact-info-box .items .item {
  color: #000000;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 20px 30px 25px;
  min-width: 200px;
  position: relative;
}
.ccm-page .contact-info-box .items .item h4 {
  color: #00819a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
.ccm-page .contact-info-box .items .item a {
  color: #000000;
}
.ccm-page .contact-info-box .items .item a:hover {
  color: #00819a;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-box .items {
    display: block;
  }
  .ccm-page .contact-info-box .items .item {
    font-size: 16px;
    margin: 10px 0 20px 0;
    max-width: 100%;
  }
  .ccm-page .contact-info-box .items .item h4 {
    margin: 0 0 5px;
  }
}
/*
=======================
  CONTACT INFO COLUMN
=======================
*/
.ccm-page .contact-info-column .items {
  margin: 0 0 30px 0;
}
.ccm-page .contact-info-column .items .item {
  color: #ffffff;
  font-family: 'Volkhov', serif;
  font-size: 13px;
  font-weight: 300;
  margin: 10px 20px 5px 25px;
  padding: 0 0 10px 0;
  position: relative;
}
.ccm-page .contact-info-column .items .item:before {
  color: #00819a;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 300;
  left: -30px;
  margin: 0;
  padding: 0 0 0 6px;
  position: absolute;
}
.ccm-page .contact-info-column .items .item.contact-phone:before {
  content: "\f095";
}
.ccm-page .contact-info-column .items .item.contact-mobile:before {
  content: "\f10b";
  left: -24px;
}
.ccm-page .contact-info-column .items .item.contact-fax:before {
  content: "\f1ac";
}
.ccm-page .contact-info-column .items .item.contact-email:before {
  content: "\f0e0";
}
.ccm-page .contact-info-column .items .item.contact-address:before {
  content: "\f041";
  left: -24px;
}
.ccm-page .contact-info-column .items .item.contact-pobox:before {
  content: "\f1ad";
}
.ccm-page .contact-info-column .items .item.contact-trading-hours:before {
  content: "\f017";
}
.ccm-page .contact-info-column .items .item a {
  color: #ffffff;
}
.ccm-page .contact-info-column .items .item a:hover {
  color: #4cbfab;
  text-decoration: none;
}
/*
=======================
  CONTACT INFO HEADER
=======================
*/
.ccm-page .contact-info-header .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.ccm-page .contact-info-header .item.contact-phone:hover:before {
  color: #036b7f;
}
.ccm-page .contact-info-header .item.contact-phone:before {
  color: #00819a;
  font-family: FontAwesome;
  font-size: 24px;
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.ccm-page .contact-info-header .item.contact-phone:before {
  content: "\f095";
}
.ccm-page .contact-info-header .item a {
  color: #00819a;
}
.ccm-page .contact-info-header .item a:hover {
  color: #036b7f;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-header .item {
    font-size: 16px;
    margin: 0;
  }
  .ccm-page .contact-info-header .item.contact-phone:before,
  .ccm-page .contact-info-header .item.contact-email:before,
  .ccm-page .contact-info-header .item.contact-address:before {
    font-size: 16px;
  }
}
/*
=====================
  TIMELINE
=====================
*/
.ccm-page .timeline-container {
  margin: 0 0 30px 0;
}
.ccm-page .timeline-container .timeline {
  position: relative;
}
.ccm-page .timeline-container .timeline:nth-of-type(2n) .timeline-inner {
  border-left: 5px solid #eee;
  border-right: none;
  float: right;
  left: -5px;
}
.ccm-page .timeline-container .timeline:after {
  clear: both;
  content: '';
  display: table;
}
.ccm-page .timeline-container .timeline .icon {
  background: #00819a;
  border-radius: 50px;
  height: 56px;
  left: 50%;
  margin: 0 0 0 -31px;
  opacity: 0;
  padding: 13px 0;
  position: absolute;
  text-align: center;
  width: 56px;
}
.ccm-page .timeline-container .timeline .icon i {
  color: #fff;
  font-size: 28px;
}
.ccm-page .timeline-container .timeline .timeline-inner {
  border-right: 5px solid #eee;
  margin: 0 5px 0 0;
  padding: 24px 0 10px;
  width: 50%;
}
.ccm-page .timeline-container .timeline .timeline-inner .text {
  border: 1px solid #eee;
  padding: 10px 15px;
  margin: 0 45px;
}
.ccm-page .timeline-container .timeline .timeline-inner .text h4 {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 15px 0;
}
.ccm-page .timeline-container .timeline .timeline-inner .text p {
  font-size: 15px;
  line-height: 1.7em;
  margin: 0;
}
@media (max-width: 767px) {
  .ccm-page .timeline-container .timeline:nth-of-type(2n) .timeline-inner {
    border-left: none;
    border-right: none;
    float: none;
    left: 0px;
  }
  .ccm-page .timeline-container .timeline .icon {
    background: #00819a;
    border-radius: 50%;
    height: 36px;
    left: 50%;
    margin: 0 0 0 -18px;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 36px;
  }
  .ccm-page .timeline-container .timeline .icon i {
    color: #fff;
    font-size: 20px;
  }
  .ccm-page .timeline-container .timeline .timeline-inner {
    border: none;
    margin: 0 5px 0 0;
    padding: 24px 0 10px;
    width: 100%;
  }
  .ccm-page .timeline-container .timeline .timeline-inner .text {
    border: 1px solid #eee;
    padding: 20px 15px 10px;
    margin: 0;
  }
  .ccm-page .timeline-container .timeline .timeline-inner .text h4 {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 15px 0;
  }
  .ccm-page .timeline-container .timeline .timeline-inner .text p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
  }
}
/*
=====================
  FORMIDABLE STYLES
=====================
*/
.ccm-page .formidable {
  max-width: 100%;
  margin: 87px auto 40px auto;
}
.ccm-page .formidable .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ccm-page .formidable [class*="col-sm"] {
  padding-left: 10px;
  padding-right: 10px;
}
.formidable .form-group {
  margin: 0 -10px 0 -10px;
}
.ccm-page :-moz-placeholder {
  color: #777 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page ::-moz-placeholder {
  color: #777 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page :-ms-input-placeholder {
  color: #777 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page ::-webkit-input-placeholder {
  color: #777 !important;
  opacity: 1 !important;
  font-size: 15px;
  font-weight: 400;
}
.formidable textarea,
.formidable input[type=text],
.formidable input[type=email] {
  -webkit-appearance: none;
  background: #f4f5f9;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px #babbbe solid;
  box-shadow: none;
  color: #282828;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: inherit;
  margin: 0 25px;
  outline: none;
  padding: 15px 13px;
  width: 80%;
  margin-bottom: 40px;
  border-radius: 0px;
}
.formidable textarea {
  height: 180px;
}
.formidable .form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formidable .captcha_holder {
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.formidable .captcha_input {
  display: inline-block;
}
.formidable #ff_buttons {
  text-align: center;
  width: 170px;
  margin-left: 50%;
  margin-top: -94px;
}
.formidable .captcha_holder {
  margin-top: 60px;
  margin-left: 95px;
}
@media (max-width: 991px) {
  .formidable .captcha_holder {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .formidable .captcha_holder {
    margin-top: 15px;
    margin-left: 20%;
  }
  .formidable textarea,
  .formidable input[type=text],
  .formidable input[type=email] {
    padding: 11px 12px;
  }
  .formidable .form-group {
    margin-bottom: 5px;
  }
}
/*
=================
  TESTIMONIALS
=================
*/
.ccm-page .testimonials {
  background: #00819a;
  padding: 45px 0 50px;
  position: relative;
}
.ccm-page .testimonials:after {
  bottom: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  content: " ";
  height: 5px;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.ccm-page .testimonials h4 {
  color: #3d5f19;
  font-size: 24px;
  font-weight: 700;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  line-height: 1.4em;
  margin: 0 0 40px 0;
  text-align: center;
}
.ccm-page #banner-testimonials-container {
  position: relative;
}
.ccm-page #banner-testimonials-container:before {
  color: #a4de67;
  content: "“";
  font-family: Georgia, serif;
  font-size: 112px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.ccm-page #banner-testimonials-container:after {
  color: #a4de67;
  content: "”";
  font-family: Georgia, serif;
  font-size: 112px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
.ccm-page #banner-testimonials-container .cycle-prev {
  bottom: -50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  left: 50%;
  margin: 0 0 0 -20px;
  padding: 9px 0;
  position: absolute;
  z-index: 103;
}
.ccm-page #banner-testimonials-container .cycle-next {
  bottom: -50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  left: 50%;
  margin: 0 0 0 15px;
  padding: 9px 0;
  position: absolute;
  z-index: 103;
}
.ccm-page #banner-testimonials-container .cycle-prev:hover,
.ccm-page #banner-testimonials-container .cycle-next:hover {
  color: #3d5f19;
}
.ccm-page.is-edit #banner-testimonials-container .cycle-prev,
.ccm-page.is-edit #banner-testimonials-container .cycle-next {
  display: none;
}
.ccm-page #banner-testimonials-container p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
  padding: 0 140px;
}
.ccm-page #banner-testimonials-container p strong {
  color: #3d5f19;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .ccm-page #banner-testimonials-container p {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .ccm-page #banner-testimonials-container p {
    padding: 0 80px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .ccm-page .testimonials {
    padding: 25px 0 35px;
    position: relative;
  }
  .ccm-page .testimonials h4 {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
  }
  .ccm-page #banner-testimonials-container:before,
  .ccm-page #banner-testimonials-container:after {
    display: none;
  }
  .ccm-page #banner-testimonials-container p {
    padding: 0;
    font-size: 14px;
  }
}
/*
==================
  CALL TO ACTION
==================
*/
.ccm-page .cta {
  background: #4cbfab;
  padding: 30px 15px 25px;
  margin: 0;
}
.ccm-page .cta p {
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}
.ccm-page .cta p a {
  color: #fff;
  font-weight: 400;
  /*text-shadow: 0 0 3px @color-blue, 0 0 18px @color-blue;*/
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.ccm-page .cta p a:hover {
  text-decoration: none;
  /*text-shadow: 0 0 7px @color-dark-blue, 0 0 24px @color-dark-blue;*/
}
.ccm-page .cta p .banner-button {
  padding: 4px 26px 6px;
}
@media (max-width: 991px) {
  .ccm-page .cta p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ccm-page .cta {
    padding: 15px 10px;
    margin: 0;
  }
  .ccm-page .cta p {
    font-size: 14px;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  background: #ffffff;
}
.ccm-page .footer-info {
  padding: 90px 0 0 0;
}
.ccm-page .footer h4 {
  color: #4cbfab;
  font-size: 18px;
  font-weight: 400;
}
.ccm-page .footer p {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-weight: 300;
  color: #191b4a;
}
.ccm-page .footer a {
  color: #191b4a;
}
.ccm-page .footer a:hover {
  text-decoration: underline;
}
.ccm-page .footer .sitemap a {
  display: inline-block;
  margin: 0 12px 0 0;
}
.ccm-page .footer .copyright p {
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  color: #7291b3;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
}
.ccm-page .footer .webby {
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  color: #7291b3;
  float: right;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
}
.ccm-page .footer .footer-bottom {
  margin-top: 50px;
}
.ccm-page #back-to-top {
  bottom: 40px;
  color: #191b4a;
  display: none;
  opacity: 0.8;
  position: fixed;
  right: 5px;
  z-index: 999;
}
.ccm-page #back-to-top i {
  font-size: 32px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.ccm-page #back-to-top:hover i {
  color: #999;
  top: -3px;
}
.ccm-page .footer .copyright {
  line-height: 1.6em;
  text-align: left;
}
.ccm-page .footer .copyright .company-name {
  margin: 40px 0 15px 0;
}
.ccm-page .footer .copyright a {
  color: #707d7d;
  transition: color 0.3s, text-shadow 0.3s;
}
.ccm-page .footer .copyright a:hover {
  color: #191b4a;
  text-decoration: none;
  text-shadow: 0 0 6px #4cbfab, 0 0 15px #4cbfab;
}
.ccm-page .footer .assoc-logos a {
  margin: 0 0 0 15px;
}
.ccm-page .footer .footer-logo {
  float: right;
}
.ccm-page .footer .footer-logo .logo {
  margin: 0;
}
@media (max-width: 991px) {
  .ccm-page .footer .copyright .company-name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ccm-page .footer-info {
    padding: 20px 0 0 0;
  }
  .ccm-page .footer .sitemap {
    margin: 0 0 50px 0;
  }
  .ccm-page .footer .copyright {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .ccm-page .footer .sitemap a {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .ccm-page .footer .assoc-logos a {
    margin: 0 15px 0 0;
  }
}
/*
==============
  Contact info layout
==============
*/
.contact-info-section {
  margin-top: 75px;
}
.sections {
  float: left;
  min-width: 240px;
  padding-bottom: 50px;
  width: 33%;
  color: #191b4a;
}
.sections .title {
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.sections .detail {
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
}
/*
================
  SOCIAL ICONS
================
*/
.ccm-page .social-icons {
  margin: 0;
}
.ccm-page .social-icons a {
  background: #4cbfab;
  border-radius: 5px;
  float: left;
  font-size: 14px;
  margin: 0 8px 0 0;
  padding: 10px 11px;
  position: relative;
  text-decoration: none !important;
  top: 5px;
  -webkit-transition: top .5s ease, background .5s ease;
  -moz-transition: top .5s ease, background .5s ease;
  transition: top .5s ease, background .5s ease;
}
.ccm-page .social-icons a:hover {
  background: #00819a;
  top: -5px;
}
.ccm-page .social-icons a i {
  color: #fff;
}
/*
==============
  FANCY TEAM
==============
*/
.ccm-page .fancy-team-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0px 0 30px 0;
}
.ccm-page .fancy-team-container .team-item {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex: 0 0 auto;
  padding: 40px 50px 0px;
  width: 25.0%;
  background-color: #ffffff;
}
.ccm-page .fancy-team-container .team-item:nth-of-type(1),
.ccm-page .fancy-team-container .team-item:nth-of-type(2),
.ccm-page .fancy-team-container .team-item:nth-of-type(3),
.ccm-page .fancy-team-container .team-item:nth-of-type(4) {
  border-top: 1px solid #e0e0e0;
}
.ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
  border-left: 1px solid #e0e0e0;
}
.ccm-page .fancy-team-container .team-item:hover {
  cursor: pointer;
}
.ccm-page .fancy-team-container .team-item:hover .image-container .arrow {
  background: #191b4a;
}
.ccm-page .fancy-team-container .team-item .image-container {
  margin: 2px -25px 40px;
  position: relative;
}
.ccm-page .fancy-team-container .team-item .image-container .arrow {
  background: #e01d39;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 2px 2px 7px -2px #191b4a;
  font-size: 20px;
  height: 55px;
  padding: 13px 0;
  position: absolute;
  right: -3px;
  text-align: center;
  transition: background .3s;
  width: 55px;
  display: none;
}
.ccm-page .fancy-team-container .team-item .image-container .arrow i {
  color: #fff;
}
.ccm-page .fancy-team-container .team-item .name {
  color: #191b4a;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 -25px 10px -25px;
  text-align: left;
  font-family: 'Volkhov', serif;
}
.ccm-page .fancy-team-container .team-item .position {
  color: #e01d39;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 0 -25px 50px -20px;
}
.team-popup {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 1020px;
}
.team-popup .popup-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
}
.team-popup .image-container {
  background: #905590 url('/application/themes/defaulttheme/images/team-popup-background.jpg') no-repeat top center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 50px 0 0;
  text-align: center;
  width: 344px;
}
.team-popup .image-container img {
  height: auto;
  margin: 0 0 50px 0;
  max-width: 100%;
}
.team-popup .image-container .quote {
  color: #efba26;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 18px;
  margin: 0 auto;
  max-width: 250px;
}
.team-popup .text-container {
  flex: 1 1 100px;
  padding: 75px 65px;
}
.team-popup .text-container .name {
  color: #191b4a;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 10px 0px;
  text-align: left;
  font-family: 'Volkhov', serif;
}
.team-popup .text-container .position {
  color: #e01d39;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 50px 0px;
}
.team-popup .text-container .content p {
  color: #3e4141;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9em;
  margin: 0 0 30px 0;
}
.team-popup .text-container .email {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.team-popup .text-container .email .icon {
  background: #e01d39;
  border-radius: 50%;
  height: 45px;
  margin: 0 8px 0 0;
  padding: 13px 0;
  text-align: center;
  width: 45px;
}
.team-popup .text-container .email .icon i {
  color: #fff;
  font-size: 16px;
}
.team-popup .text-container .email a {
  color: #191b4a;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.team-popup .text-container .email a:hover {
  color: #e01d39;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .team-popup {
    width: 940px;
  }
  .team-popup .image-container {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ccm-page .fancy-team-container .team-item {
    padding: 15px 15px 25px;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0px 10px 0px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 14px;
    margin: 0 0px 10px 0px;
  }
  .team-popup {
    width: 95%;
  }
  .team-popup .image-container {
    padding: 40px 25px 0;
    width: 250px;
  }
  .team-popup .image-container .quote {
    font-size: 16px;
  }
  .team-popup .text-container {
    padding: 55px 45px;
  }
}
@media (max-width: 767px) {
  .ccm-page .fancy-team-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item {
    padding: 15px;
    width: calc(100%/3);
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4) {
    border-top: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3n + 1) {
    border-left: 1px solid #e0e0e0;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 17px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 14px;
  }
  .team-popup {
    width: 97%;
  }
  .team-popup .popup-inner {
    display: block;
  }
  .team-popup .image-container {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 15px 15px 20px;
    width: 100%;
  }
  .team-popup .image-container img {
    margin: 0 0 20px 0;
  }
  .team-popup .image-container .quote {
    font-size: 16px;
  }
  .team-popup .text-container {
    padding: 20px 15px;
  }
  .team-popup .text-container .name {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
  }
  .team-popup .text-container .position {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .team-popup .text-container .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .mfp-close-btn-in .mfp-close {
    color: #191b4a;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #fcca54;
  }
}
@media (max-width: 575px) {
  .ccm-page .fancy-team-container .team-item {
    padding: 15px;
    width: 50%;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3),
  .ccm-page .fancy-team-container .team-item:nth-of-type(4) {
    border-top: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(2n + 1) {
    border-left: 1px solid #e0e0e0;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 14px;
    line-height: 14px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 13px;
  }
}
/*
===============
  BANNER AREA
===============
*/
.ccm-page .slider-edit {
  background: #eee;
  height: 100px;
  margin: 0 0 50px 0;
  padding: 20px;
  text-align: center;
}
.ccm-page .slider-edit i {
  font-size: 24px;
}
.ccm-page #flexslider {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  min-height: 1264px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  font-family: 'Volkhov', serif;
  background-image: url(/application/themes/defaulttheme/images/Adcor_Hero_Image.png);
  background-repeat: no-repeat;
  background-position: right;
  /*display: inline-flex;*/
  z-index: auto;
}
.ccm-page #flexslider.loading .slides > li:first-child {
  display: block;
  opacity: 1 !important;
}
.ccm-page #flexslider .custom-navigation {
  margin: -25px 0 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
}
.ccm-page #flexslider .custom-navigation a {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: none;
  height: 50px;
  position: absolute;
  transition: border-color 0.3s;
  width: 50px;
}
.ccm-page #flexslider .custom-navigation a:hover {
  border-color: #191b4a;
}
.ccm-page #flexslider .custom-navigation a:active {
  border-color: #00819a;
}
.ccm-page #flexslider .custom-navigation a.flex-prev {
  transform: rotate(135deg);
  left: 30px;
}
.ccm-page #flexslider .custom-navigation a.flex-next {
  transform: rotate(-45deg);
  right: 30px;
}
.ccm-page #flexslider .slides {
  margin: 0;
  padding: 0;
}
.ccm-page #flexslider .slides .slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: content;
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
.ccm-page #flexslider .slides .slide img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.ccm-page #flexslider .slides .slide .text-container {
  margin: 223px auto;
  margin-left: 51%;
  padding-top: 35px;
  padding: 35px;
  width: 750px;
  font-family: 'Volkhov', serif;
  height: 230px;
  /*z-index: 2;*/
}
.ccm-page #flexslider .slides .slide .text-container h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 35px 0;
  color: white;
}
.ccm-page #flexslider .slides .slide .text-container p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.2em;
  margin: 0 0 40px 0;
  max-width: 500px;
  font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.page-type-page #flexslider {
  min-height: 500px;
  height: 500px;
}
.page-type-page #flexslider .slides .slide .text-container {
  padding-top: 35px;
  padding: 35px;
  width: 1190px;
  font-family: 'Volkhov', serif;
  height: 230px;
  margin: 223px auto;
}
@media (max-width: 1540px) {
  .ccm-page #flexslider {
    min-height: 907px;
    background-size: 1100px 907px;
    background-position: right;
  }
  .ccm-page #flexslider .slides {
    margin: 0;
    padding: 0;
  }
  .ccm-page #flexslider .slides .slide .text-container {
    margin: 140px auto;
    margin-left: 51%;
    padding-top: 35px;
    padding: 35px;
    width: 650px;
    font-family: 'Volkhov', serif;
    height: 230px;
    /*z-index: 2;*/
  }
  .ccm-page #flexslider .slides .slide .text-container h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 35px 0;
    color: white;
  }
  .ccm-page #flexslider .slides .slide .text-container p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.2em;
    margin: 0 0 40px 0;
    max-width: 500px;
    font-family: SpaceGrotesk, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
}
/*
@media (max-width: 1199px) {

  .ccm-page {

    #flexslider {

    min-height: 700px;
    background-size:848px 700px;
    background-position: right;

      .custom-navigation {
        margin: -10px 0 0 0;

        a {
          height: 20px;
          width: 20px;

          &.flex-prev {
            left: 20px;
          }

          &.flex-next {
            right: 20px;
          }
        }
      }
      .slides {
      	margin: 0;
      	padding: 0;

        .slide {

          .text-container {
            //background: rgba(255,255,255,.5);
            margin: 140px auto;
            margin-left: 51%;
            padding-top:35px;
            padding: 35px;
            width: 650px;
            font-family: @text-font-family;
            height:230px;

            h2 {
              font-size: 45px;
              font-weight: 500;
              line-height: 1.1em;
              margin: 0 0 35px 0;
              color: white;
            }

            p {
              color: #ffffff;
              font-size: 16px;
              letter-spacing: .5px;
              line-height: 1.2em;
              margin: 0 0 40px 0;
              max-width: 500px;
              font-family: @sanserif-font-family;
              text-transform: uppercase;
            }
          }
        }
      }
    }
  }
}
*/
@media (max-width: 1199px) {
  .ccm-page #flexslider {
    background-image: url(/application/themes/defaulttheme/images/banner-background_mobile.jpg);
    background-size: cover;
    min-height: 580px;
  }
  .ccm-page #flexslider .slides .slide .text-container {
    margin: 175px auto;
    padding-top: 35px;
    padding: 35px;
    width: 500px;
  }
  .ccm-page #flexslider .slides .slide .text-container .button-special {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .ccm-page #flexslider {
    background-image: url(/application/themes/defaulttheme/images/banner-background_mobile.jpg);
    background-size: cover;
  }
  .ccm-page #flexslider .slides .slide .text-container {
    margin: 175px auto;
    padding-top: 35px;
    padding: 35px;
    width: 500px;
  }
  .ccm-page #flexslider .slides .slide .text-container .button-special {
    font-size: 15px;
    margin-top: 15px;
  }
  .ccm-page .logo {
    width: 136px;
  }
  .ccm-page .menu-underline {
    display: none;
  }
  .header-giftvoushers {
    margin-left: 0px;
  }
  .page-type-page #flexslider {
    min-height: 320px;
    height: 320px;
  }
}
@media (max-width: 500px) {
  .ccm-page #flexslider {
    min-height: inherit;
    background-image: url(/application/themes/defaulttheme/images/banner-background_mobile.jpg);
    background-size: cover;
    min-height: 500px;
  }
  .ccm-page #flexslider .slides .slide {
    min-height: 370px;
  }
  .ccm-page #flexslider .slides .slide .text-container {
    max-width: 326px;
    text-align: center;
    padding-top: 207px;
    margin: 0 auto;
  }
  .ccm-page #flexslider .slides .slide .text-container h2 {
    font-size: 28px;
    line-height: 1.1em;
    margin: 0 0 35px 0;
  }
  .ccm-page #flexslider .slides .slide .text-container p {
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.4em;
    margin: 0 0 40px 0;
    max-width: 350px;
  }
  .ccm-page .header-icon {
    width: 105px;
  }
  .ccm-page .header-icon .logo {
    width: 100%;
  }
  .ccm-page .menu-underline {
    display: none;
  }
  .header-giftvoushers {
    margin-left: 0px;
  }
  .page-type-page #flexslider {
    min-height: 320px;
    height: 320px;
  }
}
/*
===============
  SUBPAGE
===============
*/
.ccm-page .section-subpage-content {
  background-image: url(/application/themes/defaulttheme/images/subpage-background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #f4f5f9;
  background-size: contain;
  color: #191b4a;
}
.ccm-page .section-subpage-content .heading {
  margin: 0 0 0px 0;
  padding: 120px 0 20px;
}
.ccm-page .section-subpage-content .subpage-container {
  width: 900px;
  margin-left: 340px;
  padding-left: 0;
}
.ccm-page .section-subpage-content h1 {
  margin-top: 40px;
  padding-left: 15px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.ccm-page .section-subpage-content h2 {
  margin: 70px 0 65px;
}
.ccm-page .section-subpage-content h3 {
  color: #e01d39;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.1px;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  text-transform: none;
  font-family: 'Volkhov', serif;
}
.ccm-page .section-subpage-content p {
  font-family: 'PT Serif', serif;
  font-size: 17px;
  line-height: 1.60em;
}
.ccm-page .section-subpage-content .large {
  font-family: 'Volkhov', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 56px;
}
.ccm-page .section-subpage-content ul {
  list-style: none;
  /* Remove default bullets */
  list-style-position: outside;
  padding: 0 0 0 0;
}
.ccm-page .section-subpage-content ul li::before {
  color: #e01d39;
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  padding-right: 36px;
  display: table-cell;
  text-align: right;
  padding-right: 2.15em;
}
.ccm-page .section-subpage-content li {
  display: table-row;
  font-family: 'PT Serif', serif;
  letter-spacing: 0.4px;
  list-style: none;
  line-height: 1.7;
}
.ccm-page .section-subpage-content tr td:first-child {
  color: #e01d39;
  padding: 15px;
}
.ccm-page .section-subpage-content tr td:last-child {
  width: 500px;
  padding: 15px;
}
.ccm-page .section-subpage-content hr {
  margin-top: 37px;
  margin-bottom: 41px;
  border-color: #c0d0e3;
}
@media (max-width: 1300px) {
  .ccm-page .section-subpage-content .subpage-container {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .ccm-page .section-subpage-content .subpage-container {
    margin-left: 100px;
    width: 800px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-subpage-content .subpage-container {
    margin-left: 100px;
    width: 600px;
  }
  .ccm-page .section-subpage-content .large {
    font-size: 18px;
  }
  .ccm-page .section-subpage-content p {
    font-size: 16px;
  }
  .ccm-page .section-subpage-content .content ol li,
  .ccm-page .section-subpage-content .content ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-subpage-content .subpage-container {
    margin-left: 15px;
    width: 500px;
  }
  .ccm-page .section-subpage-content .large {
    font-size: 15px;
  }
  .ccm-page .section-subpage-content p {
    font-size: 14px;
  }
  .ccm-page .section-subpage-content .content ol li,
  .ccm-page .section-subpage-content .content ul li {
    font-size: 14px;
  }
  .ccm-page .section-subpage-content h1 {
    margin: 0 15px 15px;
  }
}
@media (max-width: 500px) {
  .ccm-page .section-subpage-content .subpage-container {
    width: 325px;
  }
  .ccm-page .section-subpage-content .large {
    font-size: 15px;
  }
  .ccm-page .section-subpage-content p {
    font-size: 14px;
  }
}
/*
==================
@@@  Popo-up classes
==================
*/
.repeat {
  display: flex;
  flex-wrap: wrap;
}
.box {
  width: 30%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  background-clip: padding-box;
  text-align: center;
  margin: 5px;
}
.box .title {
  width: 225px;
}
a.button {
  padding: 10px 0px 10px 10px;
  color: #fff;
  border-radius: 0.4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  line-height: 2.20em;
  color: #e01d39;
}
a.button:hover {
  color: #191b4a;
}
.button:hover {
  color: #191b4a;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 200ms;
}
.popup {
  margin: 300px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #333;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media (max-width: 991px) {
  .box {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .box {
    width: 90%;
  }
  .popup {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
  }
}
