/*!
 * Theme Name: Boom Solutions
 * Version: 1.0.3
 * Theme URI: http://boomsolutions.co.uk
 * Description: Boom Solutions Boilerplate Theme
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "Georgia-italic";
  src: url("fonts/georgia-Italic.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: monsterrat-light;
  src: url("fonts/Montserrat-light.ttf"); }

@font-face {
  font-family: monsterrat-reg;
  src: url("fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: "monsterrat-bold";
  src: url("fonts/Montserrat-Bold.ttf"); }

@font-face {
  font-family: "Handletter";
  src: url("fonts/Handletter.otf"); }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

h1, h2, h3, h4 {
  font-family: "Georgia-italic" !important;
  color: #fff !important; }

h1 {
  font-size: 95px !important; }

h2 {
  font-size: 60px !important; }

h3 {
  font-size: 44px !important; }

p {
  font-family: monsterrat-light !important;
  color: #fff;
  font-size: 20px !important; }

body {
  font-family: monsterrat-reg;
  font-size: 140%;
  line-height: 1.5;
  color: #fff;
  background-color: #fff; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #444;
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */

 .wpm-img, .wpm-info, .wpm-title a {
   background-color:transparent !important;
 }

body div.mfp-wrap {
  top: 100px;
  height: calc(100% - 120px);
  z-index: 9999;
}

body .mfp-wrap .mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 1070px !important;
}

.pum-container.pum-responsive img {
  width: 100% !important;
  margin:0px !important;
}

.pum-container p,
.pum-theme-lightbox .pum-container p {
  padding: 0px !important;
}

.contact-container select option {
  font-family: 'monsterrat-light', Helvetica, Arial, sans-serif;
}


.contact-container select {
  color:black;
  font-family: 'monsterrat-light', Helvetica, Arial, sans-serif;
}


html {
  max-width: 100vw; }

.modal {
    z-index: 999999999999999 !important;
}

