@charset "UTF-8";
/*
?s={phrase}
font-family:'Museo Slab W01_900';
font-family:'MuseoSlabW01-900Italic';
font-family:'Museo Slab W01_700';
font-family:'MuseoSlabW01-700Italic';
font-family:'Museo Slab W01_500';
font-family:'MuseoSlabW01-500Italic';
font-family:'Museo Slab W01_300';
font-family:'MuseoSlabW01-300Italic';
font-family:'Museo Slab W01_1000';
font-family:'MuseoSlabW01-1000Italic';
font-family:'Museo Slab W01_100';
font-family:'MuseoSlabW01-100Italic';
font-family:'ITC Avant Garde Gothic W01 Bd';
font-family:'ITC Avant Garde Gothic W01 Md';
font-family:'ITC Avant Garde Gothic W01 Bk';
font-family:'ITC Avant Garde Gothic W01 XLt';

*/
/* Custom CSS */
@font-face {
  font-family: ingridBold;
  src: url("../fonts/FSIngrid-Bold.otf") format("opentype");
  src: url("../fonts/fsingrid-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fsingrid-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: ingrid;
  src: url("../fonts/FSIngrid.otf") format("opentype");
  src: url("../fonts/fsingrid-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fsingrid.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: ingridLight;
  src: url("../fonts/fsingrid-light.otf") format("opentype");
  src: url("../fonts/fsingrid-light.eot?#iefix") format("embedded-opentype"), url("../fonts/fsingrid-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.we-social-share.col-md-12 {
  display: none; }

h1.product_title.entry-title {
  color: #0D91A8 !important; }

strong.history {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 10px;
  background: #e2e2e2;
  border-bottom: 1px solid rgba(13, 145, 167, 0.4); }

h1, h2, h3, h4, h5, p, li, a, b, span, div, strong {
  font-weight: normal !important; }

h1, h2, h3, h4 {
  font-family: ingridLight; }
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong {
    font-family: ingrid; }

html, body {
  margin: 0;
  font-weight: normal;
  height: 100%;
  width: 100%; }

* {
  box-sizing: border-box; }

div {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #0C91A8; }

ul {
  padding-left: 0; }
  ul li {
    font-family: ingridLight;
    font-size: 14px;
    color: #444444; }

.woo-event-schedu {
  display: none !important; }

.woocommerce #exmain-content .content-area {
  margin-right: 0;
  width: 100%;
  float: none;
  max-width: 100% !important; }

.content .service-list-strip .services-collective-list .service-left ul {
  list-style-type: none;
  padding-left: 0 !important; }
  .content .service-list-strip .services-collective-list .service-left ul li {
    padding-left: 17px;
    text-indent: -.7em;
    margin: 13px 0px;
    line-height: 20px; }
    .content .service-list-strip .services-collective-list .service-left ul li:before {
      content: "• ";
      color: #ffffff;
      margin-left: -5px;
      margin-right: 5px; }

.content .services-collective-list .service-left ul {
  list-style-type: none;
  padding-left: 0 !important; }
  .content .services-collective-list .service-left ul li {
    padding-left: 17px;
    text-indent: -.7em;
    margin: 13px 0px;
    line-height: 20px; }
    .content .services-collective-list .service-left ul li:before {
      content: "• ";
      color: #0C91A8;
      margin-left: -5px;
      margin-right: 5px; }
.content .services-collective-list .service-left td {
  font-size: 14px;
  font-family: ingridLight;
  border: 1px solid black;
  padding: 4px;
  color: #444444; }
  .content .services-collective-list .service-left td strong {
    font-family: ingridBold; }

.content .service-content ul, .content .service-banner-strip .service-left ul {
  list-style-type: none;
  padding-left: 0 !important; }
  .content .service-content ul li, .content .service-banner-strip .service-left ul li {
    padding-left: 17px;
    text-indent: -.7em;
    margin: 13px 0px;
    color: #444444;
    line-height: 20px; }
    .content .service-content ul li:before, .content .service-banner-strip .service-left ul li:before {
      content: "• ";
      color: #0C91A8;
      margin-left: -5px;
      margin-right: 5px; }

p {
  font-family: ingridLight;
  font-size: 14px;
  line-height: 18px;
  color: #444444; }
  p strong {
    font-family: ingridBold; }

h1 {
  font-family: ingridLight;
  font-size: 42px;
  line-height: 50px; }

h2 {
  font-family: ingridLight;
  font-size: 34px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: ingridLight;
  color: #444444; }

a:hover, a:focus {
  text-decoration: none !important; }

.content ul {
  padding-left: 15px; }

header, section, footer, nav, div, ul, li, article {
  box-sizing: border-box; }

.terms-popup-cont {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 90%;
  max-width: 900px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 20px; }
  .terms-popup-cont .close-terms {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-family: ingridLight;
    top: 16px;
    right: 20px;
    cursor: pointer; }
  .terms-popup-cont p, .terms-popup-cont h1, .terms-popup-cont h2, .terms-popup-cont h3, .terms-popup-cont a, .terms-popup-cont li {
    color: #ffffff; }
  .terms-popup-cont h2 {
    font-size: 34px;
    padding-right: 30px;
    margin: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px; }
  .terms-popup-cont.visible {
    opacity: 1;
    height: auto;
    visibility: visible; }

.blue-button {
  background: #379496;
  border-radius: 25px;
  padding: 13px 21px;
  color: #ffffff;
  font-family: ITC Avant Garde Gothic W01 Md;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  display: inline-block; }
  .blue-button:hover {
    opacity: 0.7; }

.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .half-width.lhs {
    padding-right: 25px; }
  .half-width.rhs {
    padding-left: 25px; }

.full-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.third-width {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.two-third-width {
  width: 66.6%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.quarter-width {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.three-quarter-width {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.vertical-bottom {
  vertical-align: bottom !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.vertical-center {
  vertical-align: middle; }

a, img {
  border: none;
  outline: none; }

input, textarea {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

a.read-more {
  font-family: ingridLight;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #D7182A;
  color: #ffffff;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }
  a.read-more.submit-contact-button, a.read-more.white {
    border: 1px solid #ffffff; }
  a.read-more.mobile {
    display: none; }
  a.read-more.red {
    margin-right: 10px;
    background: #D7182A; }
    a.read-more.red:last-child {
      margin-right: 0; }
  a.read-more.red-outline {
    border: 1px solid #D7182A;
    color: #D7182A; }
  a.read-more span {
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    color: white !important; }
  a.read-more:hover span {
    margin-left: 15px; }

h2.contact-success {
  z-index: 9;
  position: absolute;
  width: 100%;
  text-align: center;
  background: #D7182A;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  top: 0;
  margin: 0;
  padding: 0px 10px; }

span.error {
  display: block;
  text-align: left;
  margin-top: 20px; }
  span.error.white p {
    color: #ffffff; }
  span.error p {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    color: #bd0c0c; }

.content-area {
  width: 100%;
  max-width: 1015px;
  margin: 0 auto;
  position: relative; }

.results-container {
  background: #f8f8f9; }
  .results-container .specialist-search-area {
    max-width: 515px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    .results-container .specialist-search-area h2 {
      font-size: 36px;
      color: #ffffff; }
    .results-container .specialist-search-area h3.search-phrase {
      font-size: 23px;
      line-height: 32px;
      font-family: 'Museo Slab W01_100';
      color: black; }
      .results-container .specialist-search-area h3.search-phrase span {
        font-family: 'Museo Slab W01_500'; }
    .results-container .specialist-search-area .search-cont {
      font-weight: normal;
      line-height: 47px;
      width: 100%;
      border: 2px solid #4bc3c6;
      background: none;
      border-radius: 100px;
      height: 47px;
      margin: 0;
      box-sizing: content-box; }
    .results-container .specialist-search-area input.main-search {
      font-weight: normal;
      font-family: ITC Avant Garde Gothic W01 Bk;
      color: black !important;
      font-size: 16px;
      width: calc(100% - 60px);
      background: none;
      line-height: 48px;
      height: 48px;
      border: none;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      outline: none; }
    .results-container .specialist-search-area input::-webkit-input-placeholder {
      font-weight: normal;
      color: black !important;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    .results-container .specialist-search-area input::-moz-placeholder {
      font-weight: normal;
      color: black !important;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    .results-container .specialist-search-area input:-ms-input-placeholder {
      font-weight: normal;
      color: black !important;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    .results-container .specialist-search-area input:-moz-placeholder {
      font-weight: normal;
      color: black !important;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    .results-container .specialist-search-area ul.search-results {
      margin-top: 50px;
      text-align: left; }
      .results-container .specialist-search-area ul.search-results li {
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        padding: 0px 10px 10px 10px;
        text-align: center; }
        .results-container .specialist-search-area ul.search-results li p {
          color: black;
          font-family: 'Museo Slab W01_500';
          font-size: 14px;
          margin-top: 5px; }
          .results-container .specialist-search-area ul.search-results li p span {
            font-size: 13px;
            font-family: ITC Avant Garde Gothic W01 Bk;
            color: #2a8081; }
        .results-container .specialist-search-area ul.search-results li img {
          width: 100px !important;
          height: 100px !important;
          border-radius: 100px;
          border: 5px solid #ffffff; }

.strip {
  padding: 20px 20px; }

/* HEADER */
.dark-cover {
  background: rgba(86, 86, 86, 0.85);
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .dark-cover.visible {
    opacity: 1; }

.sub-navigation .sub-menu {
  opacity: 0;
  top: 180px;
  position: absolute;
  width: 100%;
  left: 0;
  background: #d9d9d9;
  padding: 20px 20px 0px 20px;
  z-index: 2;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .sub-navigation .sub-menu.visible {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out; }

.header {
  position: relative;
  padding: 0px 0px;
  z-index: 2;
  min-height: 133px;
  background: #ffffff; }
  .header.ecclesiastical .top-bar-nav .logo, .header.feedback .top-bar-nav .logo {
    width: 485px; }
  .header.ecclesiastical .top-bar-nav .nav-cont, .header.feedback .top-bar-nav .nav-cont {
    width: calc(100% - 485px); }
  .header.open-nav {
    background: #ffffff !important; }
    .header.open-nav:before, .header.open-nav:after {
      background: #ffffff !important; }
  .header .key-message {
    display: none; }
  .header.home {
    min-height: 300px;
    background-size: cover !important;
    background-position: 0% 50px !important;
    overflow: hidden !important; }
    .header.home:before {
      background: -moz-linear-gradient(bottom, #ffffff 70px, transparent 100%);
      background: -webkit-linear-gradient(bottom, #ffffff 70px, transparent 100%);
      background: linear-gradient(to bottom, #ffffff 70px, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000', GradientType=0 );
      content: "";
      position: absolute;
      left: 0;
      top: 27px;
      width: 100%;
      height: 293px; }
    .header.home:after {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 273px;
      z-index: 0; }
    .header.home .key-message {
      position: relative;
      display: block;
      z-index: 1;
      width: 100%;
      max-width: 600px;
      padding: 0px 20px;
      margin: 43px auto 40px auto;
      text-align: center;
      top: 200px;
      opacity: 0;
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out; }
      .header.home .key-message.visible {
        opacity: 1;
        top: 0; }
      .header.home .key-message h2 {
        color: #ffffff;
        font-family: ingridLight;
        font-size: 38px;
        line-height: 48px;
        margin: 0; }
      .header.home .key-message a {
        margin-top: 20px;
        font-size: 21px;
        color: #ffffff;
        padding: 0px 25px;
        border: 2px solid #ffffff;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
        .header.home .key-message a:hover {
          color: #D7182A;
          background: #ffffff; }
  .header .red-head {
    background: #D7182A;
    padding: 0px 20px;
    z-index: 2;
    position: relative; }
    .header .red-head .content-area {
      padding: 0px 0px;
      width: 100%;
      max-width: 10240px;
      margin: 0 auto;
      position: relative;
      color: #ffffff; }
      .header .red-head .content-area a {
        color: #ffffff;
        font-family: ingridLight;
        font-size: 12px;
        display: inline-block;
        vertical-align: top; }
        .header .red-head .content-area a img {
          vertical-align: middle; }
      .header .red-head .content-area .half-width div {
        height: 27px;
        line-height: 27px; }
      .header .red-head .content-area .half-width.lhs {
        text-align: left; }
      .header .red-head .content-area .half-width.rhs {
        text-align: right; }
      .header .red-head .content-area .half-width .social-media-links {
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 95px;
        text-align: left;
        padding-left: 8px;
        padding-right: 8px; }
        .header .red-head .content-area .half-width .social-media-links a {
          margin: 0px 2px; }
      .header .red-head .content-area .half-width .search-icon {
        display: inline-block;
        float: right;
        vertical-align: middle;
        padding-left: 8px;
        padding-right: 8px; }
        .header .red-head .content-area .half-width .search-icon .search-box-cont {
          width: 0;
          overflow: hidden;
          opacity: 0;
          display: inline-block;
          position: relative;
          height: auto;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out; }
          .header .red-head .content-area .half-width .search-icon .search-box-cont.visible {
            width: 110px;
            opacity: 1; }
          .header .red-head .content-area .half-width .search-icon .search-box-cont .search-box {
            border: none;
            display: inline-block;
            margin: 0;
            height: 18px;
            line-height: 17px;
            margin-top: -2px;
            padding: 2px 4px;
            color: #444444;
            font-family: ingridLight;
            font-size: 12px;
            vertical-align: middle; }
      .header .red-head .content-area .half-width .basket-icon {
        display: inline-block;
        float: right;
        vertical-align: middle;
        background: #920C14;
        padding-left: 8px;
        padding-right: 8px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        position: relative; }
        .header .red-head .content-area .half-width .basket-icon span.qty {
          position: absolute;
          background: #d8182b;
          height: 16px;
          line-height: 18px;
          font-size: 10px;
          width: 16px;
          text-align: center;
          border-radius: 30px;
          left: 2px;
          top: 2px; }
        .header .red-head .content-area .half-width .basket-icon:hover {
          -webkit-box-shadow: inset 0px 0px 4px 3px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: inset 0px 0px 4px 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 0px 4px 3px rgba(0, 0, 0, 0.4); }
      .header .red-head .content-area .half-width .phone-details {
        display: inline-block;
        vertical-align: middle;
        float: right;
        background: #ffffff;
        padding-left: 10px;
        padding-right: 10px; }
        .header .red-head .content-area .half-width .phone-details a {
          color: #575756;
          font-size: 14px; }
          .header .red-head .content-area .half-width .phone-details a span {
            display: inline-block;
            vertical-align: middle;
            height: auto;
            line-height: initial; }
  .header .top-bar-nav {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px 0px; }
    .header .top-bar-nav .nav-cont {
      display: inline-block;
      margin: 20px auto 0px auto;
      width: 70%;
      text-align: left;
      vertical-align: middle; }
    .header .top-bar-nav .navigation {
      display: inline-block;
      margin: 0 auto;
      width: 100%;
      text-align: right;
      vertical-align: middle; }
      .header .top-bar-nav .navigation ul.nav {
        margin: 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: all 0s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out; }
        .header .top-bar-nav .navigation ul.nav.open {
          border-bottom: 2px solid rgba(0, 0, 0, 0.15);
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
        .header .top-bar-nav .navigation ul.nav li {
          list-style-type: none;
          display: inline-block;
          text-align: center;
          outline: none !important;
          outline-offset: 0px !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          padding: 0px 10px 12px 10px; }
          .header .top-bar-nav .navigation ul.nav li .arrow_box {
            position: relative;
            background: transparent;
            top: 12px;
            opacity: 0;
            transition: all 0s ease-in-out;
            -webkit-transition: all 0s ease-in-out;
            -moz-transition: all 0s ease-in-out; }
            .header .top-bar-nav .navigation ul.nav li .arrow_box.visible {
              opacity: 1;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out; }
          .header .top-bar-nav .navigation ul.nav li .arrow_box:after, .header .top-bar-nav .navigation ul.nav li .arrow_box:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .header .top-bar-nav .navigation ul.nav li .arrow_box:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #ffffff;
            border-width: 8px;
            margin-left: -8px; }
          .header .top-bar-nav .navigation ul.nav li .arrow_box:before {
            border-color: rgba(16, 19, 20, 0);
            border-top-color: #d9d9d9;
            border-width: 11px;
            margin-left: -11px; }
          .header .top-bar-nav .navigation ul.nav li.current-menu-item a, .header .top-bar-nav .navigation ul.nav li.current-page-ancestor a {
            color: #D7182A; }
          .header .top-bar-nav .navigation ul.nav li:first-child {
            padding-left: 0; }
          .header .top-bar-nav .navigation ul.nav li:last-child {
            padding-right: 0; }
          .header .top-bar-nav .navigation ul.nav li a {
            color: black;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            display: block;
            -webkit-transform: translateZ(0);
            text-decoration: none;
            font-size: 15px;
            font-family: ingridLight; }
            .header .top-bar-nav .navigation ul.nav li a:hover {
              color: #D7182A; }
    .header .top-bar-nav .logo {
      width: 30%;
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
      .header .top-bar-nav .logo img {
        display: inline-block;
        vertical-align: middle; }
      .header .top-bar-nav .logo .separator {
        display: inline-block;
        margin: 0px 40px;
        height: 60px;
        position: relative;
        width: 1px;
        background: rgba(68, 68, 68, 0.2);
        vertical-align: middle; }

/* Header End */
/* Content */
.quarter-section {
  width: calc((100% - (60px)) / 4); }

.quarter-section.two {
  margin-left: 20px;
  margin-right: 10px; }

.quarter-section.three {
  margin-left: 10px;
  margin-right: 20px; }

.two-third-section {
  width: calc((100% - 41px) / 3 * 2 + 20px); }

.third-section {
  width: calc((100% - (41px)) / 3); }

.half-section {
  width: calc((100% - (21px)) / 2); }

.half-section.two {
  margin-left: 20px; }

.third-section.two {
  margin: 0px 20px; }

.thumb-link-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 9; }

.content-section .project-content {
  z-index: 1;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .content-section .project-content p, .content-section .project-content h3, .content-section .project-content h4, .content-section .project-content a {
    color: white; }
  .content-section .project-content h4 {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 10px; }
  .content-section .project-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0px; }

.content-section {
  position: relative;
  height: 177px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  background-position: 50%;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }
  .content-section.blue-bg {
    background: #0C91A8; }
    .content-section.blue-bg:before {
      content: none;
      background: none; }
    .content-section.blue-bg .service-title:before {
      content: none;
      background: none; }
    .content-section.blue-bg .service-title h2 {
      color: #ffffff; }
  .content-section:hover .div-image {
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .content-section:hover .div-image.excess {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; }
  .content-section .div-image {
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: -1;
    background-position: 50% !important; }
  .content-section:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .content-section .service-title {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 65%;
    margin: 0 auto; }
    .content-section .service-title:before {
      content: url("../img/santia-curve.svg");
      width: 44px;
      height: 15px;
      position: absolute;
      top: -14px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .content-section .service-title h3 {
      position: relative;
      margin: 0 auto;
      width: 100%;
      line-height: 30px;
      color: #ffffff;
      font-size: 24px;
      font-family: ingridLight; }
      .content-section .service-title h3 a {
        color: #ffffff;
        font-size: 24px;
        font-family: ingridLight; }

.services-list {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  padding: 20px 20px 0px 20px;
  font-size: 0px; }
  .services-list.visible {
    opacity: 1; }

.map-strip {
  padding: 0px 20px 20px 20px; }
  .map-strip .content-section {
    height: 220px;
    margin-bottom: 0; }
    .map-strip .content-section:before {
      content: none;
      background: transparent;
      height: 0; }

.ecc-strip, .info-strip {
  background: rgba(68, 68, 68, 0.05);
  padding: 40px; }
  .ecc-strip ul, .info-strip ul {
    list-style-type: none;
    padding-left: 0 !important; }
    .ecc-strip ul li, .info-strip ul li {
      padding-left: 17px;
      text-indent: -.7em;
      margin: 2px 0px;
      line-height: 20px;
      font-family: ingrid;
      color: #444444; }
      .ecc-strip ul li:before, .info-strip ul li:before {
        content: "• ";
        color: #0C91A8;
        margin-left: -5px;
        margin-right: 5px; }
  .ecc-strip h2, .info-strip h2 {
    color: #D7182A;
    margin: 0; }

.careers-strip {
  padding: 20px; }
  .careers-strip .two-third-section {
    margin-left: 20px;
    padding: 40px;
    color: #ffffff;
    text-align: left;
    height: auto;
    background: #444444; }
    .careers-strip .two-third-section p {
      color: #ffffff; }
    .careers-strip .two-third-section h2 {
      margin-top: 0; }
    .careers-strip .two-third-section:before {
      background: none;
      height: 0; }
  .careers-strip .third-section {
    height: auto; }
    .careers-strip .third-section:before {
      background: none;
      height: 0; }

.vacancy h3 {
  margin: 0px 0px 10px 0px; }

.vacancy p {
  margin: 5px 0px; }

.vacancy p a {
  font-family: ingridBold; }

.vacancies-strip {
  padding: 60px; }
  .vacancies-strip .two-third-section {
    margin-left: 20px;
    padding: 0px 40px;
    text-align: left;
    height: auto; }
    .vacancies-strip .two-third-section h3 {
      margin-top: 0;
      margin-bottom: 0;
      color: #D7182A; }
    .vacancies-strip .two-third-section:before {
      background: none;
      height: 0; }
    .vacancies-strip .two-third-section .vacancy {
      margin-bottom: 40px; }
  .vacancies-strip .third-section {
    text-align: left;
    color: #D7182A;
    height: auto; }
    .vacancies-strip .third-section h1 {
      margin-top: 0; }
    .vacancies-strip .third-section:before {
      background: none;
      height: 0; }

.service-banner-strip {
  padding: 40px;
  position: relative; }
  .service-banner-strip.ecc, .service-banner-strip.std {
    padding: 20px 40px; }
    .service-banner-strip.ecc .service-content, .service-banner-strip.std .service-content {
      margin-bottom: 0; }
      .service-banner-strip.ecc .service-content h1, .service-banner-strip.std .service-content h1 {
        margin-bottom: 0; }
    .service-banner-strip.ecc p, .service-banner-strip.std p {
      color: #0C91A8;
      font-size: 18px;
      line-height: 24px; }
    .service-banner-strip.ecc p:first-child, .service-banner-strip.std p:first-child {
      font-size: 24px !important;
      line-height: 30px !important; }
  .service-banner-strip .content-wrapper {
    width: 85%;
    position: relative; }
  .service-banner-strip .service-content {
    width: 66%;
    z-index: 1;
    position: relative;
    margin-bottom: 50px; }
    .service-banner-strip .service-content h1 {
      color: #0C91A8;
      margin-top: 0; }
    .service-banner-strip .service-content .full-width p:first-child {
      font-size: 16px;
      line-height: 20px; }
    .service-banner-strip .service-content .full-width p:first-child, .service-banner-strip .service-content .full-width ul:first-child, .service-banner-strip .service-content .full-width span:first-child, .service-banner-strip .service-content .full-width td:first-child, .service-banner-strip .service-content .full-width h1:first-child, .service-banner-strip .service-content .full-width h2:first-child, .service-banner-strip .service-content .full-width h3:first-child, .service-banner-strip .service-content .full-width h4:first-child {
      color: #0C91A8; }
  .service-banner-strip .banner-image {
    background-size: cover !important;
    background-position: 50% !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    .service-banner-strip .banner-image:before {
      content: "";
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
      background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */
      width: 300px;
      height: 100%;
      position: absolute; }

.services-main-list, .projects-main-list {
  padding-top: 20px !important; }

.pagination-cont {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  .pagination-cont .pagination {
    display: inline-block;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 10px 100px;
    position: relative; }
    .pagination-cont .pagination a.next.page-numbers {
      font-family: ingrid;
      font-size: 15px;
      position: absolute;
      right: 5px;
      top: 11px; }
    .pagination-cont .pagination a.prev.page-numbers {
      font-family: ingrid;
      font-size: 15px;
      position: absolute;
      left: 5px;
      top: 11px; }
    .pagination-cont .pagination span {
      display: inline-block;
      font-size: 12px;
      font-family: ingridLight;
      color: #ffffff;
      background: #BCBEC0;
      width: 18px;
      height: 18px;
      line-height: 20px;
      text-align: center;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      margin: 0px 3px; }
    .pagination-cont .pagination a {
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      width: 18px;
      text-align: center;
      height: 18px;
      font-family: ingridLight;
      color: #444444;
      margin: 0px 3px; }

.services-collective-list, .services-main-list, .projects-main-list {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  padding: 0px 20px 0px 20px;
  font-size: 0; }
  .services-collective-list.about .service-left, .services-main-list.about .service-left, .projects-main-list.about .service-left {
    background: rgba(68, 68, 68, 0.05);
    min-height: 700px;
    margin-bottom: 20px; }
    .services-collective-list.about .service-left h1, .services-collective-list.about .service-left h2, .services-collective-list.about .service-left h3, .services-collective-list.about .service-left h4, .services-collective-list.about .service-left p, .services-collective-list.about .service-left li, .services-collective-list.about .service-left span, .services-main-list.about .service-left h1, .services-main-list.about .service-left h2, .services-main-list.about .service-left h3, .services-main-list.about .service-left h4, .services-main-list.about .service-left p, .services-main-list.about .service-left li, .services-main-list.about .service-left span, .projects-main-list.about .service-left h1, .projects-main-list.about .service-left h2, .projects-main-list.about .service-left h3, .projects-main-list.about .service-left h4, .projects-main-list.about .service-left p, .projects-main-list.about .service-left li, .projects-main-list.about .service-left span {
      color: #444444; }
    .services-collective-list.about .service-left h1, .services-main-list.about .service-left h1, .projects-main-list.about .service-left h1 {
      color: #0D91A8; }
    .services-collective-list.about .service-left p:first-of-type, .services-main-list.about .service-left p:first-of-type, .projects-main-list.about .service-left p:first-of-type {
      color: #0D91A8;
      font-size: 16px;
      margin-top: 0;
      line-height: 22px; }
    .services-collective-list.about .service-left p:last-child, .services-main-list.about .service-left p:last-child, .projects-main-list.about .service-left p:last-child {
      margin-bottom: 0; }
  .services-collective-list .service-left, .services-main-list .service-left, .projects-main-list .service-left {
    width: calc(((100% - 41px) / 3) * 2 + 20px);
    display: inline-block;
    vertical-align: top;
    background: #0C91A8;
    padding: 50px;
    min-height: 360px;
    margin-bottom: 20px; }
    .services-collective-list .service-left p, .services-collective-list .service-left li, .services-main-list .service-left p, .services-main-list .service-left li, .projects-main-list .service-left p, .projects-main-list .service-left li {
      font-size: 14px; }
    .services-collective-list .service-left.case, .services-main-list .service-left.case, .projects-main-list .service-left.case {
      background: rgba(68, 68, 68, 0.05); }
      .services-collective-list .service-left.case h1, .services-collective-list .service-left.case h2, .services-collective-list .service-left.case h3, .services-collective-list .service-left.case h4, .services-collective-list .service-left.case p, .services-collective-list .service-left.case li, .services-collective-list .service-left.case span, .services-main-list .service-left.case h1, .services-main-list .service-left.case h2, .services-main-list .service-left.case h3, .services-main-list .service-left.case h4, .services-main-list .service-left.case p, .services-main-list .service-left.case li, .services-main-list .service-left.case span, .projects-main-list .service-left.case h1, .projects-main-list .service-left.case h2, .projects-main-list .service-left.case h3, .projects-main-list .service-left.case h4, .projects-main-list .service-left.case p, .projects-main-list .service-left.case li, .projects-main-list .service-left.case span {
        color: #444444; }
      .services-collective-list .service-left.case p:first-child, .services-main-list .service-left.case p:first-child, .projects-main-list .service-left.case p:first-child {
        color: #0D91A8;
        font-size: 23px;
        margin-top: 0;
        line-height: 30px; }
      .services-collective-list .service-left.case p:last-child, .services-main-list .service-left.case p:last-child, .projects-main-list .service-left.case p:last-child {
        margin-bottom: 0; }
    .services-collective-list .service-left h1, .services-main-list .service-left h1, .projects-main-list .service-left h1 {
      margin-top: 0; }
    .services-collective-list .service-left h1, .services-collective-list .service-left h2, .services-collective-list .service-left h3, .services-collective-list .service-left h4, .services-collective-list .service-left p, .services-collective-list .service-left li, .services-collective-list .service-left span, .services-main-list .service-left h1, .services-main-list .service-left h2, .services-main-list .service-left h3, .services-main-list .service-left h4, .services-main-list .service-left p, .services-main-list .service-left li, .services-main-list .service-left span, .projects-main-list .service-left h1, .projects-main-list .service-left h2, .projects-main-list .service-left h3, .projects-main-list .service-left h4, .projects-main-list .service-left p, .projects-main-list .service-left li, .projects-main-list .service-left span {
      color: #ffffff; }
  .services-collective-list .testimonial-box, .services-main-list .testimonial-box, .projects-main-list .testimonial-box {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    padding: 30px 30px 30px 30px;
    color: #ffffff;
    font-family: ingridLight;
    background: #D7182A;
    margin-top: 20px; }
    .services-collective-list .testimonial-box img.speechmark, .services-main-list .testimonial-box img.speechmark, .projects-main-list .testimonial-box img.speechmark {
      position: absolute;
      left: 30px;
      top: 30px; }
    .services-collective-list .testimonial-box p, .services-main-list .testimonial-box p, .projects-main-list .testimonial-box p {
      color: #ffffff; }
  .services-collective-list .service-right, .services-main-list .service-right, .projects-main-list .service-right {
    width: calc((100% - 41px) / 3);
    margin-left: 20px;
    display: inline-block;
    vertical-align: top; }
    .services-collective-list .service-right .testimonial-box, .services-main-list .service-right .testimonial-box, .projects-main-list .service-right .testimonial-box {
      position: relative;
      width: 100%;
      display: block;
      height: auto;
      font-size: 24px;
      line-height: 30px;
      padding: 30px 30px 30px 30px;
      color: #ffffff;
      font-family: ingridLight;
      background: #D7182A;
      margin-top: 20px; }
      .services-collective-list .service-right .testimonial-box img.speechmark, .services-main-list .service-right .testimonial-box img.speechmark, .projects-main-list .service-right .testimonial-box img.speechmark {
        position: absolute;
        left: 30px;
        top: 30px; }
      .services-collective-list .service-right .testimonial-box p, .services-main-list .service-right .testimonial-box p, .projects-main-list .service-right .testimonial-box p {
        color: #ffffff; }
    .services-collective-list .service-right .content-section, .services-main-list .service-right .content-section, .projects-main-list .service-right .content-section {
      position: relative;
      width: 100%;
      height: 170px;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      overflow: hidden;
      background-position: 50%;
      background-size: 100%;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      margin-bottom: 20px;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden; }
      .services-collective-list .service-right .content-section.blue-bg, .services-main-list .service-right .content-section.blue-bg, .projects-main-list .service-right .content-section.blue-bg {
        background: #0C91A8; }
        .services-collective-list .service-right .content-section.blue-bg:before, .services-main-list .service-right .content-section.blue-bg:before, .projects-main-list .service-right .content-section.blue-bg:before {
          content: none;
          background: none; }
        .services-collective-list .service-right .content-section.blue-bg .service-title:before, .services-main-list .service-right .content-section.blue-bg .service-title:before, .projects-main-list .service-right .content-section.blue-bg .service-title:before {
          content: none;
          background: none; }
        .services-collective-list .service-right .content-section.blue-bg .service-title h2, .services-main-list .service-right .content-section.blue-bg .service-title h2, .projects-main-list .service-right .content-section.blue-bg .service-title h2 {
          color: #ffffff; }
  .services-collective-list.visible, .services-main-list.visible, .projects-main-list.visible {
    opacity: 1; }

.similar-case-studies-cont, .latest-news-stories-cont {
  margin-top: 20px;
  background: rgba(13, 145, 168, 0.1);
  padding: 20px;
  font-size: 0; }
  .similar-case-studies-cont .label, .latest-news-stories-cont .label {
    font-size: 14px;
    font-family: ingridLight;
    color: #ffffff;
    padding: 10px;
    background: #0D91A8;
    display: inline-block;
    margin-bottom: 20px; }
  .similar-case-studies-cont .content-section, .latest-news-stories-cont .content-section {
    margin-bottom: 0;
    background: #ffffff; }
    .similar-case-studies-cont .content-section.news, .latest-news-stories-cont .content-section.news {
      border: none;
      margin-top: 0; }

.full-width-service {
  background-size: cover !important;
  background-position: 50% !important;
  position: relative;
  padding: 40px;
  color: #ffffff;
  margin-bottom: 20px; }
  .full-width-service:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .full-width-service .two-third-width {
    position: relative;
    z-index: 2; }
    .full-width-service .two-third-width p {
      font-size: 14px;
      color: #ffffff; }
    .full-width-service .two-third-width h2 {
      margin: 10px 0px 10px 0px; }

.half-width-service {
  margin-top: 0px;
  color: #ffffff; }
  .half-width-service .half-image {
    height: 305px;
    width: calc((100%/2) - 10px);
    background-size: cover !important;
    background-position: 50% !important;
    display: inline-block;
    vertical-align: top; }
  .half-width-service .half-service {
    margin-left: 20px;
    background: #444444;
    min-height: 305px;
    width: calc((100%/2) - 10px);
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    position: relative; }
    .half-width-service .half-service h2 {
      margin: 10px 0px; }
    .half-width-service .half-service .three-quarter-width {
      position: relative; }

.single-content {
  padding-top: 20px; }

.banner-image-strip {
  height: 240px;
  background-size: cover !important;
  background-position: 50% !important;
  margin-top: 20px; }

.red-key {
  background: url("../img/large-bg-curve.png") no-repeat;
  background-color: #D7182A;
  background-size: cover;
  padding: 80px 20px; }
  .red-key.careers {
    padding: 60px; }
  .red-key.feedback {
    padding: 60px; }
  .red-key .content-area {
    max-width: 600px; }
    .red-key .content-area h2 {
      color: #ffffff;
      font-size: 34px;
      line-height: 110%;
      font-family: ingridLight;
      text-align: center;
      margin: 0; }
  .red-key .contact-form.larger .two-third-width textarea, .red-key .careers-content.larger .two-third-width textarea {
    height: 172px; }
  .red-key .contact-form h1, .red-key .contact-form h2, .red-key .contact-form h3, .red-key .contact-form h4, .red-key .careers-content h1, .red-key .careers-content h2, .red-key .careers-content h3, .red-key .careers-content h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px; }
  .red-key .contact-form p, .red-key .contact-form li, .red-key .careers-content p, .red-key .careers-content li {
    color: #ffffff;
    margin-bottom: 5px; }
  .red-key .contact-form .contact-form-field, .red-key .careers-content .contact-form-field {
    margin-bottom: 20px; }
  .red-key .contact-form.ecc p, .red-key .careers-content.ecc p {
    margin-top: 0; }
  .red-key .contact-form.ecc .two-third-width textarea, .red-key .careers-content.ecc .two-third-width textarea {
    margin-bottom: 0; }
  .red-key .contact-form .third-width, .red-key .careers-content .third-width {
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px; }
    .red-key .contact-form .third-width h2, .red-key .careers-content .third-width h2 {
      margin-top: 0;
      color: #ffffff; }
    .red-key .contact-form .third-width p, .red-key .careers-content .third-width p {
      color: #ffffff; }
  .red-key .contact-form .two-third-width, .red-key .careers-content .two-third-width {
    vertical-align: top; }
    .red-key .contact-form .two-third-width input, .red-key .contact-form .two-third-width textarea, .red-key .careers-content .two-third-width input, .red-key .careers-content .two-third-width textarea {
      font-family: ingridLight;
      font-size: 14px; }
    .red-key .contact-form .two-third-width input[type="submit"], .red-key .careers-content .two-third-width input[type="submit"] {
      display: none; }
    .red-key .contact-form .two-third-width select.how_find, .red-key .careers-content .two-third-width select.how_find {
      width: 100%;
      height: 28px;
      border-radius: 0;
      border: none;
      margin-bottom: 20px;
      background: #ffffff;
      padding-left: 10px;
      color: #444;
      font-family: ingridLight;
      font-size: 13px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0px;
      background-image: url(https://image.flaticon.com/icons/svg/60/60781.svg);
      background-position: 99% 50%;
      background-repeat: no-repeat;
      background-size: 13px; }
    .red-key .contact-form .two-third-width input[type="text"], .red-key .careers-content .two-third-width input[type="text"] {
      width: 100%;
      height: 28px;
      background: #ffffff;
      border: none;
      padding: 0px 10px;
      margin-bottom: 20px;
      color: #444444; }
    .red-key .contact-form .two-third-width textarea, .red-key .careers-content .two-third-width textarea {
      width: 100%;
      background: #ffffff;
      border: none;
      padding: 10px;
      margin-bottom: 20px;
      height: 76px;
      resize: none;
      color: #444444; }

.contact-strip {
  padding: 20px; }
  .contact-strip .contact-form .two-third-width {
    vertical-align: top;
    padding: 40px;
    background: rgba(68, 68, 68, 0.05); }
    .contact-strip .contact-form .two-third-width h2 {
      margin-top: 0;
      color: #444444; }
    .contact-strip .contact-form .two-third-width p {
      color: #444444; }
    .contact-strip .contact-form .two-third-width a {
      text-decoration: none;
      color: #0D91A8; }
    .contact-strip .contact-form .two-third-width .full-width p:first-of-type {
      margin-top: 0;
      font-size: 16px;
      color: #0D91A8; }
  .contact-strip .contact-form .third-width {
    vertical-align: top;
    padding-left: 20px; }
    .contact-strip .contact-form .third-width .half-width.lhs {
      padding-left: 20px; }
    .contact-strip .contact-form .third-width a.read-more {
      border: 1px solid #D7182A;
      background: #D7182A;
      color: #ffffff;
      margin-top: 0;
      font-size: 17px;
      padding: 12px 17px; }
    .contact-strip .contact-form .third-width input, .contact-strip .contact-form .third-width textarea {
      font-family: ingridLight;
      font-size: 16px; }
    .contact-strip .contact-form .third-width select.how_find {
      width: 100%;
      height: 50px;
      border-radius: 0;
      border: none;
      margin-bottom: 20px;
      background: rgba(68, 68, 68, 0.05);
      color: #444;
      font-family: ingridLight;
      font-size: 16px;
      padding-left: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0px;
      background-image: url(https://image.flaticon.com/icons/svg/60/60781.svg);
      background-position: 97% 50%;
      background-repeat: no-repeat;
      background-size: 13px; }
    .contact-strip .contact-form .third-width input[type="submit"] {
      display: none; }
    .contact-strip .contact-form .third-width input[type="text"], .contact-strip .contact-form .third-width input[type="email"] {
      width: 100%;
      background: rgba(68, 68, 68, 0.05);
      border: none;
      padding: 20px 15px;
      margin-bottom: 20px;
      color: #444444; }
    .contact-strip .contact-form .third-width textarea {
      width: 100%;
      background: rgba(68, 68, 68, 0.05);
      border: none;
      padding: 20px 15px;
      margin-bottom: 20px;
      height: 232px;
      resize: none;
      color: #444444; }

.training-courses .available-courses {
  background-position: 50% !important;
  background-size: cover !important;
  width: 100%;
  position: relative;
  padding: 40px; }
  .training-courses .available-courses:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .training-courses .available-courses .course-list {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px; }
    .training-courses .available-courses .course-list .course-item {
      width: 49.5%;
      display: inline-block; }
      .training-courses .available-courses .course-list .course-item h3 {
        margin: 3px 0px; }
        .training-courses .available-courses .course-list .course-item h3:before {
          content: "• ";
          color: #D7182A;
          /* or whatever color you prefer */
          margin-right: 6px;
          font-size: 16px; }
      .training-courses .available-courses .course-list .course-item h3 a {
        color: #ffffff;
        font-size: 16px;
        font-family: ingridLight; }
        .training-courses .available-courses .course-list .course-item h3 a:hover span {
          margin-left: 15px; }
        .training-courses .available-courses .course-list .course-item h3 a span {
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          margin-left: 10px; }
  .training-courses .available-courses .course-list-intro {
    text-align: center; }
    .training-courses .available-courses .course-list-intro p {
      font-size: 20px;
      color: #ffffff;
      line-height: 26px;
      margin-top: 5px;
      margin-bottom: 25px; }

.example-case-study {
  background-size: cover !important;
  background-position: 50% !important;
  position: relative; }
  .example-case-study .example-content {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 60px 40px;
    width: 100%; }
    .example-case-study .example-content p, .example-case-study .example-content h3, .example-case-study .example-content h4, .example-case-study .example-content a {
      color: white; }
    .example-case-study .example-content h4 {
      font-size: 14px;
      line-height: 20px;
      opacity: 0.5;
      margin-top: 0;
      margin-bottom: 10px; }
    .example-case-study .example-content h3 {
      font-size: 24px;
      line-height: 30px;
      margin: 10px 0px; }
  .example-case-study:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.intro-banner {
  padding: 80px 20px;
  background: #444444;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  background-position: 50% !important;
  background-size: cover !important; }
  .intro-banner.case:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .intro-banner.case .intro-cont:before {
    content: none; }
  .intro-banner.article {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: #0C91A8;
    padding: 35px 35px;
    text-align: left; }
    .intro-banner.article:before {
      content: none; }
    .intro-banner.article .intro-cont {
      margin: 0; }
      .intro-banner.article .intro-cont p, .intro-banner.article .intro-cont h1, .intro-banner.article .intro-cont h2, .intro-banner.article .intro-cont h3, .intro-banner.article .intro-cont h4, .intro-banner.article .intro-cont a {
        color: #ffffff; }
      .intro-banner.article .intro-cont:before {
        content: none; }
  .intro-banner .services-dropdown .service-type {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 14px;
    background: #D7182A;
    width: 217px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 18px;
    font-family: ingridLight;
    font-size: 13px;
    background-position: calc(100% - 19px) 50% !important;
    background-size: 10px 6px !important;
    background-image: url(../img/dropdown-white.png);
    background-image: url(../img/dropdown-white.svg);
    background-repeat: no-repeat; }
    .intro-banner .services-dropdown .service-type option {
      outline: none; }
  .intro-banner .intro-cont {
    margin: 15px auto 0px auto;
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto; }
    .intro-banner .intro-cont:before {
      content: url("../img/santia-curve-large.svg");
      width: 48px;
      height: 18px;
      position: absolute;
      top: -24px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .intro-banner .intro-cont h1 {
      margin-top: 0;
      margin-bottom: 10px; }
    .intro-banner .intro-cont p {
      margin-bottom: 0px; }

/* LATEST NEWS HOME PAGE */
.latest-news-main-list {
  padding: 25px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background: #f5f5f5; }
  .latest-news-main-list h3 {
    color: #0C91A8;
    margin: 0;
    font-size: 20px;
    line-height: 125%; }
  .latest-news-main-list .see-more {
    text-align: right; }
  .latest-news-main-list .content-section.news {
    min-height: 420px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    border: none;
    background: #ffffff; }
    .latest-news-main-list .content-section.news:before {
      content: none; }
    .latest-news-main-list .content-section.news.intro {
      background: #444444;
      padding: 30px;
      height: auto;
      min-height: 355px;
      text-align: left;
      margin-top: 0; }
      .latest-news-main-list .content-section.news.intro h1, .latest-news-main-list .content-section.news.intro h2, .latest-news-main-list .content-section.news.intro h3, .latest-news-main-list .content-section.news.intro h4, .latest-news-main-list .content-section.news.intro p, .latest-news-main-list .content-section.news.intro li {
        color: #ffffff;
        margin-top: 0; }
    .latest-news-main-list .content-section.news .news-image {
      width: 100%;
      height: 240px;
      background-size: cover !important;
      background-position: 50% 15% !important; }
    .latest-news-main-list .content-section.news .news-title {
      padding: 20px 20px 10px 20px; }
      .latest-news-main-list .content-section.news .news-title h3 {
        font-size: 22px;
        line-height: 26px;
        color: #0C91A8;
        text-align: left;
        margin: 0; }
      .latest-news-main-list .content-section.news .news-title span.entry-date {
        display: block;
        text-align: left;
        font-size: 13px;
        font-family: ingridLight;
        color: #0C91A8;
        margin-top: 7px; }
      .latest-news-main-list .content-section.news .news-title p {
        color: #444444; }
    .latest-news-main-list .content-section.news .news-content {
      padding: 0px 20px 0px 20px;
      text-align: left; }
      .latest-news-main-list .content-section.news .news-content p {
        margin-top: 0;
        font-size: 14px; }

/* NEWS */
.news-main-list {
  padding: 20px;
  opacity: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .news-main-list.visible {
    opacity: 1; }
  .news-main-list .news-line {
    background: rgba(68, 68, 68, 0.1);
    height: 2px;
    width: calc(((100% - 80px) / 3) * 2 + 20px);
    position: absolute;
    right: 20px;
    top: 20px; }

.content-section.news {
  min-height: 400px;
  height: auto;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 2px solid rgba(0, 0, 0, 0.15); }
  .content-section.news:before {
    content: none; }
  .content-section.news.intro {
    background: #444444;
    padding: 30px;
    height: auto;
    min-height: 418px;
    text-align: left;
    margin-top: 0; }
    .content-section.news.intro h1, .content-section.news.intro h2, .content-section.news.intro h3, .content-section.news.intro h4, .content-section.news.intro p, .content-section.news.intro li {
      color: #ffffff;
      margin-top: 0; }
  .content-section.news .news-image {
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: 50% 19% !important; }
  .content-section.news .news-title {
    padding: 20px 20px 10px 20px; }
    .content-section.news .news-title h3 {
      font-size: 22px;
      line-height: 26px;
      color: #0C91A8;
      text-align: left;
      margin: 0; }
    .content-section.news .news-title span.entry-date {
      display: block;
      text-align: left;
      font-size: 13px;
      font-family: ingridLight;
      color: #0C91A8;
      margin-top: 7px; }
    .content-section.news .news-title p {
      color: #444444; }
  .content-section.news .news-content {
    padding: 0px 20px 0px 20px;
    text-align: left; }
    .content-section.news .news-content p {
      margin-top: 0;
      font-size: 14px; }

.product_title.entry-title {
  font-family: ingridLight !important;
  font-size: 42px !important;
  line-height: 50px !important; }

/* Board */
.board-list {
  font-size: 0;
  padding: 0px 20px 0px 20px; }
  .board-list .content-section.two-third-section {
    margin-left: 20px;
    min-height: 335px;
    margin-bottom: 20px; }

.team-content-cont {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 90%;
  max-width: 900px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .team-content-cont.abs {
    top: 50px !important;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    position: absolute; }
  .team-content-cont .close-content {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-family: ingridLight;
    top: 16px;
    right: 20px;
    cursor: pointer; }
  .team-content-cont.visible {
    opacity: 1;
    height: auto;
    visibility: visible; }
  .team-content-cont .team-content {
    top: 0;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px; }
    .team-content-cont .team-content p, .team-content-cont .team-content h1, .team-content-cont .team-content h2, .team-content-cont .team-content h3, .team-content-cont .team-content h4, .team-content-cont .team-content li {
      color: #ffffff; }
    .team-content-cont .team-content h3 {
      margin: 10px 0px; }
    .team-content-cont .team-content h4 {
      font-size: 18px;
      margin: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 20px; }
    .team-content-cont .team-content p {
      font-size: 14px;
      line-height: 18px; }

.content-section.board {
  min-height: 550px;
  margin-bottom: 20px;
  margin-top: 0px;
  background: #DFE5E4;
  position: relative;
  cursor: pointer; }
  .content-section.board .team-title {
    background: #0C91A8;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 10px 5px; }
    .content-section.board .team-title h3 {
      margin: 0; }
    .content-section.board .team-title p {
      margin-bottom: 0;
      margin-top: 3px; }
    .content-section.board .team-title h3, .content-section.board .team-title p {
      color: #ffffff; }
  .content-section.board .team-image {
    background-size: cover !important;
    width: 100%;
    height: calc(100% - 71px);
    background-position: 50% 38% !important; }
  .content-section.board:before {
    content: none; }
  .content-section.board.intro {
    background: #444444;
    padding: 30px;
    height: auto;
    min-height: 335px;
    text-align: center;
    position: relative;
    margin-top: 0;
    cursor: auto; }
    .content-section.board.intro .intro-content {
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 85%; }
      .content-section.board.intro .intro-content:before {
        content: url(../img/santia-curve-large.svg);
        width: 48px;
        height: 18px;
        position: absolute;
        top: -24px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
    .content-section.board.intro h1, .content-section.board.intro h2, .content-section.board.intro h3, .content-section.board.intro h4, .content-section.board.intro p, .content-section.board.intro li {
      color: #ffffff;
      margin-top: 0; }

.about-services {
  font-size: 0;
  padding: 20px; }

/*Training pages */
.content-section .training.intro {
  background: #444444;
  padding: 30px;
  height: auto;
  text-align: left;
  margin-top: 0; }
  .content-section .training.intro p, .content-section .training.intro h2, .content-section .training.intro h3, .content-section .training.intro h4 {
    color: #ffffff; }
.content-section .view-courses {
  padding: 30px;
  text-align: center;
  border: 2px solid rgba(68, 68, 68, 0.1);
  margin-top: 20px; }
  .content-section .view-courses h3 {
    position: relative;
    color: #444444;
    margin: 15px 0px 10px 0px; }
    .content-section .view-courses h3:before {
      content: url(../img/santia-curve.svg);
      width: 44px;
      height: 15px;
      position: absolute;
      top: -22px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

/* Pre result content */
.training-summary {
  padding: 20px; }
  .training-summary .content-section {
    height: auto; }
    .training-summary .content-section:before {
      background: transparent;
      height: 0; }
  .training-summary .two-third-section {
    margin-left: 20px;
    margin-bottom: 0; }
    .training-summary .two-third-section .intro-area {
      background: #444444;
      padding: 40px 30px;
      width: 100%;
      height: auto;
      text-align: left;
      margin-top: 0;
      color: #ffffff; }
      .training-summary .two-third-section .intro-area p, .training-summary .two-third-section .intro-area h1, .training-summary .two-third-section .intro-area h2, .training-summary .two-third-section .intro-area h3, .training-summary .two-third-section .intro-area h4 {
        color: #ffffff; }
      .training-summary .two-third-section .intro-area h1 {
        margin: 0; }
    .training-summary .two-third-section .third-section {
      margin-bottom: 0; }
    .training-summary .two-third-section .overview {
      background: rgba(68, 68, 68, 0.05);
      padding: 30px;
      margin-top: 20px;
      text-align: left; }
      .training-summary .two-third-section .overview h1, .training-summary .two-third-section .overview h2, .training-summary .two-third-section .overview h3, .training-summary .two-third-section .overview h4 {
        color: #0C91A8;
        margin-top: 0; }
      .training-summary .two-third-section .overview p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0; }
      .training-summary .two-third-section .overview h3 {
        font-size: 16px; }
  .training-summary .upcoming-training {
    border: 2px solid rgba(68, 68, 68, 0.2);
    padding: 20px;
    margin-top: 20px; }
    .training-summary .upcoming-training h3 {
      color: #F0AD00;
      font-size: 24px;
      margin: 0;
      text-align: left;
      margin-bottom: 10px; }
    .training-summary .upcoming-training .upcoming-product {
      padding: 20px 0px;
      border-bottom: 2px solid rgba(68, 68, 68, 0.1);
      position: relative; }
      .training-summary .upcoming-training .upcoming-product a.cover-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .training-summary .upcoming-training .upcoming-product:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .training-summary .upcoming-training .upcoming-product .upcoming-image {
        width: 30%;
        display: inline-block;
        vertical-align: top; }
        .training-summary .upcoming-training .upcoming-product .upcoming-image .course-price {
          width: 100%;
          background: #F0AD00;
          padding: 5px 10px; }
          .training-summary .upcoming-training .upcoming-product .upcoming-image .course-price span {
            font-family: ingridLight;
            font-size: 15px;
            color: #ffffff;
            letter-spacing: 1px; }
      .training-summary .upcoming-training .upcoming-product .upcoming-content {
        width: 70%;
        display: inline-block;
        padding-left: 20px;
        text-align: left;
        vertical-align: top; }
        .training-summary .upcoming-training .upcoming-product .upcoming-content h2 {
          color: #444444;
          font-size: 16px;
          line-height: 22px;
          margin: 10px 0px 0px 0px; }
        .training-summary .upcoming-training .upcoming-product .upcoming-content p {
          color: #444444;
          font-size: 11px;
          margin: 0; }
    .training-summary .upcoming-training .we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content {
      padding: 5px 0px 0px 0px; }
    .training-summary .upcoming-training a.btn.btn.btn-primary.we-button {
      display: none; }
    .training-summary .upcoming-training .we-grid-shortcode figure.ex-modern-blog h3 a {
      color: #444444;
      font-size: 16px; }
    .training-summary .upcoming-training .we-grid-shortcode .grid-row, .training-summary .upcoming-training .we-grid-shortcode {
      float: none; }

/* search result content */
.training-main-list {
  padding: 20px;
  opacity: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .training-main-list.visible {
    opacity: 1; }
  .training-main-list .training-line {
    background: rgba(68, 68, 68, 0.1);
    height: 2px;
    width: calc(((100% - 80px) / 3) * 2 + 20px);
    position: absolute;
    right: 20px;
    top: 20px; }
  .training-main-list .we-filter-cat, .training-main-list .input-group-btn.we-search-dropdown.we-sfilter {
    display: none; }
  .training-main-list .woo-event-toolbar .lb-sp {
    display: none; }
  .training-main-list .woo-event-toolbar {
    box-shadow: none;
    padding: 20px 20px 0px 00px;
    margin-bottom: 10px;
    background: none;
    text-align: left; }
  .training-main-list .wooevent-search .form-control, .training-main-list .woo-event-toolbar .we-search-form input.form-control {
    border: 1px solid #cacaca;
    margin-left: 0px;
    width: 300px; }
  .training-main-list .input-group-btn {
    display: none; }
  .training-main-list .content-section {
    height: auto; }
    .training-main-list .content-section:before {
      background: transparent;
      height: 0; }
  .training-main-list .third-section {
    color: #ffffff; }
  .training-main-list .two-third-section {
    margin-left: 20px;
    border-top: 2px solid rgba(68, 68, 68, 0.05);
    margin-bottom: 0; }
    .training-main-list .two-third-section .we-table {
      width: 100%; }

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .we-table-lisst .we-table td, .we-table-lisst .we-table th {
  border-right: 1px solid #D7182A; }

.shop-we-short-des .cat-meta *, .woocommerce #exmain-content .shop-we-short-des .cat-meta a, .shop-we-more-meta span {
  font-family: ingridLight;
  font-weight: normal; }

.shop-we-more-meta, .shop-we-short-des {
  float: none; }

body.woocommerce div.product p.stock {
  display: block;
  margin-bottom: 10px !important;
  font-size: 16px; }

/* Update to message shown after add to basket */
.woocommerce-message {
  border-top-color: #f1ad02 !important;
  background: #D7182A;
  color: #ffffff;
  font-size: 15px; }

.woocommerce-message::before {
  content: '\e015';
  color: #ffffff; }

.woocommerce #exmain-content a.button {
  color: #FFFFFF;
  font-size: 15px;
  background: #b01222; }

.basket-cont .woocommerce-message a {
  color: #ffffff; }

/* Update end */
.we-grid-shortcode figure.ex-modern-blog img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: auto; }

.shop-we-stdate span.day {
  font-size: 24px;
  line-height: 32px;
  font-family: ingridBold;
  background: #F0AD00; }

.shop-we-stdate span.month {
  font-size: 16px;
  line-height: 22px;
  background: #B18113;
  font-family: ingridLight; }

.shop-we-stdate {
  min-height: 0;
  top: 15px;
  color: #fff;
  left: 15px; }

.shop-we-more-meta > span:last-child {
  border-right: none;
  display: none; }

.woocommerce-breadcrumb {
  display: none; }

.archive.woocommerce #exmain-content h2, .archive.woocommerce #exmain-content h3, .woocommerce #exmain-content .we-sidebar h2, .woocommerce #exmain-content .we-sidebar h3, .woocommerce #exmain-content .we-content-custom h1, .woocommerce #exmain-content .product > *:not(.woocommerce-tabs) h1, .woocommerce-page .woocommerce .product > *:not(.woocommerce-tabs) h2, .woocommerce-page .woocommerce .product > *:not(.woocommerce-tabs) h3, .woocommerce-page.woocommerce-edit-account .woocommerce fieldset legend, .woocommerce #exmain-content .product > *:not(.woocommerce-tabs) h2, body.woocommerce div.product .woocommerce-tabs .panel h2:first-child, .woocommerce div.product .product_title, .we-content-speaker h3, figure.ex-modern-blog h3, .woocommerce #reviews #comments h2, .woocommerce #reviews h3, .woocommerce #exmain-content .product > *:not(.woocommerce-tabs) h3 {
  font-size: 17px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.2;
  font-family: ingridLight; }

body.woocommerce div.product .woocommerce-tabs .panel ul, .wc-force-sells ul {
  padding-left: 15px; }

#exmain-content > #content {
  padding-left: 20px;
  padding-right: 20px; }

.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content {
  padding: 15px 0px 15px 0px; }

.we-grid-shortcode figure.ex-modern-blog .grid-excerpt {
  margin-bottom: 20px;
  font-size: 13px;
  border-top: none;
  margin-top: 15px;
  padding-top: 0px; }

.we-grid-shortcode figure.ex-modern-blog h3 a {
  color: #D7182A;
  font-size: 24px; }

.we-grid-shortcode.gr-classic figure.ex-modern-blog h3 {
  padding-bottom: 10px;
  font-family: ingridLight; }

a.btn.btn.btn-primary.we-button {
  font-family: ingridLight;
  font-size: 14px;
  padding: 10px 35px 10px 22px;
  border: 1px solid #D7182A;
  color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
  background-image: url(../img/book-now-arrow.png);
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  background-position: 90% 48%;
  text-transform: none; }
  a.btn.btn.btn-primary.we-button:hover {
    padding: 10px 40px 10px 22px;
    background: #D7182A;
    background-image: url(../img/book-now-arrow.png);
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background-position: 90% 48%; }

.ex-loadmore .loadmore-grid, .single-product.woocommerce div.product .summary form.cart button[type="submit"], .woocommerce #exmain-content .we-navigation div a, .btn.btn-primary, .woocommerce #exmain-content .we-main.layout-2 .event-details .btn {
  font-family: ingridLight;
  font-size: 14px;
  border: 1px solid #D7182A;
  padding: 10px 22px 10px 22px;
  color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  text-transform: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }
  .ex-loadmore .loadmore-grid:hover, .single-product.woocommerce div.product .summary form.cart button[type="submit"]:hover, .woocommerce #exmain-content .we-navigation div a:hover, .btn.btn-primary:hover, .woocommerce #exmain-content .we-main.layout-2 .event-details .btn:hover {
    background: #D7182A; }

.ex-loadmore .loadmore-grid {
  padding: 10px 35px 10px 22px; }

.single-product.woocommerce div.product .summary form.cart button[type="submit"] {
  padding: 10px 22px 10px 22px; }

div.grid-row:nth-of-type(even) .ex-modern-blog {
  background: rgba(68, 68, 68, 0.05); }

.we-grid-shortcode figure.ex-modern-blog {
  color: #444444; }

.shop-we-more-meta span {
  color: #444444; }
.shop-we-more-meta i {
  display: none; }

.shop-we-more-meta > span {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: 0;
  border-left: 1px solid rgba(68, 68, 68, 0.3); }
  .shop-we-more-meta > span:first-child {
    padding-left: 0;
    border-left: none; }
  .shop-we-more-meta > span:last-child {
    border-left: none; }

/* FOOTER */
.footer .footer-logo-section {
  width: 100%;
  padding: 40px 0;
  position: relative;
  display: block;
  text-align: center; }
.footer .footer-logo-section img {
  height: 70px;
  width: auto;
  margin: 0 10px; }
.footer .footer-upper {
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 20px; }
  .footer .footer-upper ul.footer-nav > li {
    width: calc((100% / 6) - 0.1px);
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 20px;
    list-style-type: none; }
  .footer .footer-upper ul.footer-nav > li > a {
    margin-bottom: 13px;
    display: block; }
  .footer .footer-upper ul {
    padding-left: 0; }
    .footer .footer-upper ul.sub-menu li {
      margin-bottom: 5px;
      list-style-type: none; }
      .footer .footer-upper ul.sub-menu li a {
        color: #444444;
        font-size: 13px; }
    .footer .footer-upper ul li a {
      color: #D7182A;
      font-size: 16px; }
.footer .footer-lower {
  padding: 15px 20px;
  background-color: #f5f5f5; }
.footer .content-area p {
  margin: 0; }
.footer .content-area a, .footer .content-area div, .footer .content-area p {
  color: #444444;
  text-decoration: none;
  font-family: ingridLight;
  font-size: 10px; }
  .footer .content-area a span, .footer .content-area div span, .footer .content-area p span {
    margin: 0px 10px;
    color: #444444; }

/* holding page*/
.holding-email a {
  font-size: 13px !important; }

.holding-message {
  position: relative;
  display: block;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  margin: 160px auto 180px auto;
  text-align: center;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  color: #ffffff; }

.holding-message a {
  color: #ffffff !important;
  text-decoration: none !important; }

.header.home::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%; }

.holding-message strong {
  font-family: ingridBold !important; }

/* Responsive nav */
.nav-icon {
  left: 31px;
  top: 12px;
  position: absolute;
  cursor: pointer;
  margin: 6px 20px 0 0;
  width: 35px;
  z-index: 9999;
  display: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

.nav-icon-cont.dark {
  top: 15px;
  position: absolute;
  width: 40px;
  height: 36px;
  z-index: 9;
  left: 10px;
  display: none; }

.nav-icon-cont.light {
  top: 16px;
  position: absolute;
  width: 24px;
  height: 28px;
  left: 16px;
  display: none; }

.nav-icon-cont.open {
  position: fixed;
  z-index: 999999; }

.responsive-nav {
  display: none; }
  .responsive-nav .mobnav-cont {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
    padding: 20px; }
    .responsive-nav .mobnav-cont .mobnav {
      margin-top: 0; }
      .responsive-nav .mobnav-cont .mobnav li {
        list-style: none;
        margin-bottom: 0px;
        margin-bottom: 0px;
        padding: 15px 0px;
        list-style: none;
        max-width: 400px;
        width: 90%;
        display: block;
        margin: 0 auto;
        font-family: ITC Avant Garde Gothic W01 Bk; }
    .responsive-nav .mobnav-cont .menu {
      margin-bottom: 0; }
    .responsive-nav .mobnav-cont .menu > li {
      margin-bottom: 0px;
      padding: 6px 0px;
      list-style: none;
      max-width: 400px;
      width: 90%;
      display: block;
      margin: 0 auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .responsive-nav .mobnav-cont ul.sub-menu {
      margin-top: 6px; }
    .responsive-nav .mobnav-cont li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      font-family: ingridLight; }
    .responsive-nav .mobnav-cont ul.sub-menu li {
      display: inline-block;
      padding: 0px 8px;
      margin-bottom: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
      .responsive-nav .mobnav-cont ul.sub-menu li a {
        font-size: 13px; }
      .responsive-nav .mobnav-cont ul.sub-menu li:last-child {
        border-right: none; }

.responsive-nav.open {
  position: fixed;
  height: 100%;
  z-index: 9999;
  width: 100%;
  color: #ffffff;
  top: 0;
  background: #D7182A;
  background-image: url(../img/large-bg-curve.png);
  background-repeat: no-repeat;
  background-size: cover; }

.order-breakdown {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px; }

.order-attachment {
  opacity: 1;
  width: 30%;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
  padding: 25px;
  position: relative;
  background-color: #e4e4e4;
  background-position: 50%;
  background-size: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

@media only screen and (max-width: 1500px) {
  .content-section.board {
    min-height: 450px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #DFE5E4;
    position: relative;
    cursor: pointer; } }
@media only screen and (max-width: 1024px) {
  .content-section.board {
    min-height: 375px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #DFE5E4;
    position: relative;
    cursor: pointer; } }
@media all and (min-width: 1200px) {
  .services-list .content-section, .services-main-list .content-section, .services-collective-list .service-right .content-section, .services-collective-list .content-section, .projects-main-list .content-section {
    height: 220px; }

  .services-collective-list .service-left {
    min-height: 460px; } }
@media only screen and (max-width: 1200px) {
  .services-list .content-section, .services-collective-list .service-right .content-section, .services-collective-list .content-section, .services-main-list .content-section, .projects-main-list .content-section {
    height: 170px; }

  .header .top-bar-nav .logo .separator {
    display: inline-block;
    margin: 0px 25px;
    height: 60px;
    position: relative;
    width: 1px;
    background: rgba(68, 68, 68, 0.2);
    vertical-align: middle; }

  .header.ecclesiastical .top-bar-nav .logo, .header.feedback .top-bar-nav .logo {
    width: 440px; }

  .header.ecclesiastical .top-bar-nav .nav-cont, .header.feedback .top-bar-nav .nav-cont {
    width: calc(100% - 440px); } }
@media only screen and (max-width: 1024px) {
  .board-list .content-section.two-third-section {
    margin-left: 20px;
    min-height: 275px;
    margin-bottom: 20px; }

  .content-section.board.intro {
    background: #444444;
    padding: 20px;
    height: auto;
    min-height: 275px;
    text-align: center;
    position: relative;
    margin-top: 0;
    cursor: auto; }

  h1 {
    font-family: ingridLight;
    font-size: 32px;
    line-height: 42px; }

  .product_title.entry-title {
    font-family: ingridLight !important;
    font-size: 32px !important;
    line-height: 42px !important; }

  /* Home Page */
  .training-courses .available-courses .course-list {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px; }

  .available-courses .half-width {
    width: 100%; }

  .header.home .key-message h2 {
    color: #ffffff;
    font-family: ingridLight;
    font-size: 34px;
    line-height: 42px;
    margin: 0; }

  .content-section .service-title h3 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    line-height: 26px;
    color: #ffffff;
    font-size: 20px;
    font-family: ingridLight; }

  /* Holding page */
  /* Footer */
  .footer .footer-upper ul.sub-menu li a {
    color: #444444;
    font-size: 12px; }

  .footer .footer-upper ul li a {
    color: #D7182A;
    font-size: 14px; }

  .footer .footer-upper ul.footer-nav > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 20px;
    list-style-type: none;
    margin-bottom: 26px; }

  .services-collective-list .service-left, .services-main-list .service-left, .projects-main-list .service-left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #0C91A8;
    padding: 30px;
    min-height: 360px;
    margin-bottom: 20px; }

  .services-collective-list .service-right, .services-main-list .service-right, .projects-main-list .service-right {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top; }

  .red-key .contact-form .two-third-width, .red-key .careers-content .two-third-width {
    width: 100%; } }
@media only screen and (max-width: 980px) {
  .full-width-service .two-third-width {
    position: relative;
    z-index: 2;
    width: 85%; }

  .services-collective-list .service-right .content-section, .services-collective-list .service-lower .content-section, .services-main-list .content-section, .projects-main-list .content-section {
    height: 135px !important;
    margin-bottom: 15px; }

  .services-main-list, .projects-main-list {
    padding-top: 15px !important; }

  .services-collective-list.about .service-left {
    margin-bottom: 15px; }

  .services-collective-list, .services-main-list, .projects-main-list {
    padding: 0px 15px 0px 15px;
    font-size: 0; }

  .services-collective-list .third-section.two, .services-main-list .third-section.two {
    margin: 0px 15px 15px 15px; }

  .projects-main-list .half-section.two {
    margin-left: 15px; }

  .services-collective-list .content-section .service-title h3 a {
    color: #ffffff;
    line-height: 22px;
    font-size: 18px;
    font-family: ingridLight; }

  .services-collective-list .content-section .service-title h3 {
    line-height: 25px; }

  .services-list .content-section, .services-collective-list .service-right .content-section, .services-collective-list .content-section, .projects-main-list .content-section {
    height: 140px; }

  .services-collective-list .content-section, .services-main-list .content-section, .projects-main-list .content-section.third-section {
    position: relative;
    width: calc((100% - (30px)) / 3); }

  .projects-main-list .content-section.half-section {
    width: calc((100% - (20px)) / 2); }

  .services-collective-list .service-right .content-section,
  .services-collective-list .service-lower .content-section,
  .services-main-list .content-section,
  .projects-main-list .content-section {
    height: 135px;
    margin-bottom: 15px; }

  .content-section .service-title {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 75%;
    margin: 0 auto; }

  .service-left.case {
    height: auto !important; }

  .services-collective-list .service-left, .services-main-list .service-left, .projects-main-list .service-left {
    min-height: 150px; }

  .service-banner-strip .banner-image:before {
    content: "";
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute; }

  .service-banner-strip {
    padding: 25px;
    position: relative; }

  .service-banner-strip .service-content {
    width: 85%;
    z-index: 1;
    position: relative;
    margin-bottom: 50px; }

  .service-banner-strip .content-wrapper .half-width {
    width: 100%;
    padding: 0; }

  .contact-strip .contact-form .two-third-width {
    vertical-align: top;
    padding: 40px;
    background: rgba(68, 68, 68, 0.05);
    width: 100%;
    margin-bottom: 20px; }

  .red-key .contact-form .two-third-width, .red-key .careers-content .two-third-width {
    width: 100%; }

  .contact-strip .contact-form .third-width {
    vertical-align: top;
    padding-left: 0px;
    width: 100%; }

  .header.ecclesiastical .top-bar-nav .logo, .header.feedback .top-bar-nav .logo {
    width: 290px; }

  .header.ecclesiastical .top-bar-nav .nav-cont, .header.feedback .top-bar-nav .nav-cont {
    width: calc(100% - 290px); }

  .header .top-bar-nav .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 107px;
    height: auto; } }
@media only screen and (max-width: 820px) {
  .header .top-bar-nav .navigation ul.nav li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    outline: none !important;
    outline-offset: 0px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    padding: 0px 7px 12px 7px; }

  .header .top-bar-nav .navigation ul.nav li a {
    color: black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    display: block;
    -webkit-transform: translateZ(0);
    text-decoration: none;
    font-size: 14px;
    font-family: ingridLight; } }
@media only screen and (max-width: 768px) {
  .content-section.board {
    min-height: 500px; }

  .header.ecclesiastical .top-bar-nav .logo, .header.feedback .top-bar-nav .logo {
    width: 100%; }

  .header .top-bar-nav .logo .separator {
    display: none; }

  .header .top-bar-nav .logo img {
    display: block;
    vertical-align: middle;
    width: 155px;
    height: auto;
    margin: 10px auto; }

  h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: ingridLight; }

  .sub-navigation {
    display: none; }

  .holding-email {
    padding-left: 15px; }

  .holding-message {
    margin: 149px auto 0px auto !important;
    padding-bottom: 75px !important; }

  .terms-popup-cont h2 {
    font-size: 24px;
    padding-right: 30px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 14px; }

  .terms-popup-cont p {
    margin: 10px 0px; }

  .contact-form-field .half-width {
    width: 100%; }

  .service-banner-strip.ecc, .service-banner-strip.std {
    padding: 20px 20px; }

  .ecc-strip, .info-strip {
    padding: 20px; }

  .red-key.feedback {
    padding: 60px 20px; }

  .we-search-shortcode .input-group, .training-main-list .wooevent-search .form-control, .training-main-list .woo-event-toolbar .we-search-form input.form-control {
    width: 100%; }

  .projects-main-list .content-section.half-section {
    width: 100%;
    margin-left: 0;
    height: 160px !important; }

  .services-collective-list .service-left.case p:first-child, .services-main-list .service-left.case p:first-child, .projects-main-list .service-left.case p:first-child {
    color: #0D91A8;
    font-size: 20px;
    margin-top: 0;
    line-height: 26px; }

  .pagination-cont .pagination {
    display: inline-block;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 10px 100px;
    position: relative;
    width: 100%; }

  .red-key.careers {
    padding: 40px; }
    .red-key.careers .half-width {
      width: 100%; }

  .vacancies-strip .two-third-section {
    margin-left: 20px;
    padding: 0px 0px;
    text-align: left;
    height: auto; }

  .vacancies-strip {
    padding: 40px; }

  .services-collective-list .service-left {
    width: 100%;
    padding: 20px;
    min-height: 285px;
    margin-bottom: 0;
    height: auto !important; }

  .half-width-service .half-image {
    height: 250px;
    width: 100%;
    background-size: cover !important;
    background-position: 50% !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }

  .half-width-service .half-service {
    margin-left: 0;
    background: #444444;
    min-height: 250px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    position: relative; }

  .services-collective-list .content-section, .services-main-list .content-section, .projects-main-list .content-section.third-section {
    position: relative;
    width: 100%;
    margin-left: 0 !important; }

  .content-section {
    position: relative;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px !important; }

  .team-content-cont .team-content h3 {
    margin: 5px 0px; }

  .team-content-cont .team-content {
    padding: 15px; }

  .team-content-cont .team-content h4 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px; }

  .team-content-cont .team-content p {
    font-size: 13px;
    line-height: 16px; }

  .board-list .content-section.two-third-section {
    width: 100%;
    margin-left: 0; }

  .content-section.board {
    width: 100%;
    margin-left: 0; }

  .content-section.board.intro {
    background: #444444;
    padding: 20px;
    height: auto;
    min-height: 200px;
    text-align: center;
    position: relative;
    margin-top: 0;
    cursor: auto;
    width: 100%; }

  h1 {
    font-family: ingridLight;
    font-size: 30px;
    line-height: 38px; }

  .product_title.entry-title {
    font-family: ingridLight !important;
    font-size: 28px !important;
    line-height: 34px !important; }

  h2 {
    font-family: ingridLight;
    font-size: 26px;
    line-height: 34px; }

  .services-collective-list .service-left p, .services-collective-list .service-left li, .services-main-list .service-left p, .services-main-list .service-left li, .projects-main-list .service-left p, .projects-main-list .service-left li {
    font-size: 14px; }

  .red-key .contact-form .two-third-width, .red-key .careers-content .two-third-width {
    vertical-align: top;
    width: 100%; }

  .red-key .contact-form .third-width, .red-key .careers-content .third-width {
    vertical-align: top;
    padding-left: 0;
    padding-right: 40px;
    width: 100%;
    text-align: left; }

  .red-key {
    background: url(../img/large-bg-curve.png) no-repeat;
    background-color: #D7182A;
    background-size: cover;
    padding: 60px 20px; }

  .header .red-head {
    background: #D7182A;
    padding: 0px 0px;
    z-index: 2;
    position: fixed;
    width: 100%; }

  .nav-icon-cont.light .nav-icon {
    left: 20px;
    top: 4px;
    cursor: pointer;
    margin: 0px 0px 0 0;
    width: 21px;
    z-index: 9999;
    display: block;
    position: fixed; }

  .header .top-bar-nav .navigation, .external-links {
    display: none; }

  .red-key .content-area h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 110%;
    font-family: ingridLight;
    text-align: center;
    margin: 0; }

  .header.home {
    min-height: 300px;
    background-size: cover !important;
    background-position: 0% 50px !important;
    overflow: visible !important; }

  .header .red-head .content-area .half-width.lhs {
    text-align: left;
    width: 30%; }

  .header .red-head .content-area .half-width.rhs {
    text-align: right;
    width: 70%; }

  .header.home .key-message h2 {
    color: #ffffff;
    font-family: ingridLight;
    font-size: 26px;
    line-height: 32px;
    margin: 0; }

  .header.home .key-message {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    padding: 0px 20px;
    margin: 25px auto 25px auto;
    text-align: center;
    top: 200px;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }

  .header .top-bar-nav {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 50px 0px 0px 0px; }

  .header .top-bar-nav .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle; }

  .services-list .content-section {
    height: 150px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }

  .services-collective-list .service-right {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px; }

  .services-collective-list .content-section.two {
    margin: 0px 0px 15px 0px; }

  .services-collective-list .service-left {
    width: 100%;
    padding: 20px;
    min-height: 285px; }

  .services-collective-list .content-section {
    width: 100%; }

  .nav-icon-cont.dark {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: block; }
    .nav-icon-cont.dark .nav-icon:after, .nav-icon-cont.dark .nav-icon:before, .nav-icon-cont.dark .nav-icon div {
      background-color: #ffffff;
      border-radius: 12px;
      content: '';
      display: block;
      height: 1px;
      margin: 4px 0;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
    .nav-icon-cont.dark .nav-icon.open:after, .nav-icon-cont.dark .nav-icon.open:before, .nav-icon-cont.dark .nav-icon.open div {
      margin: 8px 0; }
    .nav-icon-cont.dark .nav-icon.open:before {
      transform: translateY(8px) rotate(135deg);
      -moz-transform: translateY(8px) rotate(135deg);
      -webkit-transform: translateY(8px) rotate(135deg);
      background-color: #ffffff; }
    .nav-icon-cont.dark .nav-icon.open div {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .nav-icon-cont.dark .nav-icon.open:after {
      transform: translateY(-12px) rotate(-135deg);
      -moz-transform: translateY(-12px) rotate(-135deg);
      -webkit-transform: translateY(-12px) rotate(-135deg);
      background-color: #ffffff; }

  .nav-icon-cont.light {
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    z-index: 9999; }
    .nav-icon-cont.light .nav-icon:after, .nav-icon-cont.light .nav-icon:before, .nav-icon-cont.light .nav-icon div {
      background-color: #ffffff;
      content: '';
      display: block;
      height: 1px;
      margin: 4px 0;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
    .nav-icon-cont.light .nav-icon.open:after, .nav-icon-cont.light .nav-icon.open:before, .nav-icon-cont.light .nav-icon.open div {
      margin: 9px 0; }
    .nav-icon-cont.light .nav-icon.open:before {
      transform: translateY(8px) rotate(135deg);
      -moz-transform: translateY(8px) rotate(135deg);
      -webkit-transform: translateY(8px) rotate(135deg);
      background-color: #ffffff; }
    .nav-icon-cont.light .nav-icon.open div {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .nav-icon-cont.light .nav-icon.open:after {
      transform: translateY(-12px) rotate(-135deg);
      -moz-transform: translateY(-12px) rotate(-135deg);
      -webkit-transform: translateY(-12px) rotate(-135deg);
      background-color: white; } }
@media only screen and (max-width: 768px) {
  .content-section.board .team-image {
    height: calc(100% - 67px); }

  .header .red-head .content-area .half-width .search-icon .search-box-cont.visible .search-box {
    border: none;
    display: block;
    margin: 0;
    height: 25px;
    padding: 2px 4px;
    color: #444444;
    font-family: ingridLight;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #d7182a; }

  .header .red-head .content-area .half-width .search-icon {
    width: 34px; }

  .header .red-head .content-area .half-width .search-icon .search-box-cont {
    width: 0;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    position: relative;
    height: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }

  .header .red-head .content-area .half-width .search-icon .search-box-cont.visible {
    width: 100%;
    opacity: 1;
    position: fixed;
    top: 26px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; } }
@media only screen and (max-width: 580px) {
  .content-section.board {
    min-height: 400px; }

  .header.ecclesiastical .top-bar-nav .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    top: 0; }

  .header.ecclesiastical .top-bar-nav .logo img {
    display: block;
    vertical-align: middle;
    margin: 10px auto; }

  .header .top-bar-nav .logo .separator {
    display: none; }

  .red-key .contact-form .third-width, .red-key .careers-content .third-width {
    margin-bottom: 20px; }

  a.read-more.desktop {
    display: none; }

  a.read-more.mobile {
    display: inline-block;
    margin-top: 20px; }

  .red-key .contact-form .two-third-width .half-width, .red-key .careers-content .two-third-width .half-width {
    width: 100%; }

  .footer .content-area a, .footer .content-area div, .footer .content-area p {
    color: #444444;
    text-decoration: none;
    font-family: ingridLight;
    font-size: 10px;
    width: 100%;
    margin-top: 12px;
    text-align: left; }

  .training-courses .available-courses {
    padding: 25px; }

  .training-courses .available-courses .course-list .course-item {
    width: 100%;
    display: inline-block; }

  .half-width.rhs {
    padding-left: 0;
    width: 100%; }

  .half-width.lhs {
    padding-right: 0;
    width: 100%; }

  .contact-strip .contact-form .two-third-width {
    vertical-align: top;
    padding: 30px;
    background: rgba(68, 68, 68, 0.05);
    width: 100%;
    margin-bottom: 20px; }

  .contact-strip .contact-form .third-width a.read-more {
    border: 1px solid #D7182A;
    background: #D7182A;
    color: #ffffff;
    margin-top: 0;
    font-size: 17px;
    padding: 12px 17px;
    width: 100%; }

  .header .red-head .content-area .half-width.rhs {
    text-align: right;
    width: 85%; }

  .header .red-head .content-area .half-width .social-media-links {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: auto;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px; }

  .header .red-head .content-area .half-width.lhs {
    text-align: left;
    width: 15%; }

  .red-key .content-area h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 110%;
    font-family: ingridLight;
    text-align: center;
    margin: 0; } }
