@charset "UTF-8";
@font-face {
  font-family: Basis;
  font-weight: normal;
  src: url("../../fonts/BasisGrotesquePro-Regular.woff"); }

@font-face {
  font-family: Basis;
  font-weight: bold;
  src: url("../../fonts/BasisGrotesquePro-Bold.woff"); }

@font-face {
  font-family: Basis;
  font-weight: 200;
  src: url("../../fonts/BasisGrotesquePro-Light.woff"); }

/* simple reset */
* {
  margin: 0;
  padding: 0; }

/* screen full size - 1200px content width */
body {
  -webkit-text-size-adjust: 100%; }

img {
  display: block;
  border: 0px; }

.clear {
  clear: both; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

ul, ol {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

/* import styles here */
img {
  width: 100%;
  height: auto; }

body {
  font-family: "Basis", Arial, Helvetica, san-serif;
  font-size: 14px;
  overflow-x: hidden; }

a {
  color: blue;
  text-decoration: none; }
  a:hover {
    color: red; }

.fade {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease; }

.fadeIn {
  opacity: 1;
  margin-top: 0; }

.menu-toggle {
  display: none; }

.nav-menu {
  display: block; }

.mobile-info-panel {
  display: none; }

.nav-menu {
  list-style-type: none;
  margin-top: 9px; }
  .nav-menu li {
    float: left;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .nav-menu li a {
      display: block;
      color: #ffffff;
      font-size: 23px;
      margin-left: 46px;
      padding-top: 5px;
      padding-bottom: 5px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .nav-menu li a:hover {
        color: #80ba27; }
    .nav-menu li.current-menu-item a, .nav-menu li.current-page-ancestor a {
      border-bottom: 2px solid #80ba27; }
    .nav-menu li ul {
      position: fixed;
      background: #ffffff;
      border:1px solid #cccccc;
      border-top-width: 0px;
      visibility: hidden;
      opacity: 0;
      top: 98px;
      width: initial;
      min-width: 250px;
      padding: 15px 0px 15px 0px;
      margin-left: 46px;
      z-index: 5000;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
      .nav-menu li ul li {
        margin: 0px;
        padding: 0px 30px 0px 20px;
        width: auto;
        float: none;
        display:block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
-webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;}
        .nav-menu li ul li:last-child {
          border-bottom: 0px; }
        .nav-menu li ul li a {
          margin: 0px;
          padding: 0px;
          display: block;
          color: #002e51;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          font-size: 20px;
          line-height: 2em; }
        .nav-menu li ul li.current-menu-item a {
          border-bottom: 0px;
          color: #80ba27;
          font-weight: 600; }
      .nav-menu li:hover > ul {
        visibility: visible;
        opacity: 1; }

.nav-menu li ul li:hover, .nav-menu li ul li.current_page_item {
    
    background: #80ba27;
}

.nav-menu li ul li:hover a, .nav-menu li ul li.current_page_item a {
    font-weight: normal;
    color: #ffffff;
}

.nav-menu li.menu-item-has-children:after {
    content: "";
    width: calc(100% - 46px);
    height: 32px;
    background: #002d50;
    display:block;
    position: absolute;
    bottom: -32px;
    right: 0px;
    z-index: 5005;
    -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; 
}

.nav-menu li.menu-item-has-children:hover:after {
    background: #80ba27;
}


.nav-menu li.current-menu-parent a {
    color: #80ba27 !important;   
}


.nav-menu li.current-menu-parent ul li a {
    color: #002d50 !important;   
}


.nav-menu li.current-menu-parent ul li a:hover {
    color: #ffffff !important;   
}


.nav-menu li.current-menu-parent ul li.current_page_item a {
    color: #ffffff !important;   
}


#navbar {
  background: #002d50 }
  #navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000; }
    
  #navbar .inner-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 6.5%;
    margin-right: 6.5%; }
    #navbar .inner-nav .logo {
      float: left;
      width: 200px; }
    #navbar .inner-nav .menu-main-menu-container {
      float: right;
      max-width: calc(98% - 226px); }



@media only screen and (min-width: 1316px) and (max-width: 1675px) {
    
    .featured-image {
     margin-top: -7px;   
    }
  .nav-menu {
    margin-top: 9px; }
    .nav-menu li a {
      font-size: 19px;
      margin-left: 30px; }
    .nav-menu li ul li a {
      font-size: 16px; }
  
  #navbar .inner-nav .logo {
    width: 175px; }
  #navbar .inner-nav .menu-main-menu-container {
    max-width: calc(98% - 175px); } 

.nav-menu li ul {
      top: 91px;
      min-width: 270px;
      padding: 10px 0px 10px 0px;
      margin-left: 30px;
      }
      .nav-menu li ul li {
        padding: 0px 25px 0px 15px;
    }
        .nav-menu li ul li a {
          
          font-size: 17px; }

.nav-menu li ul li:hover, .nav-menu li ul li.current_page_item {
    
    background: #80ba27;
}

.nav-menu li ul li:hover a, .nav-menu li ul li.current_page_item a {
    font-weight: normal;
    color: #ffffff;
}
    
    


    .nav-menu li.menu-item-has-children:after {
        width: calc(100% - 30px);
        height: 20px;
        bottom: -29px;
    }

    .nav-menu li.menu-item-has-children:hover:after {
        background: #80ba27;
    }



}


@media only screen and (min-width: 1151px) and (max-width: 1315px) {
  .nav-menu {
    margin-top: 9px; }
    .nav-menu li a {
      font-size: 16px;
      margin-left: 25px; }
    .nav-menu li ul li a {
      font-size: 16px; }
  
  #navbar .inner-nav .logo {
    width: 175px; }
  #navbar .inner-nav .menu-main-menu-container {
    max-width: calc(98% - 175px); } 

.nav-menu li ul {
      top: 91px;
      min-width: 200px;
      padding: 10px 0px 10px 0px;
      margin-left: 25px;
      }
      .nav-menu li ul li {
        padding: 0px 25px 0px 15px;
    }
        .nav-menu li ul li a {
          
          font-size: 16px; }

.nav-menu li ul li:hover, .nav-menu li ul li.current_page_item {
    
    background: #80ba27;
}

.nav-menu li ul li:hover a, .nav-menu li ul li.current_page_item a {
    font-weight: normal;
    color: #ffffff;
}
    
    


    .nav-menu li.menu-item-has-children:after {
        width: calc(100% - 25px);
        height: 20px;
        bottom: -33px;
    }

    .nav-menu li.menu-item-has-children:hover:after {
        background: #80ba27;
    }



}

@media only screen and (min-width: 1001px) and (max-width: 1150px) {
  .nav-menu {
    list-style-type: none;
    margin-top: 5px; }
    .nav-menu li a {
      font-size: 15px;
      margin-left: 20px;
      padding-top: 3px;
      padding-bottom: 3px; }
    .nav-menu li ul li a {
      font-size: 20px; }
  
  #navbar .inner-nav .logo {
    width: 140px; }
  #navbar .inner-nav .menu-main-menu-container {
    max-width: calc(100% - 140px); }
    
    .nav-menu li ul {
      top: 81px;
     
      min-width: 200px;
      padding: 10px 0px 10px 0px;
      margin-left: 20px;
      }
      .nav-menu li ul li {
        padding: 0px 25px 0px 15px;
    }
        .nav-menu li ul li a {
          
          font-size: 16px; }

.nav-menu li ul li:hover, .nav-menu li ul li.current_page_item {
    
    background: #80ba27;
}

.nav-menu li ul li:hover a, .nav-menu li ul li.current_page_item a {
    font-weight: normal;
    color: #ffffff;
}
    
    


    .nav-menu li.menu-item-has-children:after {
        width: calc(100% - 20px);
        height: 20px;
        bottom: -32px;
    }

    .nav-menu li.menu-item-has-children:hover:after {
        background: #80ba27;
    }


}


@media only screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
  body.nav-open {
    overflow: hidden; }
  .menu-toggle {
    display: block; }
  .nav-menu {
    display: none;
    -webkit-transition: none;
    transition: none; }
  #nav-icon {
    float: right;
    margin: 18px 0px 0px 0px;
    width: 35px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    z-index: 999; }
    #nav-icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #80ba27;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease; }
      #nav-icon span:nth-child(1) {
        top: 0px; }
      #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 10px; }
      #nav-icon span:nth-child(4) {
        top: 20px; }
    #nav-icon.open span {
      background: #ffffff; }
      #nav-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%; }
      #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #nav-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%; }
  #navbar .nav-menu, #navbar.sticky .nav-menu {
    position: fixed;
    left: 0px;
    top: 89px;
    background: #ffffff;
    padding-left: 6%;
    padding-right: 6%;
    z-index: 5000;
    height: calc(100vh - 89px);
    padding-top: 7%;
    width: 100%;}
    #navbar .nav-menu li, #navbar.sticky .nav-menu li {
      float: none; }
      #navbar .nav-menu li a, #navbar.sticky .nav-menu li a {
        margin-left: 0px;
        display: inline-block;
    color: #002d50;}
      #navbar .nav-menu li.current-menu-item a, #navbar.sticky .nav-menu li.current-menu-item a {
        border-bottom: 1px solid #80ba27; }
      #navbar .nav-menu li ul, #navbar.sticky .nav-menu li ul {
        position: static !important;
        visibility: visible;
        opacity: 1;
        margin-top: 0px !important;
        width: 114%;
        margin-left: -7%;
        margin-right: -7%;
        padding: 0px;
        margin-top: 5px !important;
        padding-top: 3%;
        padding-bottom: 3%;
    display:none;
    background: #002d50;
    }
        #navbar .nav-menu li ul li, #navbar.sticky .nav-menu li ul li {
           padding: 0px 6% 0px 6%;}
          #navbar .nav-menu li ul li a, #navbar.sticky .nav-menu li ul li a {
            border: 0px !important;
            font-size: 18px;
            line-height: 1.6em;
    color: #ffffff;}
    .nav-menu li.menu-item-has-children::after {
        display:none;   
    }
    .nav-menu li.current-menu-parent ul li a {
        color: #ffffff !important;   
    }
  /*.mobile-info-panel {
        display:block;
        visibility:hidden;
        position: fixed;
        bottom: 6%;
        left: 0px;
        width: 88%;
        padding-left: 6%;
        padding-right: 6%;
        z-index: 5050;
        opacity: 0;
        @include transition(0.5s, ease);
        
        &.open {
            visibility: visible;
            opacity: 1;
        }
        
        p {
            
            color: $copy;
            font-size: 18px;
            margin-top: 5px;
            
            &.mobile-address {
                margin-top: 1em;
                
                &:first-line {
                    font-weight: bold;   
                }
            }
        
            a {
                display: inline;  
                color: $copy;
                text-decoration: underline;
                
                &:hover {
                    color: $blue;   
                }

            }
        }
    }*/ }

/* Animations */
@-webkit-keyframes triangle1-1 {
  from {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); }
  50% {
    -webkit-transform: rotate(-20deg) scale(5, 5);
            transform: rotate(-20deg) scale(5, 5); }
  to {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); } }
@keyframes triangle1-1 {
  from {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); }
  50% {
    -webkit-transform: rotate(-20deg) scale(5, 5);
            transform: rotate(-20deg) scale(5, 5); }
  to {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); } }

@-webkit-keyframes triangle1-1b {
  from {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); }
  50% {
    -webkit-transform: rotate(-20deg) scale(5, 5);
            transform: rotate(-20deg) scale(5, 5); }
  to {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); } }

@keyframes triangle1-1b {
  from {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); }
  50% {
    -webkit-transform: rotate(-20deg) scale(5, 5);
            transform: rotate(-20deg) scale(5, 5); }
  to {
    -webkit-transform: rotate(0deg) scale(5, 5);
            transform: rotate(0deg) scale(5, 5); } }

@-webkit-keyframes triangle1-2 {
  from {
    left: 0px; }
  50% {
    left: 200px; }
  to {
    left: 0px; } }

@keyframes triangle1-2 {
  from {
    left: 0px; }
  50% {
    left: 200px; }
  to {
    left: 0px; } }

@-webkit-keyframes triangle1-3 {
  from {
    top: 0px; }
  50% {
    top: 200px; }
  to {
    top: 0px; } }

@keyframes triangle1-3 {
  from {
    top: 0px; }
  50% {
    top: 200px; }
  to {
    top: 0px; } }

