@import url('https://fonts.googleapis.com/css?family=Adamina|Cormorant+Garamond|Playfair+Display:400,700&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
}
p {
    line-height: 1.8;
}
a{
    transition: all 0.3s;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_header_section {
    background: #fff;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.top_header_section .row {
    flex-wrap: nowrap;
}

.header-right {
    flex: 1;
    margin-left: auto;
}

nav.navbar {
    padding: 0;
}

nav.navbar ul {
    background:#fff;
}

nav.navbar ul li {
    margin-right: .313rem;
}

nav.navbar ul li:last-child {
    margin-right: 0;
}

.top_header_section nav.navbar ul li a.nav-link {
    color: #8CC441;
    padding: .25rem .6rem;
    /* background-color: #fff; */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    /* box-shadow: inset 0 0 0 0 #8CC441; */
    transition: 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.top_header_section nav.navbar ul li a.nav-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #8CC441;
    transition: 0.5s ease-out;
    z-index: -1;
}

.top_header_section nav.navbar ul li a.nav-link:hover:before {
    right: 0;
    width: 100%;
}

.top_header_section nav.navbar ul li a.nav-link:hover {
    color: #fff;
}

.top_header_section nav.navbar ul li.current-menu-item a.nav-link:before {
    width: 100%;
}

.top_header_section nav.navbar ul li.current-menu-item a.nav-link {
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover{
    color:#8cc540;
}
.dropdown-menu{
    border:none;
}
.header_links ul {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.header_links ul li {
    margin: 0 .2%;
    display: inline-block;
}

.header_links ul li a {
    color: #000;
}

.header_links ul li.header_link_apply {
    /* margin-right: -8px;
    margin-left: 6px; */
}

.header_links ul li.header_link_apply a {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 1.8rem 1.4rem;
    background: #8cc540;
    color: #fff;
    box-shadow: inset 0 0 0 0 #000000;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}


.header_links ul li.header_link_apply a:hover {
    box-shadow: inset 220px 0 0 0 #000000;
}

.header_links ul li.header_icon a {
    display: block;
    width: 27px;
    height: 27px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background-color: #8CC441;
}

.header_links ul li.header_icon a i {
    font-size: 18px;
    color: #fff;
}

.header_links ul li.header_icon a:hover {
    background: #111;
}

.header_links ul li.header_link_phone {
    white-space: nowrap;
    position: relative;
    margin: 0 2%;
    font-weight: 500;
    font-size: .875rem;
}

/* .header_links ul li.header_link_phone::before {
  content: "";
  background: url(../img/phone.png);
  width: 15px;
  height: 28px;
  position: absolute;
  left: -25px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -1px;
} */
.header_content {
    background-size: cover !important;
    background-position: center !important;
}

.header_content_inner {
    color: #fff;
    padding: 250px 10%;
}
body.page-template-template-home .header_content_inner {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100vh - 100px);
}
body.page-template-template-home .header_content_inner .row {
    margin: 0 auto -15px;
}
body.page-template-template-home .header_content_inner h2 {
    font-size: 50px;
}

.header_content_inner h2, .header_content_inner h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    padding: 3.5rem 4.5rem;
}

.header_content_inner h2 {
    padding: 1.5rem 2.5rem;
}

.header_content_inner p {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
.header_content_inner p a {
    display: inline-block;
    color: #fff;
    padding: 1.8rem 4rem;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(5, 8, 13, 0.41);
    margin: .3rem 1.5rem .3rem 0;
    transition: 0.25s ease-in;
}

.header_content_inner p a:after {
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 15px;
    height: 12px;
    background: url(../img/arrow-white.svg) no-repeat center;
}

.header_content_inner p a:last-child {
    margin-right: 0;
}

.header_content_inner p a:hover {
    color: #fff;
    background: rgb(140 197 64 / 75%);
    transform: translateX(20px);
    border:none;
}

.home_about_section {
    background-size: cover !important;
    background-position: center !important;
}

.home_about_section_inner {
    background: rgba(0,0,0, 0.5);
    padding: 150px 0;
    color: #fff;
    text-align: center;
}

h2 {
    font-weight: 100;
    font-size: 40px;
}

.home_about_section_inner h2 {
    margin-bottom: 20px;
}

.home_about_section_inner p {
    max-width: 560px;
    margin: 0 auto;
}

.home_about_section_inner p a {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 16px;
    font-weight:100;
}

.home_about_section_inner p a:hover {
    background: #8cc540;
    border:none;
}

.content_block_wrap {
    overflow: hidden;
}

@media (min-width: 768px) {
    .content_block_wrap .col-md-8 {
        flex: 0 0 62%;
        max-width: 62%
    }

    .content_block_wrap .col-md-7 {
        flex: 0 0 51%;
        max-width: 51%;
    }

    .content_block_wrap .col-md-5 {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .content_block_wrap .col-md-4 {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

.content_block_image {
    background-size: cover !important;
    background-position: bottom !important;
}
.content_block_image3{
/*  background-position-y: -42px !important; */
}

.content_block_content {
    background: #fefefe;
    color: #000;
}

.content_block_content_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 20vh 16% 20vh 16%;
}

.content_block_style_right .content_block_content_inner {
    padding-left: 12%;
    padding-right: 12%;
}

.content_block_content_inner h2 {
    margin-bottom: 3.125rem;
	font-weight: 400;
	color: #8cc540;
}

.content_block_content_inner p {
    font-weight: 300;
    font-size: 16px;
}

.content_block_content_inner p a {
    float: right;
    margin-top: 10px;
    display: inline-block;
    color: #8cc540;
    padding: 1.8rem 2.5rem;
    font-size: 20px;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #000000;
    margin: .3rem 1.5rem .3rem 0;
    font-size: 1.25rem;
    transition: 0.25s ease-in-out;
}

.content_block_content_inner p a:after {
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 15px;
    height: 12px;
    background: url(../img/Arrow.svg) no-repeat center;
}

.content_block_content_inner p a:hover {
    transform: translateX(20px);
    box-shadow: inset 280px 0 0 0 #000000;
}

.content_block_style_right .content_block_content_inner {
    text-align: left;
}
.page-id-29 .home_location_section{
	background:#fefefe;
	color:#000;
	text-align:center;
}
.home_location_section {
    padding: 60px 0;
    background: #fefefe;
}

.home_location_section .col-text {
    max-width: calc(1050px + 20%);
    margin-right: 20%;
    padding-left: 20%;
    margin-left: auto;
}

.home_location_section_box {
    background-size: cover !important;
    background-position: center !important;
}

.home_location_section_box_inner {
    padding: 80px 20px;
}

.home_location_section h2 {
    margin-bottom: 20px;
}

.home_location_section_box_inner p a {
    color: #8cc540;
}

.home_location_section_box_inner p a:hover {
    color: #000;
    border: none;
}

.home_location_section_box_inner, .home_location_section_box_inner p {
    font-size: 1.625rem;
    line-height: 2;
    font-weight: 500;
}
.footer_border {
    height: 60px;
    background: url(../img/bg_pattern.png);
}

.footer {
    background: #010101;
    color: #fff;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.footer .container {
    max-width: 100%;
    padding-left: 6%;
    padding-right: 6%;
}

.footer_info {
    font-size: 14px;
}

.footer_info_row.footer_info_row_address {
    margin-bottom: 5px;
}
.footer_info_row{
    position: relative;
    padding-left: 20px;
}
.footer_info_row::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 0;
}
.footer_info_row.footer_info_row_address::before{
  background: url(../img/map-icon.png);
}
.footer_info_row.footer_info_row_phone::before{
  background: url(../img/phone-white.png);
}

.footer_links_col {
    display: inline-block;
    font-size: 14px;
}

.footer_links_col.footer_links_col_copy {
    float: right;
}

.footer_links {
    overflow: hidden;
    padding: 0 10px;
}

.footer_links a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 15px;
    
}

.footer_imgs {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_imgs span {
    opacity: 0.8;
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_imgs img {
    display: inline-block;
}

img.footer_acc {
    width: 50px;
}

img.footer_res360 {
    width: 150px;
    margin-left: 25px;
}

.floorplan_filter {
    padding: 60px 0 30px;
    text-align: center;
    background: #fefefe;
}

.floorplan_filter_inner a {
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #000;
  margin: 0 10px;
  min-width: 120px;
  cursor: pointer;
  color: #000 !important;
}

.floorplan_filter_inner a.active {
    background: #8cc540;
    color: #fff!important;
    border:none;
}

.floorplan_image {
    padding: 0 60px;
    margin-bottom: 30px;
}
.floorplan_image img {
    width: 100%;
}

.floorplan_image_selector {
    text-align: center;
}

.floorplan_image_selector a {
    border: 1px solid #61b0bc;
    width: 50px;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 3px;
}

.floorplan_item {
    background: #fefefe;
    padding: 60px 0;
    color: #000;
}

.floorplan_item:nth-child(even) {
    background: #f3f3f3;
}

.floorplan_item.active_plan {
    background: #fff;
}
.floorplan_item.active_plan:nth-child(even) {
    background: #f3f3f3;
}
.floorplan_image_selector a.active {
    background: #61b0bc;
    color: #fff;
}

.floorplan_contents {}

.floorplan_contents h3 {
    color: #8cc540;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.floorplan_contents h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.floorplan_contents h4 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 50px;
}

.floorplan_contents a {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 30px;
	font-size: 14px;
	color: #000 !important;
	cursor: pointer;
	border: 1px solid #000;
}
.floorplan_contents a:hover {
    background-color:#8cc540;
	color:#fff!important;
    border-color:#8cc540;
}
/* .floorplan_item:nth-child(odd) .floorplan_contents h3 {
    color: #000;
}

.floorplan_item:nth-child(odd) .floorplan_contents a {
    color: #000 !important;
    border-color: #000;
} */
.amenities_icons {
    padding: 60px 0;
}

.amenities_icon_col {
    text-align: center;
}

.amenities_icon_image {
    margin-bottom: 20px;
}

.amenities_icon_image img {max-width: 100px;}
.content_block_content_inner ul {
    list-style: none;
    padding-left: 0;
}

.content_block_content_inner ul li {
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
    padding-left: 35px;
}

.content_block_content_inner ul li::before {
  content: "";
  background: url(../img/bullet-black.png);
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.content_block_style_white .content_block_content_inner ul li::before{
  background: url(../img/bullet-black.png);
  background-repeat: no-repeat;
}

.content_block_style_white .content_block_content {
    background: #fefefe;
    color: #000;
}

.commercial_about {
    padding: 60px 0;
    text-align: center;
}

.commercial_about h2 {
    margin-bottom: 20px;
}

.commercial_about p {
    max-width: 480px;
    margin: 0 auto;
}

.commercial_about p a {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #61afbc;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.commercial_about p a:hover {
    background: #61afbc;
}

.commercial_image_block {
    background-size: cover !important;
    background-position: center !important;
}

.commercial_image_block_inner {
    padding: 200px 0;
    background: rgba(0, 0, 0, 0.6);
}

.commercial_active_projects_header {
    text-align: center;
    font-weight: 700;
    padding: 60px 15px;
    font-size: 35px;
    text-transform: uppercase;
}

.commercial_active_projects_wrap {
    overflow: hidden;
}

.commercial_active_project_item {
    width: 50%;
    float: left;
    background-size: cover !important;
    background-position: center !important;
}

.commercial_active_project_item_inner {
    background: rgba(97, 175, 188, 0.75);
    padding: 200px 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.commercial_active_project_item:nth-child(1) .commercial_active_project_item_inner, .commercial_active_project_item:nth-child(4) .commercial_active_project_item_inner {
    background: rgba(2, 42, 82, 0.75);
}

.from_news_section {}

.from_news_section_header {
    text-align: center;
    padding: 60px 15px;
}

.from_news_section_header h2 {
    margin: 0;
}

.in_the_news_wrap {
    overflow: hidden;
}

.news_block_item {
    width: 33.333333333%;
    float: left;
}

.news_block_item a {
    display: block;
}

.news_block_item_inner {
    padding: 120px 70px;
    background: rgba(2, 42, 82, 0.75);
}

.news_block_item_inner p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}

.news_block_item:nth-child(2) .news_block_item_inner {
    background: #61afbc;
}

.news_block_item:nth-child(2) .news_block_item_inner p {
    color: #000;
}

.single_page_content {
    padding: 60px 0;
}

.single_page_content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.resident_welcome {
    padding: 60px 0;
    text-align: center;
}

.resident_welcome h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.resident_welcome p {
    max-width: 690px;
    margin: 0 auto;
}

.resident_link_item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.residents_links {
    padding-bottom: 60px;
}

.resident_link_item_inner {
    padding: 240px 10px;
    text-align: center;
}

.residents_links .col-md-4 {
    padding: 0;
}

.resident_link_item_btn {
    display: inline-block;
    background: #8cc540;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 16px;
    color: #fff;
    min-width: 200px;
    transition: all 0.3s;
}

.resident_link_item_inner:hover .resident_link_item_btn {
  transform: scale(1.1);
}

.iframemodal iframe {
    width: 100%;
    height: 450px;
}

.modal_form{}
.modal_form .contact-field{
    margin: 10px 0;
    position: relative;
}
.form_field_icon{
    position: absolute;
    top: 12px;
    right: 20px;
}
.modal_form .wpcf7-response-output{
    display: none !important;
}
.modal_form .contact-field span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.modal_form .contact-field .wpcf7-not-valid-tip{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
    line-height: 50px;
}
.modal_form input, .modal_form textarea, .modal_form select{
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #000;
    outline: none;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0;
}
.body:not(.home) .modal_form input {
    background: transparent;
}
.modal_form input:focus, .modal_form textarea:focus{
    border-color: #19232f;
}
.modal_form textarea{
    height: 150px;
}
.modal_form input.wpcf7-submit{
    background: #8cc540;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    padding: 15px 40px;
    display: inline-block;
    line-height: 21px;
    border-radius: 1px;
    transition: all ease 0.3s;
    border: 1px solid #8cc540;
}
.modal_form input.wpcf7-submit:hover{
    background: transparent;
    text-decoration: none;
	color:#000;
}
.modal_form .contact-field .ajax-loader{
    position: absolute;
    top: 18px;
    left: 8px;
}

body:not(.home) .pre_footer_section {
    background: #f8f8f8;
}

.pre_footer_section .container {
    max-width: 1000px;
}

.pre_footer_info {
    background: rgb(0 0 0 / 85%);
    padding: 40px;
    margin-top: -40px;
    color: #fff;
}

.pre_footer_info p {
    line-height: 1.4;
}

.pre_footer_logo img {
    max-width: 80%;
    margin-bottom: 25px;
}

.pre_footer_row {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
}

.pre_footer_row i {
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.pre_footer_row i.fa-phone {
    transform: scaleX(-1);
}

.pre_footer_office_hours p {
    margin-bottom: 10px;
}

.pre_footer_get_direction {
    text-align: center;
    margin: 30px 0 15px 0;
}

.pre_footer_get_direction a {
    border: 1px solid #8cc540;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
	background: #8cc540;
}

.pre_footer_get_direction a:hover {
    background: #fff;
	color: #000;
	border-color: #fff;
}

.pre_footer_social {}

.pre_footer_social ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
}

.pre_footer_social ul li {
    display: inline-block;
}

.pre_footer_social ul li a {
    font-size: 22px;
    margin: 0 5px;
    color: #fff;
}

.pre_footer_social ul li a .fab {
    color: #fff;
}

.pre_footer_contact_form {
    padding: 60px 50px 20px 50px;
}

.pre_footer_contact_form h2 {
    color: #8CC441;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px;
}

.pre_footer_contact_form .modal_form input.wpcf7-submit {
    background: transparent;
    color: #000;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    width: auto;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
}

.pre_footer_contact_form .modal_form input.wpcf7-submit:hover {
    background: #8cc540;
	border-color:#8cc540;
    color: #fff;
}
.gallery-item img {
    width: 100%;
    border: 0 !important;
}

.gallery-caption {
    display: none;
}

.gallery-item {
    margin: 0;
    padding: 6px 10px;
}

.gallery_images {
    padding: 70px 0;
}

.gallery_photo_item {
    padding: 15px 0;
}

.gallery_photo_item img {
    width: 100%;
}
.about-section {
    width: 60%;
    margin: auto;
}

body.home .header_content {
    position: relative;
}

body.home .header_animated_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: 99;
}

body.home .header_content_inner {
    z-index: 100;
    position: relative;
    max-width: calc(1100px + 20%);
}

.header_animated_layer {
  -webkit-animation-name: headerbganimation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 40s; /* Safari 4.0 - 8.0 */
  animation-name: headerbganimation;
  animation-duration: 40s;
  animation-iteration-count: 50;
}
@keyframes headerbganimation {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}


#sitemap{
  height: 500px;
  width: 100%;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

div#mapinfowindow {
    text-align: center;
}

#mapinfowindow h1#firstHeading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #60aebc;
}

div#mapinfowindowbodyContent {
    font-size: 16px;
}

.gm-style-iw.gm-style-iw-c button {
    display: none !important;
}

.gm-style-iw.gm-style-iw-c div {
    width: 100% !important;
    max-width: 100% !important;
}

div#mapinfowindow {
    padding: 20px 5px 0px 20px;
}


.floorplan_addtional_images {}

.floorplan_addtional_images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floorplan_addtional_images ul li {
    display: inline-block;
    padding: 3px;
}

.floorplan_addtional_images ul li a {
    width: 80px;
    height: 80px;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer !important;
    opacity: 0.6;
    border: 2px solid #000;
}

.floorplan_addtional_images ul li a.active, .floorplan_addtional_images ul li a:hover {
    opacity: 1;
    border-color: #eac252;
}

.header-video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.header-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gallery_section_item {
    margin-bottom: 60px;
}

.gallery_section_title {
    font-size: 45px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.full_size_map{
    background: url(/wp-content/uploads/2020/02/contact-us-map.jpg);
	background-size: cover;
    background-position: center;
}
#schedule_tour_modal {
    padding-top: 30px;
}

.top_header_section a:focus, .footer a:focus{
	outline-color:white !important;	
}
.header_content_inner h2, .header_content_inner h1 {
    line-height: 1.4;
    background-color:#00000094;
}

body:not(.home) .header_content_inner {
    text-align: center;
}
body:not(.home) .header_content_inner h2 {
    display: inline-block;
    width: auto;
}

.tooltip-container{
	position:relative;
	opacity:1;
}

a .cus-tooltip, button .cus-tooltip{
	display: none;
    position: absolute;
	left:15px;
    background: black;
    border: 1px solid white;
	font-size:16px;
	background-color: black;
    text-shadow: none;
    color: white;
}

a:focus .cus-tooltip, button:focus .cus-tooltip{
	display:block;
}

.modal_form select:focus, .modal_form input.wpcf7-submit:focus{
	outline: 1px solid black;
	
}

/**
 * Social Media Feed
 */ 
.social_media_feed {
    text-align: center;
    background: #000;
}

.social_media_feed .container {
    padding-top: 60px;
    padding-bottom: 45px;
}

.social_media_feed h3 {
    font-size: 2.688rem;
    font-weight: 500;
    color: #fff;
}

.social_media_feed span.username {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fff;
}

.social_media_feed .social_media_links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: -21px;
    position: relative;
    z-index: 1;
}

