/*
Theme Name: Accolade Theme B
Theme URI: http://www.resident360.com
Description: This is a custom Wordpress theme for Accolade
Version: 1.3
Author: Resident360
*/


/* **************************************************************************** */
/* ########################### MAIN BODY ###################################### */
/* **************************************************************************** */

body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:18px;
    color:#000;
    margin:0;
}

a{
    color:#000;
    text-decoration:none;
    font-size:18px;
    transition:0.5s;
}

a:hover{
    color:#fff;
    text-decoration:none;
}

a img {border: none;}

h1{
    color:#fff;
    font-size:80px;
    line-height:100%;
    letter-spacing: 4px;
    padding-left:30px;
    padding-right:30px;
    width:90%;
    margin:auto;
    font-weight: 700;
}

h2{
    font-weight:700;
    font-size:40px;
    margin-top:10px;
    margin-bottom:10px;
    color:  #7EA99E;;
}

h3{
    font-weight:700;
    font-size:35px;
    margin-top:10px;
    margin-bottom:10px;
    color: #fff;
}

h4{
    font-weight:700;
    font-size:30px;
    margin-top:10px;
    margin-bottom:10px;
}


h5{
    font-weight:700;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}

h6{
    font-weight:700;
    font-size:23px;
    margin-top:10px;
    margin-bottom:10px;
}

p{
    line-height:150%;
}