.triangle1 {
  -webkit-animation-name: triangle1-1b, triangle1-2, triangle-3;
          animation-name: triangle1-1b, triangle1-2, triangle-3;
  -webkit-animation-duration: 30s, 45s, 36s;
          animation-duration: 30s, 45s, 36s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.triangle2 {
  -webkit-animation-name: triangle1-1, triangle1-2, triangle-3;
          animation-name: triangle1-1, triangle1-2, triangle-3;
  -webkit-animation-duration: 36s, 42s, 50s;
          animation-duration: 36s, 42s, 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.content-wrapper {
  padding-top: 30px; }
  .content-wrapper.sticky {
    padding-top: 123px; }
  .content-wrapper.non-hp {
    padding-top: 98px; }
    .content-wrapper.non-hp .inner-content:first-child:before {
      content: "";
      display: inline-block;
      background: #80ba27;
      max-width: 170px;
      width: 12.5%;
      height: 5px;
      margin-top: 4em;
      margin-bottom: 5em; }
    .content-wrapper.non-hp .inner-content p {
      width: 80%; }
  .content-wrapper .inner-content {
    width: 87%;
    margin-left: 6.5%;
    margin-right: 6.5%; }
    .content-wrapper .inner-content .content-section {
      margin-top: 50px;
      margin-bottom: 50px; }
      .content-wrapper .inner-content .content-section .left-side {
        float: left;
        width: 50%; }
      .content-wrapper .inner-content .content-section .right-side {
        float: right;
        width: 50%; }
      .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h1 {
        margin-bottom: 0.8em; }
      .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h2.title, .content-wrapper .inner-content .content-section h1, .content-wrapper .inner-content .content-section h2 {
        color: #002e51;
        font-size: 60px; }
      .content-wrapper .inner-content .content-section h3.title, .content-wrapper .inner-content .content-section h3 {
        color: #002e51;
        font-size: 28px; }
      .content-wrapper .inner-content .content-section p {
        position: relative;
        z-index: 600;
        color: #444444;
        font-size: 30px;
        line-height: 1.4em;
        font-weight: 200;
        margin-bottom: 1em; }
        .content-wrapper .inner-content .content-section p:last-child {
          margin-bottom: 0px; }
      .content-wrapper .inner-content .content-section ul {
        list-style-type: none; }
        .content-wrapper .inner-content .content-section ul li {
          color: #444444;
          font-size: 30px;
          line-height: 1.4em;
          font-weight: 200;
          padding-left: 25px;
          position: relative; }
          .content-wrapper .inner-content .content-section ul li:before {
            content: "•";
            color: #80ba27;
            position: absolute;
            top: 0px;
            left: 0px;
            font-weight: normal; }
      .content-wrapper .inner-content .content-section a {
        color: #80ba27; }
        .content-wrapper .inner-content .content-section a:hover {
          color: #002e51; }
    .content-wrapper .inner-content .select-menu {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0px;
      background: #80ba27;
      font-size: 30px;
      color: #ffffff;
      font-weight: 200;
      padding: 10px 20px 10px 55px;
      background-image: url(../images/down-arrow-blue.svg);
      background-repeat: no-repeat;
      background-size: 32px;
      background-position: 15px 22px;
      border-radius: 0px;
      -webkit-box-shadow: 0 0 0 0 #000000;
      box-shadow: 0 0 0 0 #000000;
      font-family: "Basis", Arial, Helvetica, san-serif; }
      .content-wrapper .inner-content .select-menu option {
        font-size: 20px; }
    .content-wrapper .inner-content .radio input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:before {
        content: '';
        background: #ffffff;
        border-radius: 100%;
        border: 1px solid #002e51;
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        top: -0.075em;
        margin-right: 0.5em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 250ms ease;
        transition: 250ms ease;
        -webkit-box-shadow: inset 0 0 0 7px #ffffff;
                box-shadow: inset 0 0 0 7px #ffffff; }
      .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:hover:before {
        opacity: 0.7;
        background-color: #002e51;
        -webkit-box-shadow: inset 0 0 0 7px #ffffff;
                box-shadow: inset 0 0 0 7px #ffffff; }
      .content-wrapper .inner-content .radio input[type="radio"]:checked + .radio-label:before {
        background-color: #002e51;
        -webkit-box-shadow: inset 0 0 0 7px #ffffff;
                box-shadow: inset 0 0 0 7px #ffffff; }
      .content-wrapper .inner-content .radio input[type="radio"]:checked + .radio-label:hover:before {
        opacity: 1; }
      .content-wrapper .inner-content .radio input[type="radio"]:focus + .radio-label:before {
        outline: none;
        border-color: #002e51; }
      .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0; }
    .content-wrapper .inner-content input[type=submit] {
      border: 1px solid #002e51;
      background: #002e51;
      cursor: pointer;
      color: #ffffff;
      font-family: "Basis", Arial, Helvetica, san-serif;
      font-weight: bold;
      font-size: 30px;
      padding: 10px 40px;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      .content-wrapper .inner-content input[type=submit]:hover {
        background: #ffffff;
        color: #002e51; }

.text-page {
  padding-bottom: 50px; }

.page-footer {
  position: relative;
  margin-bottom: 8em; }
  .page-footer .image {
    position: relative;
    overflow: hidden; }
    .page-footer .image .footer-triangle1 {
      position: absolute;
      z-index: 50;
      width: calc(100% + 5px);
      bottom: 0px;
      left: -5px; }
  .page-footer .footer-triangle2 {
    position: absolute;
    z-index: 55;
    width: 55%;
    bottom: 0px;
    left: -5px;
    mix-blend-mode: multiply; }
  .page-footer .page-footer-content {
    background-color: #002e51;
    width: 87%;
    padding: 60px 6.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-footer .page-footer-content .page-footer-logo {
      width: 50%;
      position: relative;
      z-index: 90;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 90px;
      line-height: 0.82em; }
      .page-footer .page-footer-content .page-footer-logo span {
        font-weight: 200; }
    .page-footer .page-footer-content .page-footer-cta {
      position: absolute;
      right: 6.5%;
      z-index: 90;
      color: #444444;
      font-size: 40px;
      line-height: 1.4em;
      font-weight: 200;
      bottom: 50px;
      color: #80ba27; }
      .page-footer .page-footer-content .page-footer-cta a {
        color: #ffffff; }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .content-wrapper .inner-content .content-section {
    margin-top: 45px;
    margin-bottom: 45px; }
    .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h2.title, .content-wrapper .inner-content .content-section h1, .content-wrapper .inner-content .content-section h2 {
      font-size: 45px; }
    .content-wrapper .inner-content .content-section h3.title, .content-wrapper .inner-content .content-section h3 {
      font-size: 20px; }
    .content-wrapper .inner-content .content-section p {
      font-size: 24px; }
    .content-wrapper .inner-content .content-section ul li {
      font-size: 24px;
      padding-left: 20px; }
  .content-wrapper .inner-content .select-menu {
    font-size: 24px;
    padding: 10px 15px 10px 50px;
    background-size: 28px;
    background-position: 15px 18px; }
    .content-wrapper .inner-content .select-menu option {
      font-size: 18px; }
  .content-wrapper .inner-content .radio label {
    font-size: 24px !important; }
  .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:before {
    width: 32px;
    height: 32px; }
  .content-wrapper .inner-content input[type=submit] {
    font-size: 24px;
    padding: 8px 50px; }
  .content-wrapper .inner-content.text-page p {
    width: 100%; }
  .page-footer .page-footer-content {
    padding: 60px 6.5%; }
    .page-footer .page-footer-content .page-footer-logo {
      font-size: 65px; }
    .page-footer .page-footer-content .page-footer-cta {
      font-size: 30px;
      bottom: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .content-wrapper .inner-content .content-section {
    margin-top: 10px;
    margin-bottom: 50px; }
    .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h2.title, .content-wrapper .inner-content .content-section h1, .content-wrapper .inner-content .content-section h2 {
      font-size: 30px; }
    .content-wrapper .inner-content .content-section h3.title, .content-wrapper .inner-content .content-section h3 {
      font-size: 20px; }
    .content-wrapper .inner-content .content-section p {
      font-size: 20px; }
    .content-wrapper .inner-content .content-section ul li {
      font-size: 20px;
      padding-left: 15px; }
  .content-wrapper .inner-content .select-menu {
    font-size: 20px;
    padding: 8px 8px 8px 40px;
    background-size: 24px;
    background-position: 12px 14px; }
    .content-wrapper .inner-content .select-menu option {
      font-size: 16px; }
  .content-wrapper .inner-content .radio label {
    font-size: 20px !important; }
  .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:before {
    width: 28px;
    height: 28px; }
  .content-wrapper .inner-content input[type=submit] {
    font-size: 20px;
    padding: 8px 50px; }
  .inner-content.text-page p {
    width: 100% !important; }
  .page-footer .page-footer-content {
    padding: 40px 6.5%; }
    .page-footer .page-footer-content .page-footer-logo {
      font-size: 50px; }
    .page-footer .page-footer-content .page-footer-cta {
      font-size: 24px;
      bottom: 30px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-wrapper.non-hp .inner-content:first-child:before {
    height: 4px; }
  .content-wrapper.non-hp .inner-content p {
    width: 100%; }
  .content-wrapper .inner-content .content-section {
    margin-top: 0px;
    margin-bottom: 50px; }
    .content-wrapper .inner-content .content-section .left-side {
      width: 100%;
      margin-bottom: 30px; }
    .content-wrapper .inner-content .content-section .right-side {
      width: 100%; }
    .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h2.title, .content-wrapper .inner-content .content-section h1, .content-wrapper .inner-content .content-section h2 {
      font-size: 42px; }
    .content-wrapper .inner-content .content-section h3.title, .content-wrapper .inner-content .content-section h3 {
      font-size: 22px; }
    .content-wrapper .inner-content .content-section p {
      font-size: 25px; }
    .content-wrapper .inner-content .content-section ul li {
      font-size: 25px;
      padding-left: 15px; }
  .content-wrapper .inner-content .select-menu {
    font-size: 25px;
    padding: 8px 8px 8px 40px;
    background-size: 24px;
    background-position: 12px 18px; }
    .content-wrapper .inner-content .select-menu option {
      font-size: 16px; }
  .content-wrapper .inner-content .radio label {
    font-size: 25px !important; }
  .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:before {
    width: 28px;
    height: 28px; }
  .content-wrapper .inner-content input[type=submit] {
    font-size: 25px;
    padding: 8px 50px; }
  .content-wrapper .inner-content.text-page p {
    width: 100% !important; }
  .page-footer {
    margin-bottom: 6em; }
    .page-footer .page-footer-content {
      padding: 60px 6.5%; }
      .page-footer .page-footer-content .page-footer-logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 50px; }
      .page-footer .page-footer-content .page-footer-cta {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        position: static;
        font-size: 26px;
        margin-bottom: 2.5em; }
        .page-footer .page-footer-content .page-footer-cta br {
          display: none; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content-wrapper.non-hp .inner-content:first-child:before {
    height: 4px; }
  .content-wrapper.non-hp .inner-content p {
    width: 100%; }
  .content-wrapper .inner-content .content-section {
    margin-top: 0px;
    margin-bottom: 30px; }
    .content-wrapper .inner-content .content-section .left-side {
      width: 100%;
      margin-bottom: 1em; }
    .content-wrapper .inner-content .content-section .right-side {
      width: 100%; }
    .content-wrapper .inner-content .content-section h1.title, .content-wrapper .inner-content .content-section h2.title, .content-wrapper .inner-content .content-section h1, .content-wrapper .inner-content .content-section h2 {
      font-size: 36px; }
    .content-wrapper .inner-content .content-section h3.title, .content-wrapper .inner-content .content-section h3 {
      font-size: 20px; }
    .content-wrapper .inner-content .content-section p {
      font-size: 20px; }
    .content-wrapper .inner-content .content-section ul li {
      font-size: 20px;
      padding-left: 15px; }
  .content-wrapper .inner-content .select-menu {
    font-size: 20px;
    padding: 8px 8px 8px 40px;
    background-size: 24px;
    background-position: 12px 18px; }
    .content-wrapper .inner-content .select-menu option {
      font-size: 16px; }
  .content-wrapper .inner-content .radio label {
    font-size: 20px !important; }
  .content-wrapper .inner-content .radio input[type="radio"] + .radio-label:before {
    width: 28px;
    height: 28px; }
  .content-wrapper .inner-content input[type=submit] {
    font-size: 25px;
    padding: 8px 50px; }
  .inner-content.text-page p {
    width: 100%; }
  .page-footer {
    margin-bottom: 6em; }
    .page-footer .page-footer-content {
      padding: 60px 6.5%; }
      .page-footer .page-footer-content .page-footer-logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 45px; }
      .page-footer .page-footer-content .page-footer-cta {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        position: static;
        font-size: 26px;
        margin-bottom: 2em; }
        .page-footer .page-footer-content .page-footer-cta br {
          display: none; } }

.content-wrapper .inner-content .hp-contact {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em; }
  .content-wrapper .inner-content .hp-contact:before, .content-wrapper .inner-content .hp-contact:after {
    content: "";
    background: #80ba27;
    max-width: 135px;
    width: 15%;
    height: 4px;
    position: absolute;
    top: 0px;
    let: 0px; }
  .content-wrapper .inner-content .hp-contact:after {
    top: auto;
    bottom: 0px; }
  .content-wrapper .inner-content .hp-contact p {
    color: #80ba27;
    font-size: 40px; }
    .content-wrapper .inner-content .hp-contact p a {
      color: #002e51; }
      .content-wrapper .inner-content .hp-contact p a:hover {
        color: #80ba27; }

.content-wrapper .inner-content .hp-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px; }
  .content-wrapper .inner-content .hp-about .left-side {
    width: 55%;
    padding-bottom: 12em; }
    .content-wrapper .inner-content .hp-about .left-side p {
      width: 80%; }
      .content-wrapper .inner-content .hp-about .left-side p:first-child {
        margin-top: 2em; }
  .content-wrapper .inner-content .hp-about .right-side {
    position: relative;
    width: 45%; }
    .content-wrapper .inner-content .hp-about .right-side .image {
      position: absolute;
      bottom: 0px;
      right: 0px; }
    .content-wrapper .inner-content .hp-about .right-side .image img {
      max-width:750px; }
    .content-wrapper .inner-content .hp-about .right-side .triangle3 {
      position: absolute;
      bottom: 0px;
      right: 0px;
      mix-blend-mode: multiply;
      z-index: 500;
      width: 117%;
      margin-right: -17%; }

.content-wrapper .inner-content .hp-search {
  margin-top: 0px;
  padding: 100px 0px;
  text-align: center; }
  .content-wrapper .inner-content .hp-search h2 {
    margin-bottom: 40px; }
  .content-wrapper .inner-content .hp-search .select-menu {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px;
    max-width: 400px; }
  .content-wrapper .inner-content .hp-search .radio {
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px; }
    .content-wrapper .inner-content .hp-search .radio label {
      font-size: 30px;
      font-weight: 200;
      color: #002e51; }

.content-wrapper .inner-content .hp-info {
  padding-top: 50px;
  padding-bottom: 50px;
    margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .left-side div {
    margin-right: 20%; }
  .content-wrapper .inner-content .hp-info .right-side h3, .content-wrapper .inner-content .hp-info .right-side p, .content-wrapper .inner-content .hp-info .right-side div {
    margin-left: 20%; }
  .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .right-side p {
    font-size: 24px; }
  .content-wrapper .inner-content .hp-info .left-side div img, .content-wrapper .inner-content .hp-info .right-side div img {
    max-width: 175px;
    margin-bottom: 50px; }
  .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .right-side h3 {
    margin-bottom: 0.5em; }

.i {
  position: relative; }
  .hp-search-wrapper .triangle4 {
    position: absolute;
    z-index: 500;
    bottom: 0px;
    left: 0px;
    width: 25%; }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .content-wrapper .inner-content .hp-contact p {
    font-size: 32px; }
  .content-wrapper .inner-content .hp-about .left-side {
    padding-bottom: 7em; }
    .content-wrapper .inner-content .hp-about .left-side p {
      width: 90%; }
      .content-wrapper .inner-content .hp-about .left-side p:first-child {
        margin-top: 2em; }
  .content-wrapper .inner-content .hp-search {
    padding: 75px 0px; }
    .content-wrapper .inner-content .hp-search .select-menu {
      margin-left: 40px;
      margin-right: 40px;
      margin-bottom: 35px;
      max-width: 225px; }
    .content-wrapper .inner-content .hp-search .radio {
      margin-left: 40px;
      margin-right: 40px;
      margin-bottom: 35px; }
  .content-wrapper .inner-content .hp-info {
    padding-top: 40px;
    padding-bottom: 40px; }
    .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .left-side div {
      margin-right: 10%; }
    .content-wrapper .inner-content .hp-info .right-side h3, .content-wrapper .inner-content .hp-info .right-side p, .content-wrapper .inner-content .hp-info .right-side div {
      margin-left: 10%; }
    .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .right-side p {
      font-size: 20px; }
    .content-wrapper .inner-content .hp-info .left-side div img, .content-wrapper .inner-content .hp-info .right-side div img {
      max-width: 150px;
      margin-bottom: 30px; }
    .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .right-side h3 {
      margin-bottom: 0.5em; }
  .hp-search-wrapper .triangle4 {
    width: 30%; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .content-wrapper .inner-content .hp-contact p {
    font-size: 26px; }
  .content-wrapper .inner-content .hp-about .left-side {
    width: 55%;
    padding-bottom: 3em; }
    .content-wrapper .inner-content .hp-about .left-side p {
      width: 90%; }
      .content-wrapper .inner-content .hp-about .left-side p:first-child {
        margin-top: 2em; }
  .content-wrapper .inner-content .hp-search {
    padding: 40px 0px; }
    .content-wrapper .inner-content .hp-search h2 {
      margin-bottom: 30px; }
    .content-wrapper .inner-content .hp-search .select-menu {
      margin-left: 25px;
      margin-right: 25px;
      margin-bottom: 30px;
      max-width: 200px; }
    .content-wrapper .inner-content .hp-search .radio {
      display: inline-block;
      margin-left: 25px;
      margin-right: 25px;
      margin-bottom: 30px; }
  .content-wrapper .inner-content .hp-info {
    padding-top: 20px;
    padding-bottom: 20px; }
    .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .left-side div {
      margin-right: 10%; }
    .content-wrapper .inner-content .hp-info .right-side h3, .content-wrapper .inner-content .hp-info .right-side p, .content-wrapper .inner-content .hp-info .right-side div {
      margin-left: 10%; }
    .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .right-side p {
      font-size: 16px; }
    .content-wrapper .inner-content .hp-info .left-side div img, .content-wrapper .inner-content .hp-info .right-side div img {
      max-width: 100px;
      margin-bottom: 20px; }
  .hp-search-wrapper .triangle4 {
    width: 27%; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-wrapper .inner-content .hp-contact {
    padding-top: 3em;
    padding-bottom: 3em; }
    .content-wrapper .inner-content .hp-contact:before, .content-wrapper .inner-content .hp-contact:after {
      height: 3px; }
    .content-wrapper .inner-content .hp-contact p {
      font-size: 30px; }
      .content-wrapper .inner-content .hp-contact p br {
        display: none; }
      .content-wrapper .inner-content .hp-contact p a {
        white-space: nowrap; }
  .content-wrapper .inner-content .hp-about .left-side {
    width: 100%;
    padding-bottom: 0em; }
    .content-wrapper .inner-content .hp-about .left-side p {
      width: 100%; }
      .content-wrapper .inner-content .hp-about .left-side p:first-child {
        margin-top: 0em; }
  .content-wrapper .inner-content .hp-about .right-side {
    width: 100%; }
    .content-wrapper .inner-content .hp-about .right-side .image {
      position: static;
      margin-top: -1em; }
    .content-wrapper .inner-content .hp-about .right-side .triangle3 {
      width: 115%;
      margin-right: -7.5%;
      margin-left: 0; }
  .content-wrapper .inner-content .hp-search {
    padding: 30px 0px; }
    .content-wrapper .inner-content .hp-search h2 {
      margin-bottom: 40px; }
    .content-wrapper .inner-content .hp-search .select-menu {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 25px;
      max-width: 150px; }
    .content-wrapper .inner-content .hp-search .radio {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 25px; }
  .content-wrapper .inner-content .hp-info {
    padding-top: 20px;
    padding-bottom: 20px; }
    .content-wrapper .inner-content .hp-info .left-side {
      padding-bottom: 30px; }
      .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .left-side div {
        margin-right: 0%; }
    .content-wrapper .inner-content .hp-info .right-side h3, .content-wrapper .inner-content .hp-info .right-side p, .content-wrapper .inner-content .hp-info .right-side div {
      margin-left: 0%; }
    .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .right-side p {
      font-size: 18px; }
    .content-wrapper .inner-content .hp-info .left-side div img, .content-wrapper .inner-content .hp-info .right-side div img {
      max-width: 145px;
      margin-bottom: 25px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content-wrapper .inner-content .hp-contact {
    padding-top: 2em;
    padding-bottom: 2em; }
    .content-wrapper .inner-content .hp-contact:before, .content-wrapper .inner-content .hp-contact:after {
      height: 3px; }
    .content-wrapper .inner-content .hp-contact p {
      font-size: 22px; }
      .content-wrapper .inner-content .hp-contact p br {
        display: none; }
      .content-wrapper .inner-content .hp-contact p a {
        white-space: nowrap; }
  .content-wrapper .inner-content .hp-about .left-side {
    width: 100%;
    padding-bottom: 0em; }
    .content-wrapper .inner-content .hp-about .left-side p {
      width: 100%; }
      .content-wrapper .inner-content .hp-about .left-side p:first-child {
        margin-top: 0em; }
  .content-wrapper .inner-content .hp-about .right-side {
    width: 100%; }
    .content-wrapper .inner-content .hp-about .right-side .image {
      position: static;
      margin-top: 0em; }
    .content-wrapper .inner-content .hp-about .right-side .triangle3 {
      width: 115%;
      margin-right: -7%;
      margin-left: 0; }
  .content-wrapper .inner-content .hp-search {
    padding: 30px 0px; }
    .content-wrapper .inner-content .hp-search h2 {
      margin-bottom: 40px; }
    .content-wrapper .inner-content .hp-search .select-menu {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 25px;
      max-width: 140px; }
    .content-wrapper .inner-content .hp-search .radio {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 25px; }
  .content-wrapper .inner-content .hp-info {
    padding-top: 20px;
    padding-bottom: 20px; }
    .content-wrapper .inner-content .hp-info .left-side {
      padding-bottom: 30px; }
      .content-wrapper .inner-content .hp-info .left-side h3, .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .left-side div {
        margin-right: 0%; }
    .content-wrapper .inner-content .hp-info .right-side h3, .content-wrapper .inner-content .hp-info .right-side p, .content-wrapper .inner-content .hp-info .right-side div {
      margin-left: 0%; }
    .content-wrapper .inner-content .hp-info .left-side p, .content-wrapper .inner-content .hp-info .right-side p {
      font-size: 18px; }
    .content-wrapper .inner-content .hp-info .left-side div img, .content-wrapper .inner-content .hp-info .right-side div img {
      max-width: 145px;
      margin-bottom: 25px; }
  .hp-search-wrapper .triangle4 {
    width: 30%; } }

.content-wrapper .inner-content .content-section.charities {
  margin-bottom: 2em; }
  .content-wrapper .inner-content .content-section.charities h2.title {
    margin-top: 2em;
    margin-bottom: 1em; }
  .content-wrapper .inner-content .content-section.charities .charity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #80ba27; }
    .content-wrapper .inner-content .content-section.charities .charity-block:last-child {
      border-bottom: 0px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-logo {
      width: 400px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-content {
      width: calc(97% - 400px);
      margin-left: 3%;
      margin-top: -0.5em; }
      .content-wrapper .inner-content .content-section.charities .charity-block .charity-content p {
        width: 100%; }
      .content-wrapper .inner-content .content-section.charities .charity-block .charity-content a {
        color: #80ba27;
        font-weight: 600; }
        .content-wrapper .inner-content .content-section.charities .charity-block .charity-content a:hover {
          color: #002e51; }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .content-wrapper .inner-content .content-section.charities .charity-block .charity-logo {
    width: 250px; }
  .content-wrapper .inner-content .content-section.charities .charity-block .charity-content {
    width: calc(97% - 250px); }
  .full-image.about-us {
    margin-top: -2em;
    margin-bottom: -2em; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .content-wrapper .inner-content .content-section.charities .charity-block .charity-logo {
    width: 200px; }
  .content-wrapper .inner-content .content-section.charities .charity-block .charity-content {
    width: calc(96% - 200px);
    margin-left: 4%; }
  .full-image.about-us {
    margin-top: -2em; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-wrapper .inner-content .content-section.charities h2.title {
    margin-top: 1em;
    margin-bottom: 1em; }
  .content-wrapper .inner-content .content-section.charities .charity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #80ba27; }
    .content-wrapper .inner-content .content-section.charities .charity-block:last-child {
      border-bottom: 0px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-logo {
      width: 100%;
      max-width: 350px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-content {
      width: 100%;
      margin-left: 0;
      margin-top: 1em; }
  .full-image.about-us {
    margin-top: -2em;
    margin-bottom: 1em;
    width: 120%;
    margin-left: -7%; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content-wrapper .inner-content .content-section.charities h2.title {
    margin-top: 1em;
    margin-bottom: 1em; }
  .content-wrapper .inner-content .content-section.charities .charity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #80ba27; }
    .content-wrapper .inner-content .content-section.charities .charity-block:last-child {
      border-bottom: 0px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-logo {
      width: 100%;
      max-width: 350px; }
    .content-wrapper .inner-content .content-section.charities .charity-block .charity-content {
      width: 100%;
      margin-left: 0;
      margin-top: 1em; }
  .full-image.about-us {
    margin-top: -1em;
    margin-bottom: 1em;
    width: 100%; 
    overflow:hidden;}
  .full-image.about-us img {
    margin-left: -5%;
  width: 116%; } }

.team {
  background: #e3e3e3;
  padding-top: 70px;
  padding-bottom: 6%; }
  .team:before {
    content: "";
    display: inline-block;
    background: #80ba27;
    max-width: 170px;
    width: 12.5%;
    height: 5px;
    margin-bottom: 70px;
    margin-left: 6.5%; }
  .team .people-wrapper.four-column {
    display: block; }
  .team .people-wrapper.three-column {
    display: none; }
  .team .people-wrapper.single-column {
    display: none; }
  .team .people-wrapper .row .inner-row {
    width: 87%;
    margin-left: 6.5%;
    margin-right: 6.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team .people-wrapper .row .inner-row .people-block {
      width: calc(25% - 22.5px);
      margin-right: 30px;
      border-top: 5px solid #80ba27;
      cursor: pointer; }
      .team .people-wrapper .row .inner-row .people-block img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
      .team .people-wrapper .row .inner-row .people-block:last-child {
        margin-right: 0px; }
      .team .people-wrapper .row .inner-row .people-block:hover img, .team .people-wrapper .row .inner-row .people-block.active img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      .team .people-wrapper .row .inner-row .people-block .profile-name {
        color: #002e51;
        font-size: 36px;
        font-weight: bold;
        margin-top: 0.7em; }
      .team .people-wrapper .row .inner-row .people-block .profile-role {
        font-size: 30px;
        color: #3c3c3b;
        margin-bottom: 1em; }
  .team .people-wrapper .row .bio {
    width: 100%;
    background: #ffffff;
    display: none;
    margin-bottom: 100px; }
    .team .people-wrapper .row .bio .inner-bio {
      width: 87%;
      margin-left: 6.5%;
      masrgin-right: 6.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 50px;
      padding-bottom: 50px; }
      .team .people-wrapper .row .bio .inner-bio .bio-side {
        width: 300px;
        margin-right: 10%; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .name {
          color: #80ba27;
          font-weight: bold;
          font-size: 55px;
          line-height: 0.95em;
          margin-bottom: 0.25em; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .role {
          font-size: 30px;
          color: #002e51;
          margin-bottom: 1em; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .telephone {
          font-size: 30px;
          color: #3c3c3b; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .telephone a {
            color: #3c3c3b; }
            .team .people-wrapper .row .bio .inner-bio .bio-side .telephone a:hover {
              color: #80ba27; }
      .team .people-wrapper .row .bio .inner-bio .bio-content {
        width: calc(90% - 300px); }
        .team .people-wrapper .row .bio .inner-bio .bio-content p, .team .people-wrapper .row .bio .inner-bio .bio-content li {
          position: relative;
          z-index: 600;
          color: #444444;
          font-size: 30px;
          line-height: 1.4em;
          font-weight: 200;
          margin-bottom: 1em; }
        .team .people-wrapper .row .bio .inner-bio .bio-content li {
          margin-bottom: 0.25em;
          list-style-type: none;
          padding-left: 20px;
          position: relative; }
          .team .people-wrapper .row .bio .inner-bio .bio-content li:before {
            content: "•";
            color: #80ba27;
            font-size: 30px;
            position: absolute;
            left: 0px;
            top: -2px;
            font-weight: bold; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .team .people-wrapper .row .inner-row .people-block .profile-name {
    font-size: 28px; }
  .team .people-wrapper .row .inner-row .people-block .profile-role {
    font-size: 24px; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .team .people-wrapper.four-column {
    display: none; }
  .team .people-wrapper.three-column {
    display: block; }
  .team .people-wrapper.single-column {
    display: none; }
  .team .people-wrapper .row .inner-row .people-block {
    width: calc(33.3333% - 20px); }
    .team .people-wrapper .row .inner-row .people-block:nth-child(3) {
      margin-right: 0px !important; }
    .team .people-wrapper .row .inner-row .people-block .profile-name {
      font-size: 30px; }
    .team .people-wrapper .row .inner-row .people-block .profile-role {
      font-size: 26px; }
  .team .people-wrapper .row .bio {
    margin-bottom: 80px; }
    .team .people-wrapper .row .bio .inner-bio {
      padding-top: 40px;
      padding-bottom: 40px; }
      .team .people-wrapper .row .bio .inner-bio .bio-side {
        width: 250px;
        margin-right: 10%; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .name {
          font-size: 45px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .role {
          font-size: 26px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .telephone {
          font-size: 26px; }
      .team .people-wrapper .row .bio .inner-bio .bio-content {
        width: calc(90% - 250px); }
        .team .people-wrapper .row .bio .inner-bio .bio-content p, .team .people-wrapper .row .bio .inner-bio .bio-content li {
          font-size: 24px; }
        .team .people-wrapper .row .bio .inner-bio .bio-content li {
          padding-left: 18px; }
          .team .people-wrapper .row .bio .inner-bio .bio-content li:before {
            font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .team .people-wrapper.four-column {
    display: none; }
  .team .people-wrapper.three-column {
    display: block; }
  .team .people-wrapper.single-column {
    display: none; }
  .team .people-wrapper .row .inner-row .people-block {
    width: calc(33.3333% - 20px); }
    .team .people-wrapper .row .inner-row .people-block:nth-child(3) {
      margin-right: 0px !important; }
    .team .people-wrapper .row .inner-row .people-block .profile-name {
      font-size: 22px; }
    .team .people-wrapper .row .inner-row .people-block .profile-role {
      font-size: 18px; }
  .team .people-wrapper .row .bio {
    margin-bottom: 60px; }
    .team .people-wrapper .row .bio .inner-bio {
      padding-top: 40px;
      padding-bottom: 40px; }
      .team .people-wrapper .row .bio .inner-bio .bio-side {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .name {
          font-size: 36px; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .name br {
            display: none; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .role {
          font-size: 24px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side .telephone {
          font-size: 24px; }
      .team .people-wrapper .row .bio .inner-bio .bio-content {
        width: 100%; }
        .team .people-wrapper .row .bio .inner-bio .bio-content p, .team .people-wrapper .row .bio .inner-bio .bio-content li {
          font-size: 20px; }
        .team .people-wrapper .row .bio .inner-bio .bio-content li {
          padding-left: 18px; }
          .team .people-wrapper .row .bio .inner-bio .bio-content li:before {
            font-size: 16px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .team .people-wrapper {
    margin-top: -30px; }
    .team .people-wrapper.four-column {
      display: none; }
    .team .people-wrapper.three-column {
      display: none; }
    .team .people-wrapper.single-column {
      display: block; }
    .team .people-wrapper .row .inner-row .people-block {
      width: 100%;
      margin-top: 30px; }
      .team .people-wrapper .row .inner-row .people-block .profile-name {
        font-size: 35px; }
      .team .people-wrapper .row .inner-row .people-block .profile-role {
        font-size: 25px; }
    .team .people-wrapper .row .bio {
      margin-bottom: 60px; }
      .team .people-wrapper .row .bio .inner-bio {
        padding-top: 30px;
        padding-bottom: 30px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side {
          width: 100%;
          margin-right: 0%;
          margin-bottom: 30px; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .name {
            font-size: 36px; }
            .team .people-wrapper .row .bio .inner-bio .bio-side .name br {
              display: none; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .role {
            font-size: 24px; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .telephone {
            font-size: 24px; }
        .team .people-wrapper .row .bio .inner-bio .bio-content {
          width: 100%; }
          .team .people-wrapper .row .bio .inner-bio .bio-content p, .team .people-wrapper .row .bio .inner-bio .bio-content li {
            font-size: 20px; }
          .team .people-wrapper .row .bio .inner-bio .bio-content li {
            padding-left: 18px; }
            .team .people-wrapper .row .bio .inner-bio .bio-content li:before {
              font-size: 16px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .team .people-wrapper {
    margin-top: -30px; }
    .team .people-wrapper.four-column {
      display: none; }
    .team .people-wrapper.three-column {
      display: none; }
    .team .people-wrapper.single-column {
      display: block; }
    .team .people-wrapper .row .inner-row .people-block {
      width: 100%;
      margin-top: 30px; }
      .team .people-wrapper .row .inner-row .people-block .profile-name {
        font-size: 32px; }
      .team .people-wrapper .row .inner-row .people-block .profile-role {
        font-size: 22px; }
    .team .people-wrapper .row .bio {
      margin-bottom: 60px; }
      .team .people-wrapper .row .bio .inner-bio {
        padding-top: 30px;
        padding-bottom: 30px; }
        .team .people-wrapper .row .bio .inner-bio .bio-side {
          width: 100%;
          margin-right: 0%;
          margin-bottom: 30px; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .name {
            font-size: 30px; }
            .team .people-wrapper .row .bio .inner-bio .bio-side .name br {
              display: none; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .role {
            font-size: 20px; }
          .team .people-wrapper .row .bio .inner-bio .bio-side .telephone {
            font-size: 20px; }
        .team .people-wrapper .row .bio .inner-bio .bio-content {
          width: 100%; }
          .team .people-wrapper .row .bio .inner-bio .bio-content p, .team .people-wrapper .row .bio .inner-bio .bio-content li {
            font-size: 20px; }
          .team .people-wrapper .row .bio .inner-bio .bio-content li {
            padding-left: 18px; }
            .team .people-wrapper .row .bio .inner-bio .bio-content li:before {
              font-size: 16px; } }

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-wrapper .sidebar h2.title, .news-wrapper .listings h2.title {
    margin-bottom: 2em !important; }
  .news-wrapper .sidebar {
    width: 25%; }
    .news-wrapper .sidebar h3.title {
      color: #80ba27 !important;
      margin-top: 1.5em;
      margin-bottom: 0.25em; }
      .news-wrapper .sidebar h3.title:first-child() {
        margin-top: 0px; }
    .news-wrapper .sidebar li {
      list-style-type: none;
      padding-left: 15px;
      position: relative; }
      .news-wrapper .sidebar li:before {
        content: "•";
        color: #80ba27;
        font-size: 24px;
        position: absolute;
        left: 0px;
        top: 0px;
        font-weight: bold; }
      .news-wrapper .sidebar li a {
        color: #002e51;
        font-size: 26px; }
        .news-wrapper .sidebar li a:hover {
          color: #80ba27; }
      .news-wrapper .sidebar li.current-cat a {
        font-weight: bold; }
    .news-wrapper .sidebar .extr-months-trigger {
      font-size: 26px;
      color: #80ba27;
      cursor: pointer;
      font-weight: bold;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-top: 0.5em; }
      .news-wrapper .sidebar .extr-months-trigger:hover {
        color: #002e51; }
    .news-wrapper .sidebar .extra-months {
      display: none; }
  .news-wrapper .listings {
    width: 75%; }
    .news-wrapper .listings h2.title {
      color: #80ba27 !important; }
    .news-wrapper .listings .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .listings .news-story-wrapper .news-story {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 50px; }
        .news-wrapper .listings .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 0px; }
        .news-wrapper .listings .news-story-wrapper .news-story a.news-image {
          padding-bottom: 60%;
          width: 100%;
          display: block;
          background-size: cover;
          background-position: center; }
          .news-wrapper .listings .news-story-wrapper .news-story a.news-image:hover {
            opacity: 0.8; }
        .news-wrapper .listings .news-story-wrapper .news-story .news-title {
          color: #80ba27;
          font-weight: bold;
          font-size: 28px;
          margin-top: 0.3em;
          display: inline-block; }
          .news-wrapper .listings .news-story-wrapper .news-story .news-title:hover {
            color: #002e51 !important; }
        .news-wrapper .listings .news-story-wrapper .news-story .news-date {
          color: #656565;
          font-size: 24px;
          margin-top: 0.3em; }
        .news-wrapper .listings .news-story-wrapper .news-story:first-child {
          width: 100%;
          margin-right: 0px; }
          .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 48px;
            line-height: 1em; }
          .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
            font-size: 30px;
            margin-top: 0.15em; }
    .news-wrapper .listings .navigation-wrapper {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      .news-wrapper .listings .navigation-wrapper .post-navigation {
        display: inline-block; }
        .news-wrapper .listings .navigation-wrapper .post-navigation ul {
          list-style-type: none; }
          .news-wrapper .listings .navigation-wrapper .post-navigation ul li {
            float: left;
            padding-left: 5px;
            padding-right: 5px; }
            .news-wrapper .listings .navigation-wrapper .post-navigation ul li:before {
              display: none; }
            .news-wrapper .listings .navigation-wrapper .post-navigation ul li a {
              display: block;
              width: 30px;
              line-height: 38px;
              text-align: center;
              border: 1px solid #dddddd;
              background: #ffffff;
              margin-left: -1px;
              color: #858485;
              font-size: 16px; }
              .news-wrapper .listings .navigation-wrapper .post-navigation ul li a:hover {
                background: #858485;
                color: #ffffff; }
            .news-wrapper .listings .navigation-wrapper .post-navigation ul li.active a {
              background: #858485;
              color: #ffffff; }
    .news-wrapper .listings.news-story-single {
      padding-bottom: 100px; }
      .news-wrapper .listings.news-story-single:after {
        content: "";
        display: inline-block;
        background: #80ba27;
        max-width: 170px;
        width: 12.5%;
        height: 5px;
        margin-top: 4em; }
      .news-wrapper .listings.news-story-single h1 {
        color: #80ba27;
        font-weight: bold;
        font-size: 48px;
        line-height: 1em;
        margin-top: 0.3em; }
      .news-wrapper .listings.news-story-single .news-page-date {
        font-size: 30px;
        margin-top: 0.15em;
        color: #656565;
        margin-bottom: 2em; }
      .news-wrapper .listings.news-story-single h2 {
        color: #002e51;
        margin-bottom: 1em;
        font-size: 40px; }
      .news-wrapper .listings.news-story-single p {
        font-size: 24px; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 30px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: calc(50% - 15px);
          margin-right: 30px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 28px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 24px;
            margin-top: 0.15em; }
  .news-wrapper .case-study-content:before {
    content: "";
    display: inline-block;
    background: #80ba27;
    max-width: 170px;
    width: 12.5%;
    height: 5px;
    margin-top: 4em;
    margin-bottom: 5em; }

.block-more {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #80ba27;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .block-more:hover {
    color: #002e51; }
  .block-more i {
    color: #002e51; }

.back {
  margin-top: -4.5em;
  margin-bottom: 1.5em; }
  .back a {
    font-size: 40px;
    font-weight: bold;
    color: #80ba27 !important; }
    .back a i {
      color: #002e51;
      font-size: 30px; }

.main-slider-wrapper {
  margin-bottom: 50px; }
  .main-slider-wrapper .slide {
    padding-bottom: 60%;
    display: block;
    background-size: cover;
    background-position: center; }

.thumb-slider-wrapper {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  margin-bottom: 0px; }
  .thumb-slider-wrapper .thumb {
    margin-right: 30px; }
  .thumb-slider-wrapper .bx-controls {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: calc(100% + 100px);
    left: -50px; }
    .thumb-slider-wrapper .bx-controls .bx-prev {
      position: absolute;
      left: 0px; }
    .thumb-slider-wrapper .bx-controls .bx-next {
      position: absolute;
      right: 0px; }
    .thumb-slider-wrapper .bx-controls .bx-prev, .thumb-slider-wrapper .bx-controls .bx-next {
      font-size: 60px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #444444; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .news-wrapper .sidebar {
    width: 30%; }
  .news-wrapper .listings {
    width: 70%; }
    .news-wrapper .listings .news-story-wrapper .news-story .news-title {
      font-size: 28px; }
    .news-wrapper .listings .news-story-wrapper .news-story .news-date {
      font-size: 20px; }
    .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
      font-size: 40px; }
    .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
      font-size: 32px; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 30px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: calc(50% - 15px);
          margin-right: 30px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 28px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 24px;
            margin-top: 0.15em; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .news-wrapper .sidebar {
    width: 30%; }
    .news-wrapper .sidebar li {
      padding-left: 10px; }
      .news-wrapper .sidebar li:before {
        font-size: 20px; }
      .news-wrapper .sidebar li a {
        font-size: 20px; }
    .news-wrapper .sidebar .extr-months-trigger {
      font-size: 20px; }
  .news-wrapper .listings {
    width: 70%; }
    .news-wrapper .listings .news-story-wrapper .news-story .news-title {
      font-size: 20px; }
    .news-wrapper .listings .news-story-wrapper .news-story .news-date {
      font-size: 16px; }
    .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
      font-size: 32px; }
    .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
      font-size: 20px; }
    .news-wrapper .listings.news-story-single {
      padding-bottom: 100px; }
      .news-wrapper .listings.news-story-single h1 {
        font-size: 45px; }
      .news-wrapper .listings.news-story-single .news-page-date {
        font-size: 20px; }
      .news-wrapper .listings.news-story-single h2 {
        color: #002e51;
        margin-bottom: 1em;
        font-size: 34px; }
      .news-wrapper .listings.news-story-single p {
        font-size: 20px;
        width: 100%; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 30px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: calc(50% - 15px);
          margin-right: 30px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 16px;
            margin-top: 0.15em; }
  .news-wrapper .case-study-content:before {
    margin-bottom: 3em; }
  .block-more {
    margin-bottom: 50px;
    font-size: 32px; }
  .back a {
    font-size: 30px; }
    .back a i {
      font-size: 24px; }
  .main-slider-wrapper {
    margin-bottom: 30px; }
  .thumb-slider-wrapper {
    margin-left: 40px;
    margin-right: 40px; }
    .thumb-slider-wrapper .bx-controls {
      width: calc(100% + 80px);
      left: -40px; }
      .thumb-slider-wrapper .bx-controls .bx-prev, .thumb-slider-wrapper .bx-controls .bx-next {
        font-size: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .news-wrapper .sidebar {
    width: 35%; }
    .news-wrapper .sidebar li {
      padding-left: 10px; }
      .news-wrapper .sidebar li:before {
        font-size: 20px; }
      .news-wrapper .sidebar li a {
        font-size: 18px; }
    .news-wrapper .sidebar .extr-months-trigger {
      font-size: 20px; }
  .news-wrapper .listings {
    width: 65%; }
    .news-wrapper .listings .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .listings .news-story-wrapper .news-story {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px; }
        .news-wrapper .listings .news-story-wrapper .news-story .news-title {
          font-size: 22px; }
        .news-wrapper .listings .news-story-wrapper .news-story .news-date {
          font-size: 16px; }
        .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
          font-size: 22px; }
        .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
          font-size: 16px; }
    .news-wrapper .listings.news-story-single {
      padding-bottom: 75px; }
      .news-wrapper .listings.news-story-single h1 {
        font-size: 30px; }
      .news-wrapper .listings.news-story-single .news-page-date {
        font-size: 16px; }
      .news-wrapper .listings.news-story-single h2 {
        font-size: 24px; }
      .news-wrapper .listings.news-story-single p {
        font-size: 18px;
        width: 100%; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: 100%;
          margin-right: 0px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 22px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 16px;
            margin-top: 0.15em; }
  .news-wrapper .case-study-content:before {
    margin-bottom: 3em; }
  .block-more {
    margin-bottom: 40px;
    font-size: 28px; }
  .back {
    margin-top: -3em; }
    .back a {
      font-size: 22px; }
      .back a i {
        font-size: 20px; }
  .main-slider-wrapper {
    margin-bottom: 25px; }
  .thumb-slider-wrapper {
    margin-left: 30px;
    margin-right: 30px; }
    .thumb-slider-wrapper .bx-controls {
      width: calc(100% + 60px);
      left: -30px; }
      .thumb-slider-wrapper .bx-controls .bx-prev, .thumb-slider-wrapper .bx-controls .bx-next {
        font-size: 30px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .news-wrapper .sidebar {
    display: none; }
  .news-wrapper .listings {
    width: 100%; }
    .news-wrapper .listings .news-story-wrapper .news-story {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px; }
      .news-wrapper .listings .news-story-wrapper .news-story .news-title {
        font-size: 22px; }
      .news-wrapper .listings .news-story-wrapper .news-story .news-date {
        font-size: 16px; }
      .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
        font-size: 22px; }
      .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
        font-size: 16px; }
    .news-wrapper .listings.news-story-single {
      padding-bottom: 75px; }
      .news-wrapper .listings.news-story-single h1 {
        font-size: 42px; }
      .news-wrapper .listings.news-story-single .news-page-date {
        font-size: 25px; }
      .news-wrapper .listings.news-story-single h2 {
        font-size: 30px; }
      .news-wrapper .listings.news-story-single p {
        font-size: 25px;
        width: 100%; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: 100%;
          margin-right: 0px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 22px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 16px;
            margin-top: 0.15em; }
  .news-wrapper .case-study-content:before {
    height: 4px;
    margin-bottom: 3em; }
  .block-more {
    margin-bottom: 30px;
    font-size: 26px; }
  .back {
    margin-top: -3em; }
    .back a {
      font-size: 25px; }
      .back a i {
        font-size: 20px; }
  .main-slider-wrapper {
    margin-bottom: 40px; }
  .thumb-slider-wrapper {
    margin-left: 40px;
    margin-right: 40px; }
    .thumb-slider-wrapper .bx-controls {
      width: calc(100% + 80px);
      left: -40px; }
      .thumb-slider-wrapper .bx-controls .bx-prev, .thumb-slider-wrapper .bx-controls .bx-next {
        font-size: 40px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .news-wrapper .sidebar {
    display: none; }
  .news-wrapper .listings {
    width: 100%; }
    .news-wrapper .listings .news-story-wrapper .news-story {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px; }
      .news-wrapper .listings .news-story-wrapper .news-story .news-title {
        font-size: 22px; }
      .news-wrapper .listings .news-story-wrapper .news-story .news-date {
        font-size: 16px; }
      .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-title {
        font-size: 22px; }
      .news-wrapper .listings .news-story-wrapper .news-story:first-child .news-date {
        font-size: 16px; }
    .news-wrapper .listings.news-story-single {
      padding-bottom: 75px; }
      .news-wrapper .listings.news-story-single h1 {
        font-size: 36px; }
      .news-wrapper .listings.news-story-single .news-page-date {
        font-size: 25px; }
      .news-wrapper .listings.news-story-single h2 {
        font-size: 26px; }
      .news-wrapper .listings.news-story-single p {
        font-size: 20px;
        width: 100%; }
  .news-wrapper .block-wrapper {
    display: none; }
    .news-wrapper .block-wrapper .news-story-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news-wrapper .block-wrapper .news-story-wrapper .news-story {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+3) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:nth-child(2n+2) {
          margin-right: 0px; }
        .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child {
          width: 100%;
          margin-right: 0px; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-title {
            color: #80ba27;
            font-weight: bold;
            font-size: 22px;
            line-height: 1.25em; }
          .news-wrapper .block-wrapper .news-story-wrapper .news-story:first-child .news-date {
            font-size: 16px;
            margin-top: 0.15em; }
  .news-wrapper .case-study-content:before {
    height: 4px;
    margin-bottom: 3em; }
  .block-more {
    margin-bottom: 30px;
    font-size: 26px; }
  .back {
    margin-top: -3em; }
    .back a {
      font-size: 25px; }
      .back a i {
        font-size: 20px; }
  .main-slider-wrapper {
    margin-bottom: 40px; }
  .thumb-slider-wrapper {
    margin-left: 40px;
    margin-right: 40px; }
    .thumb-slider-wrapper .bx-controls {
      width: calc(100% + 80px);
      left: -40px; }
      .thumb-slider-wrapper .bx-controls .bx-prev, .thumb-slider-wrapper .bx-controls .bx-next {
        font-size: 40px; } }

.content-wrapper .inner-content .content-section.testimonials {
  padding-bottom: 100px; }
  .content-wrapper .inner-content .content-section.testimonials h1 {
    margin-bottom: 0px; }
  .content-wrapper .inner-content .content-section.testimonials h2.title {
    color: #80ba27;
    margin-bottom: 100px; }
  .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #80ba27;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source {
      width: 450px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p {
        margin-bottom: 0px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.name {
          color: #002e51;
          font-size: 36px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.company {
          margin-top: 0.7em;
          font-weight: bold;
          color: #80ba27; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote {
      width: calc(100% - 450px); }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row:last-child {
      border-bottom: 0px; }
  .content-wrapper .inner-content .content-section.testimonials .block-wrapper {
    display: none; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote p {
    width: 100%; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .content-wrapper .inner-content .content-section.testimonials {
    padding-bottom: 70px; }
    .content-wrapper .inner-content .content-section.testimonials h2.title {
      margin-bottom: 70px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source {
      width: 300px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p {
        margin-bottom: 0px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.name {
          font-size: 30px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote {
      width: calc(100% - 300px); }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote p {
        width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .content-wrapper .inner-content .content-section.testimonials {
    padding-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials h2.title {
      margin-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source {
      width: 250px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p {
        margin-bottom: 0px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.name {
          font-size: 26px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote {
      width: calc(100% - 250px); }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote p {
        width: 100%; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-wrapper .inner-content .content-section.testimonials {
    padding-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials h2.title {
      margin-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #80ba27;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source {
        width: 100%; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.name {
          font-size: 32px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.company {
          margin-top: 0em;
          margin-bottom: 20px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote {
        width: 100%; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content-wrapper .inner-content .content-section.testimonials {
    padding-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials h2.title {
      margin-bottom: 50px; }
    .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #80ba27;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source {
        width: 100%; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.name {
          font-size: 28px; }
        .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .source p.company {
          margin-top: 0em;
          margin-bottom: 20px; }
      .content-wrapper .inner-content .content-section.testimonials .testimonials-wrapper .testimonial-row .quote {
        width: 100%; } }

.content-wrapper .inner-content .content-section.service h2 {
  margin-bottom: 0.8em; }

.content-wrapper .inner-content .content-section.service h3 {
  color: #80ba27;
  font-size: 30px; }

.content-wrapper .inner-content .content-section.service ul {
  margin-bottom: 1.5em; }

.content-wrapper .inner-content .content-section.service p strong {
  color: #80ba27;
  font-weight: 600; }

.service-footer {
  margin-bottom: 8em; }
  .service-footer .image .footer-triangle5 {
    position: absolute;
    z-index: 55;
    width: 55%;
    bottom: 0px;
    right: -5px;
    mix-blend-mode: multiply;
    z-index: 2; }
  .service-footer .image .info {
    position: absolute;
    left: 6.5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 40px;
    font-weight: 200;
    color: #80ba27;
    line-height: 1.3em; }


  .service-footer .image .info.bm {
    color: #009cc1; }


    .service-footer .image .info a {
      color: #002e51; }
      .service-footer .image .info a:hover {
        color: #80ba27; }

      .service-footer .image .info.bm a:hover {
        color: #009cc1; }



    .service-footer .image .info:before {
      content: "";
      display: block;
      width: 140px;
      border-top: 5px solid #80ba27;
      margin-bottom: 50px; }
    .service-footer .image .info:after {
      content: "";
      display: block;
      width: 140px;
      border-top: 5px solid #80ba27;
      margin-top: 50px; }
          
      .service-footer .image .info.bm:before {
        border-top: 3px solid #009cc1; }
      .service-footer .image .info.bm:after {
        border-top: 3px solid #009cc1; }

  .service-footer .page-footer-quote {
    margin-top: 3em;
    width: 50%;
    margin-left: 50%; }
    .service-footer .page-footer-quote p {
      font-size: 40px;
      color: #ffffff;
      font-weight: 200; }
      .service-footer .page-footer-quote p.name {
        margin-top: 1.5em;
        font-weight: bold;
        color: #80ba27; }
      .service-footer .page-footer-quote p.role {
        color: #dddddd; }
  .service-footer .service-footer-logo {
    position: absolute !important;
    bottom: 50px;
    left: 6.5%; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .service-footer {
    margin-bottom: 8em; }
    .service-footer .image .info {
      font-size: 36px; }
      .service-footer .image .info:before {
        width: 130px;
        margin-bottom: 40px; }
      .service-footer .image .info:after {
        width: 130px;
        margin-top: 40px; }
    .service-footer .page-footer-quote p {
      font-size: 36px;
      width: 100%; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .content-wrapper .inner-content .content-section.service h3 {
    font-size: 24px; }
  .service-footer {
    margin-top: -50px; }
    .service-footer .image .info {
      font-size: 28px; }
      .service-footer .image .info:before {
        width: 120px;
        margin-bottom: 30px;
        border-width: 4px; }
      .service-footer .image .info:after {
        width: 120px;
        margin-top: 30px;
        border-width: 4px; }
    .service-footer .page-footer-quote p {
      font-size: 30px;
      width: 100%; }
    .service-footer .page-footer-quote .role {
      margin-bottom: -20px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .content-wrapper .inner-content .content-section.service h3 {
    font-size: 20px; }
  .service-footer {
    margin-top: -50px; }
    .service-footer .image .info {
      font-size: 24px; }
      .service-footer .image .info:before {
        width: 120px;
        margin-bottom: 20px;
        border-width: 4px; }
      .service-footer .image .info:after {
        width: 120px;
        margin-top: 20px;
        border-width: 4px; }
    .service-footer .page-footer-quote p {
      font-size: 24px;
      width: 100%; }
    .service-footer .page-footer-quote .role {
      margin-bottom: 5px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-wrapper .inner-content .content-section.service h3 {
    font-size: 25px; }
  .service-mid-image:nth-child(3) {
    margin-bottom: 30px; }
  .service-footer {
    margin-top: 0px;
    margin-bottom: 6em; }
    .service-footer .image {
      padding-top: 220px; }
      .service-footer .image img {
        width: 200%;
        margin-left: -100%; }
      .service-footer .image .info {
        top: 0%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 25px; }
        .service-footer .image .info:before {
          width: 100px;
          border-top: 3px solid #80ba27;
          margin-bottom: 20px; }
        .service-footer .image .info:after {
          width: 100px;
          border-top: 3px solid #80ba27;
          margin-top: 20px; }
          
        .service-footer .image .info.bm:before {
          border-top: 3px solid #009cc1; }
        .service-footer .image .info.bm:after {
          border-top: 3px solid #009cc1; }

    .service-footer .page-footer-quote {
      margin-top: 0;
      width: 100%;
      margin-left: 0%; }
      .service-footer .page-footer-quote p {
        font-size: 25px;
        color: #ffffff;
        font-weight: 200; }
        .service-footer .page-footer-quote p.name {
          margin-top: 1.5em;
          font-weight: bold;
          color: #80ba27; }
        .service-footer .page-footer-quote p.role {
          color: #dddddd;
          margin-bottom: 2em; }
    .service-footer .service-footer-logo {
      position: static !important; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content-wrapper .inner-content .content-section.service h3 {
    font-size: 20px; }
  .service-mid-image:nth-child(3) {
    margin-bottom: 30px; }
  .service-footer {
    margin-top: 0px;
    margin-bottom: 6em; }
    .service-footer .image {
      padding-top: 170px; }
      .service-footer .image img {
        width: 180%;
        margin-left: -80%; }
      .service-footer .image .info {
        top: 0%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 20px; }
        .service-footer .image .info:before {
          width: 100px;
          border-top: 3px solid #80ba27;
          margin-bottom: 20px; }
        .service-footer .image .info:after {
          width: 100px;
          border-top: 3px solid #80ba27;
          margin-top: 20px; }

        .service-footer .image .info.bm:before {
          border-top: 3px solid #009cc1; }
        .service-footer .image .info.bm:after {
          border-top: 3px solid #009cc1; }

    .service-footer .page-footer-quote {
      margin-top: 0;
      width: 100%;
      margin-left: 0%; }
      .service-footer .page-footer-quote p {
        font-size: 20px;
        color: #ffffff;
        font-weight: 200; }
        .service-footer .page-footer-quote p.name {
          margin-top: 1.5em;
          font-weight: bold;
          color: #80ba27; }
        .service-footer .page-footer-quote p.role {
          color: #dddddd;
          margin-bottom: 2em; }
    .service-footer .service-footer-logo {
      position: static !important; } }

#map {
  padding-bottom: 36.747%; }

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-section .contact-sidebar {
    width: 300px;
    margin-right: 100px; }
    .contact-section .contact-sidebar .contact-info {
      font-size: 26px;
      margin-bottom: 1.25em;
      color: #444444; }
      .contact-section .contact-sidebar .contact-info strong {
        color: #80ba27; }
      .contact-section .contact-sidebar .contact-info a {
        color: #444444; }
        .contact-section .contact-sidebar .contact-info a:hover {
          color: #80ba27; }
      .contact-section .contact-sidebar .contact-info.twitter {
        margin-top: 1.5em;
        margin-bottom: -10px; }
        .contact-section .contact-sidebar .contact-info.twitter a {
          color: #80ba27;
          font-weight: bold;
          padding-left: 10px;
          position: relative; }
          .contact-section .contact-sidebar .contact-info.twitter a img {
             width: 40px;
             float: left;    
          }
        .contact-rics {
            width: 80%;
            max-width: 200px;
            margin-top: 70px;
        }

        .contact-rics:before {
            content: "";
            display:block;
            width: 100px;
            height: 4px;
            background-color: #80ba27;
            margin-bottom: 70px;
        }

        .contact-select select {
              width: 100%;
              border: 0px;
              margin-right: 30px;
              background-color: #ededed;
              background-image: url(../images/down-arrow-green.svg);
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              font-size: 30px;
              color: #9a9a9a;
              padding: 10px 55px 10px 10px;
              background-repeat: no-repeat;
              background-size: 32px;
              background-position: right 15px top 22px;
              border-radius: 0px;
              -webkit-box-shadow: 0 0 0 0 #000000;
              box-shadow: 0 0 0 0 #000000;
              font-family: "Basis", Arial, Helvetica, san-serif;
            }

            .contact-select.homepage-select select {
                margin-bottom: 10px;
                background-color: #ffffff;
                font-size: 24px;
                padding: 10px;
                background-position: right 15px top 18px;
                max-width: 1020px;
                color: #9a9a9a;
            }

          .contact-section .contact-sidebar .contact-info.twitter a i {
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            color: #002e51;
            font-size: 40px; }
          .contact-section .contact-sidebar .contact-info.twitter a:hover {
            color: #002e51; }
  .contact-section .contact-form {
    width: calc(100% - 400px);
    padding-bottom: 60px; }
    .contact-section .contact-form .input {
      margin-bottom: 20px; }
      .contact-section .contact-form .input input, .contact-section .contact-form .input textarea {
        font-family: "Basis", Arial, Helvetica, san-serif;
        font-size: 30px;
        border: 0px;
        resize: none;
        background: #ededed;
        padding: 10px;
        width: calc(100% - 20px);
        max-width: 1000px;
        color: #444444; }

.contact-section .contact-form .input.checkbox {
    position:relative;   
}
.contact-section .contact-form .input.checkbox p:first-child {
    position: absolute;
    top: -12px;
    left: 0px;
}
.contact-section .contact-form .input.checkbox p:last-child {
    margin-left: 50px;
    width: calc(80% - 50px);
    max-width: 900px;
    font-size: 24px;
}
        .contact-section .contact-form .input input:focus, .contact-section .contact-form .input textarea:focus {
          outline: none !important;
          border: none; }
      .contact-section .contact-form .input .wpcf7-list-item {
        margin: 0 0 0 0 !important; }
        .contact-section .contact-form .input .wpcf7-list-item label {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 22px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .contact-section .contact-form .input .wpcf7-list-item label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
            .contact-section .contact-form .input .wpcf7-list-item label input:checked ~ span:after {
              content: "";
              width: 27px;
              height: 27px;
              background-color: #80ba27;
              display: block;
              position: absolute;
              top: 2px;
              left: 2px;
              border: 2px solid #ffffff; }
          .contact-section .contact-form .input .wpcf7-list-item label span {
            position: absolute;
            top: 0;
            left: 0;
            height: 35px;
            width: 35px;
            background-color: #dddddd; }
      .contact-section .contact-form .input p {
        font-size: 30px;
        margin-left: 0px;
        max-width: 950px;
margin-bottom: 10px;}
    .contact-section .contact-form input[type="submit"] {
      background: #80ba27;
      border-color: #80ba27;
      font-weight: normal;
      padding: 10px 100px;
      margin-top: 50px; }
      .contact-section .contact-form input[type="submit"]:hover {
        color: #80ba27; }

.wpcf7-response-output {
  margin: 0px !important;
  padding: 10px !important;
  font-size: 20px !important;
  color: #444444;
  font-weight: 200;
  max-width: 1000px;
  width: calc(100% - 24px); }

.grecaptcha-badge {
  display: none !important; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .contact-section .contact-sidebar {
    width: 250px;
    margin-right: 75px; }
  .contact-section .contact-form {
    width: calc(100% - 325px); } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .contact-section .contact-sidebar {
    width: 200px;
    margin-right: 75px; }
    .contact-section .contact-sidebar .contact-info {
      font-size: 22px; }
    
        .contact-section .contact-sidebar .contact-info.twitter a img {
             width: 25px;    
          }
    
      .contact-section .contact-sidebar .contact-info.twitter a i {
        font-size: 36px; }
  .contact-section .contact-form {
    width: calc(100% - 275px);
    padding-bottom: 40px; }
    .contact-section .contact-form .input {
      margin-bottom: 15px; }
      .contact-section .contact-form .input input, .contact-section .contact-form .input textarea {
        font-size: 24px; }
      .contact-section .contact-form .input .wpcf7-list-item label {
        padding-left: 35px;
        margin-bottom: 12px;
        font-size: 22px; }
        .contact-section .contact-form .input .wpcf7-list-item label input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact-section .contact-form .input .wpcf7-list-item label input:checked ~ span:after {
            width: 23px;
            height: 23px; }
        .contact-section .contact-form .input .wpcf7-list-item label span {
          position: absolute;
          top: 0;
          left: 0;
          height: 31px;
          width: 31px;
          background-color: #dddddd; }
      .contact-section .contact-form .input p {
        font-size: 24px; }
    .contact-section .contact-form .input.checkbox p:first-child {
        top: -8px;   
    }
    
    .contact-section .contact-form .input.checkbox p:last-child {
        font-size: 20px;  
        margin-left: 45px;
        width: calc(80% - 45px);
    }
  .wpcf7-response-output {
    font-size: 16px !important;
    border-width: 1px !important; } 

    .contact-select select {
              font-size: 24px;
              background-size: 28px;
              background-position: right 15px top 18px;
            }
    
    

            .contact-select.homepage-select select {
                font-size: 20px;
                background-position: right 15px top 18px;
            }

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #map {
    padding-bottom: 50%; }
  .contact-section {
    padding-top: 30px; }
    .contact-section .contact-sidebar {
      width: 150px;
      margin-right: 50px; }
      .contact-section .contact-sidebar .contact-info {
        font-size: 17px; }
        .contact-section .contact-sidebar .contact-info.twitter a {
          padding-left: 10px; }
    .contact-section .contact-sidebar .contact-info.twitter a img {
             width: 25px;    
          }
          .contact-section .contact-sidebar .contact-info.twitter a i {
            font-size: 30px; }
    .contact-section .contact-form {
      width: calc(100% - 200px);
      padding-bottom: 40px; }
      .contact-section .contact-form .input {
        margin-bottom: 15px; }
        .contact-section .contact-form .input input, .contact-section .contact-form .input textarea {
          font-size: 20px; }
        .contact-section .contact-form .input .wpcf7-list-item label {
          padding-left: 35px;
          margin-bottom: 12px;
          font-size: 22px; }
          .contact-section .contact-form .input .wpcf7-list-item label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
            .contact-section .contact-form .input .wpcf7-list-item label input:checked ~ span:after {
              width: 19px;
              height: 19px; }
          .contact-section .contact-form .input .wpcf7-list-item label span {
            position: absolute;
            top: 0;
            left: 0;
            height: 27px;
            width: 27px;
            background-color: #dddddd; }
        .contact-section .contact-form .input p {
          font-size: 20px; }
    .contact-section .contact-form .input.checkbox p:first-child {
        top: -6px;   
    }
    
    .contact-section .contact-form .input.checkbox p:last-child {
        font-size: 18px;  
        margin-left: 40px;
        width: calc(80% - 40px);
    }
  .wpcf7-response-output {
    font-size: 14px !important;
    border-width: 1px !important; } 

.contact-select select {
              font-size: 20px;
              background-size: 24px;
              background-position: right 12px top 14px;
    padding:10px;
            }
    
    .contact-select.homepage-select select {
                font-size: 18px;
                background-position: right 15px top 16px;
            }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  #map {
    padding-bottom: 100%; }
  .contact-section {
    padding-top: 30px; }
    .contact-section .contact-sidebar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 50px; }
      .contact-section .contact-sidebar .contact-info {
        font-size: 22px; }
        .contact-section .contact-sidebar .contact-info.twitter a {
          padding-left: 10px; }
    .contact-section .contact-sidebar .contact-info.twitter a img {
             width: 35px;    
          }
          .contact-section .contact-sidebar .contact-info.twitter a i {
            font-size: 26px; }
    .contact-section .contact-form {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      padding-bottom: 50 px; }
      .contact-section .contact-form .input {
        margin-bottom: 15px; }
        .contact-section .contact-form .input input, .contact-section .contact-form .input textarea {
          font-size: 25px; }
        .contact-section .contact-form .input .wpcf7-list-item label input:checked ~ span:after {
          content: "";
          width: 19px;
          height: 19px; }
        .contact-section .contact-form .input .wpcf7-list-item label span {
          height: 27px;
          width: 27px; }
        .contact-section .contact-form .input p {
          font-size: 25px;
          width: 100% }
    .contact-section .contact-form .input.checkbox p:first-child {
        top: -8px;   
    }
    
    .contact-section .contact-form .input.checkbox p:last-child {
        font-size: 22px;  
        margin-left: 45px;
        width: calc(100% - 45px);
    }
      .contact-section .contact-form input[type="submit"] {
        width: 100%; }
  .wpcf7-response-output {
    font-size: 14px !important;
    border-width: 1px !important; } 

.contact-select select {
              font-size: 25px;
              background-size: 32px;
              background-position: right 15px top 17px;
    padding:10px;
            }
    .contact-select.homepage-select select {
                font-size: 20px;
                background-position: right 15px top 17px;
        background-size: 28px;
            }

}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  #map {
    padding-bottom: 100%; }
  .contact-section {
    padding-top: 30px; }
    .contact-section .contact-sidebar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 50px; }
      .contact-section .contact-sidebar .contact-info {
        font-size: 18px; }
        .contact-section .contact-sidebar .contact-info.twitter a {
          padding-left: 10px; }
    .contact-section .contact-sidebar .contact-info.twitter a img {
             width: 25px;    
          }
          .contact-section .contact-sidebar .contact-info.twitter a i {
            font-size: 26px; }
    .contact-section .contact-form {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      padding-bottom: 50px; }
      .contact-section .contact-form .input {
        margin-bottom: 15px; }
        .contact-section .contact-form .input input, .contact-section .contact-form .input textarea {
          font-size: 20px; }
        .contact-section .contact-form .input .wpcf7-list-item label input:checked ~ span:after {
          content: "";
          width: 19px;
          height: 19px; }
        .contact-section .contact-form .input .wpcf7-list-item label span {
          height: 27px;
          width: 27px; }
        .contact-section .contact-form .input p {
          font-size: 20px;
          width:100%; }
      .contact-section .contact-form input[type="submit"] {
        width: 100%; }
     .contact-section .contact-form .input.checkbox p:first-child {
        top: -6px;   
    }
    
    .contact-section .contact-form .input.checkbox p:last-child {
        font-size: 18px;  
        margin-left: 40px;
        width: calc(100% - 40px);
    }
      .contact-section .contact-form input[type="submit"] {
        width: 100%; }
  .wpcf7-response-output {
    font-size: 14px !important;
    border-width: 1px !important; }

.contact-select select {
              font-size: 20px;
              background-size: 24px;
              background-position: right 15px top 14px;
    padding:10px;
            }
    .contact-select.homepage-select select {
                font-size: 20px;
                background-position: right 15px top 17px;
        background-size: 28px;
            }

}

.property-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .property-wrapper .property-sidebar {
    width: 25%; }
    .property-wrapper .property-sidebar .tenure {
      text-transform: uppercase;
      font-size: 34px;
      color: #002e51;
      font-weight: 600;
      margin-bottom: 1em; }
    .property-wrapper .property-sidebar .side-block {
      margin-bottom: 1em; }
      .property-wrapper .property-sidebar .side-block h4 {
        color: #80ba27;
        font-size: 24px;
        margin-bottom: 5px; }
      .property-wrapper .property-sidebar .side-block .prop-info {
        color: #444444;
        font-size: 20px;
        width: 75%;
        line-height: 1.3em; }

        .property-wrapper .property-sidebar .side-block .prop-info.contact-sub-info {
          font-size: 17px;
          text-transform: lowercase;
        }
        .property-wrapper .property-sidebar .side-block .prop-info a {
          color: #444444; }
          .property-wrapper .property-sidebar .side-block .prop-info a:hover {
            color: #80ba27; }
      .property-wrapper .property-sidebar .side-block .property-contact {
        margin-bottom: 1em; }
      .property-wrapper .property-sidebar .side-block .brochure-download, .property-wrapper .property-sidebar .side-block .brochure-download-logged-in, .property-wrapper .property-sidebar .side-block .viewing-button {
        background-color: #80ba27;
        border: 1px solid #80ba27;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        padding: 10px 16px;
        border-radius: 5px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        max-width: calc(100% - 60px);
        cursor: pointer;
        transition: all 0.3s ease;
       }
       .property-wrapper .property-sidebar .side-block .brochure-download:hover, .property-wrapper .property-sidebar .side-block .brochure-download-logged-in:hover, .property-wrapper .property-sidebar .side-block .viewing-button:hover {
        color: #80ba27;
        background-color: transparent;
       }
        .property-wrapper .property-sidebar .side-block .brochure-download img, .property-wrapper .property-sidebar .side-block .brochure-download-logged-in img, .property-wrapper .property-sidebar .side-block .viewing-button img {
          display: block;
          width: 24px;
          height: 24px;}
  .property-wrapper .property-content {
    width: 75%; }
    .property-wrapper .property-content .property-slider {
      margin-bottom: 50px; }
      .property-wrapper .property-content .property-slider .thumb .image-wrapper {
        padding-bottom: 76%;
        background-position: center;
        background-size: cover; }
    .property-wrapper .property-content .property-block {
      border-top: 1px solid #80ba27;
      padding-top: 50px;
      padding-bottom: 50px; }
      .property-wrapper .property-content .property-block br {
        margin-bottom: 1em; }
      .property-wrapper .property-content .property-block h3 {
        color: #80ba27;
        font-size: 32px; }
      .property-wrapper .property-content .property-block #map {
        margin-top: 20px; }
      .property-wrapper .property-content .property-block .floor {
        margin-top: 0.75em; }
        .property-wrapper .property-content .property-block .floor .title strong {
          font-weight: bold; }

          .property-wrapper .property-content .property-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 50px;
          }
          
          .property-wrapper .property-content .property-header .property-map {
            height: 100%;
          }
          
          .property-wrapper .property-content .property-header .property-map #map {
            padding: 0;
            height: 100%;
          }
          
          .property-wrapper .property-content .property-header .main-slider-wrapper {
            margin-bottom: 20px;
          }
          
          .property-wrapper .property-content .property-header .property-slider.thumb-slider-wrapper {
            margin-bottom: 0;    
            margin-left: 30px;
            margin-right: 30px;
          }
          
          .property-wrapper .property-content .property-header .property-slider.thumb-slider-wrapper .bx-controls {
            width: calc(100% + 60px);
            left: -30px;
          }
          
          .property-wrapper .property-content .property-header .property-slider.thumb-slider-wrapper .bx-controls .bx-prev {
            font-size: 25px;
          }

          .property-wrapper .property-content .property-header .property-slider.thumb-slider-wrapper .bx-controls .bx-next {
            font-size: 25px;
          }

          .property-wrapper .property-sidebar .side-block .property-contact {
            display: flex;
            gap: 10px;
          }

          .property-wrapper .property-sidebar .side-block .property-contact .property-contact-image {
            width: 100px;
          }

          .property-wrapper .property-sidebar .side-block .property-contact .property-contact-info{
            flex-grow: 1;
          }


.brochure-form-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .brochure-form-overlay.active {
    opacity: 1;
    z-index: 5000000; }

.brochure-form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 80%;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  padding: 25px;
  border-radius: 4px; }
  .brochure-form.active {
    opacity: 1;
    z-index: 5000500; }
  .brochure-form .fa-window-close {
    position: absolute;
    top: 22px;
    right: 25px;
    color: #002e51;
    font-size: 30px;
    background: #80ba27;
    line-height: 0.9em;
    border-radius: 3px;
    cursor: pointer; }
  .brochure-form h2 {
    font-size: 40px;
    color: #002e51;
    margin-bottom: 0.5em; }
    .brochure-form h2:after {
      content: "";
      border-top: 5px solid #80ba27;
      width: 100px;
      display: block;
      margin-top: 0.5em; }
  .brochure-form .notice {
    font-size: 20px;
    color: #444444;
    margin-bottom: 1em; }
  .brochure-form input[type='text'], .brochure-form input[type='email'], .brochure-form input[type='tel'] {
    width: calc(100% - 20px);
    border: 0px;
    background: #efefef;
    padding: 10px;
    margin-bottom: 15px;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-size: 20px; }
    .brochure-form input[type='text']:focus, .brochure-form input[type='email']:focus, .brochure-form input[type='tel']:focus {
      outline: none !important;
      border: none; }
  .brochure-form .wpcf7-list-item {
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #444444; }
    .brochure-form .wpcf7-list-item a {
      color: #80ba27;
      font-weight: 600; }
    .brochure-form .wpcf7-list-item input {
      width: 20px;
      height: 20px; }
  .brochure-form input[type="submit"] {
    width: 100%;
    max-width: 200px;
    border: 1px solid #002e51;
    background: #002e51;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }
    .brochure-form input[type="submit"]:hover {
      background: #ffffff;
      color: #002e51; }
    .brochure-form input[type="submit"]:disabled {
      border-color: #dddddd;
      background: #dddddd;
      color: #ffffff; }
      .brochure-form input[type="submit"]:disabled:hover {
        background: #dddddd;
        color: #ffffff; }
  .brochure-form .wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 15px;
    background: #80ba27;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 14px !important; }
  .brochure-form .wpcf7-response-output {
    margin-top: 15px !important;
    border: 0px !important;
    font-size: 14px !important;
    background: #80ba27 !important;
    padding: 6px 10px !important;
    color: #ffffff;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-weight: normal; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .property-wrapper .property-sidebar {
    width: 30%; }
  .property-wrapper .property-content {
    width: 70%; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .property-wrapper .property-sidebar {
    width: 30%; }
  .property-wrapper .property-content {
    width: 70%; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .property-wrapper .property-sidebar {
    width: 35%; }
  .property-wrapper .property-content {
    width: 65%; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .property-wrapper .property-sidebar {
    width: 100%; }
  .property-wrapper .property-content {
    width: 100%; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .property-wrapper .property-sidebar {
    width: 100%; }
  .property-wrapper .property-content {
    width: 100%; } }

/* Mobile (<=767px) stacking order for the property detail page:
   back > title > images > map > sidebar > rest of content.
   .property-content is dissolved with display:contents so its children
   (.property-header and each .property-block) join .property-sidebar on the
   same flex line, letting flex `order` interleave them. Desktop is unaffected. */
@media only screen and (max-width: 767px) {
  .property-wrapper .property-content {
    display: contents; }
  .property-wrapper .property-content .property-header {
    order: 1;
    width: 100%;
    grid-template-columns: 1fr; }

    .property-wrapper .property-content .property-header .property-map {
      height: 400px;
    }
  .property-wrapper .property-sidebar {
    order: 2;
    width: 100%; }
  .property-wrapper .property-content .property-block {
    order: 3;
    width: 100%; } }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .form-row .half-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 15px); }
    .form-row .half-wrapper .search-sector, .form-row .half-wrapper .search-size {
      width: calc(50% - 15px);
      border: 0px;
      margin-right: 30px;
      background-color: #002e51;
      background-image: url(../images/down-arrow-green.svg); }
    .form-row .half-wrapper .search-size {
      margin-right: 0px; }
  .form-row .search-location, .form-row .search-radius {
    width: calc(50% - 15px);
    border: 0px;
    margin-right: 30px;
    background-color: #ededed; }
  .form-row .search-location {
    width: calc(50% - 55px);
    font-size: 30px;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-weight: 200;
    padding: 0px 20px; }
    .form-row .search-location:focus {
      outline: none !important;
      border: none; }
  .form-row .search-radius {
    margin-right: 0px;
    background-color: #ededed !important;
    color: #444444 !important;
    padding: 10px 55px 10px 20px !important;
    background-position: right 15px top 22px !important; }
  .form-row .radio {
    width: calc(50% - 15px);
    margin-right: 30px; }
    .form-row .radio:last-child {
      margin-right: 0px; }
    .form-row .radio .radio-label {
      font-size: 30px;
      font-weight: 200;
      color: #002e51; }
      .form-row .radio .radio-label:last-child {
        margin-right: 0px; }
    .form-row .radio input[type="radio"] + .radio-label:hover:before {
      background-color: #aaaaaa !important; }
    .form-row .radio input[type="radio"]:checked + .radio-label::before {
      background-color: #aaaaaa !important; }
  .form-row input[type="submit"] {
    background: #80ba27 !important;
    border-color: #80ba27 !important;
    font-weight: 200 !important;
    padding: 10px 100px !important; }

.content-wrapper .inner-content .property-filter-form {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-wrapper .inner-content .property-filter-form .geolocatatron {
    display: none; }
  .content-wrapper .inner-content .property-filter-form .radio {
    margin-right: 1%;
    margin-top: 1em;
    width: 8%; }
    .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label {
      font-size: 18px;
      font-weight: 200;
      color: #002e51; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
        border: 1px solid #80ba27;
        width: 30px;
        height: 30px;
        top: -0.3em;
        margin-right: 0.5em;
        -webkit-box-shadow: inset 0 0 0 5px #ffffff;
                box-shadow: inset 0 0 0 5px #ffffff; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:hover:before {
        background-color: #80ba27;
        -webkit-box-shadow: inset 0 0 0 5px #ffffff;
                box-shadow: inset 0 0 0 5px #ffffff; }
    .content-wrapper .inner-content .property-filter-form .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #80ba27;
      -webkit-box-shadow: inset 0 0 0 5px #ffffff;
              box-shadow: inset 0 0 0 5px #ffffff; }
    .content-wrapper .inner-content .property-filter-form .radio input[type="radio"]:focus + .radio-label:before {
      border-color: #80ba27; }
  .content-wrapper .inner-content .property-filter-form .search-location {
    width: calc(34% - 74px);
    font-size: 24px;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-weight: 200;
    padding: 0px 12px;
    border: 0px;
    background: #ededed;
    margin-right: 0px;
    position: relative; }
    .content-wrapper .inner-content .property-filter-form .search-location:focus {
      outline: none !important;
      border: none; }
  .content-wrapper .inner-content .property-filter-form #searchsubmit {
    margin-right: 1%;
    border: 0px;
    background: #80ba27;
    color: #ffffff;
    font-size: 30px;
    padding: 0px 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit:hover {
      background: #002e51; }
  .content-wrapper .inner-content .property-filter-form .select-menu {
    font-size: 24px;
    margin-right: 1%;
    background-position: 12px 18px;
    width: 15%; }
    .content-wrapper .inner-content .property-filter-form .select-menu.filter-property-radius {
      margin-right: 0px; }
  .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
    margin-right: 20px;
    border: 0px;
    background: #ededed;
    position: relative;
    padding: 10px 100px 10px 10px;
    cursor: pointer;
    border: 1px solid #ededed;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 250px;
    text-align: left; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
      font-weight: bold;
      font-size: 24px;
      color: #002e51;
      font-family: "Basis", Arial, Helvetica, san-serif;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 10px;
      width: 24px;
      fill: #002e51;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map.active, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover, .content-wrapper .inner-content .property-filter-form .draw-butt.active, .content-wrapper .inner-content .property-filter-form .draw-butt:hover {
      border: 1px solid #80ba27;
      background: #ffffff; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map.active span, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover span, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active span, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover span, .content-wrapper .inner-content .property-filter-form .draw-butt.active span, .content-wrapper .inner-content .property-filter-form .draw-butt:hover span {
        color: #80ba27; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map.active #location, .content-wrapper .inner-content .property-filter-form .view-switch-map.active #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map.active #draw, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #location, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #draw, .content-wrapper .inner-content .property-filter-form .draw-butt.active #location, .content-wrapper .inner-content .property-filter-form .draw-butt.active #grid, .content-wrapper .inner-content .property-filter-form .draw-butt.active #draw, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #location, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #grid, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #draw {
        fill: #80ba27; }
  .content-wrapper .inner-content .property-filter-form .draw-butt {
    width: 300px; }
  .content-wrapper .inner-content .property-filter-form .property-sort {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 0px;
    width: 15%;
    background-color: #ededed;
    color: #002e51; }

.property-search-results-grid--notification {
  margin-bottom: 200px;
  margin-top: 100px;
  font-size: 60px;
  color: #80ba27; }

.view-controls__results .notification {
  margin-top: -1.6em;
  margin-bottom: 1.5em;
  font-size: 24px;
  color: #80ba27; }

#mon-map {
  margin-bottom: 150px;
  margin-top: 60px; }

.content-wrapper .inner-content.search-results-grid {
  padding: 6.5%;
  padding-right: 6.5%;
  margin-left: 0px;
  margin-right: 0px;
  background: #eeeeee;
  padding-top: 60px; }
  .content-wrapper .inner-content.search-results-grid .property-search-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%;
      background-color: #ffffff;
      position: relative; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block:nth-child(3n+3) {
        margin-right: 0px;}
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
        position: relative;
        padding-bottom: 65%;
        background-position: center;
        background-size: cover;
        background-color: #ffffff; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image.with-carousel {
          overflow: hidden;
height: 0px;
padding-bottom: 75%; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper {
          position: relative; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-prev, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next {
            position: absolute;
            z-index: 3000;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            left: 10px;
            display: block;
            border: 1px solid #ffffff;
            background: #002e51;
            width: 32px;
            height: 32px;
            color: transparent;
            overflow: hidden;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease; }
            .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-prev:after, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next:after {
              content: "\f053";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              position: absolute;
              z-index: 3001;
              color: #ffffff;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-size: 22px;
              -webkit-transition: 0.3s ease;
              transition: 0.3s ease; }
            .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-prev:hover, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next:hover {
              background: #ffffff; }
              .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-prev:hover:after, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next:hover:after {
                color: #002e51; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next {
            left: auto;
            right: 10px; }
            .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-wrapper .bx-next:after {
              content: "\f054"; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .bx-viewport {
          height: 100% !important; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .search-images {
          position: relative; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .search-images .inner-image {
            padding-bottom: 65% !important;
            background-position: center;
            background-size: cover; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: calc(100% - 60px);
          z-index: 50;
          background: #80ba27;
          padding: 10px 30px;
          font-weight: bold;
          color: #ffffff;
          font-size: 24px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon {
          background-color: #dddddd;
          color: #444444; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
          background-color: #002e51; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
        font-size: 30px;
        color: #002e51;
        margin: 30px 30px 0px 30px;
        width: calc(100% - 60px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
        font-size: 24px;
        color: #444444;
        margin: 10px 30px 150px 30px;
        width: calc(100% - 60px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
        position: absolute;
        bottom: 30px;
        left: 30px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
          font-size: 26px;
          color: #80ba27; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
            font-weight: 200;
            font-size: 22px;
            color: #444444; }

#mon-map .mon-column-block {
  width: 300px;
  background-color: #ffffff; }
  #mon-map .mon-column-block .image {
    position: relative;
    padding-bottom: 65%;
    background-position: center;
    background-size: cover;
    background-color: #ffffff; }
    #mon-map .mon-column-block .image .under-offer, #mon-map .mon-column-block .image .coming-soon, #mon-map .mon-column-block .image .available {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: calc(100% - 28px);
      z-index: 50;
      background: #80ba27;
      padding: 7px 14px;
      font-weight: bold;
      color: #ffffff;
      font-size: 16px; }
    #mon-map .mon-column-block .image .coming-soon {
      background-color: #dddddd;
      color: #444444; }
    #mon-map .mon-column-block .image .available {
      background-color: #002e51; }
  #mon-map .mon-column-block h2 {
    font-size: 18px;
    color: #002e51;
    margin: 10px 0px 5px 0px; }
  #mon-map .mon-column-block p {
    font-size: 16px;
    color: #444444;
    margin: 5px 0px 10px 0; }
  #mon-map .mon-column-block .sizes {
    padding-bottom: 5px; }
    #mon-map .mon-column-block .sizes .prop-info {
      font-size: 18px;
      color: #80ba27; }
      #mon-map .mon-column-block .sizes .prop-info:nth-child(2) {
        font-weight: 200;
        font-size: 16px;
        color: #444444; }

#mon-map .gm-ui-hover-effect {
  background: #002e51 !important;
  opacity: 1 !important;
  top: 15px !important;
  right: 15px !important;
  border-radius: 50%;
  border: 1px solid #ffffff !important; }
  #mon-map .gm-ui-hover-effect:after {
    content: "X";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50.2%);
    transform: translate(-50%, -50.2%);
    color: #ffffff;
    z-index: 5;
    font-size: 17px; }
  #mon-map .gm-ui-hover-effect span {
    display: none; }

@media only screen and (min-width: 1316px) and (max-width: 1580px) {
  .content-wrapper .inner-content .property-filter-form {
    margin-bottom: 25px; }
    .content-wrapper .inner-content .property-filter-form .radio {
      margin-right: 1%;
      margin-top: 1em;
      width: 10%; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
        width: 28px;
        height: 28px;
        top: -0.25em; }
    .content-wrapper .inner-content .property-filter-form .search-location {
      width: calc(30% - 68px);
      font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit {
      font-size: 24px; }
    .content-wrapper .inner-content .property-filter-form .select-menu {
      font-size: 18px;
      margin-right: 1%;
      background-position: 12px 18px;
      width: 15%;
      background-size: 24px;
      padding: 10px 10px 10px 42px; }
      .content-wrapper .inner-content .property-filter-form .select-menu option {
        font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
      margin-right: 1%;
      padding: 10px 100px 10px 10px;
      width: 200px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
        font-size: 18px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
        width: 20px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map.active, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover, .content-wrapper .inner-content .property-filter-form .draw-butt.active, .content-wrapper .inner-content .property-filter-form .draw-butt:hover {
        border: 1px solid #80ba27;
        background: #ffffff; }
        .content-wrapper .inner-content .property-filter-form .view-switch-map.active span, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover span, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active span, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover span, .content-wrapper .inner-content .property-filter-form .draw-butt.active span, .content-wrapper .inner-content .property-filter-form .draw-butt:hover span {
          color: #80ba27; }
        .content-wrapper .inner-content .property-filter-form .view-switch-map.active #location, .content-wrapper .inner-content .property-filter-form .view-switch-map.active #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map.active #draw, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #location, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map:hover #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid.active #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid:hover #draw, .content-wrapper .inner-content .property-filter-form .draw-butt.active #location, .content-wrapper .inner-content .property-filter-form .draw-butt.active #grid, .content-wrapper .inner-content .property-filter-form .draw-butt.active #draw, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #location, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #grid, .content-wrapper .inner-content .property-filter-form .draw-butt:hover #draw {
          fill: #80ba27; }
    .content-wrapper .inner-content .property-filter-form .draw-butt {
      width: 250px; }
    .content-wrapper .inner-content .property-filter-form .property-sort {
      margin-right: 0px; }
  .property-search-results-grid--notification {
    font-size: 45px; }
  .view-controls__results .notification {
    font-size: 20px; }
  .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
    padding-bottom: 70%; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
      width: calc(100% - 30px);
      padding: 10px 15px;
      font-size: 20px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon {
      background-color: #dddddd;
      color: #444444; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
      background-color: #002e51; }
  .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
    font-size: 26px;
    margin: 20px 20px 0px 20px;
    width: calc(100% - 4px); }
  .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
    font-size: 20px;
    color: #444444;
    margin: 10px 20px 130px 20px;
    width: calc(100% - 40px); }
  .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
    bottom: 20px;
    left: 20px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
      font-size: 22px;
      color: #80ba27; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
        font-size: 18px; } }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .form-row .search-location {
    font-size: 24px; }
  .form-row .search-radius {
    padding: 10px 50px 10px 20px !important;
    background-position: right 15px top 18px !important; }
  .content-wrapper .inner-content .property-filter-form {
    margin-bottom: 20px; }
    .content-wrapper .inner-content .property-filter-form .radio {
      width: 16%;
      margin-bottom: 20px; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label {
        font-size: 16px; }
        .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
          top: -0.2em; }
    .content-wrapper .inner-content .property-filter-form .search-location {
      width: calc(66% - 74px);
      margin-bottom: 20px;
      font-size: 20px; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit {
      margin-right: 0%;
      margin-bottom: 20px; }
    .content-wrapper .inner-content .property-filter-form .select-menu {
      font-size: 20px;
      margin-right: 2%;
      width: 32%; }
      .content-wrapper .inner-content .property-filter-form .select-menu option {
        font-size: 20px; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
      margin-right: 2%;
      padding: 10px 75px 10px 10px;
      width: 200px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
        font-size: 20px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
        width: 20px; }
    .content-wrapper .inner-content .property-filter-form .draw-butt {
      width: 225px; }
    .content-wrapper .inner-content .property-filter-form .property-sort {
      width: 32%;
      margin-right: 0px; }
      .content-wrapper .inner-content .property-filter-form .property-sort option {
        font-size: 20px; }
  .property-search-results-grid--notification {
    margin-bottom: 150px;
    margin-top: 75px;
    font-size: 40px; }
  .view-controls__results .notification {
    font-size: 18px; }
  #mon-map {
    margin-bottom: 150px;
    margin-top: 20px; }
  .content-wrapper .inner-content.search-results-grid {
    padding-top: 40px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
      padding-bottom: 80%; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
        width: calc(100% - 30px);
        padding: 7px 15px;
        font-size: 18px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
      font-size: 24px;
      color: #002e51;
      margin: 15px 15px 0px 15px;
      width: calc(100% - 30px); }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
      font-size: 20px;
      margin: 10px 15px 100px 15px;
      width: calc(100% - 30px); }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
      bottom: 15px;
      left: 15px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
        font-size: 20px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
          font-size: 16px; }
  #mon-map .mon-column-block {
    width: 230px; }
    #mon-map .mon-column-block .image {
      padding-bottom: 75%; }
      #mon-map .mon-column-block .image .under-offer, #mon-map .mon-column-block .image .coming-soon, #mon-map .mon-column-block .image .available {
        width: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .form-row {
    margin-bottom: 35px; }
    .form-row .half-wrapper {
      width: 100%; }
    .form-row .search-location {
      font-size: 20px; }
    .form-row .search-radius {
      padding: 8px 40px 8px 8px !important;
      background-position: right 12px top 14px !important; }
  .content-wrapper .inner-content .property-filter-form {
    margin-bottom: 20px; }
    .content-wrapper .inner-content .property-filter-form .radio {
      width: 16%;
      margin-bottom: 20px; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label {
        font-size: 16px !important; }
        .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
          top: -0.2em;
          height: 24px;
          width: 24px; }
    .content-wrapper .inner-content .property-filter-form .search-location {
      width: calc(66% - 74px);
      margin-bottom: 20px;
      font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit {
      margin-right: 0%;
      margin-bottom: 20px; }
    .content-wrapper .inner-content .property-filter-form .select-menu {
      font-size: 18px;
      margin-right: 2%;
      width: 32%;
      background-position: 12px 14px; }
      .content-wrapper .inner-content .property-filter-form .select-menu option {
        font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
      margin-right: 2%;
      padding: 10px 45px 10px 10px;
      width: 150px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
        font-size: 18px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
        width: 20px; }
    .content-wrapper .inner-content .property-filter-form .draw-butt {
      width: 225px; }
    .content-wrapper .inner-content .property-filter-form .property-sort {
      width: 32%;
      margin-right: 0px; }
      .content-wrapper .inner-content .property-filter-form .property-sort option {
        font-size: 20px; }
  .property-search-results-grid--notification {
    margin-bottom: 150px;
    margin-top: 75px;
    font-size: 26px; }
  .view-controls__results .notification {
    font-size: 16px; }
  #mon-map {
    margin-bottom: 150px;
    margin-top: -20px; }
  .content-wrapper .inner-content.search-results-grid {
    padding-top: 40px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 4%; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block:nth-child(3n+3) {
        margin-right: 4%; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block:nth-child(2n+2) {
        margin-right: 0%;}
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
        padding-bottom: 80%; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
          width: calc(100% - 30px);
          padding: 7px 15px;
          font-size: 20px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
        font-size: 24px;
        margin: 15px 15px 0px 15px;
        width: calc(100% - 30px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
        font-size: 20px;
        margin: 10px 15px 100px 15px;
        width: calc(100% - 45px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
        bottom: 15px;
        left: 15px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
          font-size: 22px; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
            font-size: 18px; }
  #mon-map .mon-column-block {
    width: 220px; }
    #mon-map .mon-column-block .image {
      padding-bottom: 80%; }
      #mon-map .mon-column-block .image .under-offer, #mon-map .mon-column-block .image .coming-soon, #mon-map .mon-column-block .image .available {
        font-size: 14px; }
    #mon-map .mon-column-block p {
      font-size: 14px; }
    #mon-map .mon-column-block .sizes .prop-info {
      font-size: 16px; }
      #mon-map .mon-column-block .sizes .prop-info:nth-child(2) {
        font-size: 14px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .form-row {
    margin-bottom: 25px; }
    .form-row .half-wrapper {
      width: 100%; }
      .form-row .half-wrapper .search-sector, .form-row .half-wrapper .search-size {
        width: 100%;
        margin-right: 0px; }
      .form-row .half-wrapper .search-size {
        margin-right: 0px;
        margin-top: 25px; }
    .form-row .search-location, .form-row .search-radius {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 25px; }
    .form-row .search-location {
      width: calc(100% - 20px);
      font-size: 25px;
      padding: 8px 10px 8px 10px; }
    .form-row .search-radius {
      padding: 8px 40px 8px 8px !important;
      background-position: right 12px top 18px !important; }
    .form-row .radio {
      width: 40%; }
    .form-row input[type="submit"] {
      padding: 8px 50px !important; }
  .content-wrapper .inner-content .property-filter-form {
    margin-bottom: 10px; }
    .content-wrapper .inner-content .property-filter-form .geolocatatron {
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      border: 0px;
      top: 52px;
      left: 2px;
      z-index: 50;
      background-image: url("../images/icon-geolocate.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .content-wrapper .inner-content .property-filter-form .geolocatatron:hover {
        opacity: 0.7; }
    .content-wrapper .inner-content .property-filter-form .radio {
      width: 49%;
      margin-bottom: 10px; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label {
        font-size: 18px !important; }
        .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
          top: -0.075em;
          height: 22px;
          width: 22px; }
      .content-wrapper .inner-content .property-filter-form .radio:nth-child(2) {
        text-align: right; }
    .content-wrapper .inner-content .property-filter-form .search-location {
      width: calc(100% - 100px);
      margin-bottom: 10px;
      font-size: 18px;
      padding: 0px 10px 0px 50px; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit {
      margin-right: 0%;
      margin-bottom: 10px;
      font-size: 20px;
      padding: 10px; }
    .content-wrapper .inner-content .property-filter-form .select-menu {
      font-size: 18px;
      margin-right: 0%;
      width: 100%;
      background-position: 12px 14px;
      margin-bottom: 10px; }
      .content-wrapper .inner-content .property-filter-form .select-menu option {
        font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
      margin-right: 2%;
      padding: 20px;
      width: auto; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
        font-size: 18px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
        width: 20px; }
    .content-wrapper .inner-content .property-filter-form .draw-butt {
      width: auto; }
    .content-wrapper .inner-content .property-filter-form .property-sort {
      width: 60%;
      margin-right: 0px; }
      .content-wrapper .inner-content .property-filter-form .property-sort option {
        font-size: 18px; }
  .hide-for-small {
    display: none; }
  .property-search-results-grid--notification {
    margin-bottom: 150px;
    margin-top: 75px;
    font-size: 26px; }
  .view-controls__results .notification {
    font-size: 16px; }
  #mon-map {
    margin-bottom: 150px;
    margin-top: -20px; }
  .content-wrapper .inner-content.search-results-grid {
    padding-top: 30px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block {
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block:nth-child(3n+3) {
        margin-right: 0; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
        padding-bottom: 85%; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
          width: calc(100% - 30px);
          padding: 7px 15px;
          font-size: 20px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
        font-size: 24px;
        margin: 15px 30px 0px 15px;
        width: calc(100% - 45px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
        font-size: 20px;
        margin: 10px 30px 30px 15px;
        width: calc(100% - 45px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
        position: static;
        margin-bottom: 15px;
        margin-left: 15px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
          font-size: 22px; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
            font-size: 18px; }
  #mon-map .mon-column-block {
    width: 220px; }
    #mon-map .mon-column-block .image {
      padding-bottom: 80%; }
      #mon-map .mon-column-block .image .under-offer, #mon-map .mon-column-block .image .coming-soon, #mon-map .mon-column-block .image .available {
        font-size: 14px; }
    #mon-map .mon-column-block p {
      font-size: 14px; }
    #mon-map .mon-column-block .sizes .prop-info {
      font-size: 16px; }
      #mon-map .mon-column-block .sizes .prop-info:nth-child(2) {
        font-size: 14px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .form-row {
    margin-bottom: 25px; }
    .form-row .half-wrapper {
      width: 100%; }
      .form-row .half-wrapper .search-sector, .form-row .half-wrapper .search-size {
        width: 100%;
        margin-right: 0px; }
      .form-row .half-wrapper .search-size {
        margin-right: 0px;
        margin-top: 25px; }
    .form-row .search-location, .form-row .search-radius {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 25px; }
    .form-row .search-location {
      width: calc(100% - 20px);
      font-size: 20px;
      padding: 8px 10px 8px 10px; }
    .form-row .search-radius {
      padding: 8px 40px 8px 8px !important;
      background-position: right 12px top 18px !important; }
    .form-row .radio {
      width: 35%; }
    .form-row input[type="submit"] {
      margin-top: 20px;
      padding: 5px 50px !important; }
  .content-wrapper .inner-content .property-filter-form {
    margin-bottom: 10px; }
    .content-wrapper .inner-content .property-filter-form .geolocatatron {
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      border: 0px;
      top: 52px;
      left: 2px;
      z-index: 50;
      background-image: url("../images/icon-geolocate.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .content-wrapper .inner-content .property-filter-form .geolocatatron:hover {
        opacity: 0.7; }
    .content-wrapper .inner-content .property-filter-form .radio {
      width: 49%;
      margin-bottom: 10px; }
      .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label {
        font-size: 18px !important; }
        .content-wrapper .inner-content .property-filter-form .radio input[type="radio"] + .radio-label:before {
          top: -0.075em;
          height: 22px;
          width: 22px; }
      .content-wrapper .inner-content .property-filter-form .radio:nth-child(2) {
        text-align: right; }
    .content-wrapper .inner-content .property-filter-form .search-location {
      width: calc(100% - 100px);
      margin-bottom: 10px;
      font-size: 18px;
      padding: 0px 10px 0px 50px; }
    .content-wrapper .inner-content .property-filter-form #searchsubmit {
      margin-right: 0%;
      margin-bottom: 10px;
      font-size: 20px;
      padding: 10px; }
    .content-wrapper .inner-content .property-filter-form .select-menu {
      font-size: 18px;
      margin-right: 0%;
      width: 100%;
      background-position: 12px 14px;
      margin-bottom: 10px; }
      .content-wrapper .inner-content .property-filter-form .select-menu option {
        font-size: 18px; }
    .content-wrapper .inner-content .property-filter-form .view-switch-map, .content-wrapper .inner-content .property-filter-form .view-switch-grid, .content-wrapper .inner-content .property-filter-form .draw-butt {
      margin-right: 2%;
      padding: 20px;
      width: auto; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map span, .content-wrapper .inner-content .property-filter-form .view-switch-grid span, .content-wrapper .inner-content .property-filter-form .draw-butt span {
        font-size: 18px; }
      .content-wrapper .inner-content .property-filter-form .view-switch-map #location, .content-wrapper .inner-content .property-filter-form .view-switch-map #grid, .content-wrapper .inner-content .property-filter-form .view-switch-map #draw, .content-wrapper .inner-content .property-filter-form .view-switch-grid #location, .content-wrapper .inner-content .property-filter-form .view-switch-grid #grid, .content-wrapper .inner-content .property-filter-form .view-switch-grid #draw, .content-wrapper .inner-content .property-filter-form .draw-butt #location, .content-wrapper .inner-content .property-filter-form .draw-butt #grid, .content-wrapper .inner-content .property-filter-form .draw-butt #draw {
        width: 20px; }
    .content-wrapper .inner-content .property-filter-form .draw-butt {
      width: auto; }
    .content-wrapper .inner-content .property-filter-form .property-sort {
      width: 60%;
      margin-right: 0px; }
      .content-wrapper .inner-content .property-filter-form .property-sort option {
        font-size: 18px; }
  .hide-for-small {
    display: none; }
  .property-search-results-grid--notification {
    margin-bottom: 150px;
    margin-top: 75px;
    font-size: 26px; }
  .view-controls__results .notification {
    font-size: 16px; }
  #mon-map {
    margin-bottom: 150px;
    margin-top: -20px; }
  .content-wrapper .inner-content.search-results-grid {
    padding-top: 30px; }
    .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block {
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block:nth-child(3n+3) {
        margin-right: 0; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image {
        padding-bottom: 85%; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .under-offer, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .coming-soon, .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .image .available {
          width: calc(100% - 30px);
          padding: 7px 15px;
          font-size: 20px; }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block h2 {
        font-size: 24px;
        margin: 15px 30px 0px 15px;
        width: calc(100% - 45px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block p {
        font-size: 20px;
        margin: 10px 30px 30px 15px;
        width: calc(100% - 45px); }
      .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes {
        position: static;
        margin-bottom: 15px;
        margin-left: 15px; }
        .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info {
          font-size: 22px; }
          .content-wrapper .inner-content.search-results-grid .property-search-grid .mon-column-block .sizes .prop-info:nth-child(2) {
            font-size: 18px; }
  #mon-map .mon-column-block {
    width: 220px; }
    #mon-map .mon-column-block .image {
      padding-bottom: 80%; }
      #mon-map .mon-column-block .image .under-offer, #mon-map .mon-column-block .image .coming-soon, #mon-map .mon-column-block .image .available {
        font-size: 14px; }
    #mon-map .mon-column-block p {
      font-size: 14px; }
    #mon-map .mon-column-block .sizes .prop-info {
      font-size: 16px; }
      #mon-map .mon-column-block .sizes .prop-info:nth-child(2) {
        font-size: 14px; } }

.custom-login, .custom-registration {
  margin-top: 2em;
  margin-bottom: 150px; }

.custom-login {
  width: 80%;
  margin-right: 10%;
  padding: 5%;
  border: 1px solid #dddddd;
  background: #f4f4f4; }
  .custom-login form {
    width: 100%; }
    .custom-login form p {
      width: 100% !important; }
      .custom-login form p input {
        width: calc(100% - 20px);
        border: 1px solid #dddddd;
        padding: 10px;
        font-size: 24px;
        color: #444444;
        font-weight: 200;
        font-family: "Basis", Arial, Helvetica, san-serif; }
        .custom-login form p input#wp-submit {
          width: auto; }
      .custom-login form p.login-remember {
        margin: 0 0 1em 0 !important; }
        .custom-login form p.login-remember label {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 22px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .custom-login form p.login-remember label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
            .custom-login form p.login-remember label input:checked ~ span:after {
              content: "";
              width: 27px;
              height: 27px;
              background-color: #80ba27;
              display: block;
              position: absolute;
              top: 2px;
              left: 2px;
              border: 2px solid #ffffff; }
          .custom-login form p.login-remember label span {
            position: absolute;
            top: 0;
            left: 0;
            height: 35px;
            width: 35px;
            background-color: #dddddd; }
          .custom-login form p.login-remember label p {
            margin-left: 0.5em; }

.custom-registration {
  width: 90%;
  padding: 5%;
  border: 1px solid #dddddd;
  background: #f4f4f4; }
  .custom-registration .ur-field-item {
    margin-bottom: 2em; }
    .custom-registration .ur-field-item .form-row {
      margin-bottom: 0px; }
      .custom-registration .ur-field-item .form-row .ur-label {
        width: 100%;
        color: #444444;
        font-size: 30px;
        line-height: 1.4em;
        font-weight: 200; }
        .custom-registration .ur-field-item .form-row .ur-label .required {
          display: none; }
      .custom-registration .ur-field-item .form-row .input-wrapper {
        display: block;
        width: 100%; }
        .custom-registration .ur-field-item .form-row .input-wrapper input {
          width: calc(100% - 20px);
          border: 1px solid #dddddd;
          padding: 10px;
          font-size: 24px;
          color: #444444;
          font-weight: 200;
          font-family: "Basis", Arial, Helvetica, san-serif; }
  .custom-registration .btn {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border: 1px solid #002e51;
    background: #002e51;
    cursor: pointer;
    color: #ffffff;
    font-family: "Basis", Arial, Helvetica, san-serif;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 40px; }
    .custom-registration .btn:hover {
      background: #ffffff;
      color: #002e51; }

.register-login {
  margin-top: -100px;
  margin-bottom: 200px; }
  .register-login a {
    float: right;
    font-size: 24px;
    color: #002e51 !important;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    padding: 10px 20px; }
    .register-login a:hover {
      color: #80ba27 !important; }
  .register-login.register-login-single {
    margin-top: 50px;
    width: 70%; }

h2.favourites-heading {
  font-weight: 200;
  font-size: 50px;
  margin-top: -0.5em;
  margin-bottom: 1em; }

.download-all-details {
  float: right;
  font-size: 24px;
  color: #002e51;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .download-all-details:hover {
    color: #80ba27; }

.add-to-faves {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  color: #002e51;
  cursor: pointer; }
  .add-to-faves img {
    width: 32px;
    display: inline-block;
    float: right;
    margin-top: -7px;
    margin-left: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .add-to-faves:hover img {
    background-color: #fcf4cd; }
  .add-to-faves.active img {
    background-color: #ffd200; }
  .add-to-faves.active:hover img {
    background-color: #ffe258; }
  .add-to-faves.add-to-faves-single {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 24px;
    margin-top: 50px; }
    .add-to-faves.add-to-faves-single img {
      margin-top: -5px;
      margin-left: 10px; }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .custom-registration .ur-field-item {
    margin-bottom: 1.9em; }
    .custom-registration .ur-field-item .form-row .ur-label {
      font-size: 24px; }
  .custom-registration .btn {
    font-size: 24px;
    padding: 8px 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .custom-login, .custom-registration {
    margin-bottom: 70px; }
  .custom-login form p input {
    font-size: 18px;
    padding: 5px 10px; }
  .custom-login form p.login-remember {
    margin: 0 0 1em 0 !important; }
    .custom-login form p.login-remember label {
      padding-left: 35px;
      margin-bottom: 12px;
      font-size: 18px; }
      .custom-login form p.login-remember label input:checked ~ span:after {
        width: 19px;
        height: 19px;
        top: 2px;
        left: 2px; }
      .custom-login form p.login-remember label span {
        height: 27px;
        width: 27px; }
      .custom-login form p.login-remember label p {
        margin-left: 0.5em; }
  .custom-registration .ur-field-item {
    margin-bottom: 1.4em; }
    .custom-registration .ur-field-item .form-row .ur-label {
      font-size: 20px; }
    .custom-registration .ur-field-item .form-row .input-wrapper input {
      padding: 5px 10px;
      font-size: 18px; }
  .custom-registration .btn {
    font-size: 20px;
    padding: 8px 50px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .custom-login, .custom-registration {
    margin-top: 2em;
    margin-bottom: 0px; }
  .custom-login {
    margin-bottom: 50px;
    width: 90%;
    margin-right: 0%; }
  .custom-registration .ur-field-item {
    margin-bottom: 1.4em; }
    .custom-registration .ur-field-item .form-row .ur-label {
      font-size: 25px; }
  .custom-registration .btn {
    font-size: 25px;
    padding: 8px 50px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .custom-login, .custom-registration {
    margin-top: 2em;
    margin-bottom: 0px; }
  .custom-login {
    margin-bottom: 50px;
    width: 90%;
    margin-right: 0%; }
  .custom-registration .ur-field-item {
    margin-bottom: 1.4em; }
    .custom-registration .ur-field-item .form-row .ur-label {
      font-size: 20px; }
  .custom-registration .btn {
    font-size: 25px;
    padding: 8px 50px; } }





/* SEO CHANGES */

.site-map {
    border-top: 1px solid #a7a9ac;
    margin-bottom: 4em;
    padding-top: 4em;
}

.site-map-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-map .site-map-menu .menu-site-map-container {
    width: calc(100% - 175px);
}

.site-map .site-map-menu .menu-site-map-container ul {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-map .site-map-menu .menu-site-map-container li {
    display: inline-block;  
    flex-grow: 1;
    color: #58585a;
    font-size: 16px;
    font-weight: 600;
}

.site-map .site-map-menu .menu-site-map-container li a {
    display: block;
    color: #58585a;
    cursor:pointer;
}

.site-map .site-map-menu .menu-site-map-container li a:hover {
    color: #80ba27;
}

.site-map .site-map-menu .menu-site-map-container li ul {
    display: block !important;  
}

.site-map .site-map-menu .menu-site-map-container li ul li {
    display: block;  
}

.site-map .site-map-menu .menu-site-map-container li ul li a {
    font-weight: normal;     
    font-size: 16px;
    line-height: 1.3em;
}

.site-map-contact {
    width: 175px;
}


.site-map-contact p {    
    color: #58585a;
    font-size: 16px;
}

.site-map-contact p a {    
    color: #58585a;
}

.site-map-contact p a:hover {
    color: #80ba27;
}

.site-map-contact p strong {    
    font-weight: 600;
}

.site-map-contact .social {    
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: space-between;
    margin-top: 2em;
}


.site-map-contact .social a {    
    display: inline-block;
    max-width: 25%;
    max-height: 50px;
}


.site-map-contact .social a img {
    max-height: 40px;
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
   transition: 0.3s ease;
}


.site-map-contact .social a:hover img {
    opacity: 0.5;
}


.content-wrapper.rics {
    background: #eceded;   
    padding-top: 0px;
    margin-bottom: 4em;
}



.home-news {
    background: #002d50;
}

.home-news .inner-content {
    padding-top: 0em;
    padding-bottom: 4em;
}

.home-news.content-wrapper .inner-content .content-section h2 {
    position: relative;
    z-index: 600;
    color: #80ba27;
    margin-bottom: 0.5em;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item {
  width: calc(25% - 22.5px);
    margin-right: 30px;
    background: #0f4971;
    position: relative;
    padding-bottom: 6em;
    z-index: 600;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item:last-child {
    margin-right: 0px;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.image {
    background: white;
    display:block;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.image:hover img {
    opacity: 0.7;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title {
    font-size: 22px;
    color: #ffffff;
    margin: 10px 15px;
    display:block;
    font-weight: 600;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title:hover {
    color: #80ba27;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px);
    padding: 20px 15px;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom .date {
    font-size: 18px;
    color: #a7a9ac;
}

.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more {
    font-size: 18px;
}


.home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more:hover {
    color: #ffffff;
}

.home-news.content-wrapper .inner-content .content-section a.view-all-news {
    position: relative;
    z-index: 600;
    font-size: 24px;
    margin-top: 1em;
    display:inline-block;
}

.home-news.content-wrapper .inner-content .content-section a.view-all-news span {
    color: #ffffff;
}

.home-news.content-wrapper .inner-content .content-section a.view-all-news:hover {
    color: #ffffff;
}

.home-news.content-wrapper .inner-content .content-section a.view-all-news span:hover {
    color: #80ba27;
}


.hp-new-contact {
    margin-top: -30px;
    background-color: #002d50;  
    padding-bottom: 5em;
    padding-top: 5em;
}


.hp-new-contact #wpcf7-f9991-o1 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}

.hp-new-contact #wpcf7-f9991-o1 form .wpcf7-response-output {
    border: 0px !important;
    margin: 0px  !important;
    padding: 0px !important;
    color: #ffffff;
    margin-left: 40% !important;
}

.hp-new-contact .hp-contact-left {
    width: calc(40% - 50px);   
    margin-right: 50px;
}

.hp-new-contact .hp-contact-left h2.title {
    font-size: 60px;
    position: relative;
    z-index: 600;
    color: #80ba27;
    margin-bottom: 0.5em;
    line-height: 1em;
}
.hp-new-contact .hp-contact-left p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 1.5em;
    font-weight: 300;
}

.hp-new-contact .hp-contact-left .input {
      margin-bottom: 20px; }

 .hp-new-contact .hp-contact-right .input input, .hp-new-contact .hp-contact-right .input textarea {
        font-family: "Basis", Arial, Helvetica, san-serif;
     margin-bottom: 10px;
        font-size: 24px;
        border: 0px;
        resize: none;
        background: #ffffff;
        padding: 10px;
        width: calc(100% - 20px);
        max-width: 1000px;
        color: #444444; }

.hp-new-contact .hp-contact-left .input.checkbox {
    position:relative;   
}
.hp-new-contact .hp-contact-left .input.checkbox p:first-child {
    position: absolute;
    top: -12px;
    left: 0px;
}
.hp-new-contact .hp-contact-left .input.checkbox p:last-child {
    margin-left: 50px;
    width: calc(100% - 50px);
    font-size: 20px;
}
.hp-new-contact .hp-contact-right .input input:focus, .hp-new-contact .hp-contact-right .input textarea:focus {
          outline: none !important;
          border: none; 
}
      .hp-new-contact .hp-contact-left .input .wpcf7-list-item {
        margin: 0 0 0 0 !important; }
        .hp-new-contact .hp-contact-left .input .wpcf7-list-item label {
          display: block;
          position: relative;
          padding-left: 30px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 22px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .hp-new-contact .hp-contact-left .input .wpcf7-list-item label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
            .hp-new-contact .hp-contact-left .input .wpcf7-list-item label input:checked ~ span:after {
              content: "";
              width: 23px;
              height: 23px;
              background-color: #80ba27;
              display: block;
              position: absolute;
              top: 1px;
              left: 1px;
              border: 2px solid #ffffff; }
          .hp-new-contact .hp-contact-left .input .wpcf7-list-item label span {
            position: absolute;
            top: 12px;
            left: 0;
            height: 29px;
            width: 29px;
            background-color: #ffffff; }
      .hp-new-contact .hp-contact-left .input p {
        font-size: 16px;
          font-weight: 300;
        margin-left: 0px;
          color: #a7a9ac;
margin-bottom: 10px;}
    .hp-new-contact .hp-contact-right input[type="submit"] {
      background: #80ba27;
      border-color: #80ba27;
      font-weight: normal;
      padding: 10px 100px;
      margin-top: 0px; }
      .hp-new-contact .hp-contact-right input[type="submit"]:hover {
        color: #80ba27; }


.hp-new-contact .hp-contact-right .wpcf7-not-valid-tip {
 
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
}

.hp-new-contact .hp-contact-right {
    width: 60%;  
    padding-top: 10px;
}


.hp-new-contact .hp-contact-left .extra-contact .social-icons p {    
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: space-between;
    margin-top: 3em;
    max-width: 300px;
}


.hp-new-contact .hp-contact-left .extra-contact .social-icons a {    
    display: inline-block;
    max-width: 25%;
    max-height: 75px;
}


.hp-new-contact .hp-contact-left .extra-contact .social-icons a img {
    max-height: 75px;
    -webkit-transition: 0.3s ease;
   transition: 0.3s ease;
}


.hp-new-contact .hp-contact-left .extra-contact .social-icons a:hover img {
    opacity: 0.7;
}


.hp-new-contact .hp-contact-left .extra-contact img.rics {
    max-width: 400px;
}


.sector-wrapper {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    padding-bottom: 15em;
}

.sector-wrapper .sector-left-side {
    width: 500px;
    margin-right:75px;
}

.sector-wrapper .sector-left-side p {
    font-size: 30px !important;
}

.sector-wrapper .sector-right-side {
    width: calc(100% - 500px - 75px);
}



.sector-wrapper .sector-right-side p {
    width: 100% !important;
    font-size: 24px !important;
}


.hp-search-wrapper {
    position: absolute;
    z-index: 600;
    bottom: 0%;
    left: 0;
    width: 100%;
}

.content-wrapper .inner-content .content-section.hp-search h2 {
    color: #ffffff; 
    font-size: 48px;
}

.content-wrapper .inner-content .hp-search .select-menu {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    max-width: 225px;
    font-size: 24px;
    background-position: 11px 19px;
}

.content-wrapper .inner-content .hp-search input[type="submit"] {
    background-color: #bcbdc0;
    color:#002e51;
}

.content-wrapper .inner-content .hp-search input[type="submit"]:hover {
    background-color: #80ba27;
    color:#ffffff;
}

.content-wrapper .inner-content .hp-search .radio label {
    color: #ffffff;   
}

.content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    top: -0.075em;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
    -webkit-box-shadow: inset 0 0 0 7px #002e51;
            box-shadow: inset 0 0 0 7px #002e51; }
  .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:hover:before {
    opacity: 1;
    background-color: #80ba27;
    -webkit-box-shadow: inset 0 0 0 7px #002e51;
            box-shadow: inset 0 0 0 7px #002e51; }
  .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #80ba27;
    -webkit-box-shadow: inset 0 0 0 7px #002e51;
            box-shadow: inset 0 0 0 7px #002e51; }
  .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:hover:before {
    opacity: 1; }
  .content-wrapper .inner-content .hp-search .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #ffffff; }







.new-homepage-intro {
    background: #002d50; 
    position:relative;
}

.new-homepage-intro .new-main-title {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    z-index: 550;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.82em;
    font-size: 75px;
    position:relative;    
    padding-top: 97px;
}

.new-homepage-intro .new-main-title:first-line {
    font-weight: 200; 
    font-size: 60px;
}

.new-homepage-intro .new-main-title span i {
    font-style: normal;
    font-weight: 200 !important; 
}

.new-homepage-image-wrapper {
    height: calc(100vh - 174px - 97px); /* viewport height - title - navbar */
    position: relative;
}
.new-homepage-image-wrapper:after {
    content: "";
    width: 100%;
    height: 200px;
    display:block;
    position: absolute;
    z-index: 50;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0,45,80,1) 0%, rgba(0,45,80,0) 100%);
}

.new-homepage-image-wrapper img.new-bg-image {
    max-width: 100%;
    max-height: calc(95vh - 174px - 97px);
    width: auto;
    height: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.new-homepage-image-wrapper .hp-intro-arrow {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 45px;       
    z-index: 60; 
}

.new-homepage-image-wrapper .hp-title-line {
    position: absolute;
    bottom: 5vh;
    left: 6.5%;
    background: #80ba27;
    max-width: 170px;
    width: 15%;
    height: 5px;
    margin-left: 12px;  
    z-index: 60; 
}

.new-homepage-intro.square .hp-search-wrapper {
    top: 0%;
    bottom: 0px;
    margin: auto;
}

.new-homepage-intro.portrait .hp-search-wrapper {
    top: 2.5%;
    bottom: 0px;
    margin: auto;
}

.new-homepage-intro.three-four .hp-search-wrapper {
    top: 0;
    bottom: 0px;
    margin: auto;
}

.hp-property-form-message {
    color: #ffffff;
    font-size: 20px;
    margin-top: -1.7em;
    margin-bottom: 0.5em;
    display:none;
}



@media only screen and (min-width: 1316px) and (max-width: 1675px) {
    .new-homepage-intro .new-main-title {   
        padding-top: 90px;
        font-size: 75px !important;
    }
    .new-homepage-image-wrapper {
        height: calc(100vh - 174px - 90px);
    }
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 174px - 90px);
    }
    .hp-search-wrapper {
        bottom: -10%;   
    }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 35px; 
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        font-size:  20px; 
        background-position: 11px 14px;
        padding: 6px 15px 6px 50px;
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 15px;   
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
        
    }
    
    .content-wrapper .inner-content input[type="submit"] {
        font-size: 18px;   
    }
    
    .hp-search-wrapper {
        bottom: -10%;   
    }
    
    .content-wrapper .inner-content .hp-search .radio label {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1315px) {
    .new-homepage-intro .new-main-title {   
        padding-top: 91px;
        font-size: 70px;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 75px;
    }
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 154px - 91px);
    }
    
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 154px - 91px);
    }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 35px; 
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        font-size:  20px; 
        background-position: 11px 14px;
        padding: 6px 15px 6px 50px;
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 15px;   
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
    }
    
    .content-wrapper .inner-content input[type="submit"] {
        font-size: 18px;   
    }
    
    .hp-search-wrapper {
        bottom: -10%;   
    }
    
}

@media only screen and (min-width: 1001px) and (max-width: 1150px) {
    .new-homepage-intro .new-main-title {   
        padding-top: 80px;
        font-size: 70px;
    }
    .new-homepage-intro .new-main-title:first-line {
        font-size: 55px;
    }
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 121px - 80px);
    }
    
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 121px - 80px);
    }
    
     .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 35px; 
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        font-size:  20px; 
        background-position: 11px 14px;
        padding: 6px 15px 6px 50px;
        margin-bottom: 25px;
    }
    
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 15px;   
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
    }
    
    .content-wrapper .inner-content input[type="submit"] {
        font-size: 18px;   
    }
    
    .hp-search-wrapper {
        bottom: -5%;   
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .new-homepage-intro .new-main-title {  
        font-size: 60px;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 45px;
    }
    
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 105px - 97px);
    }
    
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 105px - 97px);
    }
    
    .new-homepage-image-wrapper:after {
        height: 75px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) { 
    .new-homepage-intro .new-main-title {  
        font-size: 42px;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 32px;
    }
    
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 73px - 97px);
    }
    
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 73px - 97px);
    }
    
    .new-homepage-image-wrapper .hp-intro-arrow {
        width: 35px;   
    }
    
    .new-homepage-image-wrapper:after {
        height: 50px;
    }
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
     .new-homepage-intro .new-main-title {  
        font-size: 42px !important;
    }
     .new-homepage-intro .new-main-title span {  
        font-size: 42px !important;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 32px !important;
    }
    
    
    
    .new-homepage-intro .new-main-title i {
        font-size: 32px !important;
    }
    
    .new-homepage-image-wrapper:after {
        height: 50px;
    }
    
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 107px - 97px);
    }
    
    .new-homepage-image-wrapper img.new-bg-image {
        max-height: calc(95vh - 107px - 97px);
    }
    
    .new-homepage-image-wrapper .hp-intro-arrow {
        width: 30px;   
    }
    .hp-property-form-message {
        font-size: 14px;
    }
}






    
 .content-wrapper.non-hp.sector-content-wrapper {
   padding-top:0px;
}

.content-wrapper.non-hp.sector-content-wrapper .inner-content:first-child::before {
    margin-bottom: 0px;   
}
.content-wrapper.non-hp.sector-content-wrapper .inner-content .content-section {
    margin-top: 30px;   
}







@media only screen and (min-width: 768px) and (max-width: 1000px) {
    

    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 28px;
    }

    .content-wrapper .inner-content .hp-search .select-menu {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
        width: 180px;
        font-size: 20px;
        background-position: 11px 17px;
        background-size: 20px;
    }

    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:before {
        width: 30px;
        height: 30px;        
        top: -0.2em;
        
        -webkit-box-shadow: inset 0 0 0 5px #002e51;
                box-shadow: inset 0 0 0 5px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:hover:before {
        -webkit-box-shadow: inset 0 0 0 5px #002e51;
                box-shadow: inset 0 0 0 5px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 5px #002e51;
                box-shadow: inset 0 0 0 5px #002e51; }
    
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
 
     

    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 28px;
        margin-bottom: 0.7em;
    }

    .content-wrapper .inner-content .hp-search .select-menu {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 180px;
        font-size: 18px;
        background-position: 11px 17px;
        background-size: 20px;
    }
    
    .content-wrapper .inner-content .hp-search .radio {
        margin-top: 20px;   
    }

    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:before {
        width: 26px;
        height: 26px;        
        top: -0.2em;
        
        -webkit-box-shadow: inset 0 0 0 4px #002e51;
                box-shadow: inset 0 0 0 4px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:hover:before {
        -webkit-box-shadow: inset 0 0 0 4px #002e51;
                box-shadow: inset 0 0 0 4px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 4px #002e51;
                box-shadow: inset 0 0 0 4px #002e51; }
    
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
 
     

    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 24px;
        margin-bottom: 0.7em;
    }

    .content-wrapper .inner-content .hp-search .select-menu {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 180px;
        font-size: 16px;
        background-position: 11px 14px;
        background-size: 20px;
    }
    
    .content-wrapper .inner-content input[type="submit"] {
        font-size: 18px;   
    }
    
    .content-wrapper .inner-content .hp-search .radio {
        margin-top: 12px;   
    }
    .content-wrapper .inner-content .hp-search .radio label {
        font-size: 16px !important;   
    }

    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:before {
        width: 22px;
        height: 22px;        
        top: -0.2em;
        
        -webkit-box-shadow: inset 0 0 0 2px #002e51;
                box-shadow: inset 0 0 0 2px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:hover:before {
        -webkit-box-shadow: inset 0 0 0 2px #002e51;
                box-shadow: inset 0 0 0 2px #002e51; }
      .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 2px #002e51;
                box-shadow: inset 0 0 0 2px #002e51; }
    
}



@media only screen and (min-width: 1041px) and (max-width: 1315px) {

    .site-map .site-map-menu .menu-site-map-container li {
        font-size: 15px;
    }

    .site-map .site-map-menu .menu-site-map-container li ul li a { 
        font-size: 15px;
    }


    .site-map-contact p {
        font-size: 15px;
    }

    

    .site-map-contact .social a {    
        max-height: 45px;
    }


    .site-map-contact .social a img {
        max-height: 35px;
    }
    .home-news .inner-content {
        padding-bottom: 2em;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item {
      width: calc(25% - 15px);
      margin-right: 20px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title {
        font-size: 18px;
        margin: 10px 10px;
    }
    
    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom {
        width: calc(100% - 20px);
        padding: 20px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom .date {
        font-size: 16px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more {
        font-size: 16px;
    }

    .home-news.content-wrapper .inner-content .content-section a.view-all-news {
        font-size: 20px;
    }

    .hp-new-contact .hp-contact-left {
        width: calc(50% - 30px);   
        margin-right: 30px;
    }

    .hp-new-contact .hp-contact-left h2.title {
        font-size: 40px;
    }
    .hp-new-contact .hp-contact-left p {
        font-size: 20px;
    }

     .hp-new-contact .hp-contact-right .input input, .hp-new-contact .hp-contact-right .input textarea {
            
            font-size: 20px;
      }
    .hp-new-contact .hp-contact-left .input.checkbox p:last-child {
        font-size: 18px;
    }
    .hp-new-contact .hp-contact-right input[type="submit"] {
          padding: 10px 75px;
        font-size: 20px;
    }


    .hp-new-contact .hp-contact-right .wpcf7-not-valid-tip {
        font-size: 16px;
    }

    .hp-new-contact .hp-contact-right {
        width: 50%;  
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons p {
        max-width: 200px;
    }

    .hp-new-contact .hp-contact-left .extra-contact .social-icons a {
        max-height: 50px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a img {
        max-height: 50px;
    }


    .hp-new-contact .hp-contact-left .extra-contact img.rics {
        max-width: 300px;
    }
    .hp-new-contact #wpcf7-f9991-o1 form .wpcf7-response-output {
        margin-left: 50% !important;
        margin-top: 20px !important;
    }
    
     .content-wrapper.non-hp.sector-content-wrapper {
       padding-top:30px;
    }
    
    .sector-wrapper {
        padding-bottom: 10em;
    }

    .sector-wrapper .sector-left-side {
        width: 430px;
        margin-right: 20px;
    }

    .sector-wrapper .sector-left-side p {
        font-size: 26px !important;
    }

    .sector-wrapper .sector-right-side {
        width: calc(100% - 430px - 20px);
    }



    .sector-wrapper .sector-right-side p {
        width: 100% !important;
        font-size: 22px !important;
    }
    
    .featured-image {
        margin-top: -17px;
    }
    
    
    

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    
    .site-map .site-map-menu .menu-site-map-container {
        width: calc(100% - 125px);
    }
    
    .site-map-contact {
        width: 125px;
    }
  
    .site-map .site-map-menu .menu-site-map-container li {
        font-size: 13px;
    }

    .site-map .site-map-menu .menu-site-map-container li ul li a { 
        font-size: 13px;
    }


    .site-map-contact p {
        font-size: 13px;
    }

    

    .site-map-contact .social a {    
        max-height: 40px;
    }


    .site-map-contact .social a img {
        max-height: 30px;
    }

    .home-news .inner-content {
        padding-bottom: 0.01em;
    }

    .home-news.content-wrapper .inner-content .content-section h2 {
        margin-bottom: 0.75em;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item {
      width: calc(33.3333% - 12px);
        margin-right: 18px;
        padding-bottom: 4em;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item:nth-child(3) {
        margin-right: 0px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item:last-child {
        display:none;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title {
        font-size: 18px;
        margin: 10px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom {
        width: calc(100% - 20px);
        padding: 15px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom .date {
        font-size: 14px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more {
        font-size: 14px;
    }

    .home-news.content-wrapper .inner-content .content-section a.view-all-news {
        font-size: 20px;
    }

    .hp-new-contact .hp-contact-left {
        width: calc(55% - 30px);   
        margin-right: 30px;
    }

    .hp-new-contact .hp-contact-left h2.title {
        font-size: 30px;
    }
    .hp-new-contact .hp-contact-left p {
        font-size: 20px;
    }

     .hp-new-contact .hp-contact-right .input input, .hp-new-contact .hp-contact-right .input textarea {
            font-size: 18px;
     }
    .hp-new-contact .hp-contact-left .input.checkbox p:last-child {
        margin-left: 40px;
        width: calc(100% - 40px);
        font-size: 16px;
    }
    .hp-new-contact .hp-contact-left .input .wpcf7-list-item label input:checked ~ span:after {
      width: 19px;
      height: 19px; 
    }
    .hp-new-contact .hp-contact-left .input .wpcf7-list-item label span {
        height: 25px;
        width: 25px;
    }
    .hp-new-contact .hp-contact-right input[type="submit"] {
          padding: 10px 70px;
          ont-size: 18px;
    }


    .hp-new-contact .hp-contact-right .wpcf7-not-valid-tip {
        font-size: 14px;
    }

    .hp-new-contact .hp-contact-right {
        width: 45%;  
        padding-top: 10px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons p {    
        margin-top: 2em;
        max-width: 200px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a {    
        max-height: 50px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a img {
        max-height: 50px;
    }

    .hp-new-contact .hp-contact-left .extra-contact img.rics {
        max-width: 300px;
    }
    
    .hp-new-contact #wpcf7-f9991-o1 form .wpcf7-response-output {
        margin-left: 55% !important;
        margin-top: 15px !important;
    }
    
    
    .content-wrapper.non-hp.sector-content-wrapper {
       padding-top:25px;
    }
    
    .sector-wrapper {
        padding-bottom: 10em;
    }

    .sector-wrapper .sector-left-side {
        width: 320px;
        margin-right: 20px;
    }

    .sector-wrapper .sector-left-side p {
        font-size: 20px !important;
    }

    .sector-wrapper .sector-right-side {
        width: calc(100% - 320px - 20px);
    }



    .sector-wrapper .sector-right-side p {
        width: 100% !important;
        font-size: 20px !important;
    }
    
    .featured-image {
        margin-top: -17px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .footer-menu-wrapper {
        float:left;   
    }
    .site-map {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    
 .site-map .site-map-menu .menu-site-map-container {
        display:none;
    }
    
    .site-map-contact {
        float:right;
    }

    .home-news .inner-content {
        padding-bottom: 0.01em;
    }

    .home-news.content-wrapper .inner-content .content-section h2 {
        margin-bottom: 0.75em;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item {
      width: calc(50% - 10px);
        margin-right: 20px;
        padding-bottom: 4em;
        margin-bottom: 20px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title {
        font-size: 16px;
        margin: 10px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom .date {
        font-size: 14px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more {
        font-size: 14px;
    }


    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more:hover {
        color: #ffffff;
    }

    .home-news.content-wrapper .inner-content .content-section a.view-all-news {
        font-size: 20px;
    }

    .hp-new-contact #wpcf7-f9992-o2 form .wpcf7-response-output {
        border: 0px !important;
        margin: 0px  !important;
        padding: 0px !important;
        color: #ffffff;
        margin-left: 0 !important;
    }

    .hp-new-contact .hp-contact-left {
        width: 100%;   
        margin-right: 0px;
    }

    .hp-new-contact .hp-contact-left h2.title {
        font-size: 42px;
    }
    .hp-new-contact .hp-contact-left p {
        font-size: 18px;
    }

    .hp-new-contact .hp-contact-left .input {
          margin-bottom: 10px; }

     .hp-new-contact .hp-contact-right .input input, .hp-new-contact .hp-contact-right .input textarea {
            font-size: 20px; }
    
    .hp-new-contact .hp-contact-left .input.checkbox p:last-child {
        font-size: 18px;
    }
        .hp-new-contact .hp-contact-right input[type="submit"] {
          margin-top: 20px; 
    margin-bottom: 20px;}


    .hp-new-contact .hp-contact-right .wpcf7-not-valid-tip {

        margin-bottom: 10px;
        font-size: 18px;
        color: #ffffff;
    }

    .hp-new-contact .hp-contact-right {
        width: 100%;  
    }



    .hp-new-contact .hp-contact-left .extra-contact .social-icons p {    
        max-width: 250px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a {    
        max-height: 60px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a img {
        max-height: 60px;
    }


    .hp-new-contact .hp-contact-left .extra-contact img.rics {
        max-width: 300px;
    }
    
    .content-wrapper.non-hp.sector-content-wrapper {
       padding-top:25px;
    }

    .sector-wrapper .sector-left-side {
        width: 100%;
        margin-right: 0;
    }

    .sector-wrapper {
        padding-bottom: 4em;
    }

    .sector-wrapper .sector-left-side p {
        font-size: 24px !important;
        margin-bottom: 1em !important;
    }

    .sector-wrapper .sector-right-side {
        width: 100%;
    }



    .sector-wrapper .sector-right-side p {
        width: 100% !important;
        font-size: 20px !important;
    }
    
    
    
    
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
    .site-map {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    
 .site-map .site-map-menu .menu-site-map-container {
        display:none;
    }
    
    .site-map-contact {
        margin-bottom: 50px;
    }
    .home-news .inner-content {
        padding-bottom: 0.01em;
    }

    .home-news.content-wrapper .inner-content .content-section h2 {
        margin-bottom: 0.75em;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item {
      width: 100%;
        margin-right: 0;
        padding-bottom: 4em;
        margin-bottom: 20px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item a.news-title {
        font-size: 18px;
        margin: 10px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom .date {
        font-size: 16px;
    }

    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more {
        font-size: 16px;
    }


    .home-news.content-wrapper .inner-content .content-section .news-wrapper .hp-news-item .bottom a.hp-news-more:hover {
        color: #ffffff;
    }

    .home-news.content-wrapper .inner-content .content-section a.view-all-news {
        font-size: 20px;
    }

    .hp-new-contact #wpcf7-f9992-o2 form .wpcf7-response-output {
        border: 0px !important;
        margin: 0px  !important;
        padding: 0px !important;
        color: #ffffff;
        margin-left: 0 !important;
    }

    .hp-new-contact .hp-contact-left {
        width: 100%;   
        margin-right: 0px;
    }

    .hp-new-contact .hp-contact-left h2.title {
        font-size: 42px;
    }
    .hp-new-contact .hp-contact-left p {
        font-size: 18px;
    }

    .hp-new-contact .hp-contact-left .input {
          margin-bottom: 10px; }

     .hp-new-contact .hp-contact-right .input input, .hp-new-contact .hp-contact-right .input textarea {
            font-size: 20px; }
    
    .hp-new-contact .hp-contact-left .input.checkbox p:last-child {
        font-size: 18px;
    }
        .hp-new-contact .hp-contact-right input[type="submit"] {
          margin-top: 20px; 
    margin-bottom: 20px;}


    .hp-new-contact .hp-contact-right .wpcf7-not-valid-tip {

        margin-bottom: 10px;
        font-size: 18px;
        color: #ffffff;
    }

    .hp-new-contact .hp-contact-right {
        width: 98%;  
    }



    .hp-new-contact .hp-contact-left .extra-contact .social-icons p {    
        max-width: 250px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a {    
        max-height: 60px;
    }


    .hp-new-contact .hp-contact-left .extra-contact .social-icons a img {
        max-height: 60px;
    }


    .hp-new-contact .hp-contact-left .extra-contact img.rics {
        max-width: 300px;
    }
    
    .content-wrapper.non-hp.sector-content-wrapper {
       padding-top:0px;
    }

    .sector-wrapper .sector-left-side {
        width: 100%;
        margin-right: 0;
    }

    .sector-wrapper {
        padding-bottom: 4em;
    }

    .sector-wrapper .sector-left-side p {
        font-size: 24px !important;
        margin-bottom: 1em !important;
    }

    .sector-wrapper .sector-right-side {
        width: 100%;
    }



    .sector-wrapper .sector-right-side p {
        width: 100% !important;
        font-size: 20px !important;
    }



}




















.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px; }
  .footer .footer-line {
    background: #80ba27;
    max-width: 170px;
    width: 12.5%;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 0px; }
  .footer .address {
    width: 30%;
    line-height: 1.8em; }
    .footer .address img {
      max-width: 250px; }
    .footer .address .address-details {
      font-size: 18px;
      color: #444444;
      margin-top: 1.5em;
      font-weight: 200; }
      .footer .address .address-details:first-line {
        font-weight: bold;
        color: #002e51;
        font-size: 20px; }
      .footer .address .address-details br:nth-child(3), .footer .address .address-details br:nth-child(5) {
        display: none; }
  .footer .social {
    width: 30%; }
    .footer .social .social-icons {
      width: 100%; }
      .footer .social .social-icons a {
        display: inline-block;
        width: 45px;
        margin-right: 20%; }
        .footer .social .social-icons a:nth-last-child(1) {
          margin-right: 0px; }
        .footer .social .social-icons a:hover {
          opacity: 0.7; }
    .footer .social .rics {
      width: calc(40% + 135px);
      margin-top: 90px; }
  .footer .newsletter {
    width: 40%; }
    .footer .newsletter h3 {
      color: #002e51;
      font-size: 28px;
      margin-bottom: 0.5em; }
    .footer .newsletter #mc_embed_signup input {
      width: calc(100% - 30px);
      border: 0px;
      background: #ededed;
      font-size: 20px;
      color: #444444;
      padding: 10px 15px;
      font-weight: 200;
      font-family: "Basis", Arial, Helvetica, san-serif;
      margin-bottom: 5px; }
    .footer .newsletter #mc_embed_signup input[type=submit] {
      background: #80ba27;
      width: auto;
      padding: 10px 15px;
      color: #ffffff;
      font-weight: normal;
      cursor: pointer;
      border: 1px solid #80ba27; }
      .footer .newsletter #mc_embed_signup input[type=submit]:hover {
        color: #80ba27;
        background: #ffffff; }

.footer-menu-wrapper {
  text-align: center; }
  .footer-menu-wrapper .footer-menu {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 20px; }
    .footer-menu-wrapper .footer-menu .copyright {
      display: block;
      color: #444444;
      font-size: 16px;
      margin-right: 20px;
      margin-left: 20px; margin-bottom: 20px;}
    .footer-menu-wrapper .footer-menu .menu-footer-menu-container {
      float: left; }
      .footer-menu-wrapper .footer-menu .menu-footer-menu-container li {
        display: inline-block; }
        .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a {
          color: #444444;
          font-size: 14px;
          margin-right: 20px;
          margin-left: 20px; }
          .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a:hover {
            color: #80ba27; }

.footer-legal {
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #444444;
}

.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 75px; }
    .footer .address {
      width: 30%; }
      .footer .address img {
        max-width: 170px; }
      .footer .address .address-details {
        font-size: 16px;
        margin-top: 1em; }
        .footer .address .address-details:first-line {
          font-size: 18px; }
    .footer .social {
      width: 30%; }
      .footer .social .social-icons {
        width: 90%; }
        .footer .social .social-icons a {
          width: 30px; }
      .footer .social .rics {
        width: calc(40% + 90px);
        margin-top: 80px; }
    .footer .newsletter {
      width: 40%; }
      .footer .newsletter h3 {
        font-size: 20px; }
      .footer .newsletter #mc_embed_signup input {
        width: calc(100% - 24px);
        font-size: 18px;
        padding: 5px 12px; }
      .footer .newsletter #mc_embed_signup input[type=submit] {
        padding: 5px 12px; }
  .footer-menu-wrapper .footer-menu .copyright {
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px; }
  .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a {
    color: #444444;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px; }
    .register-login {
     margin-top: -85px;   
    }
    .register-login a {
        font-size: 22px;
        
    }
  .mobile {
    display: none; }
  .desktop {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 75px; }
    .footer .footer-line {
      height: 4px; }
    .footer .address {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%; }
      .footer .address img {
        max-width: 200px; }
      .footer .address .address-details {
        font-size: 16px; }
        .footer .address .address-details:first-line {
          font-size: 18px; }
    .footer .social {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 50%; }
      .footer .social .social-icons {
        width: 100%;
        text-align: center; }
        .footer .social .social-icons a {
          display: inline-block;
          width: 35px;
          margin-right: 10%;
          margin-left: 10%; }
          .footer .social .social-icons a:nth-last-child(1) {
            margin-right: 10%; }
      .footer .social .rics {
        width: calc(115% - 135px);
        margin: 0 auto;
        margin-top: 80px; }
    .footer .newsletter {
      position: relative;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      margin-bottom: 50px;
      padding-bottom: 50px; }
      .footer .newsletter:after {
        content: "";
        background: #80ba27;
        max-width: 170px;
        width: 12.5%;
        height: 4px;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .footer .newsletter h3 {
        font-size: 22px; }
      .footer .newsletter #mc_embed_signup input {
        width: calc(100% - 20px);
        font-size: 18px;
        padding: 7px 10px; }
  .footer-menu-wrapper .footer-menu .copyright {
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px; }
  .footer-menu-wrapper .footer-menu .menu-footer-menu-container li {
    display: inline-block; }
    .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a {
      font-size: 13px;
      margin-right: 10px;
      margin-left: 10px; }
    .register-login {
     margin-top: -75px;   
    }
    .register-login a {
        font-size: 20px;
        width: 100%;
        max-width: 50%;
        
    }
  .mobile {
    display: none; }
  .desktop {
    display: block; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer .footer-line {
      height: 4px; }
    .footer .address {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 55%; }
      .footer .address img {
        max-width: 145px; }
      .footer .address .address-details {
        font-size: 14px; }
        .footer .address .address-details:first-line {
          font-size: 16px; }
    .footer .social {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 45%; }
      .footer .social .social-icons {
        width: 100%;
        text-align: center; }
        .footer .social .social-icons a {
          display: inline-block;
          width: 25px;
          margin-right: 5%;
          margin-left: 5%; }
          .footer .social .social-icons a:nth-last-child(1) {
            margin-right: 5%; }
      .footer .social .rics {
        width: 65%;
        margin: 0 auto;
        margin-top: 40px; }
    .footer .newsletter {
      position: relative;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .footer .newsletter:after {
        content: "";
        background: #80ba27;
        max-width: 170px;
        width: 12.5%;
        height: 3px;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .footer .newsletter h3 {
        font-size: 22px; }
      .footer .newsletter #mc_embed_signup input {
        width: calc(100% - 20px);
        font-size: 18px;
        padding: 7px 10px; }
  .footer-menu-wrapper {
    text-align: left; }
    .footer-menu-wrapper .footer-menu {
      text-align: left; }
      .footer-menu-wrapper .footer-menu .copyright {
        display: block;
        float: none;
        font-size: 14px;
        margin-right: 0px;
        margin-left: 0px; }
      .footer-menu-wrapper .footer-menu .menu-footer-menu-container {
        float: none; }
        .footer-menu-wrapper .footer-menu .menu-footer-menu-container li {
          display: block; }
          .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a {
            font-size: 14px;
            margin-right: 0px;
            margin-left: 0px; }
    .register-login {
        margin-top: 0px;  
        margin-bottom: 140px;
    }
    .register-login a {
        width: calc(100% - 40px);    
    }
  .mobile {
    display: block; }
  .desktop {
    display: none; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer .footer-line {
      height: 4px; }
    .footer .address {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 55%; }
      .footer .address img {
        max-width: 145px; }
      .footer .address .address-details {
        font-size: 14px; }
        .footer .address .address-details:first-line {
          font-size: 16px; }
    .footer .social {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 45%; }
      .footer .social .social-icons {
        width: 100%;
        text-align: center; }
        .footer .social .social-icons a {
          display: inline-block;
          width: 25px;
          margin-right: 5%;
          margin-left: 5%; }
          .footer .social .social-icons a:nth-last-child(1) {
            margin-right: 5%; }
      .footer .social .rics {
        width: 65%;
        margin: 0 auto;
        margin-top: 40px; }
    .footer .newsletter {
      position: relative;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .footer .newsletter:after {
        content: "";
        background: #80ba27;
        max-width: 170px;
        width: 12.5%;
        height: 3px;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .footer .newsletter h3 {
        font-size: 22px; }
      .footer .newsletter #mc_embed_signup input {
        width: calc(100% - 20px);
        font-size: 18px;
        padding: 7px 10px; }
  .footer-menu-wrapper {
    text-align: left; }
    .footer-menu-wrapper .footer-menu {
      text-align: left; }
      .footer-menu-wrapper .footer-menu .copyright {
        display: block;
        float: none;
        font-size: 14px;
        margin-right: 0px;
        margin-left: 0px; }
      .footer-menu-wrapper .footer-menu .menu-footer-menu-container {
        float: none; }
        .footer-menu-wrapper .footer-menu .menu-footer-menu-container li {
          display: block; }
          .footer-menu-wrapper .footer-menu .menu-footer-menu-container li a {
            font-size: 14px;
            margin-right: 0px;
            margin-left: 0px; }
    .register-login {
        margin-top: 0px; 
        margin-bottom: 140px;
    }
  .mobile {
    display: block; }
  .desktop {
    display: none; } }




@media only screen and (min-height: 601px) and (max-height: 800px) {

    .new-homepage-intro .new-main-title {
        font-size: 68px !important;
        
    }

    .new-homepage-intro .new-main-title span {
        font-size: 68px !important; 
    }

    .new-homepage-intro .new-main-title span:first-line {
        font-size: 56px !important; 
        font-weight: 300 !important;
    }
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 174px - 30px);
    }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 30px;   
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .content-wrapper .inner-content .hp-search {
        margin-bottom: 0px;   
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 20px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px; 
        padding: 6px 20px 6px 55px;   
    }
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
    }
    .content-wrapper .inner-content .hp-search .radio label {
        font-size: 24px;   
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;   
    }
    
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 24px;
        padding: 6px 40px;
    }
    
    .hp-search-wrapper {
        bottom: -5%;   
    }

}











@media screen and ( max-height: 600px ) { 

    .new-homepage-intro .new-main-title {
        font-size: 58px !important;
        
    }

    .new-homepage-intro .new-main-title span {
        font-size: 58px !important; 
    }

    .new-homepage-intro .new-main-title span:first-line {
        font-size: 48px !important;     
        font-weight: 300 !important;}
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 174px - 30px);
    }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 30px;   
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .content-wrapper .inner-content .hp-search {
        margin-bottom: 0px;   
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 20px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px; 
        padding: 6px 20px 6px 55px;   
    }
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
    }
    .content-wrapper .inner-content .hp-search .radio label {
        font-size: 24px;   
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;   
    }
    
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 24px;
        padding: 6px 40px;
    }
    
    .hp-search-wrapper {
        bottom: -5%;   
    }

}


@media screen and ( max-height:525px ) { 

    .new-homepage-intro .new-main-title {
        font-size: 40px !important;
        
    }

    .new-homepage-intro .new-main-title br {
        display:none;
        
    }

    .new-homepage-intro .new-main-title span {
        font-size: 40px !important; 
        font-weight: bold !important;
    }

    .new-homepage-intro .new-main-title span:first-line {
        font-size: 40px !important;     
        font-weight: bold !important;}
    
    .new-homepage-image-wrapper {
        height: calc(100vh - 174px - -30px);
        min-height: 310px;
    }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 24px;   
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .content-wrapper .inner-content .hp-search {
        margin-bottom: 0px;   
    }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 20px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px; 
        padding: 6px 20px 6px 55px;   
    }
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 30px;
        height: 30px;
    }
    .content-wrapper .inner-content .hp-search .radio label {
        font-size: 24px;   
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;   
    }
    
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 24px;
        padding: 6px 40px;
    }
    
    .hp-search-wrapper {
        bottom: -5%;   
    }

}


@media only screen and (min-width: 481px) and (max-width: 767px) {
    .new-homepage-intro .new-main-title {  
        font-size: 35px !important;
    }
     .new-homepage-intro .new-main-title span {  
        font-size: 35px !important;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 28px !important;
    }
    
    .new-homepage-intro .new-main-title i {
        font-size: 28px !important;
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 24px;
        height: 24px;
    }
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 17px;
        padding: 6px 40px;
        -webkit-appearance: none; border-radius: 0;
    }
    .content-wrapper .inner-content .radio label {
        font-size: 18px !important;
      }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 55px;
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
      }
    .content-wrapper .inner-content .content-section.hp-search h2 {
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 170px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 40px;
      }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
      }
    
    
}




@media only screen and (max-width: 480px), screen and (max-device-width: 480px), only screen and (min-height: 601px) and (max-height: 800px) {
     .new-homepage-intro .new-main-title {  
        font-size: 35px !important;
    }
     .new-homepage-intro .new-main-title span {  
        font-size: 35px !important;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 28px !important;
    }
    
    .new-homepage-intro .new-main-title i {
        font-size: 28px !important;
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 24px;
        height: 24px;
    }
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 17px;
        padding: 6px 40px;
        -webkit-appearance: none; border-radius: 0;
    }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 55px;
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
      }
    .content-wrapper .inner-content .content-section.hp-search h2 {
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 140px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 40px;
      }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
      }
}


@media only screen and (min-height: 601px) and (max-height: 800px) {
    .content-wrapper .inner-content .hp-search {
    margin-bottom: 40px;
  }
    
      .content-wrapper .inner-content .hp-search .radio {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
    width: 24px;
    height: 24px;
    box-shadow: inset 0 0 0 4px #002e51;
  }
    .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label::before {
      background-color: #80ba27;
      -webkit-box-shadow: inset 0 0 0 4px #002e51;
      box-shadow: inset 0 0 0 4px #002e51;
    }

    .content-wrapper .inner-content .hp-search .radio input[type="radio"]:checked + .radio-label:hover::before {
      background-color: #80ba27;
      -webkit-box-shadow: inset 0 0 0 4px #002e51;
      box-shadow: inset 0 0 0 4px #002e51;
    }

        .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label:hover::before {
      background-color: #80ba27;
      -webkit-box-shadow: inset 0 0 0 4px #002e51;
      box-shadow: inset 0 0 0 4px #002e51;
    }
    
    
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px), only screen and (min-height: 601px) and (max-height: 800px) {
    .content-wrapper .inner-content .hp-search {
    margin-bottom: 70px;
  }
}


@media only screen and (min-width: 1316px) and (max-width: 1675px) {
    .content-wrapper .inner-content .hp-search {
    margin-bottom: 80px;
  }
}






@media only screen and (max-width: 390px), screen and (max-device-width: 390px), only screen and (max-height: 660px), only screen and (-webkit-min-device-pixel-ratio: 3) {
    .new-homepage-intro .new-main-title {  
        font-size: 30px !important;
    }
     .new-homepage-intro .new-main-title span {  
        font-size: 30px !important;
    }
    
    .new-homepage-intro .new-main-title:first-line {
        font-size: 24px !important;
    }
    
    .new-homepage-intro .new-main-title i {
        font-size: 24px !important;
    }
    
    .content-wrapper .inner-content .hp-search .radio input[type="radio"] + .radio-label::before {
        width: 24px;
        height: 24px;
    }
    .content-wrapper .inner-content .hp-search input[type="submit"] {
        font-size: 17px;
        padding: 6px 40px;
        -webkit-appearance: none; border-radius: 0;
    }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 225px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 55px;
    }
    .content-wrapper .inner-content .hp-search .radio {
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
      }
    .content-wrapper .inner-content .content-section.hp-search h2 {
      font-size: 18px !important;
      margin-bottom: 20px;
      margin-top: 0px;
    }
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 140px;
        font-size: 20px;
        background-position: 11px 12px;
        padding: 6px 20px 6px 40px;
      }
    
    .content-wrapper .inner-content .content-section.hp-search h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 0px;
      }
    
    .content-wrapper .inner-content .hp-search .select-menu {
        margin-bottom: 10px;
        max-width: 140px;
        font-size: 16px !important;
        background-position: 11px 12px;
        padding: 4px 20px 4px 40px;
      }
}




.logos-ticker {
  overflow: hidden; /* Hide overflow content */
  position: relative; /* Position relative to this container */
  width: 100%; /* Full width */
  margin: 80px 0;
}

.logos-ticker h2 {
	position: relative;
    z-index: 600;
    color: #80ba27;
    margin-bottom: 0.5em;
    font-size: 60px;
}

.logos-wrap {
  display: flex; /* Flexbox for horizontal alignment */
  flex-wrap: nowrap; /* Prevent wrapping */
  animation: scroll linear infinite; /* Infinite linear animation */
	align-items: center;
}

.logos-wrap .logo {
	width: 150px;
    flex-shrink: 0;
	margin-right: 60px; /* Space between logos */
}

.logos-wrap img {
  display: block; /* Block display to avoid extra spacing */
}


@media screen and (max-width: 1315px) {
	.logos-ticker h2 {
		font-size: 45px;
	}
}

@media screen and (max-width: 1024px) {
	.logos-wrap .logo {
		width: 75px;
		margin-right: 30px; /* Space between logos */
	}
	.logos-ticker h2 {
		font-size: 30px;
	}
	.logos-ticker {
	  margin: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.logos-ticker h2 {
		font-size: 42px;
	}
}
@media screen and (max-width: 480px) {
	.logos-ticker h2 {
		font-size: 36px;
	}
	.logos-ticker {
	  margin: 30px 0;
	}
}

/* Keyframes for smooth scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(0); /* Start at the beginning */
  }
  100% {
    transform: translateX(-50%); /* Move left by half the width of the duplicated content */
  }
}


.new-contact-form {
	margin-top: 20px;
}

.new-contact-form input,
.new-contact-form textarea  {
	font-family: "Basis", Arial, Helvetica, san-serif;
    font-size: 20px;
    border: 0px;
    resize: none;
    background: #ededed;
    padding: 6px;
    width: calc(100%);
    max-width: 1000px;
    color: #444444;
    box-sizing: border-box;
}

.new-contact-form textarea  {
    height: 80px;
}

.new-contact-form select {
	width: 100%;
    border: 0px;
    margin-right: 30px;
    background-color: #ededed;
    background-image: url(../images/down-arrow-green.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
    color: #9a9a9a;
    padding: 6px 55px 6px 10px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 15px top 22px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
    font-family: "Basis", Arial, Helvetica, san-serif;
}

.new-contact-form .checkbox {    
	position: relative;
}

.new-contact-form .checkbox p:last-child {        
	margin-left: 20px;
    max-width: 900px;
    font-size: 18px;
}

.new-contact-form .wpcf7-list-item label {       
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.new-contact-form .wpcf7-list-item label input {       
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.new-contact-form .wpcf7-list-item label span {
    height: 35px;
    width: 35px;
    background-color: #dddddd;
    display: block;
}


.new-contact-form .wpcf7-list-item label input:checked ~ span:after {           
	content: "";
    width: 27px;
    height: 27px;
    background-color: #80ba27;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid #ffffff;
}

.new-contact-form .wpcf7-list-item {
	margin: 0!important;
}

.new-contact-form .wpcf7-spinner {
	position: absolute;
	opacity: 0!important;
}

.new-contact-form .input {
margin-bottom: 5px;
}

.new-contact-form p {
	line-height: 0;
}
.new-contact-form .checkbox p {
	line-height: 1;
}

.new-contact-form .checkbox .wpcf7-list-item {
	height: 100%
}
.new-contact-form .checkbox {
    display: flex;
	align-items: center;
}

.new-contact-form .wpcf7-not-valid-tip {
	line-height: 1;
	font-size: 16px;
}

.new-contact-form .wpcf7-response-output {
    font-size: 16px !important;
    padding: 0px 10px !important;
}

.service-footer .image .info {
    font-size: 30px;
}

@media only screen and (min-width: 1041px) and (max-width: 1315px) {
	.service-footer .image .info {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1120px) {
	.service-footer .image .info {
		font-size: 20px;
        max-width: 300px;
	}
	.page-footer.service-footer .image {
		padding-top: 180px;
	}
	.new-contact-form .checkbox {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.service-footer .image .info {
		font-size: 20px;
        max-width: none;
	}
	.page-footer.service-footer .image {
        padding-top: 550px;

	}
}

.page-footer .page-footer-content {
    justify-content: space-between;
}

.page-footer .page-footer-content .page-footer-logo {
	width: auto;
}

.page-footer .page-footer-content .page-footer-cta {
	position: static;
}


fieldset.hidden-fields-container {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.content-wrapper .inner-content .content-section.property-section {
  .back {
    a {
      font-size: 20px;

      i {
        font-size: 18px;
      }
    }
  }

  h1.title {
    font-size: 40px;
  }
}