.social_media_feed .social_media_link {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    background: #8CC441;
}

.social_media_feed .social_media_link .fab {
    color: #fff;
}

.social_media_feed .photo_feed {
    display: flex;
}

.photo_feed_photo {
    flex: 1;
}

.photo_feed_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/**
 * Responsive Styles
 */
@media (max-width: 1199px){
	.home_location_section .col-text {
        padding-left: 10%;
        margin-right: 10%;
    }
	.home .header_content_inner h2, .home .header_content_inner h1 {
		font-size: 40px;
        padding: 2.5rem 3.5rem;
    }
    .header_content_inner p a {
        padding: 1.4rem 2.5rem;
        margin: .3rem 1rem .3rem 0;
    }
}

@media (min-width: 900px){
	.brk-900-d-none{
        display:none;
    }
}

@media (max-width: 767px) {
    .home_location_section_box_inner p {
        font-size: 1.25rem;
        line-height: 1.6;
    }
}

#back-to{
	display:none;
}

/* @media (max-width: 767px){
	#back-to{
	display:block;
	}
} */

.lb-nav a.lb-prev,.lb-nav a.lb-next{
	opacity:1 !important;
}
.fab{
	color:#000;
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.toggle {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 15px;
}

.toggle .toggle-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.toggle .toggle-content {
    padding: 25px 25px 5px;
    display: none;
}

.toggle .toggle-title i {
    transition: 0.3s ease-in-out;
    align-self: center;
}

.toggle.open .toggle-title i {
    transform: rotate(180deg);
}