.site-white{color:#fff;}
.site-white-bk{ background-color:#fff;}
.site-white-hover:hover{color:#fff;}
.site-white-bk-hover:hover{background-color:#fff;}

.site-black{color:#000;}
.site-black-bk{background-color:#000;}
.site-black-hover:hover{color:#000;}
.site-black-bk-hover:hover{background-color:#000;}

.site-color-1{color:#e2e2e4;}
.site-color-1-bk{background-color:#e2e2e4;}
.site-color-1-hover:hover{color:#e2e2e4;}
.site-color-1-bk-hover:hover{background-color:#e2e2e4;}
.site-color-1-bk-hover-trans:hover{background-color:rgba(226,226,228,0.4);}

.site-color-2{color:#bababa;}
.site-color-2-bk{background-color:#bababa;}
.site-color-2-hover:hover{color:#bababa;}
.site-color-2-bk-hover:hover{background-color:#bababa;}
.site-color-2-bk-hover-trans:hover{background-color:rgba(186,186,186,0.4);}

.site-transparent-bk{background-color:transparent;}
.force-transparent-bk{background:transparent !important;}

.site-font-1{font-family: 'DM Serif Text', serif;}
.site-font-2{font-family: 'Open Sans Condensed', sans-serif;}

.font-icons{font-family: socialicons;}

div.wpcf7 .ajax-loader{display:none;}


/* **************************************************************************** */
/* ############################# DIVIDERS ##################################### */
/* **************************************************************************** */

.orange-divider{
    border-bottom:#00a59b 2px solid;
    margin-top:30px;
    margin-bottom:20px;
}


/* **************************************************************************** */
/* ############################# CHAT BAR ##################################### */
/* **************************************************************************** */

.chat-bar{
    background-color: #b0c6dd;
    color:#fff;
    padding:20px 10px;
    position:fixed;
    right:0;
    top:23%;
    z-index:1001;
    cursor:pointer;
    -ms-writing-mode:tb-rl;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transition:0.5s;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}

.chat-bar:hover{
    background-color:transparent;
    color:#000;
    box-shadow:inset 0 0 0 1px #000;
}

.chat{
    display:none;
}

.cta-button-wrapper{
    border-bottom:0 !important;
}


.titleUnderline {
    text-decoration: none;
    padding-bottom: 18px;
    margin-right: auto;
    background: url(/wp-content/uploads/2019/09/squiggle-004.png) bottom no-repeat;
}

/* .textHightlight {
    text-shadow: 1px 1px 2px #f1f1f1;
} */

/* **************************************************************************** */
/* ############################### SVG BUTTON ###################################### */
/* **************************************************************************** */

.btn {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 1em;
    background-color: transparent;
    transition: background-color 250ms ease-in;
    font-size: 1.5rem;
    color: #4B3949;
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    border: none;
  }
  .btn.btn-small {
    font-size: 1rem;
  }
  .btn.btn-big {
    font-size: 2rem;
  }
  .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
  }
  .btn > span {
    position: relative;
  }
  .btn .btn_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn .btn_svg_shape {
    stroke: #4B3949;
    stroke-width: 2px;
    stroke-linecap: round;
    fill: transparent;
  }
  .btn:hover {
    transition-delay: 250ms;
    background-color: rgba(2, 150, 161, 0.4);
    color: white;
  }
  .btn:hover:before {
    opacity: 0;
  }
  .btn:hover .btn_svg_shape {
    transition-property: stroke-dasharray, stroke-dashoffset;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    stroke-dashoffset: 0 !important;
    -webkit-animation: 500ms pencil ease-in forwards;
            animation: 500ms pencil ease-in forwards;
  }
  /* Stroke animation. Use ems to scale :) */
  @-webkit-keyframes pencil {
    0% {
      stroke-width: 0.5em;
    }
    75% {
      stroke-width: 0.25em;
    }
    100% {
      stroke-width: 0.1em;
    }
  }
  @keyframes pencil {
    0% {
      stroke-width: 0.5em;
    }
    75% {
      stroke-width: 0.25em;
    }
    100% {
      stroke-width: 0.1em;
    }
  }
  /* Transition mixin, cause lazy */
  /* W00t border-box */
  * {
    box-sizing: border-box;
  }
  *:after,
  *:before {
    box-sizing: border-box;
  }


/* **************************************************************************** */
/* ######################### CONTACT VERTICAL FORM ############################ */
/* **************************************************************************** */

.ver2-form form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:auto;
    flex: 1;
}

.ver2-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:0;
}

.ver2-form .ajax-loader{
    display:none ;
}

.ver2-form input{
    box-sizing: border-box;
    font-size:20px;
    padding:20px;
    outline:none;
    margin:0 0 20px 0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    color:#c79477;
    background-color:transparent;
    border:#c79477 1px solid;
    font-family: 'Open Sans Condensed', sans-serif;
 }

.ver2-form select{
    box-sizing: border-box;
    border:0;
    font-size:20px;
    padding:20px;
    outline:none;
    background: url(images/br_down.png) #383838 no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    margin:0 0 20px 0;
    background-color:#fff;
    color:#c79477;
    border:#c79477 1px solid;
    background-color:transparent;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form select option {
    margin: 40px;
    background: #c79477;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.ver2-form select::-ms-expand {
    display: none;
}

.ver2-form textarea{
    box-sizing: border-box;
    border:0;
    font-size:20px;
    padding:20px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    margin:0 0 20px 0;
    max-height:150px;
    resize: none;
    width:100%;
    background-color:transparent;
    border:#c79477 1px solid;
    color:#c79477;
    -ms-overflow-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input[type=submit]{
    box-sizing: border-box;
    border:0;
    font-size:17px;
    padding:16px 60px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    border: #072e47 2px solid;
    background:#b0c6dd;
    cursor:pointer;
    transition:0.5s;
    color:#fff;
    margin-bottom:0;
    margin-right:auto;
    margin-left: auto;
    width:auto;
    width:initial;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input[type=submit]:hover{
       background: transparent;
       color: #c79477;
       border: #c79477 2px solid;
       font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input::-webkit-input-placeholder {
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input:-moz-placeholder { /* Firefox 18- */
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form input:-ms-input-placeholder {
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form textarea::-webkit-input-placeholder {
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver2-form textarea:-ms-input-placeholder {
    color: #072e47;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* **************************************************************************** */
/* ############################### MODAL ###################################### */
/* **************************************************************************** */

.site-modal{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.7);
    display:none;
    z-index:10000;
}


/* **************************************************************************** */
/* ############################# BUTTONS ##################################### */
/* **************************************************************************** */

.gray-button{
    color:#002a38;
    padding:15px 20px;
    background-color:#f5f5f5;
    display:inline-block;
    font-size:18px;
    font-weight:400;
}

.gray-button:hover{
    color:#fff;
    background-color:#002a38;
    font-size:18px;
}

.reserve-button{
    background-color:#2a5a77;
    padding:5px 10px;
    border-radius:5px;
    color:#fff;
    display:inline-block;
    transition:0.5s;
    cursor:pointer;
}

.reserve-button:hover{
    background-color:#00a59b;
    color:#fff;
}

/* **************************************************************************** */
/* ############################# HEADER ##################################### */
/* **************************************************************************** */

.logo{

    margin:0;
}

.header-logo{
    position:absolute;
    top:0;
    left:100px;
    padding:20px 30px 10px 30px;
    background-color:#fff;
    border-radius:0 0 4px 4px;
    box-shadow: 0 0 5px #888888;
}

.mobile-header{
    /* display:none; */
}

.desktop-header-inner {
    background:#fff;
    transition:0.5s;
}

.hamburger-menu{
    box-sizing:border-box;
    height:38px;
    width:38px;
    cursor:pointer;
    transition:0.2s;
}

.hamburger-line{
    border:#fff 1px solid;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:2px;
    margin-bottom:2px;
    transition:0.5s;
}

.hamburger-line-x1{
    border:#fff 1px solid;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:2px;
    margin-bottom:2px;
    transform: rotate(45deg);
    position:absolute;
    top:40%;
    left:22%;
    transition:0.5s;
}

.hamburger-line-x2{
    border:#fff 1px solid;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:2px;
    margin-bottom:2px;
    transform: rotate(-45deg);
    position:absolute;
    top:40%;
    left:22%;
    transition:0.5s;
}

.white-text-border{
    text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff;
}

/* ul {
    font-family: 'Open Sans Condensed', sans-serif;
    list-style-image: url('images/columbus-square-bullets-033.png');
    padding: 0
}
li {
    height: 33px;
    padding-left: 2px;
    padding-top: 1px;
}
 */
@media (max-width: 767px) {
	.section-amenities {
		padding-bottom: 30px;
	}
}
.section-amenities ul {
    list-style: none;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
  }
.section-amenities  li {
    padding-left: 1.3em;
  }
.section-amenities li:before {
    content: url(images/columbus-square-bullets-3.png);
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
  }

/* ********************************************************************* */
/* ############################# SMALL MENU ############################ */
/* ********************************************************************* */

#mobile-nav-bar{
    display:none;
    background-color:transparent;
    box-sizing:border-box;
    box-sizing:border-box;
}

#ipad-nav-bar{
    display:none;
    background-color:transparent;
    box-sizing:border-box;
    box-sizing:border-box;
}


#mobile-nav-window{
    display:none;
}

#ipad-nav-window{
    display:none;
}

.menuicon{
    cursor:pointer;
}



/* **************************************************************************** */
/* ############################### MENUS ###################################### */
/* **************************************************************************** */

.main-menu{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0,0,0,0.7);
    padding:100px 15px;
    font-variant:small-caps;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
}

.main-menu ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
    display:inline-block;
}

.main-menu ul li a{
    color:#fff;
    padding:10px 30px;
    box-sizing:border-box;
    border:transparent 1px solid;
    display:block;
    font-size:40px;
}

.main-menu ul li a:hover{
    color:#fff;
    background-color:#000;
    border:#fff 1px solid;
    box-sizing:border-box;
}

.main-menu .current-menu-item{
    position:relative;
}

.main-menu .current-menu-item:before{
    content:'';
    background:url(images/menu-arrow-right.png);
    position:absolute;
    width:61px;
    height:41px;
    left:-90px;
    top:28%;
}

/* main top links */

.headermenu ul .menu-item  a {
    font-size:22px;
    transition: 0.3s;
    font-weight:600;
    display:block;
    color:#000;
    padding:15px 15px 10px 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    border-bottom: 3px solid transparent;
}

.headermenu ul .menu-item  a:hover {
    border-color: #b0c6dd;
}

/* current menu */

.headermenu .current-menu-parent {
    color:#fff;
    background-color:#000;
}

.headermenu .current-menu-item {
    background-color:#000;
}


.headermenu ul .current-menu-item a {
    background-color:#000;
    color:#fff;
}

.headermenu ul li ul .current-menu-item {
    background-color:#df6e21;
}


/* active menu */

.headermenu-active {
    /*
    background-color:rgba(0,0,0,0.1);
    box-shadow:inset 0 0 0 0 #fff;
    cursor:pointer;
    border-radius:0;
    */
}

/* submenu href */

.headermenu-black ul li ul .menu-item a:hover {
    color:#fff;
}

.headermenu-white ul li ul .menu-item a:hover {
    color:#fff;
}

.headermenu ul li ul .menu-item a {
    color:#fff;
    font-weight:600;
    font-size:13px;
    padding:9px 15px;
    display:block;
    min-width:300px;
    box-sizing:border-box;
    background-color:transparent;
    margin:0;
}

.headermenu ul li ul .menu-item a:hover {
    background-color:#df6e21;
}

/* submenu description */

.headermenu ul li ul .menu-item a span.sub {
    color:#636363;
    font-weight:400;
    transition:0.5s;
}

.headermenu ul li ul li:hover a span.sub {
    color:#df6e21;
}


/* ULS */

.headermenu ul {
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
}

.headermenu ul li {
    display:inline-block;
    position:relative;
    transition:0.5s;
    margin:0 5px;
}

.headermenu ul li:hover {
    background-color:rgba(0,0,0,0.0);
    box-shadow:inset 0 0 0 0 #fff;
    cursor:pointer;
}

.headermenu ul li ul {
    display:none;
    position:absolute;
    background-color:transparent;
    top:100%;
    left:0;
    overflow:hidden;
    z-index:1500;
    background-color:rgba(84, 137, 141, 0.7);
    padding:10px;
    transition:0.5s;
}

.headermenu-scroll ul li ul {
   border:#cccccc 1px solid;
   box-shadow:1px 1px 2px   #999999;
}




/* **************************************************************************** */
/* ######################### HEADER BANNER #################################### */
/* **************************************************************************** */


/* ---------------------------------------------------------------------------- */
/* ############################## SLIDER ###################################### */
/* ---------------------------------------------------------------------------- */

.slidecontainer{
    position:relative;
}

.slidecontainer_maintext{
    color:#fff;
    font-size:80px;
    line-height:100%;
    letter-spacing: 4px;
    padding-left:30px;
    padding-right:30px;
    width:90%;
    margin:auto;
    font-weight: 700;
}

.slidecontainer_smalltext{
    color:#fff;
    font-size:35px;
    line-height:140%;
    text-align:center;
    font-weight:400;
    padding-left:30px;
    padding-right:30px;
    margin:auto;
}

.slidebuttoncontainer{
    padding-top:5px;
    padding-bottom:40px;
    animation-iteration-count: 2;
}

.slidebutton{
    font-size:20px ;
    background:#00a59b;
    color:#fff ;
    padding: 10px 25px;
    border:#fff 0 solid ;
    cursor:pointer ;
    overflow:visible;
    border-radius: 0;
    display:inline-block;
    transition: 0.5s;
}

.slidebutton:hover{
    background:#056180;
    color:#fff;
    cursor:pointer ;
}

#pager{
    width:100%;
    text-align:center;
    position:absolute;
    z-index:300;
    bottom:0;
    /* background:rgba(0, 0, 0, 0.7); */
    left:0;
    right:0;
    padding-top:22px;
    padding-bottom:22px;
}

#pager a{
    display:inline-block;
    width: 20px;
    height: 20px;
    margin-right:5px;
    background:url(images/paginateoff.png) no-repeat;
}

#pager a:last-child{
    margin-right:0;
}

#pager a.cycle-pager-active {
    background:url(images/paginateon.png) no-repeat;
}

#next{
    position:absolute;
    width:45px;
    height:104px;
    right:30px;
    top:35%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-right.png);
    background-repeat:no-repeat;
    background-position:center center;
}

#prev{
    position:absolute;
    width:45px;
    height:104px;
    left:30px;
    top:35%;
    bottom:50%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-left.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.slideimagecontainer{
    background-repeat:no-repeat;
    background-position:center center ;
    background-size:cover ;
    z-index:-1 ;
    width:100%;
    height:100%;
}

.slideimagecontainer:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* ---------------------------------------------------------------------------- */
/* ############################ IMAGE BANNER ################################## */
/* ---------------------------------------------------------------------------- */

.slideimagecontainer2{
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    z-index:-1;
    height:500px;
    width:100%;
}

/* **************************************************************************** */
/* ############################## HEADER ###################################### */
/* **************************************************************************** */

.headerbutton1{
    display:block;
    padding:10px 40px;
    background-color:#00a59b;
    color:#fff;
    font-size:16px;
    text-align:center;
}

.headerbutton1:hover{
    background-color:#056180;
    color:#fff;
    font-size:16px;
}

.hero-copy{
    width:25vw;

}





.clearButton {
    font-size: 18px;
    background: transparent;
    color: #fff;
    padding: 10px 45px;
    border: #fff 2px solid;
    cursor: pointer;
    overflow: visible;
    border-radius: 0px;
    display: inline-block;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
    font-weight: 500;
}

.clearButton:hover {
    background: #4B3949;
    color: #000;

}


.clearButtonDark {
    font-size: 20px;
    background: #b0c6dd;
    color: #fff;
    padding: 10px 30px;
    border: #383838 2px solid;
    cursor: pointer;
    overflow: visible;
    border-radius: 0px;
    display: inline-block;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
    font-weight: 600;
    width: 180px;
	font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none!important;
}

.clearButtonDark:hover {
    background: transparent;
    color: #000;

}

/* **************************************************************************** */
/* ########################### HOME PAGE ###################################### */
/* **************************************************************************** */

.bottom-scroll-button{
    transition:0.5s;
}

.bottom-scroll-button:hover{
    background-color:#000;
}

.amenity-selector{
    transition:0.5s;
    border:transparent 1px solid;
    box-sizing:border-box;
}

.amenity-selector:hover{
    border:#056180 1px solid;
}

.amenity-selector-active{
    border:#056180 1px solid;
}

#gallery-pager a{
    color:#00a59b;
    display:inline-block;
    padding:5px;
    font-size:40px;
    /* text-shadow:-1px -1px 0 #002a38,1px -1px 0 #002a38,-1px 1px 0 #002a38,1px 1px 0 #002a38; */
}

#gallery-pager a.cycle-pager-active {
    color:#002a38;
}

.map-info-bak{
    background-color:#b6e0d8;
}

.myfadein{
    animation: fadein 0.3s;
}

@keyframes fadein{
    0%   {opacity:0;}
    100%  {opacity:1;}
}

.myfadeinout{
    animation: fadeinout 0.3s;
}

@keyframes fadeinout {
    0%   {opacity:1;}
    50%  {opacity:0;}
    100%  {opacity:1;}
}

.maplink div span{
  transition:0.5s;
  padding:5px 10px;
  display:inline-block;
}

.maplink div span:hover{
    box-shadow:inset 0 0 0 1px #fff;
}

.markerlabels{
    text-align: center;
    white-space: nowrap;
    width:200px;
    text-align:center;
    pointer-events: none;
}

.markerlabels span{
    color:#00a59b;
    background:#fff;
    padding:5px 8px;
    box-shadow:inset 0 0 0 1px #00a59b;
    display:inline-block;
    font-size:13px;
}


.slide-button-left{
    border-radius:0 15px 15px 0;
}

.slide-button-left:hover{
    background-color:rgba(0,165,155,0.7);
}

.slide-button-right{
    border-radius:15px 0 0 15px;
}

.slide-button-right:hover{
    background-color:rgba(0,165,155,0.7);
}

.amenity-title{
    background-image: linear-gradient(#91dbd0, #fff);
}





/* **************************************************************************** */
/* ################################ AMENITIES ###################################### */
/* **************************************************************************** */

.amenity-image{
    box-sizing:border-box;
    border-top:#fff 20px solid;
    border-right:#fff 10px solid;
}

.amenity-image-2{
    box-sizing:border-box;
    border-top:#fff 20px solid;
    border-right:#fff 10px solid;
    border-left:#fff 10px solid;
}

.amenity-image-3{
    box-sizing:border-box;
    border-top:#fff 20px solid;
    border-left:#fff 10px solid;
}

.amenity-content-box{
    box-sizing:border-box;
    border-top:#fff 20px solid;
    border-left:#fff 10px solid;
}

.amenity-content-box-2{
    box-sizing:border-box;
    border-top:#fff 20px solid;
    border-right:#fff 10px solid;
}

.amenity-container{
    border-bottom:#fff 20px solid;
}

.amenity-list{
    list-style-image: url('images/amenity-bullet-03.png');
}

.amenity-list-2{
    list-style-image: url('images/amenity-bullet-04.png');
}


/* **************************************************************************** */
/* ################################ GALLERY ###################################### */
/* **************************************************************************** */

.gallery-border-white{
    border:#fff 10px solid;
}

.gallery-border-top-white{
    border-left:#fff 10px solid;
    border-right:#fff 10px solid;
    border-bottom:#fff 10px solid;
}

.gallery-image{
    box-sizing:border-box;
    cursor:pointer;
    transition:0.5s;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}

.gallery-image:hover{
   opacity:0.7;
}

.gallery-holder{
    transition:0.5s;
}

.gallery-holder:hover{
    transition:0.5s;
    transform: scale(1.2);
}

.gallery-image-inner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition:0.5s;

}

.gallery-image-inner:hover{
    opacity:1;
    /* box-shadow:inset 0 0 0 10px rgba(255,255,255,0.4); */
}

.home-gallery-overlay{
    transition:0.5s;
}

.home-gallery-overlay:hover{
    background-color:rgba(16,55,81,0.4);
}

.gallery-image-2{
    box-sizing:border-box;
    cursor:pointer;
    transition:0.5s;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}

.home-gallery-title{
    margin-top:-45px;
}

/* **************************************************************************** */
/* ############################## FLOOR PLANS ################################# */
/* **************************************************************************** */

.floorplan-icons{
    transition:0.5s;
}

.floorplan-icons:hover{
    color:#d3316e;
    cursor:pointer;
}

.floorplan-header-button{
    color:#fff;
    border:#002a38 1px solid;
    padding:13px 0;
    background-color:#002a38;
    transition:0.5s;
    width:85%;
    border-radius:2px;
    font-size:17px;
}

.floorplan-header-button:hover{
    color:#fff;
    border:#fff 1px solid;
    background-color:#00a59b;
    cursor:pointer;
}


.floorplan-header-button-2{
    color:#fff;
    border:#00a59b 1px solid;
    padding:13px 0;
    background-color:#00a59b;
    transition:0.5s;
    width:85%;
    border-radius:2px;
    font-size:17px;
    cursor:pointer;
}

.fpButton {
/*     width: 180px; */
    background: #b0c6dd;
    color: #000;
    border: #b0c6dd 2px solid;
    margin-bottom: 10px;
}

.fpButton:hover {
    background: #b0c6dd;
    color:#fff;
}

.fpButton2 {width: 180px;

    background: transparent;
    color:#fff;
    border: #fff 2px solid;
}

.fpButton2:hover {
background: #b0c6dd;
color:#fff;
border: #fff 2px solid;
}

#top-banner{
    display:none;
}


.pricing-info{
    position:relative;
}

.pricing-info img{
    cursor:pointer;
}

.pricing-info span{
    display:none;
    position:absolute;
    border:#000 1px solid;
    border-radius:10px;
    background-color:#fff;
    color:#000;
    font-size:13px;
    width:200px;
    padding:15px;
    top:-40px;
    right:-240px;
    box-shadow:5px 5px 5px #aaaaaa;
    cursor:pointer;
}

.floorplan-sub-search{
    display:none;
}

.floor-plan-img{
    width:initial;
    max-width:100%;
    max-height:500px;
}

.search-message{
    display:none;
}

.floorplan-icon-default .floorplan-button{
    font-size:14px;
    padding:5px 30px;
    border:#00a59b 2px solid;
    box-sizing:border-box;
    display:inline-block;
}

.floorplan-icon .floorplan-button{
    font-size:14px;
    padding:5px 30px;
    border:#00a59b 2px solid;
    box-sizing:border-box;
    color:#fff;
    background-color:#00a59b;
    display:inline-block;
}

.button-360{
    position:absolute;
    font-size:60px;
    left:0;
    right:0;
    text-align:center;
    top:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.tour-button{
    color:#fff;
    background-color:#056180;
    padding:10px 20px;
    font-size:16px;
    display:inline-block;
}

.tour-button:hover{
    color:#fff;
    background-color:#002a38;
    box-sizing:border-box;
    display:block;
    display:inline-block;
}

.toggle-arrow{
    transition:0.5s;
}

.toggle-arrow:hover{
    color:#00a59b;
}


/* **************************************************************************** */
/* ######################### CONTACT VERTICAL FORM ############################ */
/* **************************************************************************** */

.ver-form form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:auto;
    flex: 1;
}

.ver-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:0;
}

.ver-form .ajax-loader{
    display:none;
}

.ver-form input{
    box-sizing: border-box;
    font-size:17px;
    padding:10px 20px;
    outline:none;
    margin:0 0 20px 0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    color:#fff;
    background-color:transparent;
    border:0;
    border-bottom:#fff 1px solid;
    font-family: 'Open Sans Condensed', sans-serif;
 }

.ver-form select{
    box-sizing: border-box;
    font-size:17px;
    padding:10px 20px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    margin:0 0 20px 0;
    background-color:#fff;
    color:#fff;
    border:0;
    border-bottom:#fff 1px solid;
    background-color:transparent;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver-form select::-ms-expand {
    display: none;
}

.ver-form textarea{
    box-sizing: border-box;
    font-size:17px;
    padding:10px 20px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    margin:0 0 20px 0;
    max-height:150px;
    resize: none;
    width:100%;
    background-color:transparent;
    border:0;
    border-bottom:#fff 1px solid;
    color:#fff;
    -ms-overflow-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ver-form input[type=submit]{
    display: inline-block;
    box-sizing: border-box;
    border:0;
    font-size:17px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    border: #fff 2px solid;
    background:transparent;
    cursor:pointer;
    transition:0.5s;
    color:#fff;
    margin-bottom:0;
    margin: auto;
    text-align: center;
    width: 100px;
    -webkit-appearance: none;
}

.ver-form input[type=submit]:hover{
       background: #b0c6dd;
       color: #fff;
       border: #fff 2px solid;
}

.ver-form input::-webkit-input-placeholder {
    color: #fff;
}

.ver-form input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.ver-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.ver-form input:-ms-input-placeholder {
    color: #fff;
}

.ver-form textarea::-webkit-input-placeholder {
    color: #fff;
}

.ver-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #dfdfdf;
}

.ver-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.ver-form textarea:-ms-input-placeholder {
    color: #fff;
}

/* **************************************************************************** */
/* ####################### CONTACT HORIZONTAL FORM ############################ */
/* **************************************************************************** */

.hor-form form{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:auto;
    flex-wrap: wrap;
    flex: 1;
}

.hor-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:5px 7px 5px 7px;
}

.hor-form p:last-of-type{
   display:none;
}

.hor-form .ajax-loader{
    display:none !important;
}

.hor-form input{
    box-sizing: border-box;
    border:0;
    font-size:25px;
    padding:10px 15px;
    max-width:200px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    border-radius:3px;
    color: #002a38;
 }

.hor-form select{
    box-sizing: border-box;
    border:0;
    font-size:25px;
    padding:10px 15px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    max-width:200px;
    width:200px;
    display:block;
    border-radius:3px;
    color: #002a38;
}

.hor-form select::-ms-expand {
    display: none;
}

.hor-form input[type=submit]{
    box-sizing: border-box;
    border:0;
    font-size:17px;
    font-weight:700;
    padding:10px 20px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background:#00a59b;
    cursor:pointer;
    transition:0.5s;
    color:#fff;
    border-radius:3px;
}

.hor-form input[type=submit]:hover{
    background:#002a38;
    color:#fff;
    box-shadow:inset 0 0 0 4px #00a59b;
}

.hor-form input::-webkit-input-placeholder {
    color: #002a38;
}

.hor-form input:-moz-placeholder { /* Firefox 18- */
    color: #002a38;
}

.hor-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #002a38;
}

.hor-form input:-ms-input-placeholder {
    color: #002a38;
}

.hor-form textarea::-webkit-input-placeholder {
    color: #002a38;
}

.hor-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #002a38;
}

.hor-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #002a38;
}

.hor-form textarea:-ms-input-placeholder {
    color: #002a38;
}


/* **************************************************************************** */
/* ####################### CONTACT HORIZONTAL FORM FULL ############################ */
/* **************************************************************************** */

.full-hor-form .hor-form form{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:auto;
    flex-wrap: wrap;
    flex: 1;
}

.full-hor-form .hor-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:5px 7px 5px 7px;
}

.full-hor-form .hor-form p:nth-child(6n){
    flex-basis: 100%;
}


.full-hor-form .hor-form p:last-of-type{
   display:none;
}

.full-hor-form .hor-form .ajax-loader{
    display:none !important;
}

.full-hor-form .hor-form input{
    box-sizing: border-box;
    border:0;
    font-size:25px;
    padding:10px 15px;
    max-width:200px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    border-radius:3px;
    color: #000;
 }

 .full-hor-form .hor-form textarea{
    box-sizing: border-box;
    border:0;
    font-size:25px;
    padding:10px 15px;
    outline:none;
    margin:auto;;
    display:flex;
    justify-content: center;
    flex: 1;
    max-height:150px;
    resize: none;
    width:100%;
    color: #000;
    border-radius:3px;
    -ms-overflow-style: none;
    max-width:842px;
}

.full-hor-form .hor-form select{
    box-sizing: border-box;
    border:0;
    font-size:25px;
    padding:10px 15px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    max-width:200px;
    width:200px;
    display:block;
    border-radius:3px;
    color: #000;
}

.full-hor-form .hor-form select::-ms-expand {
    display: none;
}

.full-hor-form .hor-form input[type=submit]{
    box-sizing: border-box;
    border:0;
    font-size:17px;
    font-weight:400;
    padding:10px 20px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background:#000;
    cursor:pointer;
    transition:0.5s;
    color:#fff;
    border-radius:3px;
}

.full-hor-form .hor-form input[type=submit]:hover{
    background:#000;
    color:#fff;
    box-shadow:inset 0 0 0 4px #00a59b;
}



/* **************************************************************************** */
/* ################################ MAP ###################################### */
/* **************************************************************************** */

.map-info-box{
    width:250px;
}

.map-info-box p{
    font-size:14px ;
    color:#555555 ;
    margin:0 0 0 0 ;
}

.map-info-box h1{
    font-size:17px ;
    margin:5px 0 7px 0 ;
    padding-bottom:5px ;
    border-bottom:#cccccc 1px solid;
    font-weight:normal ;
}

.map-info-box h2{
    font-size:14px ;
    margin:0 0 0 0 ;
    font-weight:normal ;
    color:#555555 ;
}

.map-info-box img{
    max-width:150px ;
}

.map-info-box a{
    color:#002a38;
}

.map-info-box a:hover{
    color:#000;
}

.map-info-box span a{
    color:#777777;
    font-size:13px ;
}

.map-info-box span a:hover{
    color:#ab685d;
}

/* **************************************************************************** */
/* ########################### COMMENTS ###################################### */
/* **************************************************************************** */

.reply{
    font-size:20px;
}

.comments-template{
    margin: 0 0 0;
    border-top: 0 solid #cccccc;
    padding: 0 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 0 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-size: 12px;
}


/* **************************************************************************** */
/* ############################## CAROUSEL ################################### */
/* **************************************************************************** */

.my-slide{
    color:#000;
    position:relative;
    z-index:400;
    padding:10px 0;
}

 .my-slide p{
    font-size:20px;
}

.my-slide-none{
    display:none !important;
}

.my-slide-active{
    box-shadow:inset 0 0 0 0 #dfc2c2;
}

.slide-content{
    opacity:0;
    transition:0.5s;
}

.floorplan-row{
    margin-top:100px;
    transition:0.5s;
}

.my-slide-active .floorplan-row{
    margin-top:0;
}

.my-slide-active .slide-content{
    opacity:1;
}

.my-slide-non-active{
    opacity:0.7;
}

.my-slide-prev{
    cursor:pointer;
    z-index:150;
    transition:0.5s;
    border-radius:0 15px 15px 0;
}

.my-slide-prev:hover{
    background-color:rgba(0,0,0,0.2);
}

.my-slide-next{
    cursor:pointer;
    z-index:150;
    transition:0.5s;
    border-radius:15px 0 0 15px;
}

@media (max-width: 767px) {
	.fllorplanslidernav.fllorplanslidernav_next {
		right: 15px!important;
	}
	.fllorplanslidernav.fllorplanslidernav_prev {
		left: 15px!important;
	}
}

.my-slide-next:hover{
    background-color:rgba(0,0,0,0.2);
}

.my-slide-container{
    height:600px;
    overflow:hidden;
}

.my-slide-outer{
    position:absolute;
    margin:0 !important;
    top:0;
    bottom:0;
}

.my-slide-inner{
   width:600px;
   padding:20px 20px 30px 20px;
   cursor:pointer;
   box-sizing:border-box;
}

.my-slide-inner img{
    max-width:60%;
    transition:0.5s;
}

.my-slide-active img{
    max-width:100%;
}


/* **************************************************************************** */
/* ############################## FOOTER ###################################### */
/* **************************************************************************** */

.footer{
    background-image: linear-gradient(#eeeeee, #fff);
}

.pre-footer a:hover{
    color:#002a38;
}

.footermenu ul{
    display:flex;
    flex-direction:row;
    margin:0;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    list-style:none;
}

.footermenu ul li{
    display:flex;
    flex-direction:column;
    padding:0 10px 0 10px;
}

.footermenu a{
    color:#000;
    font-size:15px;
}

.footermenu a:hover{
    color:#000;
}

.footerlogo{
max-height:50px;
}

.footer-social ul{
    margin:0;
}

.footer-social a{
    font-family:socialicons;
    color:#fff;
    font-size:40px;
    margin-right:10px;
    margin-left:20px;
    display:inline-block;
}

.footer-social a:hover{
    color:#000;
}


/* **************************************************************************** */
/* ########################### FONTS ###################################### */
/* **************************************************************************** */

@font-face {
    font-family: 'socialicons';
    src: url('./fonts/SocialIcons.eot');
    src: url('./fonts/SocialIcons.eot?#iefix') format('embedded-opentype'),
         url('./fonts/SocialIcons.woff') format('woff'),
         url('./fonts/SocialIcons.ttf') format('truetype'),
         url('./fonts/SocialIcons.svg#SocialIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* **************************************************************************** */
/* ########################### MEDIA QUERIES ###################################### */
/* **************************************************************************** */

@media handheld, screen and (max-width:1800px){

    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */

    .headerbutton1{
        font-size:12px;
        padding:10px 15px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ HERO BANNER ############################### */
    /* ---------------------------------------------------------------------------- */

/*     .slideimagecontainer{
        height:830px;
    }
     */

    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu ul .menu-item  a{
        font-size:22px;
        padding:10px 10px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ RESIDENTS ################################# */
    /* ---------------------------------------------------------------------------- */

    .residents-container{
        margin-top:-220px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ FLOORPLANS ################################ */
    /* ---------------------------------------------------------------------------- */

    .floorplans-box{
        margin-top:-30px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ CAROUSEL #################################### */
    /* ---------------------------------------------------------------------------- */

    .my-slide-container{
        height:680px;
    }


}


@media handheld, screen and (max-width:1200px){

    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */

    .headerbutton1{
        font-size:10px;
    }

    .logo{
        height:40px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu ul .menu-item  a{
        font-size:12px;
        padding:10px 5px;
    }

    .headermenu ul li{
        margin:0 2px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################# HOME PAGE #################################### */
    /* ---------------------------------------------------------------------------- */

    .orange-button{
        padding:10px 20px;
        font-size:20px;
        width:65%;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################# FLOOR PLANS ################################## */
    /* ---------------------------------------------------------------------------- */

    .tour-button{
        padding:15px 30px;
        font-size:18px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ FOOTER #################################### */
    /* ---------------------------------------------------------------------------- */

    .footerlogo{
        height:30px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ CAROUSEL #################################### */
    /* ---------------------------------------------------------------------------- */

    .my-slide-container{
        height:500px;
    }


}

@media handheld, screen and (max-width:900px){
    #ipad-nav-bar{
        display:flex;
    }

    #ipad-nav-window{
        display:none;
    }

/*     .section-amenities ul {padding-bottom: 40px;} */

    .logo{
        height:80px;
    }


    h1{
        font-size:55px;

    }

    h2{
        font-size:30px
    }

    h3{
        font-size:27px;
    }

    h4{
        font-size:25px;
    }


    h5{
        font-size:20px;
    }

    h6{
        font-size:18px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ BUTTONS ################################### */
    /* ---------------------------------------------------------------------------- */

    .orange-button{
        padding:10px 10px;
        font-size:15px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */

    .headerbutton1{
        padding:8px 10px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu ul .menu-item  a{
        font-size:15px;
        padding:10px 12px;
    }

    .headermenu ul li{
        margin:0;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ HOME PAGE ################################# */
    /* ---------------------------------------------------------------------------- */

    /* ---------------------------------------------------------------------------- */
    /* ############################ FLOORPLANS ################################## */
    /* ---------------------------------------------------------------------------- */

    .floorplan-header-button{
        font-size:14px;
    }

    .floorplan-header-button-2{
        font-size:14px;
    }

    .floorplan-icon .floorplan-button{
        font-size:15px;
        padding:10px 20px;
    }

    .floorplan-icon-default .floorplan-button {
        font-size:12px;
        padding:5px 20px;
    }

    .tour-button{
        padding:15px 20px;
        font-size:13px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ RESIDENTS ################################# */
    /* ---------------------------------------------------------------------------- */

    .residents-container{
        margin-top:-120px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FOOTER ################################# */
    /* ---------------------------------------------------------------------------- */

    .footermenu ul li{
        display:inline-block;
        padding:0 5px 0 5px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */

    .slidecontainer_maintext{
        font-size:60px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .slidecontainer_smalltext{
    font-size:40px;
    }

    .slideimagecontainer{
        height: 90vh;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ CAROUSEL #################################### */
    /* ---------------------------------------------------------------------------- */

    .my-slide-container{
        height:500px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################## VERtICAL FORM ############################### */
    /* ---------------------------------------------------------------------------- */


    .ver-form input{
        font-size:15px;
        padding:10px 20px;
     }

    .ver-form select{
        font-size:15px;
        padding:10px 20px;
     }

    .ver-form textarea{
       font-size:15px;
       padding:10px 20px;
    }

    .ver-form input[type=submit]{
        font-size:15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 20px;
    }


        /* ---------------------------------------------------------------------------- */
    /* ################################ MAIN MENU ################################# */
    /* ---------------------------------------------------------------------------- */

    .ipadmenu{
        text-align:center;
        background-color:rgba(61, 115, 167, 0.85);
    }

    .ipadmenu ul{
        list-style-type: none;
        margin-left:0;
        margin-top:0;
        margin-bottom:0;
        padding-top:10px;
        padding-left:0;
        padding-bottom:0;
        display:block;
        height: 100vh;
        font-weight: 700;
    }

    .ipadmenu li{
        line-height:310%;
        border-bottom:#dfdfdf 0px solid;
        padding: .25em;
        display:block;
        margin-right:0;
    }

    .ipadmenu .menu-item a{
        color:#fff;
        display:block;
        font-size:24px;
    }

    .ipadmenu .menu-item  a:hover{
        background-color:transparent;
        color:#000;
        font-size:30px;
    }

    .ipadmenu .current-menu-parent a{
        color:#fff;
    }

    .ipadmenu .menu-item:hover {
        color: #fff;
    }

    .ipadmenu .current-menu-ancestor, .current-menu-ancestor a {
        background-color:transparent;
    }

    .ipadmenu .menu-item-has-children li{
        background-color:#ab685d;
    }

    .ipadmenu .menu-item-has-children li a{
        color:#000;
    }

    .ipadmenu .current-menu-item  a{
        color: #fff !important;
        background-color:#00a59b;
    }


}


@media handheld, screen and (max-width:700px){

    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER #################################### */
    /* ---------------------------------------------------------------------------- */

    h1{
        font-size:44px;
        padding-left: 0px;
        padding-right: 0px;

    }
.my-slide-container {
    overflow: auto;
    height: 720px;
}
.my-slide-active img {
    max-width: 75%;
}
    .mobile-header{
        display:block;
    }

    .desktop-header{
        display:none;
    }

    #mobile-nav-bar{
        display:flex;
    }

    #ipad-nav-bar{
        display:none;
    }

    .logo{
        position: initial;
        margin-top: 10px;
        margin-bottom: 10px;
        max-height: 55px;
        margin-left: 20px;
        height: initial;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ MAIN MENU ################################# */
    /* ---------------------------------------------------------------------------- */

    .mobilemenu{
        text-align:center;
        background-color:rgba(61, 115, 167, 0.85);
    }

    .mobilemenu ul{
        list-style-type: none;
        margin-left:0;
        margin-top:0;
        margin-bottom:0;
        padding-top:10px;
        padding-left:0;
        padding-bottom:0;
        display:block;
        height: 100vh;
        font-weight: 700;
    }

    .mobilemenu li{
        line-height:310%;
        border-bottom:#dfdfdf 0px solid;
        padding: .25em;
        display:block;
        margin-right:0;
    }

    .mobilemenu .menu-item a{
        color:#fff;
        display:block;
        font-size:24px;
    }

    .mobilemenu .menu-item  a:hover{
        background-color:transparent;
        color:#000;
        font-size:30px;
    }

    .mobilemenu .current-menu-parent a{
        color:#fff;
    }

    .mobilemenu .menu-item:hover {
        color: #fff;
    }

    .mobilemenu .current-menu-ancestor, .current-menu-ancestor a {
        background-color:transparent;
    }

    .mobilemenu .menu-item-has-children li{
        background-color:#ab685d;
    }

    .mobilemenu .menu-item-has-children li a{
        color:#000;
    }

    .mobilemenu .current-menu-item  a{
        color: #fff !important;
        background-color:#00a59b;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */

    .slidecontainer{display: none;}

    .slidecontainer_maintext{
        font-size:25px;
        line-height:200%;
    }

    .slidecontainer_smalltext{
        font-size:23px;
    }

    .slideimagecontainer{
        height: 95vh;
    }

    .slideimagecontainer2{
        height:280px;
    }

     /* ---------------------------------------------------------------------------- */
    /* ################################## HOME ##################################### */
    /* ----------------------------------------------------------------------------- */


    .footer-social a{
        color:#fff;
    }

    .footer-social a:hover{
        color:#056180;
    }



    /* ---------------------------------------------------------------------------- */
    /* ################################ AMENITIES #################################### */
    /* ---------------------------------------------------------------------------- */

    .amenity-image{
        border-top:none;
        border-right:none;
    }

    .amenity-image-2{
        border-top:none;
        border-right:none;
        border-left:none;
    }

    .amenity-image-3{
        border-top:none;
        border-left:none;
    }

    .amenity-content-box{
        border-top:none;
        border-left:none;
    }

    .amenity-content-box-2{
        border-top:none;
        border-right:none;
    }

    .amenity-container{
        border-bottom:none;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ CONTACT ################################# */
    /* ---------------------------------------------------------------------------- */

    #map_canvas{
        height:300px !important;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FLOORPLANS ################################## */
    /* ---------------------------------------------------------------------------- */

    .floorplans-box{
        margin-top:initial;
    }

    .floorplan-header-button{
        font-size:10px;
    }

    .floorplan-header-button-2{
        font-size:10px;
    }
    .floorplan-icon .floorplan-button{
        font-size:15px;
        padding:10px 20px;
    }

    .floorplan-icon-default .floorplan-button {
        font-size:15px;
        padding:10px 20px;
    }

    .tour-button{
        padding:15px 20px;
        font-size:17px;
    }

    .tour-button:hover{
        font-size:17px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################## HOME #################################### */
    /* ---------------------------------------------------------------------------- */

    .home-gallery-title{
        margin-top:15px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ CAROUSEL #################################### */
    /* ---------------------------------------------------------------------------- */

    .my-slide-container{
        height:680px;
    }

    .my-slide-inner{
        padding-top:0;
    }

    .my-slide-prev img{
        max-width:15px;
    }

    .my-slide-next img{
        max-width:15px;
    }


    .hor-form p{
        width:100%;
    }

    .hor-form input{
        width:100%;
        max-width:100%;

     }

    .hor-form select{
        width:100%;
        max-width:100%;
    }


    .full-hor-form .hor-form p{
        width:100%;
    }


    .full-hor-form .hor-form input{
        width:100%;
        max-width:100%;

     }

     .full-hor-form .hor-form select{
        width:100%;
        max-width:100%;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################# RESIDENTS ##################################### */
    /* ---------------------------------------------------------------------------- */

    .residents-container{
        margin-top:0;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################# RESIDENTS ##################################### */
    /* ---------------------------------------------------------------------------- */

    .footerlogo{
        height:40px;
    }

	.section-contact .schedule-tour-click {
		margin: 10px auto 0;
	}
	.footer-office-hours {
		padding-right: 0 !important;
	}

}


@media handheld, screen and (min-width:701px){

    #mobile-nav-window{
        display:none !important;
    }

}

@media all and (max-width:991px) and (min-width: 701px){
	.section-contact .schedule-tour-click {
		width: auto;
	}
	.footer-contact-address .mgr-20 {
		margin-right: 0;
	}

	.footer-contact-address img {
		margin-left: 0;
	}
	.footer-contact-address .mgr-20 {
		margin-right: 0;
	}

	.footer-contact-address img {
		margin-left: 0;
	}

	.footer-social a {
		margin-left: 0;
	}


}
/* Code Added by Max at Resident360 (starts)*/
img#headerlogo {
    height: 95px;
}
@media (max-width: 599px) and (min-width: 400px){
.floorplan-btn-mgt-minus-10 {
    position: relative;
    bottom: 10px;
}}
.hope{
	height:100%;
	width:100%;
	cursor: pointer;
}
.hope a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width:900px) and (max-width:1400px){
	img#headerlogo{
max-height:69px;
}
}
/* .inner-h3{
color:#000;
}
@media(max-width:900px){
	.inner-h3{
color:#fff;
}
} */

label.no-label {
    display: none;
}

label.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }


.ver-form input {
    color: #fff;
}
.ver-form textarea {
    color: #fff;
}
.wht {
    color: #fff;
}
div.popmake span.wpcf7-list-item-label {
    color: #000;
}
span.wpcf7-form-control-wrap.home {
    margin: 15px 0 10px 0;
}
span.wpcf7-list-item-label {
    color: #fff;
}
button.my-slide-next {
    background: none;
    border: none;
}
button.my-slide-prev {
    background: none;
    border: none;
}
a.skip-nav img {
    transform: translate(-4px, 0) rotate(90deg);
    filter: invert(100%);
}
a.skip-nav {
    background-color: transparent;
    border: none;
	z-index:100;
	margin-left: -5%;
    position: absolute;
    right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  
  .sr-only-focusable:focus {
      position: relative;
      width: auto;
      height: auto;
      clip: initial;
      margin: inherit;
      padding: inherit;
      border: initial;
  }

header {
    position: relative;
    display: block;
    overflow: hidden;
}
.tooltips {
  border: none;
}
.tooltips:hover {
  border: 0px dotted red;

}
span.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltips:hover span.tooltiptext {
  visibility: visible;
}

button{
    background: transparent;
    border: 0;
    padding: 0;
}

.whitelabel{
  color: #fff;
}

html.swipebox-html header, html.swipebox-html main, html.swipebox-html footer {
    display: none;
}

html.swipebox-html #swipebox-slider .slide img {
    display: none;
}

html.swipebox-html #swipebox-slider .slide.current img {
    display: inline-block !important;
}
.fllorplanslidernav {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    z-index: 100000;
}

.fllorplanslidernav.fllorplanslidernav_prev {
    left: 0;
}

.fllorplanslidernav.fllorplanslidernav_next {
    right: 0;
}

a.gallery-image-inner:focus {
    opacity: 1;
    border: 5px solid #03A9F4;
}
input:focus, textarea:focus, select:focus {
    outline: auto !important;
}
span.tooltiptext {
    top: -60px;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.flex.col.justify-center.tooltips {
    position: relative;
}
span.tooltiptext.activetooltiptext{
  visibility: visible;
}

.ver2-form input[type=submit]:focus {
    outline: auto !important;
    box-shadow: 0 0 3px 4px #0174d0;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    display: block !important;
    -webkit-transform:translate3d(0,50px,0);
    transform:translate3d(0,50px,0);
}
#swipebox-bottom-bar{
    -webkit-transform:translate3d(0,-50px,0);
    transform:translate3d(0,-50px,0);
}

.subherobanner {
    text-align: center;
}

.subherobanner h2 {
    background: #072e47;
    display: inline-block;
    padding: 40px;
    margin: 0;
    line-height: 70px;
    border-radius: 20px;
}

.residentboxtext span {
    background: #b0c6dd;
    line-height: 40px;
    padding: 10px 20px;
    font-size: 30px;
    display: inline-block;
    border-radius: 5px;
}



.headermenu ul li {
    border: 0;
}

.headermenu ul li a {
    border: 2px solid transparent;
}
.headermenu ul .headermenu-active a {
    border: 2px solid #b0c6dd !important;
}

#ipad-nav-window #overlay {
    position: absolute;
}
.mobilemenuwrap .mobilemenu{
    overflow-y: auto;
    overflow-x:hidden;
}

.floorplan_slider_item .my-slide-non-active {
    visibility: hidden;
}

.ver2-form br {
    display: none;
}

.ver2-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}
span.wpcf7-list-item .wpcf7-checkbox {
    display: block;
}

span.wpcf7-list-item {
    display: block;
    margin-bottom: 15px !important;
}

span.wpcf7-list-item input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
    height: 16px;
}

span.wpcf7-form-control-wrap.home {
    margin-top: 5px;
}
.slidecontainer_maintext {
    margin: 0;
    padding: 0;
    width: 100%;
}
.slidecontainer_maintext  h1 {
    background: rgba(61, 115, 167, 0.85);
    display: block;
    padding: 40px 60px;
    margin: 0;
    border-radius: 0;
    width: 100%;
}
.subherobanner h2 {
    background: rgba(61, 115, 167, 0.85);
    border-radius: 0;
}
@media all and (max-width: 500px){
    .slidecontainer_maintext h1 {
        padding: 20px;
        font-size: 40px;
    }
}
@media all and (max-width: 1460px) and (min-width: 1201px){
    .headermenu ul .menu-item a {
        font-size: 16px;
    }
}
.hero-container .flex.col.grow-1.justify-center{
justify-content: flex-end;
}
@media(max-width:900px){
.section-contact.cover.no-repeat.back-pos-top.no-repeat {
    padding-top: 70px;
}
}
/* #ApplyOnline > input[type=submit] {
    display: none;
} */


.grecaptcha-badge{
	display: none!important;
}
div[role="Banner"] a {
    color: inherit;
    font-size: inherit;
}div[role="Banner"] a {
    color: inherit;
    font-size: inherit;
}

div[role="Banner"] a:hover {
	text-decoration: underline;
}
div[role="Resident Links"] {
    display: none;
}
h2 {
    color: #3e73a7;
}
.titleUnderline {
    background: url(/wp-content/uploads/2025/05/light-blue.png) bottom no-repeat;
}
.floorplan-container {
    padding-top: 50px;
}

.slideimagecontainer {
    background-position: 35%!important;
}
.fpFilters_inner {
    gap: 0 15px;
}

.brk-700-font-22:hover {
    color: #002a38;
}
body[data-currenplanshowing="2"] .floorplannavbtn, body[data-currenplanshowing="1"] .floorplannavbtn{
	display: none;
}

.ver-form input, .ver-form textarea {
    color: #000;
	border-color: #000;
}
.ver-form input::placeholder, .ver-form textarea::placeholder {
    color: #000;
}
.ver-form .whitelabel{
	color: #000;
}
.ver-form span.wpcf7-list-item-label {
    color: #000;
}
.ver-form input[type=submit]{
	color: #000;
	border-color: #000;
}

.fpButton2 {
    color: #000;
    border-color: #000;
}
.clearButtonDark {
    color: #000;
	border-color: #b0c6dd;
}
.chat-bar {
	color: #000;
}
.fpButton:hover {
    color: #000;
    border-color: #b0c6dd;
	background: transparent;
}

.mobile-header {
	background: rgb(62 116 167)!important;
}

.apm-footer-logo {
	max-width: 60px;
}
.r360-footer-logo {
	max-width: 120px;
}