u {
  text-decoration: none !important;
  border-bottom: 2px solid #ae8c59 !important; }

​
.gf_browser_chrome gform_wrapper {
  display: inline !important; }


.mega-menu-item-1849 .mega-sub-menu { 
width:260px !important;
    border-top:0px !important;
    font-size: 18px !important;
}

.mega-menu-item-1849 .mega-sub-menu .mega-menu-link {
    font-size: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mob-nav {
    z-index: 99999999 !important;
}

popup-link {
color: #00294e !important;
background-color: transparent !important;
padding: 0px !important;
border-radius: 0px !important;
margin-top:0px !important;
}
.popmake-content p, popmake-content a, popmake-content ul, popmake-content li, popmake-content ol {
    color: #00294e !important;
}

.popmake-content u {
    border-bottom: 0px !important;
}

.popmake-content btn-a {
    text-decoration: none !important;
}

.popmake-content a {
    color: #00294e !important;
    text-decoration: underline;
}

.btn-a {
    text-decoration: none !important;
}

.popmake-content h1, popmake-content h2 {
    color: #ae8c59 !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item > a {
  margin-right: 5px !important;
  margin-bottom: 5px !important; }

.btn {
  margin-top: 10px;
  margin-bottom: 10px; }
  .btn a {
    border: solid 3px #457c95;
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff; }
  .btn a:hover {
    background-color: #70b3c8 !important;
    transition-duration: 1s;
    color: #042747 !important; }

.btn-container-what-we-offer {
  margin-top: 10vh;
  margin-bottom: 10px; }

.btn-a {
  padding: 10px;
  border-radius: 30px !important;
  font-size: 20px !important;
  font-family: monsterrat-light;
  background-image: none !important;
  background-color: #042747;
  color: #fff;
  border: 3px solid #70b3c8 !important; }

.btn-a:hover {
  background-color: #70b3c8 !important;
  transition-duration: 1s;
  color: #042747 !important;
  text-decoration: none; }

.btn-arrow2 {
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px; }

/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

.pum-overlay {
    z-index: 9999999999999999999999 !important;
}

/*
#mega-menu-wrap-header-menu #mega-menu-header-menu {
    max-height:60px !important;
}
*/

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

.stamp {
  text-align: right;
  padding-top: 20px;
  display: inline; }
  .stamp p {
    display: inline; }
  .stamp img {
    max-width: 80px;
    display: inline; }

.breadcrumb-container {
  background: #002a4e;
  text-align: center;
  font-size: 30px;
  color: #ae8c59;
  padding: 10px; }
  .breadcrumb-container span {
    color: #ae8c59;
    font-family: monsterrat-light; }

.contact-form-container {
  white-space: nowrap; }

.top-img {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  margin: 0px !important; }

.btn-default {
  background-color: #70b3c8 !important;
  color: #fff !important;
  background-image: none !important;
  border: #70b3c8 solid 1px !important;
  border-radius: 0px !important;
  font-family: monsterrat-light;
  margin-top: 0px; }

.search-input {
  border: 0px !important;
  width: auto;
  padding: 5px;
  margin: 0px;
  height: 30px;
  border-radius: 0px !important; }

.search-submit {
  margin: 0px;
  padding: 5px;
  background-color: #70b3c8 !important;
  color: #fff !important;
  background-image: none !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: monsterrat-light;
  margin-top: 0px;
  position: relative;
  left: -4px;
  height: 30px; }

.form-control {
  border-radius: 0 !important;
  border: none !important; }

.header-row {
  background-color: #002A4E;
  padding: 25px;
  margin: 0px !important; }
  .header-row h1 {
    font-family: monsterrat-light;
    color: #fff; }
  .header-row .top20 {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 90px; }

.right-header-ul {
  list-style: none;
  padding-left: 0;
  font-size: 22px;
  float: right;
  line-height: 40px;
  z-index: 999999999;
  position: relative; }
  .right-header-ul .call-us {
    color: #a38558;
    font-family: Georgia-italic; }
  .right-header-ul .call-us-number {
    color: #fff;
    font-family: monsterrat-light; }
  .right-header-ul .container-border {
    border-bottom: 1px solid #fefefe; }
  .right-header-ul img {
    padding: 10px;
    float: right; }
  .right-header-ul img:hover {
    opacity: 0.7; }

.header-logo-container img {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  max-height: 240px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: "monsterrat-reg" !important; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-right {
  float: none !important; }

a.mega-menu-link {
  font-family: "monsterrat-reg" !important; }

a.mega-menu-link:hover {
  opacity: 0.7 !important; }

li.mega-menu-link:active {
  border-bottom: solid red 5px;
  margin-bottom: 10px !important; }

.mega-menu-item-515 a {
  font-size: 35px !important;
  font-family: "Georgia-italic" !important;
  border-bottom: none !important; }

.mega-menu-item-515 a:hover {
  opacity: 1 !important; }

.mega-menu-item-52 a:hover {
  opacity: 1 !important; }

.mega-menu-item-52 a {
  font-size: 35px !important;
  font-family: "Georgia-italic" !important;
  border-bottom: none !important; }

.about-nav-image img {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  float: right; }

.widget_media_image {
  padding: 0 !important;
  margin: 0 !important; }

.facilities-wrapper {
  padding-top: 75px;
  padding-bottom: 75px; }

.welcome-row {
  background-color: #002A4E;
  padding: 30px 30px 0 0;
  margin: 0px !important; }
  .welcome-row .welcome-text-container {
    padding: 30px; }
  .welcome-row h2 {
    color: #ae8c59 !important;
    font-family: "Georgia-italic";
    font-size: 25px !important;
    padding-left: 15px; }
  .welcome-row h3 {
    color: #ae8c59 !important;
    font-family: "Georgia-italic"; }
  .welcome-row h1 {
    color: #fff;
    font-family: "Georgia-italic";
    font-size: 75px !important;
    margin-bottom: 0px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px; }
  .welcome-row p {
    font-size: 1vw; }
  .welcome-row .sub-text {
    color: #ae8c59;
    font-family: monsterrat-light;
    margin-bottom: 40px;
    font-size: 30px !important; }
  .welcome-row .text {
    font-family: monsterrat-light;
    color: #fff; }
  .welcome-row .welcome-side-img img {
    position: absolute;
    margin-top: 50%;
    left: 0; }
  .welcome-row .btn {
    border-radius: 30px !important;
    font-size: 20px !important;
    font-family: monsterrat-light;
    background-image: none !important;
    background-color: #002A4E;
    color: #fff;
    border: 3px solid #70b3c8 !important;
    margin-top: 40px; }
  .welcome-row .btn:hover {
    background-color: #70b3c8 !important;
    transition-duration: 1s;
    color: #002A4E !important;
    text-decoration: none; }
  .welcome-row .btn-arrow {
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px; }

.gallery-button {
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-radius: 30px;
  border: solid 3px #7FB2C6;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: monsterrat-light;
  font-size: 20px; }
  .gallery-button a {
    font-family: monsterrat-light;
    font-size: 20px;
    color: #fff; }

.gallery-button:hover {
  background-color: #70b3c8;
  color: #002A4E;
  transition-duration: 1s; }

.full-width-banner-img {
  margin: 0px !important;
  padding: 0px !important; }
  .full-width-banner-img img {
    width: 100vw; }

.home-page-container {
  max-width: 100vw !important; }
  .home-page-container .full-width-banner {
    height: auto;
    min-height: 0px;
    overflow: hidden;
    margin: 0px !important; }
  .home-page-container .banner-row {
    padding-top: 5vh;
    min-height: 0px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.full-width-banner {
  height: auto;
  padding: 0px; }

.banner-row {
  padding-top: 5vh;
  margin: 0 auto;
  height: 40vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .banner-row img {
    width: 50vw;
    margin: 0 auto;
    padding-bottom: 5vh;
    position: inherit;
    left: 10vw; }
  .banner-row .banner-text {
    color: #fff;
    font-family: Handletter !important;
    font-size: 5em;
    padding-right: 30%;
    padding-right: 20vw;
    padding-left: 20vw; }
  .banner-row .banner-text-sub {
    font-family: monsterrat-light;
    font-size: 3em;
    color: #fff;
    text-align: right;
    padding-top: 5vh;
    padding-right: 30vw; }

.slider-text {
  padding-bottom: 10px; }

.slider-row {
  height: auto;
  color: #fff;
  background-color: #002A4E;
  border-top: 10px solid #dbceab;
  margin: 0px !important;
  overflow: hidden; }

.slider-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100vw; }

.slider-image {
  height: 690px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  padding: 0 !important;
  margin: 0 !important; }

.slider-btn {
  margin-top: 25px;
  margin-bottom: 25px; }

.slick-slide img {
  display: inline !important; }

.arrow-left {
  position: absolute;
  left: 0;
  height: 50%;
  top: 25%;
  background-color: #70b3c8;
  color: #fff;
  z-index: 999999999; }

.arrow-left img {
  position: relative;
  top: 45%;
  transform: translateY(-45%);
  padding: 5px;
  padding-right: 10px; }

.arrow-right {
  position: absolute;
  right: 0;
  height: 50%;
  background-color: #70b3c8;
  top: 25%; }

.arrow-right img {
  position: relative;
  top: 45%;
  transform: translateY(-45%);
  padding: 5px;
  padding-left: 10px; }

.arrow-right:hover, .arrow-left:hover {
  opacity: 0.7;
  cursor: pointer; }

.slider-text {
  padding-top: 3%; }

.text-container {
  text-align: center;
  padding-left: 10vw !important;
  padding-right: 10vw !important; }
  .text-container h3 {
    padding-top: 50px;
    font-family: Georgia-italic;
    font-size: 1.5vw; }
  .text-container p {
    padding-bottom: 10px;
    font-size: 1vw;
    font-family: monsterrat-light; }

.slider-container {
  padding-left: 50px; }

.what-we-offer-section {
  border-top: 1px solid #ae8c59;
  background-color: #002A4E;
  padding-top: 3%;
  padding-bottom: 3%; }

.what-we-offer-row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.offer-title h3 {
  text-align: center;
  font-size: 60px !important; }

.hr-container {
  height: 100px;
  padding-top: 25px;
  padding-bottom: 45px; }

.our-services {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-family: monsterrat-light; }
  .our-services h3 {
    font-size: 55px !important;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 45px;
    color: #ae8c59 !important; }
  .our-services li {
    display: inline;
    white-space: nowrap;
    border-right: solid 2px #65a5bb;
    /* This will not give border to last li element */
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 70px; }
  .our-services li:first-child {
    border-left: solid 2px #65a5bb; }
  .our-services .service-button {
    padding-top: 100px;
    padding-bottom: 20px; }

.facilities-row {
  border-bottom: 10px solid #dbceab; }

.our-facilities {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: monsterrat-light; }
  .our-facilities h3 {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 45px;
    font-size: 55px !important;
    color: #ae8c59 !important; }
  .our-facilities img {
    padding-bottom: 25px;
    height: 60px; }
  .our-facilities .facility-row-center {
    text-align: center; }
    .our-facilities .facility-row-center .btn-container-what-we-offer {
      margin-top: 10vh;
      margin-bottom: 10px; }
  .our-facilities .row-centered {
    text-align: center; }
  .our-facilities .col-centered {
    display: inline-block;
    float: none; }
  .our-facilities .facilities-div {
    height: 125px;
    width: 150px;
    margin-top: 20px;
    text-align: center;
    border-right: solid 2px #65a5bb; }
  .our-facilities .service-button {
    padding-top: 100px;
    padding-bottom: 20px; }

section.brochure-container {
  background-color: #fff;
  padding-top: 3%;
  padding-bottom: 3%; }

.brochure-container .gform_wrapper .gform_footer input[type=submit] {
  color: #002A4E; }

.brochure-container h1 {
  color: #002a4e !important; }

.brochure-container p {
  color: #002a4e !important; }

.brochure-button {
  color: #002A4E !important;
  border: 2px solid #a5ccd3 !important; }

.brochure-button:hover {
  color: #fff !important; }

.brochure-text-container {
  padding-top: 2%;
  padding-bottom: 2%; }
  .brochure-text-container h3 {
    color: #002A4E !important;
    padding-bottom: 20px; }
  .brochure-text-container p {
    color: #002A4E !important;
    padding-bottom: 20px; }

.our-home-right-image {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat; }
  .our-home-right-image img {
    margin: 0 auto; }

.gallery-row {
  border-top: 10px solid #dbceab;
  background-color: #002A4E;
  padding-top: 3%; }
  .gallery-row h1 {
    margin-bottom: 3%;
    font-size: 65px; }

.image-center {
  text-align: center;
  padding: 10vh;
  background-color: #f7f2e5; }

.our-values-row {
  background-color: #f7f2e5;
  padding-top: 3%;
  padding-bottom: 3%; }
  .our-values-row h2 {
    color: #002A4E !important; }
  .our-values-row .container {
    width: 100%;
    margin: 0 auto; }
    .our-values-row .container img {
      float: right;
      width: 100%; }
  .our-values-row ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 30px; }
  .our-values-row ul.tabs li {
    margin-top: 3%;
    margin-bottom: 1%;
    background: #f7f2e5;
    color: #002A4E;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: solid black 1px;
    border-radius: 20px;
    margin-right: 3%;
    width: 20%;
    font-size: 20px;
    text-align: center;
    font-family: Georgia-italic; }
  .our-values-row ul.tabs li.current {
    background: #002A4E;
    color: #f7f2e5; }
  .our-values-row .tab-content-image {
    height: auto; }
  .our-values-row .tab-content {
    padding-top: 30px;
    display: none;
    height: auto;
    padding: 15px; }
    .our-values-row .tab-content p {
      color: #002A4E; }
    .our-values-row .tab-content h3 {
      padding-top: 20px;
      color: #002A4E !important; }
  .our-values-row .tab-content.current {
    display: inherit; }

.manager-image {
  margin-top: 3%;
  padding-right: 0px !important;
  padding-left: 0px !important; }

.manager_image_image {
  position: relative;
  margin: 10px;
  top: -285px;
  padding-left: 3px; }

.frame-container {
  max-width: 320px;
  margin: auto;
  display: block;
  margin-bottom: 2%;
  height: 350px; }

.manager-title {
  text-align: center;
  margin-bottom: 2%; }
  .manager-title h4 {
    font-size: 20px; }

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

.our-residents-row {
  background: #002A4E; }
  .our-residents-row a {
    color: #fff; }
  .our-residents-row a:hover {
    color: #70b3c8; }

.facility-row {
  border-bottom: 10px solid #dbceab; }

.repeater-row {
  margin-top: 3% !important;
  margin-bottom: 3% !important; }

.repeater-text-left {
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3%;
  padding-right: 30px !important; }

.repeater-text-right {
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 25px; }

.repeater-image {
  height: 600px;
  background-size: cover;
  background-position: center; }

.repeater-image-container {
  padding: 0px !important; }

.faq-row {
  padding-top: 25px;
  background-color: #002A4E; }
  .faq-row h3 {
    color: #ae8c59 !important; }
  .faq-row h2 {
    padding-bottom: 20px; }

.drop-down-container {
  margin-bottom: 3%; }

.contact-button {
  border: 0px !important;
  color: #fff !important; }

.footer {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden; }

.bottom-footer {
  border-top: solid 10px #4ebce2;
  background-color: #f7f2e5;
  padding: 20px;
  height: 150px; }
  .bottom-footer ul {
    list-style: none;
    display: inline-block; }
  .bottom-footer li {
    display: inline-block;
    font-family: monsterrat-light; }
  .bottom-footer li:hover {
    opacity: 0.7;
    cursor: pointer; }

.map {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 !important; }

.widget1 {
  margin-bottom: -20px;
  padding: 0 !important; }

.widget1-container {
  padding-left: 0 !important; }

.widget2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 !important; }

.tg-review-widget-container {
  width: 220px !important; }

.footer-contact {
  color: #fff;
  font-family: monsterrat-light !important;
  font-size: 20px; }
  .footer-contact p {
    font-family: monsterrat-light !important;
    padding: 0 !important; }
  .footer-contact img {
    float: right; }
  .footer-contact a {
    border: solid 3px #457c95;
    border-radius: 30px;
    padding: 10px;
    color: #fff !important; }
  .footer-contact a:hover {
    background-color: #70b3c8 !important;
    transition-duration: 1s;
    color: #002A4E !important; }

.social-btn {
  border: 0px !important;
  float: right;
  position: absolute;
  top: 20px;
  right: 0;
  }

.social-btn-twit {
  border: 0px !important;
  position: absolute;
  top: 20px;
  right: 45px;
  }

  @media(max-width:768px) {
    a.social-btn {
      top: 0;
      }
    
    a.social-btn-twit {
      top: 0;
      }
  }

.sub-footer1 {
  display: inline;
  color: #977c56;
  font-family: Georgia-italic;
  font-size: 25px; }

.sub-footer {
  color: #977c56;
  font-family: Georgia-italic;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 25px;
  margin-left: 0px;
  padding-left: 0px; }

p.sub-footer-p {
  margin-bottom: 15px !important; }

.contact-col {
  padding: 0 !important;
  margin-top: 15px;
  margin-bottom: 30px; }

.contact-row .sub-text {
  margin-bottom: 20px; }

/* Styles for page */
.container {
  width: 70%;
  margin: 150px auto; }

body {
  color: #4B4B4B;
  font-family: sans-serif; }
  body a {
    cursor: pointer;
    color: #4B4B4B;
    text-decoration: none; }
  body .toggle-section h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 25px;
    line-height: 1.5;
    color: #002A4E; }
  body .toggle-section p, body .toggle-section a {
    text-align: left;
    color: #002A4E; }

.title-name {
  letter-spacing: 0px;
  color: #002A4E; }

p {
  font-weight: 200;
  line-height: 1.5;
  font-size: 14px; }

/* Styles for Accordion */
.toggle {
  margin-top: 1%;
  margin-bottom: 1%; }
  .toggle .toggle-title {
    background-color: #fff;
    position: relative;
    display: block;
    border: solid 5px #dbceab;
    margin-bottom: 6px; }
    .toggle .toggle-title h3 {
      font-size: 20px !important;
      margin: 0px;
      line-height: 1;
      cursor: pointer;
      font-weight: 200; }
  .toggle .toggle-inner {
    background-color: #fff;
    border-left: solid 5px #70b3c8;
    border-right: solid 5px #70b3c8;
    border-bottom: solid 5px #70b3c8;
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px; }
    .toggle .toggle-inner div {
      max-width: 100%; }
  .toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 25px; }
  .toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px; }
  .toggle .toggle-title i {
    position: absolute;
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0; }
  .toggle .toggle-title.active i {
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px 0px no-repeat; }

.default-content-row {
  background-color: #002A4E; }

.default-content {
  font-size: 20px !important;
  color: #fff !important;
  margin-top: 3%;
  margin-bottom: 2%;
  padding: 10px;
  font-family: monsterrat-light !important; }
  .default-content table, .default-content td, .default-content tr {
    border: #fff 2px solid;
    padding: 10px; }
  .default-content table {
    margin-top: 3%;
    margin-bottom: 3%; }
  .default-content span {
    font-size: 20px !important;
    color: #fff !important; }
  .default-content p {
    font-size: 20px !important;
    color: #fff !important; }
  .default-content li {
    font-size: 20px !important;
    color: #fff !important;
    font-family: monsterrat-light !important; }
  .default-content ul {
    font-size: 20px !important;
    color: #fff !important; }
  .default-content h1, .default-content h2, .default-content h3, .default-content h4 {
    color: #fff !important;
    font-family: "Georgia-italic" !important; }
  .default-content h1 {
    font-size: 40px !important; }
  .default-content h2 {
    font-size: 30px !important; }
  .default-content h3 {
    font-size: 25px; }
  .default-content a {
    text-decoration: underline;
    color: #fff; }

div.quote-center {
  height: auto; }

.quote-center {
  text-align: center; }
  .quote-center h2 {
    color: #c09b58 !important;
    margin-bottom: 2%;
    padding-top: 2%; }

.quote-repeater-container1 {
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #fff;
  color: #002A4E !important; }
  .quote-repeater-container1 p {
    color: #24425c !important; }

.quote-repeater-container2 {
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #002A4E; }

.quote-container {
  padding-top: 90px;
  text-align: center; }

.button {
  color: #fff;
  background-color: transparent;
  border: solid 3px #457c95;
  padding: 15px;
  border-radius: 25px;
  font-family: monsterrat-light;
  font-size: 25px;
  margin-left: 0px !important;
  margin-top: 3%; }

.button-container {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0px !important;
  padding-left: 0px !important; }

.button:hover {
  background-color: #fff;
  color: #457c95;
  transition-duration: 1s;
  text-decoration: none; }

.repeater-text-right {
  margin-left: 25px !important; }

.news-img-container {
  height: auto;
  text-align: center;
  margin-bottom: 20px; }

.news-container-row {
  margin-bottom: 50px !important; }

.news-text-container h3 {
  color: #fff !important; }

.news-text-container a {
  color: #fff !important; }

.news-text-container p {
  color: #fff !important; }

.view-article {
  text-align: center;
  display: block;
  color: #fff;
  border: solid 3px #457c95;
  margin-top: 20px;
  padding: 10px;
  border-radius: 30px; }

.view-article:hover {
  background-color: #fff;
  color: #002A4E;
  transition-duration: 1s; }

.active {
  color: #000 !important;}

.pagination-container {
  text-align: center;
  color: #fff; }
  .pagination-container .wp-pagenavi a, .pagination-container .wp-pagenavi span {
    color: #fff; }

.news-img-inner-container {
  height: auto;
  text-align: left; }

.inner-news-text-container {
  padding-top: 20px; }
  .inner-news-text-container h1 {
    color: #fff !important;
    padding-left: 15px; }
  .inner-news-text-container a {
    color: #fff !important;
    text-decoration: underline; }
  .inner-news-text-container a:hover {
    color: #70b3c8 !important; }

.single-news-gallery-container {
  padding: 10px;
  margin-bottom: 50px; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  padding-right: 0px !important; }

.contact-name {
  border-bottom: 5px solid #4ebce2;
  padding-right: 0px !important;
  font-family: monsterrat-light !important; }

.contact {
  padding-right: 0px !important;
  font-family: monsterrat-light !important; }

.contact-area {
  padding-right: 0px !important;
  font-family: monsterrat-light !important;
  margin-top: 25px !important; }

.terms-box {
  color: #fff;
  font-family: monsterrat-light !important; }

.terms-content {
  color: #fff;
  font-family: monsterrat-light !important; }
  .terms-content a {
    color: #fff;
    text-decoration: underline; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  padding-left: 5px;
  padding-top: 3px; }

.brochure-btn a {
  background-color: transparent !important;
  color: #0F2745; }

.brochure-row {
  background-color: #f7f2e5;
  padding: 30px 30px 30px 0; }
  .brochure-row .brochure-container {
    padding: 30px; }
    .brochure-row .brochure-container h1 {
      color:#002a4e !important; }
  .brochure-row h2 {
    color: #ae8c59 !important;
    font-family: "Georgia-italic"; }
  .brochure-row h3 {
    color: #ae8c59 !important;
    font-family: "Georgia-italic"; }
  .brochure-row h1 {
    color: #002A4E !important;
    font-family: "Georgia-italic";
    font-size: 75px !important;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px; }
  .brochure-row p {
    font-size: 1vw; }
  .brochure-row .sub-text {
    color: #002A4E;
    font-family: monsterrat-light;
    text-decoration: underline;
    margin-bottom: 20px; }
  .brochure-row .brochure-image-container {
    text-align: center;
    padding-top: 50px; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  padding-top: 5px; }

p.confirmation-text {
  color: #002A4E !important; }

.button-dark-text {
  color: #002A4E;
  background-color: transparent;
  border: solid 1px #457c95;
  padding: 15px;
  border-radius: 25px;
  font-family: monsterrat-light;
  font-size: 25px;
  margin-left: 0px !important;
  margin-top: 3%; }

.button-container {
  margin-top: 50px;
  margin-left: 0px !important;
  padding-left: 0px !important; }

.title-section {
  background: #002A4E;
  padding-top: 5vh;
  padding-bottom: 5vh; }
  .title-section h3 {
    color: #ae8c59 !important; }
  .title-section h1 {
    color: #fff;
    font-family: "Georgia-italic";
    font-size: 75px !important;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px; }
  .title-section .container {
    margin-top: 0px;
    margin-bottom: 0px; }

.slider-row-residents {
  height: 650px;
  color: #002A4E !important;
  background-color: #fff;
  border-top: 10px solid #dbceab;
  margin: 0px !important; }
  .slider-row-residents .text-container {
    padding-left: 10vw !important; }
    .slider-row-residents .text-container h3 {
      color: #002A4E !important; }
    .slider-row-residents .text-container p {
      color: #002A4E !important; }

.video-container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 1000px;
  margin: 0px !important; }
  .video-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.search-results-container .welcome-row {
  height: auto;
  min-height: 700px; }

.total-pages_0 {
  color: #fff !important;
  padding: 5px; }

.psgal {
  padding-top: 50px; }

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
  margin: 20px 0 20px !important; }

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:hover, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:focus {
  font-size: 20px !important;
  padding: 5px !important; }

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
  font-size: 20px !important;
  padding: 5px !important; }

#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
  font-size: 20px !important;
  color: #fff !important; }

.row {
  margin: 0px !important; }

.textonly-container {
  padding: 20px;
  font-size: 20px;
  font-family: monsterrat-light;
  color: #002A4E; }

.news-img-col {
  margin-top: 0px;
  margin-bottom: 30px; }

.gform_confirmation_wrapper {
  color: #fff; }

.contact-terms-box {
  color: #002A4E !important;
  font-family: monsterrat-light; }

.contact-terms-box-post {
  color: #002A4E !important;
  font-family: monsterrat-light;
  font-size: 30px; }

.terms-box {
  color: #002A4E !important;
  font-family: monsterrat-light; }

.contact-form {
  color: #fff !important; }
  .contact-form a {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 800; }
    .contact-form a a:hover {
      color: #70b3c8; }

.terms-content {
  color: #002A4E !important;
  font-family: monsterrat-light; }
  .terms-content a {
    color: #002A4E !important;
    font-family: monsterrat-light; }

.contact-terms-content {
  color: #002A4E !important;
  font-family: monsterrat-light; }
  .contact-terms-content a {
    text-decoration: underline; }
.pum-container a, .pum-theme-lightbox .pum-container popup-btn {}

  .pum-container p, .pum-theme-lightbox .pum-container p {
    padding: 10px; }
  .pum-container h1, .pum-theme-lightbox .pum-container h1 {
    color: #a38558 !important;
    font-size: 65px !important;
    margin: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .pum-container h2, .pum-theme-lightbox .pum-container h2 {
    color: #fff !important;
    font-size: 30px !important;
    margin: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important; }

.pum-title, .pum-theme-lightbox .pum-title {
  font-family:"Georgia-italic" !important;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  width: 70%;
  margin: 0 auto; }

/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
footer {
  background-color: #042747 !important;
  border-top: 10px solid #dbceab;
  height: auto; }

.bottom-footer {
  margin: 0px !important; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@media only screen and (max-width: 480px) {
  .wrapper {
    width: 95% !important; }
  .contact-form-container {
    margin-bottom: 10%; }
  .header-logo-container {
    width: 142%;
    padding: 0px;
    left: -21%; }
    .header-logo-container img {
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0px;
      padding-bottom: 55px;
      padding-top: 0px; }
  .header-row .top20 {
    max-width: 60px !important;
    left: 60px;
    position: absolute !important; }
  .header-row {
    overflow: hidden; } }

@media only screen and (max-width: 980px) {
  .stamp {
    text-align: left;
    padding: 10px; }
  .our-residents-row .button-container {
    margin-bottom: 50px; }
  .welcome-row h1 {
    font-size: 50px !important;
    padding-left: 15px; }
  .offer-title h3 {
    padding-left: 15px;
    font-size: 50px !important; }
  .arrow-right, .arrow-left {
    background: transparent; }
  .btn-a {
    font-size: 15px !important; }
  .text-container h3 {
    font-size: 20px !important; }
  .slider-text {
    padding-top: 20px;
    padding-bottom: 20px; }
  .text-container {
    padding-left: 10vw;
    padding-right: 10vw; }
  .repeater-text-right {
    margin-left: 0px !important; }
  .quote-repeater-container1, .quote-repeater-container2 {
    height: auto; }
  .slider-row-residents {
    height: auto !important;
    padding-bottom: 30px; }
  .contact-form-container {
    margin-bottom: 5%; }
  .wrapper {
    width: 85%; }
  .footer {
    padding: 10px; }
  .our-facilities h3 {
    text-align: center; }
  .our-facilities .facilities-div:first-child {
    border-left: 0px !important; }
  .our-services h3 {
    text-align: center; }
  .our-services ul {
    padding-left: 0px; }
  h1 {
    font-size: 65px !important; }
  h2 {
    font-size: 40px !important; }
  h3 {
    font-size: 30px !important; }
  .welcome-row {
    padding-right: 0 !important; }
  ul.tabs li {
    margin-right: 0px !important;
    border-radius: 30px;
    width: auto !important; }
  .widget1 {
    padding: 10px !important; }
  .widget2 {
    padding: 10px !important; }
  .our-services li {
    display: inline-block;
    border-right: none; }
  .our-services li:first-child {
    border-left: none; }
  .our-facilities .facilities-div {
    border-right: none;
    padding: 10px; }
  #mega-menu-wrap-header-menu {
    background-color: #fff; } }

@media only screen and (max-width: 1150px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    line-height: 20px; }
  .wrapper {
    width: 95% !important; }
  .text-container {
    padding-left: 5vw;
    padding-right: 5vw; } }

@media only screen and (max-width: 1200px) {
  .header-row .top20 {
    max-width: 90px;
    position: absolute; } }
