/*
Theme Name: Parkland Memory Care
Theme URI: https://www.click5interactive.com/
Description: Parkland Memory Care WordPress Theme
Version: 9.7.5
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Tags: 1180px fixed width, two columns, widgets
*/
 

/* Elements */

* { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
ol,ul { list-style: none; }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	color: #717171;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
    margin-top: 140px;
    overflow-x: hidden;
}

.wrap {
	width: 1180px;
	margin: 0 auto;
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}


/* Header */

header {
    width: 100%;
    height: 142px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

header.smaller {
    height: 102px;
    border-bottom: 1px solid #d9d9d9;
}

header.smaller #nav ul li a {
    line-height: 40px;
    font-size: 14px;
    padding: 0px 31px; 
}

header.smaller #header{
    height: 60px;
}

header.smaller #logo{
    height: 40px;
    margin-top: 8px;
}

header.smaller .info-text-header{
    padding-top: 5px;
}

header.smaller .info-text-header:after{
    height: 57px;
}

header.smaller #phone{
    margin-top: 19px;
}

header.smaller #phone i{
    font-size: 21px;
}

header.smaller #phone strong, header.smaller #phone strong a{
    font-size: 20px; 
}

#header {
    position: relative;
	float: left;
	width: 100%;
	height: 90px;
	background-color: #fff;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;    
}

#logo {
	float: left;
	width: 180px;
	height: 60px;
	margin-top: 12px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

#logo a {
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: transparent url(images/logo-parkland-new.png) left center no-repeat;
    background-size: contain;
}

.header-content{
    border-top: 3px solid #8b9db6;
}

/* Phone */

#phone{
	float: right;
	margin-top: 30px;
	color: #ababab;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

#phone a{
    text-decoration: none;
    color: #183b6e;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#phone strong{
    font-weight: 500;
    font-size: 27px;
    color: #183b6e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

#phone strong a{
    color: #183b6e;
    text-decoration: none;
    font-weight: 500;
    font-size: 27px;
}

.jPhoneLink{
    text-decoration: none !important;
}

#phone i{
    font-size: 27px;
    color: #183b6e; 
    padding-right: 20px;
}

.info-text-header{
    position: relative;
    float: right;
    padding-top: 20px;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-text-header:after{
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
    height: 87px;
    border-right: 1px solid #e8e8e8;
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-text-header p{
    font-size: 14px;
    color: #000;
}

.info-text-header i{
    color: #183b6e;
    font-size: 18px;
    margin-right: 15px;
}

.info-text-header a{
    color: #183b6e;
    font-weight: 600;
    text-decoration: none;
}

.info-text-header a:hover{
    text-decoration: underline;
}

.info-text-header a.sm{
    font-size: 10px;
}

.info-text-header a.bg{
    font-size: 14px;
}

.info-text-header a.bt{
    font-size: 16px;
}

/* Nav */

#nav {
	float: left;
	width: 100%;
}

#nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
    border-top: 2px solid #183b6e;
    display: table;
}


#nav ul ul{
    border-top: none;
}

#nav ul li {
	display: table-cell;
	margin: 0;
	padding: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background: none;
    text-align: center;
}

#nav ul li ul li{
    float: left;
    display: block;
}

#nav ul li a {
	display: block;
	padding: 0 19px;
    line-height: 50px;
	color: #183b6e;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.current-menu-item a{
    color: #fff;
    background-color: #183b6e;
}

#nav ul li a:hover{
    color: #fff;
    background-color: #183b6e;
}


/* Drop-Down Menu */
#nav li ul { position: absolute; left: -999em; width: 200px; height: auto; margin: 0; padding:0; z-index: 999; background:none;}
#nav li ul li { padding-left: 0px; padding-right: 0px; background-color:#fff;  }
#nav li ul li a, #nav li.current-menu-item ul li a, #nav li.sfHover ul li a { background:none; min-width: 250px; height: auto; margin: 0; padding: 11px 10px 8px 19px; color: #000; font-size: 14px; font-weight: 400; line-height: 20px; text-align: left; background:none; border-bottom:1px solid #e6e6e6; text-transform: capitalize;}
#nav li ul li.sub-nav a, #nav li.current-menu-item ul li.sub-nav a, #nav li.sfHover ul li.sub-nav a { color: #afbd21; }
#nav li ul li a:hover, #nav li.current-menu-item ul li a:hover { color: #fff !important; background: #183b6e; border-bottom:1px solid #183b6e; }
#nav li ul ul { margin: -39px 0 0 224px;  }
#nav li ul ul li a { border-bottom: 0; }
#nav li ul ul li a:hover { border-bottom: 0; }
#nav li ul li ul li a {}
#nav li:hover, #nav li.sfHover { position: static; }
#nav li:hover ul ul, #nav li.sfHover ul ul,
#nav li:hover ul ul ul, #nav li.sfHover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfHover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li.sfHover ul,
#nav li li:hover ul, #nav li li.sfHover ul,
#nav li li li:hover ul, #nav li li li.sfHover ul,
#nav li li li li:hover ul, #nav li li li li.sfHover ul { left: auto; } 


/* Mobile Nav */

#select-nav { display: none; }

#nav li ul li a:after{
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 10px;
    float: right;
}

/* Lightbox */

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* Hero */

.hero{
	float:left;
	width:100%;
	background-color: #f6f7f9;
	height:705px;
}
.hero-slider{
	float:left;
	width:100%;
	position:absolute;
	top:155px;
	height:705px;
}
.hero-slider .wrap{
	position:relative;
	height:100%;
}
.hero .wrap{
	position:relative;
	height:100%;
}
.hero.hero-sub { 
	height: 195px; 
    border-top: 3px solid #dddee0;
}
.hero .headline{
	text-align:left;
	margin-top:310px;
	float:left;
	width:50%;
}

.hero .info-buttons{
    float: right;
    text-align: center;
    width: 50%;
    margin-top: 45px;
}

.hero .info-buttons button{
    font-size: 15px;
    border-radius: 0px;
    min-width: 300px;
    text-align: left;
    margin-bottom: 3px;
}

.hero .info-buttons button i.left-icon{
    padding: 0px;
    padding-right: 15px;
}

.hero .info-buttons button i.right-icon{
    float: right;
}

.hero .info-buttons button.ib-blue{
    background-color: #183b6e;
    color: #fff;
}

.hero .info-buttons button.ib-green{
    background-color: #689e42;
    color: #fff;
}

.hero .info-buttons button.ib-white{
    background-color: #fff;
    color: #183b6e;
}

.hero.hero-sub .headline{ 
	margin-top:70px;	
}

.hero .headline h1{
	font-weight:600;
	font-size:46px;
	padding:20px 0 10px 0;
	color:#183b6e;
    letter-spacing: -2px;
    display: inline-block;
}

.rev_slider_wrapper h1{
	font-weight:600;
	font-size:70px;
	padding:20px 0 10px 0;
	color:#fff;
    letter-spacing: -2px;
}

.rev_slider_wrapper button{
    padding: 16px 25px;
    font-size: 20px;
}

.hero .headline h2, .rev_slider_wrapper h2{
	font-weight:300;
	font-size:39px;
	padding:0px 0;
	color:#fff;
	letter-spacing:-2px;
}
.hero .headline p, .rev_slider_wrapper p{
	font-weight:300;
	font-size:39px;
	line-height:30px;
	padding:0;
	margin:20px 0;
	color:#fff;
	width:100%;
}


.hero .headline .more a{
	display:inline-block;
	background-color:#9d9d9d;
	padding:9px 40px;
	font-weight:700;
	font-size:20px;
	color:#fff;
	border:1px solid #9d9d9d;
	text-decoration:none;
}
.hero .headline .more a:hover{
	background:none;
	color:#9d9d9d;
}

/* slider */
.fullwidthbanner-container{
	float:left;
	width:100%;
}


/* Content */

h1 {
	margin: 0;
	padding: 10px 0 10px 0;
    color: #ababab;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
	letter-spacing:-2px;
}
h1.page-title {
    font-size: 45px;
    color: #8a98b4;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}

h2 {
	margin: 0;
	padding: 20px 0;
    color: #183b6e;
    font-size: 40px;
    font-weight: 600;
	letter-spacing:-2px;
}
h2 a{
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h3 {
	margin: 0;
	padding: 10px 0;
    color: #183b6e;
    font-size: 28px;
    font-weight: 600;
	letter-spacing:-1px;
}
h4 {
	margin: 0;
	padding: 10px 0;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
	letter-spacing:-1px;
}
h5 {
	margin: 0;
	padding: 7px 0;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
	letter-spacing:-1px;
}
p {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight:300;
	text-align:justify;
}

p small{
    font-size: 15px;
}

p.big {
   font-size: 25px;
    line-height: 35px;
}

a {
	color: #717171;
	font-weight:300;
	text-decoration: underline;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

a.underline{
    text-decoration: underline;
}

button, .button{
    font-family: 'Montserrat', sans-serif;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;    
    transition: all 0.2s ease-in-out;
    
}

button i, .button i{
    padding-left: 15px;
}

button.dark, .button.dark{
    background-color: #183b6e;
    color: #fff;
}

button.dark:hover, .button.dark:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.white, .button.white{
    background-color: #fff;
    color: #183b6e;
}

button.white:hover, .button.white:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.light{
    border: 1px solid #183b6e;
    font-size: 15px;
}

button.light:hover{
    background-color: #183b6e;
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.line{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}

button.line:hover{
    background-color: #fff;
    color: #183b6e;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.bluebtn{
    background-color: #183b6e;
    border: 1px solid #183b6e;
    color: #fff;
    font-size: 15px;
}

button.bluebtn:hover{
    background-color: #fff;
    border: 1px solid #183b6e;
    color: #183b6e;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.cta{
    background-color: #689e42;
    border: 1px solid #689e42;
    color: #fff;
    text-transform: capitalize;    
}

button.cta:hover{
    background-color: #fff;
    border: 1px solid #689e42;
    color: #689e42;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #dfdfdf;
}

.noborder{
   border-bottom: none !important; 
   border-top: none !important; 
}
.blue{
    color: #183b6e;
}

.white{
    color: #fff;
}

.green-text{
    color: #96ad45 !important;
    border-bottom: none !important;
}

.brown-text{
    color: #725d46 !important;
    border-bottom: none !important;
}

.contact-color-text{
    color: #26579d !important;
    font-size: 35px !important;
    margin-bottom: 0 !important;
}

.contact-color-text span{
    font-weight: 500;
}

.blue-text{
    color: #183b6e !important;
    border-bottom: none !important;
}

h2.darkgreen{
    color: #8da730;
}

h2.darkbrown{
    color: #6e5941;
}

.brown-bg{
    background-color: #725d46 !important;
}

.green{
    background-color: #7d9332 !important;
}

.lightgreen{
    background-color: #f1f3ea !important;
}

.brown{
    background-color: #a79f89 !important;
}

.lightbrown{
    background-color: #f4f2f2 !important;
}

ul {
	margin: 0;
	padding: 10px 0 15px 0px;
}

ul li {
	margin: 0;
	padding: 5px 0 5px 23px;
	color: #000;
	font-size: 17px;
	line-height: 25px;
	font-weight:300;
	text-align:left;
	list-style:none;
	background-image:url(images/li.png);
	background-position:left 13px;
	background-repeat:no-repeat;
}
ol {
	padding: 4px 0 14px 25px;
	list-style-type: decimal; 
}
ol li {
	list-style-type: decimal; 
	margin: 0 0 0 10px;
	padding: 5px 0 5px 13px;
	color: inherit;
	font-size: 18px;
	line-height: 25px;
	font-weight:300;
	text-align:left;
}

p.more a{
	color:#555;
	padding:9px 0px;
	font-size:16px;
}
p.more a:hover{
	text-decoration:none;
}

p.bigger{
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -1px;
    padding-top: 0px;
}

p span{
    color: #183b6e;
    font-weight: 600;
}

.content {
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	width:100%;
	float:left;
}
.home .content {
	padding: 80px 0;
}
.home .content p {
	text-align:left;
}

.home-list ul{
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}

/* content full */ 
.full-content{
	text-align:center;
	width:100%;
    display: table;
}
.full-content h2 {
	font-size:40px;
	padding:10px 0;
}
.full-content p {
	font-size: 30px;
	line-height: 30px;
    display: inline-block;
    letter-spacing: -1px;
}
.home .full-content p {
	text-align:center;
}
.full-content p.more a{
	font-size:20px;
}

.col-full {
    width: 100%;
    float: left;
}
.popup-content .col-full{
	position: relative;
}
.popup-content .wpcf7-spinner{
	position: absolute;
	right: 0;
	top: calc( 50% - 15px );
	background-color: #3e556c;
}
.wpcf7-spinner{
	background-color: #3e556c;
}	

.col-50 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.col-50-last {
    width: 49%;
    float: left;
}



/* col-2 */
.col-2 .col{
	width:560px;
	float:left;
}
.col-2 .col-last{
	float:right;
}

/* col-2-proc */
.col-2-proc .col{
	width:50% !important;
	float:left;
	margin: 0 !important;
}
.col-2-proc .col-last{
	float:right;
}

/* col-3 */
.col-3 .col{
	width:350px;
	float:left;
}
.col-3 .col-center{
	margin:0 65px;
}
.col-3 .col h3{
	margin:20px 0 10px 0;
}

/* col-3-proc */
.col-3-proc .col{
	width:30% !important;
	float:left;
	margin: 0 5% 0 0 !important;
}
.col-3-proc .col-last{
	margin: 0 0 0 0% !important;
}


/* col-4 */
.col-4 .col{
	width:272px;
	float:left;
	margin-right:30px;
}
.col-4 .col-last{
	margin-right: 0 !important;
}
.col-4 .col h3{
	font-size: 21px;
	margin-top: 10px;
}
.col-4 .col img{
	width: 100%;
	height: auto;
}


/* col-5 */ 
.col-5 .col{
	width:220px;
	float:left;
	margin-right:20px;
}
.col-5 .col-last{
	margin-right: 0 !important;
}
.col-5 .col h3{
	font-size: 21px;
	margin-top: 10px;
}
.col-5 .col p{
	font-size: 16px;
	line-height: 21px;
}
.col-5 .col img{
	width: 100%;
	height: auto;
}

/* col-5-full */
.col-5-full .wrap{
	width: 100%;
}
.col-5-full .col{
	width:18%;
	float:left;
	margin: 0 1%;
}
.col-5-full .col h3{
	font-size: 23px;
	margin-top: 10px;
}
.col-5-full .col img{
	width: 100%;
	height: auto;
}


/* submenu */
.submenu{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.submenu h5{
	margin: 10px 0 5px 0;
}
.submenu ul{
	width: 100%;
	padding: 0;	
}
.submenu ul li{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.submenu ul li{
	background-position: left 18px;
}
.submenu ul li a{
	padding: 9px 0 9px 23px;
	display: block;
}
.submenu ul li.current_page_item{
	background-color: #eee;
}
  
/* submenu 2 */
.submenu2 ul li{
	border: none;
	margin: 0;
	padding: 0;
}
.submenu2 ul li.current_page_item li, .submenu2 ul li.current-page-ancestor li{
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.submenu2 ul li a{
	display: none;
}
.submenu2 ul li.current_page_item li a, .submenu2 ul li.current-page-ancestor li a {
	display: block;
	padding: 9px 0 9px 23px;
}

.submenu2 .sub-menu{
	visibility: visible !important;
	display: block !important;
}
.submenu2 ul li.current_page_item{
	background-color: #fff;
}
.submenu2 ul li li.current_page_item{
	background-color: #eee;
}

/* contact page */
.col-contact-data{
	float: left;
	width: 300px;
}
.col-map{
	float: right;
	width: 500px;
	margin-top: 20px;
}
.col-map iframe{
	width: 100%;
}

/* About */
#about{
    padding-bottom: 0px;
    margin-bottom: 40px;
}
#about .col-last p{
    padding-left: 20px;
}

#about .col-last button{
    margin-left: 20px;
    margin-top: 15px;
}

/* Banners */

.banners{
    position: relative;
    padding: 0px !important;
}

.banners + .banners{
    padding-top: 95px !important;
}

.banners .col-last p, .banners .col-last h2, .banners .col-last h4{
    padding-left: 20px;
}

.banners p{
    line-height: 28px;
}

.banners .col-last button{
    margin-left: 20px;
}

.banners .banner-image{
    position: absolute;
    left: 0;
    width: 50%;
}

.banners .banner-image-right{
    position: absolute;
    right: 0;
    width: 50%;
}

.banners .banner-image img, .banners .banner-image-right img{
    max-width: 100%;
}

.fright{
    float: right;
}

.fleft{
    float: left;
}

.title-banner{
    width: 100%;
    height: 185px;
    background-color: #fff; 
    display: inline-block;
}

.title-banner h2{
    padding-top: 110px;
}

.content-banner{
    width: 100%;
    min-height: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eff5f7; 
}
.content-banner.lightgreen{ 
	min-height: 500px;
}
.content-banner.lightbrown{ 
	min-height: 305px;
}

.action-banner{
    width: 100%;
    height: 100px;
    background-color: #183b6e; 
    display: inline-block;
}

.action-banner button{
    margin-top: 25px;
}

/* Schedule */

.schedule{
    clear: both;
    position: relative;
    padding: 120px 0 0 0;
}

.schedule button{
    margin-left: 25px;
    vertical-align: top;
}

.schedule-page{
    clear: both;
    position: relative;
    padding: 50px 0;
}

.schedule-page button{
    margin-left: 25px;
    vertical-align: top;
}


/* Services */

.services-content{
    padding-bottom: 15px !important;
}

.services-main{
    position: relative;
    width: 100%;
    height: 525px;
    margin-top: 50px;
    clear: both;
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;   
}

.services-main h2{
    font-size: 45px;
    padding-top: 280px;
}

.services-main p{
    font-size: 40px;
    font-weight: 300;
}

/* Life Program */

.life-program{
    position: relative;
    clear: both;
    padding: 20px 0 80px 0;
    width: 100%;
    float: left;
}

.life-program .program-box{
    width: 100%;
    display: table;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 4px solid #bdc9da;
}

.life-program .program-box h2{
    font-weight: 300;
    line-height: 125px;
    padding: 0px;
    padding-left: 50px;
    display: inline-block;
}

.life-program .program-box h2 span{
    font-weight: 600;
}

.life-program .program-box .program-image{
    display: inline-block;
    position: relative;
}

.life-program .program-box img{
    padding: 0px 60px 25px 60px;
    display: inline-block;
    vertical-align: middle;
}

.life-program .program-box .program-image:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 95px;
    right: 0;
    bottom: 5px;
    border-right: 1px solid #d9d9d9;
}

.life-program .program-box button{
    float: right;
    margin: 40px 40px 0px 0px;
}

/* Image Carousel */

.image-carousel{
    width: 100%;
}

.col-25{
    float: left;
    width: 25%;
}

.col-img-6{
    float: left;
    width: 16.666667%;
    padding: 0 5px;
}

.col-img-6:first-child{
    padding-left: 0;
}

.col-img-6:last-child{
    padding-right: 0;
}

.image-carousel img {
    width: 100%;
    height: 265px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Section 1 */
#section-1{
	background-image:url(images/bg_content-3.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

/* Section 2 */
#section-2{
	background-image:url(images/bg_content-3.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

/* Section 3 */
#section-4, #section-3{
	background-image:url(images/bg_content-3.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.section{
    position: relative;
    min-height: 600px;
}

.section-bg{
    background-color: #f1f3ea;
    min-height: 600px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow:auto;
}

.financial{
    padding-top: 40px;
}

.big-image{
    min-height: 1100px;
}

.new-big-image{
    min-height: 900px;
}

.posts-list{
    min-height: 1150px;
}

.section-full-text{
    min-height: auto !important;
}

.floor-pricing-bg{
    background-color: #f3f1f1;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    overflow:auto;
    clear: both;
}
.floor-pricing-bg .photo, .section-bg-floor .photo{
	position: relative;
	
}
.floor-pricing-bg .photo img, .section-bg-floor .photo img{
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.floor-pricing-bg .photo:hover img, .section-bg-floor .photo:hover img{
	opacity: 0.6;
}
.floor-pricing-bg .links, .section-bg-floor .links{
	position: absolute;
	top:calc( 50% - 5px );
	width: 100%;
	text-align: center;
	display: none;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.floor-pricing-bg .photo:hover .links, .section-bg-floor .photo:hover .links{
	display: block;
	opacity: 1;
}
.floor-pricing-bg .links a, .section-bg-floor .links a{
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	font-size: 13px;
	font-weight: 600;
	background-color:#689e42;
	border-radius: 2px;
	cursor: pointer !important;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.floor-pricing-bg .links a.pdf, .section-bg-floor .links a.pdf{
	background-color:#183b6e;
}
.floor-pricing-bg .links a:hover, .section-bg-floor .links a:hover{
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.floor-pricing-bg button{
    background-color: #689e42;
    border: 1px solid transparent;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
}

.floor-pricing-bg button:hover{
    background-color: #fff !important;
    border: 1px solid #183b6e;
    color: #183b6e;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.community button{
    background-color: #689e42;
    border: 1px solid #689e42;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    margin-top: 20px;
}

.community button:hover{
    background-color: #fff;
    border: 1px solid #689e42;
    color: #689e42;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.floor-pricing-bg h3{
    color: #725d46;
    font-size: 23px;
    font-weight: 700;
}
.floor-pricing-bg .txt{
    text-align: center;
}

.section-bg-gallery{
    background-color: #f1f3ea;
    height: 375px;
    padding-top: 40px;
}

.section-bg-floor{
    background-color: #f3f1f1;
    height: 275px;
    padding-top: 40px;
}

.section-bg-virtual{
    background-color: #f6f7f9;
    height: 345px;
    padding-top: 40px;
}

.bg-lightblue{
    background-color: #f6f7f9 !important;
    padding: 50px 0 !important;
}

.bg-lightbrown{
    background-color: #f3f1f1 !important;
}

.top-0{
    top: 0;
}

.section h1,.section h2,.section h3,.section h4{
    padding: 20px 0px;
}


/* Gallery */

.gallery{
    padding-top: 0px;
    padding-bottom: 100px;
}

.gallery .gallery-item{
    width: 25%;
    float: left;
    padding: 5px;
}

.gallery .gallery-item img{
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
}


.floor h3{
    color: #689e42;
    font-size: 24px;
}

.floor p{
    text-align: left;
    font-size: 17px;
}

.floor p.first{
    color: #655a51;
    font-size: 18px;
}

.floor-pricing{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.floor-pricing h2{
    font-weight: 300;
}

.floor-pricing p.spara{
    color: #6e6e6e;
}

.floor-pricing p.fpara{
    font-size: 21px;
}

.floor-col-left{
    width: 40%;
    float: left;
}

.floor-col-right{
    width: 60%;
    float: left;
}

.virtual{
    padding-top:0px;
    padding-bottom: 230px;
}

.virtual-image{
    position: relative;
}

.virtual-image img{
    width: 100%;
    height: auto;
}

.virtual-text p{
    font-size: 48px;
    color: #fff;
    text-align: left;
    line-height: 50px;
}

.virtual-text p strong{
    font-weight: 600;    
}

.virtual-text{
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    text-align: left;
}

.virtual-text button{
    margin: 15px 0 50px 0;
}

.virtual .virtual-col-left{
    width: 15%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.virtual .virtual-col-left i{
    color: #fff;
    font-size: 50px;
}

.virtual .virtual-col-right{
    width: 85%;
    float: left;
}

.reviews{
    padding-bottom:0; 
    margin-top:120px;
}

.reviews p{
    font-size: 17px;
}

blockquote {
    font-size:16px; 
    padding:18px 0 0 0;
}

blockquote p{
    font-size: 17px;
    text-align: left;
}

blockquote:before {
    color: #46679a;
    font-size: 155px;
    line-height: 40px;
    padding-top: 30px;
    margin-right: 0.10em;
    content: "“";
    font-family: FontAwesome;
    float: left;
}


.expanding-grid {
  position: relative;
  width: 100%;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 1%;
    background-image: none;
}
.expanding-grid .links > li a {
  background: #fff;
  color: #000;
  display: block;
  font-size: 2em;
  min-height: 185px;
    padding: 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.expanding-grid .links > li a.active {
  border: 1px solid #183b6e !important;
}
.expanding-grid .links > li a.active:after {
    content: '';
  position: absolute;
    margin: auto;
    bottom: -9px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-right: 1px solid #183b6e;
    border-bottom: 1px solid #183b6e;
    background-color:#fff;
}

.expanding-grid .spacer {
  clear: both;
  display: block;
  margin: 0 1em;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}
.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .hentry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  color: #fff;
  min-height: 4em;
  overflow: hidden;
  padding: 4% 1%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .hentry .entry-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  margin-left: 1em;
  padding: 0.25em 0 0.52em 1em;
  text-align: center;
  width: 50%;
}
.expanding-grid .hentry .entry-title {
  font-size: 1.5em;
}
.expanding-grid .close-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  padding: 1.5em 2em;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 20px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}

.img-placeholder {
  background: orange;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.career-row{
    position: relative;
    height: auto;
    overflow: auto;
}

.careers-col-full{
    position: relative;
    width: 100%;
    float: left;
    padding: 25px;
    display: none;
}

.careers-col{
    position: relative;
    width: 49%;
    min-height: 185px; 
    background-color: #fff;
    padding: 25px;
    margin: 0 2% 2% 0;
    float: left
}

.careers-col-last{
    margin: 0 0 2% 0 !important;
}

p.career-title{
    font-size: 20px;
    color: #183b6e;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: left;
}

p.career-description{
    font-size: 15px;
    padding-top: 0;
}

p.career-more{
    position: absolute;
    width: 80%;
    bottom: 0;
    color: #689e42;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 0;
    border-top: 1px solid #d4d4d4;
    cursor: pointer;
}

.outline-box{
    border: 1px solid #183b6e !important;
}

p.career-more i{
    padding-left: 10px;
}

p.simply-note{
    clear: both;
    font-size: 17px;
    padding-top: 30px;
}

p.simply-note a{
    color: #689e42;
    text-decoration: none;
}

.news-page a{
    color: #000;
    text-decoration: none;
}

.accordion-container {
	width: 100%;
	clear: both;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #183b6e;
	text-decoration: none;
    border-top: 1px solid #dfdfdf;
}

.accordion-toggle.open {
	color: #689e42;
}
.accordion-toggle:hover {
	color: #689e42;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 19px;
    color: #689e42;
}

.accordion-toggle.open span.toggle-icon {
    color: #689e42;
}
.accordion-content {
	display: none;
	overflow: auto;
    margin: 0 24px 10px 24px;
}
.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	max-width: 100%;
	height: auto;
}


/* Testimonials */
.testimonials{
	background-image:url(images/bg_content-3.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
.testimonials #slider-testimonials{
	width:900px;
	position:relative;
	margin:30px auto;
}
.testimonials .item .photo img{
	border-radius:150px;
}
.testimonials .item .txt{
	width:100%;
	border:1px solid #c5c5c5;
	padding:60px 0 45px 0;
	border-radius:30px;
	margin-top:-50px;
}
.testimonials .item .txt p{
	margin:0 50px;
	text-align:center;
}
.testimonials .item .txt .sign{
	margin:20px 0 0 0;
	color:#717171;
	font-weight:700;
}
.testimonials .testi-arr{
	position:absolute;
	top:220px;
	z-index:3000;
	right:-60px;
	cursor:pointer;
	background-image:url(images/bg_naw.png);
	background-repeat:no-repeat;
	width:30px;
	height:70px;
	background-position:right center;
	float:left;
}
.testimonials #testi-arr-next{
	right:auto;
	left:-60px;
	background-position:left center;
	float:right;
}
.testimonials #testi-naw{
	width:100%;
	text-align:center;
	bottom: -46px;
    position: absolute;
}

.testimonials #testi-naw span{
	text-indent:-9999px;
	width:20px;
	height:14px;
	background-image:url(images/ik_circle.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline-block;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.testimonials #testi-naw span:hover, .testimonials #testi-naw span.cycle-pager-active{
	background-position:top center;	
}


/* Blog */
.home-blog .col{
	margin:20px 0 40px 0;

}
.home-blog .date{
	float:left;
	width:75px;
	background-color:#d3d3d3;
	text-align:center;
	padding:10px 0;
}

.home-blog .date .day{
	font-weight:500;
	text-align:center;
	padding:0;
	margin:0;
	font-size:35px;
	color:#fff;
	line-height:40px;
}
.home-blog .date .my{
	color:#fff;
	font-size:13px;
	font-weight:300;
	line-height:17px;
	margin:0;
	padding:0;
}
.home-blog .txt{
	float:right;
	width:470px;
	text-align:left;
	color:#fff;
	padding:0px;
	position:relative;
}
.home-blog .txt h3{
	padding-top:0;
}
p.more-blog{
	clear: both;
    display: block;
    text-align: center;
    width: 100%;
}
.home p.more-blog{
	text-align:center;
}
p.more-blog a{
	text-decoration:none;
	padding:9px 40px;
	font-weight:400;
	border:1px solid #d3d3d3;
    border-radius: 3px;
    
}
.more-blog a:hover{
	color:#fff;
    border:1px solid #183b6e;
	background-color:#183b6e;
}


/* Contact */

.contact{
	background-color:#14345f;
    color: #fff;
    padding-bottom: 40px !important;
}
.contact .item{
	float:left;
	width:230px;
}
.contact h4{
	font-size:18px;
}
.contact p{
	padding-top:0px;
    color: #fff;
    text-align: left;
}

.contact .col-last{
	text-align:right;
}

p.contact-phone{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	font-size:34px;
	letter-spacing:-2px;
	padding-top:30px;
    text-decoration: none;
}

p.contact-phone a{
    font-size:34px;
    text-decoration: none;
}

p.contact-mail, p.contact-address{
	padding-top:20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact i{
    color: #689e42;
    text-align: center;
    width: 20px;
    margin-right: 20px;
}

.contact a{
    color: #fff;
}

.contact-col-left {
    width: 40%;
    float: left;
}

.contact-col-right {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 40px;
}


/* Post */

.post{
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.post h2{
	font-size:30px;
    line-height: 35px;
}
.post h2 a{
	color: #183b6e;
    font-weight: 500;
    line-height: 35px;
}

.post .more-blog{
	text-align:left;
	margin:10px 0 20px 0;
}
.post .more-blog a{
	padding:9px 25px;
}

.post p{
	text-align: left;
}

.post .entry a, .entry-posts a{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;   
}

/* Pagination */

.pagination {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom:30px;
}

.pagination a { 
	margin: 2px;
	padding: 7px 12px;
	color: #989898;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.pagination a:hover { 
	color: #fff;
	text-decoration: none;
	background: #183b6e;
	border: 1px solid #183b6e;
	border-radius: 5px;
}
.pagination a:hover strong { color: #fff; }

.pagination .on { 
	margin: 2px;
	padding: 7px 12px;
	color: #fff;
	font-weight: 600;
	background: #183b6e;
	border: 1px solid #183b6e;
	border-radius: 5px;
}


/* Col */

.col-left {
	float: left;
	width: 690px;
}


.col-right {
	position: absolute;
    width: calc(50% - 145px);
    height: 100%;
    right: 0;
	background-position:top left;
	background-repeat:no-repeat;
}

.col-right img{
    width: 100%;
    height: auto;
}

/* Widgets */

.widget{
	border-bottom:1px solid #ddd;
}
.widget h2{
	font-size:30px;
	padding:20px 0 10px 0;
}
.widget ul{
	padding:5px 0 15px 0;
}
.widget li{
	padding:5px 0 10px 15px;
	text-align:left;
}
.widget li a{
	text-decoration:none;
}
.widget li a:hover{
	text-decoration:underline;
}

.widget_search{
	padding:15px 0;
	float: left;
    margin-bottom: 20px;
}
.widget_search label{
	font-size:30px;
	font-weight:300;
	color:#ababab;
	display:block;
	line-height: 32px;
}
.widget_search input{
	font-size:15px;
	font-weight:300;
	font-family:"Open Sans";
}
.widget_search input#s{
	padding:6px 9px;
	width:280px;
	border:1px solid #ddd;
	margin:5px 0;
}
.widget_search input#searchsubmit{
	display:inline-block;
	background-color:#9d9d9d;
	padding:9px 40px;
	font-weight:700;
	color:#fff;
	border:1px solid #9d9d9d;
	text-decoration:none;
	cursor:pointer;
}
.widget_search input#searchsubmit:hover{
	background:none;
	color:#9d9d9d;
}
.tagcloud a{
	padding:3px 0;
	display:inline-block;
}


/* Forms */

form {
	margin: 0 0 0 0px;
	padding: 0;
}

form p {
	clear: both;
	margin: 0;
	padding: 0;
}

label {
	float: left;
	width: 100%;
	margin: 0;
	padding: 6px 0 0 0;
	line-height: 18px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    
}

label small{
    font-size: 15px;
    color: #737373;
}

input {
	float: left;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 12px;
	margin: 0 0 10px 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
}

input[type=text]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}

.password-protected input{
   color: #000;
   border-color: #e2e2e2; 
}

.password-protected label{
    width: 30%;
}

.password-protected input[type=submit]{
    width: 30%;
    clear: both;
}

input.error,
input.wpcf7-not-valid { border: 1px solid #ec2b2b; font-size: 14px;  }

span.wpcf7-not-valid-tip { display: none; }

input.wpcf7-submit {
	background-color: #689e42;
    color: #fff;
    border: none;
    width: 175px;
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    -webkit-transition: all 0.2s ease-in-out;    
    transition: all 0.2s ease-in-out;
}

input.wpcf7-submit:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

select {
	float: left;
	width: 100%;
    height: 45px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
    font-weight: 300;
	padding-left: 7px;
	margin: 0 0 10px 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
}

option{
    background-color: #14345f;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 12px; 
    font-weight: 300;
}

.checkboxes{
    padding: 15px 0 15px 0;
}
.checkboxes label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.checkboxes label input{
    width: 40px;
}

.checkboxes span{
    font-size: 16px;
    min-width: 160px;
    margin: 0;
    color: #737373;
}

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

.request-center input.wpcf7-submit{
    float: none !important;
}


span.wpcf7-list-item {
    margin: 0 !important;
}

input[type=checkbox]{
    margin-bottom: 0;
    margin-top: 2px;
}

textarea {
	float: left;
	width: 100%;
	height: 195px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 12px;
	margin: 0 0 10px 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
    font-weight: 300;
}
::-moz-placeholder {
  color: #fff;
    font-weight: 300;
}
:-ms-input-placeholder {
  color: #fff;
    font-weight: 300;
}
:-moz-placeholder {
  color: #fff;
    font-weight: 300;
}

.contact-page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
    font-weight: 300;
}
.contact-page ::-moz-placeholder {
  color: #000;
    font-weight: 300;
}
.contact-page :-ms-input-placeholder {
  color: #000;
    font-weight: 300;
}
.contact-page :-moz-placeholder {
  color: #000;
    font-weight: 300;
}

/* Tables */

table {
	padding: 0;
	margin: 2px 40px 16px 40px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}

 
/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fcenter { float: none; margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fnone { float: none; }

.cboth { clear: both; }
.clear { clear: both; display: block; width: 100%; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Contact Form */ 

.contact-page{
    padding-top: 15px;
    overflow: hidden;
}

.contact-page input, .contact-page textarea, .contact-page select{
    border-color: #e2e2e2;
    color: #000;
}

.contact-page option{
    background-color: #fff;
}

.contact-page textarea{
    height: 195px;
}

.contact-page input.wpcf7-submit{
    float: left;
    color: #fff;
}

.map-content p{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact-page p a{
    color: #183b6e;
}

.contact-page p i{
    margin-top: 8px;
}

.map-content{
    float: right;
    position: relative;
}

.map-content i{
    color: #26579d;
    padding-right: 10px;
    text-align: center;
    width: 35px;
}

.map{
    margin-top: 50px;
}
.contact-form{
	background-color:#d4d4d4;
	width:240px;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	padding:30px 30px;
	z-index:999;
}
.sidebar-form{
	position:inherit;
	margin-bottom:20px;
}
.home .contact-form{
	position:absolute;
}
.contact-form h3{
	color:#ababab;
	font-weight:600;
	font-size:33px;
}
.contact-form input.text, .contact-form textarea, .contact-form select, .contact-form .button{
	color:#8c8c8c;
	font-weight:300;
	font-size:17px;
	background-color:#eeeeee;
	border:1px solid #b6b6b6;
	width:208px;
	padding:7px 15px;
	margin:4px 0;
	font-family:"Open sans";
}
.contact-form select{
	width:240px;
}
.contact-form textarea{
	height:120px;
}
.contact-form .button{
	width:240px;
	font-size:20px;
	color:#fff;
	background-color:#b3b3b3;
	font-weight:700;
	cursor:pointer;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	text-transform:uppercase;
}
.contact-form .button:hover{
	background-color:#d7d7d7;
	color:#b3b3b3;
}
body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}

body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 5px;
    background: none;
    font-size: 13px;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    font-size: 14px;
    float: left;
    width: 100%;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}

/* Slicknav - mobile nav */

.slicknav_menu {
	background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
	display: none;
}

.slicknav_nav{
    position: fixed;
    width: 100%;
    margin-top: 99px;
}

.slicknav_nav li { 
	background: none; 
}

.slicknav_btn {
	background-color: #183b6e;
	padding: 42px 15px;
    padding-bottom: 43px;
    position: fixed;
    right: 0;
}

.slicknav_nav li {
	background-color: #183b6e ;
}

.slicknav_nav li a:hover {
	background-color: #0d284e !important;
}

.slicknav_nav .slicknav_row {
    padding: 10px 20px;
}

.slicknav_nav a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Footer */

.footer-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	letter-spacing: -0.4px;
	background-color: #0e284d;
}

#footer small {
	display: block;
	margin: 10px 0;
}

#footer .col {
	float: left;
	width: 75%;
}

#footer .col-last {
	text-align: right;
    width: 25%;
}

#footer a, #footer a.sites{
	color: #fff;
	text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

#footer a.sites:after{
    content: '|';
    color: #fff;
    margin: 0 15px 0 15px;
}

#footer a.sites:last-child:after{
    content: '';
}

#footer a:hover {
	text-decoration: underline;
}

p.copyright, p.copyright a.author{
    font-size: 13px !important;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 15px 0 40px 0;
}

p.right{
    text-align: right;
}

/* Social */

.social{
	text-align:right;
}
.social a{
	display:inline-block;
	width:54px;
	height:54px;
	margin:0px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-position: center center;
	
}
.social a:hover{
	opacity:0.5;
}
.social a .fa{
	font-size: 24px ;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.jf-form{
  margin-top: 28px;
}

.jf-form > form{
  margin-bottom: 32px;
}

.jf-option-box{
  display: none;
  margin-left: 8px;
}

.jf-hide{
  display: none;
}

.jf-disabled {
    background-color: #eeeeee;
    opacity: 0.6;
    pointer-events: none;
}


div.form-group{
  padding: 8px 8px 4px 8px;
}

.mainDescription{
  margin-bottom: 10px;
}

p.description{
  margin:0px;
}

.responsive img{
  width: 100%;
}

p.error, p.validation-error{
  color: red;
    font-size: 14px;
}

p.error{
  margin-top: 10px;
  color:red;
}

p.server-error{
  font-weight: bold;
}

div.thumbnail{
  position: relative;
  text-align: center;
}

div.thumbnail.selected p{
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}

.submit button{
  background-color: #689e42;
    color: #fff;
    border: none;
    width: 175px;
    text-transform: capitalize;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    -webkit-transition: all 0.2s ease-in-out;    
    transition: all 0.2s ease-in-out;
}

.submit button:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
  display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
  display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30%;
}

.form-group label{
    padding: 6px 0 6px 0;
    min-width: 160px;
    margin: 0;
}

.form-group .radio label,.form-group .checkbox label{
    font-size: 16px;
    color: #737373; 
    padding: 17px 0 7px 0;
}

.checkboxes .form-group input{
    width: 40px;
    margin-top: 18px;
}

.form-group ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #afafaf;
}
.form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #afafaf;
   opacity:  1;
}
.form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #afafaf;
   opacity:  1;
}
.form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #afafaf;
}
.form-group ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #afafaf;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


#html5-watermark{
	display: none !important; 
}


/* hiring */
#hiringthing-jobs-form {
    margin-top: -72px !important;
}
.payment{
	float: left;
	margin-top: 30px;
}
.contact .payment{
	background-color: #fff;
	padding: 10px 60px; 
	border-radius: 5px;
}
.contact .payment img{
	height: 60px;
}
.contact .payment span{
	display: block;
  color: #3b3d40;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0 10px;
} 

/* password-protected */
.password-protected{ 
	min-height: auto;
}

.price-table{ padding-top: 50px; }
.price-table table{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 50px;
}
.price-table table th{
	font-size: 15px;
	font-weight: 300;
	color:#fff;
	background-color: #183b6e;
	width: 20%;
	border: none;
	padding: 12px 0;
	text-align: center;
}
.price-table table td{
	text-align: center;
	color:#000;
	padding: 10px 0;
	font-size: 17px;
}
.price-table table td.title{
	color:#183b6e;
	text-align: left;
	padding-left: 15px;
}
.price-table table td.last{
	text-align: right;
	padding-right: 15px; 
	font-weight: 400;
}
.price-table table.regular td{
	font-weight: 300;
}

.price-table .ask{
	margin-bottom: 40px;
}
.price-table h3{
	font-size: 25px;
	padding-bottom: 20px;
}
.price-table .ask h5{
	
}
.price-table .ask p{
	text-align: left;
	font-size: 16px;
	color:#222;
	margin-left: 35px;
	text-indent: -17px; 
}

body[class*="page-template-page-landing"] .action-banner{
    height: auto;
    padding: 25px 0;
}

body[class*="page-template-page-landing"] .action-banner p{
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: -1px;
    color: #fff;
}

body[class*="page-template-page-landing"] .action-banner p span{
    color: #fff;
}

body[class*="page-template-page-landing"] .action-banner button{
    margin-left: 25px;
    vertical-align: top;
    margin-top: 0;
}

body[class*="page-template-page-landing"] .image-carousel{
    float: left;
    background: #f4f1f1;
}

body[class*="page-template-page-landing"] .banners{
    padding-top: 0;
    margin-top: 40px;
}

body[class*="page-template-page-landing"] .floor-pricing{
    padding: 50px 0 !important;
}

body[class*="page-template-page-landing"] .floor-pricing p.fpara{
    text-align: left;
    padding-top: 30px;
}

body[class*="page-template-page-landing"] .floor-pricing-bg p{
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
}

body[class*="page-template-page-landing"] .floor-pricing-bg button{
    font-size: 13px;
}

body[class*="page-template-page-landing"] .banners .banner-image-right{
    padding-left: 30px;
}

body[class*="page-template-page-landing"] .title-banner h2{
    font-size: 35px;
    padding: 0;
    line-height: normal;
}

body[class*="page-template-page-landing"] .title-banner{
    height: auto;
}

body[class*="page-template-page-landing"] .content-banner{
    padding: 50px 0;
}

body[class*="page-template-page-landing"] p{
    font-size: 17px;
}

body[class*="page-template-page-landing"] .text-cont p strong{
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.landing-buttons{
    width: 100%;
    float: left;
}

.landing-buttons a{
    text-decoration: none;
}

.landing-buttons button{
    background-color: #183b6e;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    min-width: 300px;
    text-align: left;
    margin-bottom: 3px;
    text-align: center;
}

.landing-hero{
    padding-bottom: 0;
}

.new-request .col-l{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 25px;
}

.new-request .col-r{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 25px;
}

.regular-respite{
    background-color: #edf5f7;
}

.landing-text-block .col-text{
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing-text-block img{
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}

.landing-new-hero img{
    height: 360px;
}

.landing-new-hero.with-bg{
    background-color: #eff5f7;
    margin-top: 50px;
}

@media only screen and (min-width: 997px){
    .new-request .col-l{
        width: 30%;
        padding-right: 15px;
    }

    .new-request .col-r{
        width: 70%;
        padding-left: 15px;
    }
}

.new-request p.request-subtitle{
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    padding-top: 35px;
}

.new-request p.request-subtitle a{
    color: #183b6e;
    font-weight: 600;
}

.new-request.padding-0{
    padding-top: 0;
}

.new-request{
    min-height: auto;
}

#footer-sidebar-sticky{
    position: fixed;
    bottom: 14px;
    right: 0;
    width: auto;
}

input.hidden-input{
    display: none;
}

.floor-plans-wrapper .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
}

.floor-plans-wrapper .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.floor-plans-wrapper .item .room-photo{
    position: relative;
    width: 100%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    margin-right: 50px;
}

.floor-plans-wrapper .item .room-photo a{
    width: 100%;
    height: 100%;
    display: block;
}

.floor-plans-wrapper .item .room-photo .plan-title{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 30px;
}

.floor-plans-wrapper .item .room-photo .icon-zoom{
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.floor-plans-wrapper .item .small-plan .photo img{
    max-width: 260px;
}

.floor-plans-wrapper .item .small-plan button{
    font-size: 14px;
    margin-top: 10px;
}

.popup-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

/* Popup */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	z-index: 10001;
	padding: 8px 8px 30px;
	max-width: 840px;
	width: 100%;
	margin: 30px auto;
    background-color: #14345f;
    border-radius: 3px;
}

.popup .popup-content {
    margin-top: 15px;
    text-align: center;
}

/* Popup close */
.popup .close {
	position: absolute;
	right: -13px;
	top: -13px;
	cursor: pointer;
    background-color: #689e42;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	z-index: 10;
}

.popup .close:hover {
	text-decoration: none;
}

/* Heading */
.popup h4, .popup p {
    color: #fff;
    text-align: center;
}

.popup p{
    padding: 3px;
}

.popup input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4);
}

.popup input:-ms-input-placeholder {
	color: rgba(255,255,255,0.4);
}

.popup input::-ms-input-placeholder {
	color: rgba(255,255,255,0.4);
}

.popup input::placeholder {
	color: rgba(255,255,255,0.4);
}

.popup label{
    text-align: left;
    padding-bottom: 7px;
    color: #fff;
}

.popup input.wpcf7-submit{
    float: none;
    margin-top: 10px;
}

/* Popup copy */
.popup-copy {
	display: inline-block;
	max-width: 490px;
	width: 100%;
}

.popup-copy form {
	margin-top: 15px;
}

/* Privacy info */
.additional-info {
    font-size: 13px;
    text-align: center;
}

.foot-request{
    width: 100%;
    float: left;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.foot-request button{
    font-size: 12px;
    padding: 11px 20px;
}

.popup div.wpcf7 .ajax-loader{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.contact .g-recaptcha{
	float:right;
}

.grecaptcha-badge { 
	left: 0 !important;
	width: 70px !important;
	bottom:30px !important
}
.grecaptcha-badge iframe{
	width: 70px !important;
}
#footer-sidebar-sticky{
 background-color: #fff;
 padding: 15px;
 border-radius:2px;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
	bottom:30px;
}

.widget {
    border:none;
}

#footer-sidebar-sticky{
	max-height: 60vh;
  overflow-y: scroll;
}

#footer-sidebar-sticky:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
  width: 100%!important;
  height: 6px!important;
  background: #4fce6a!important;
  border-radius: 2px 2px 0 0!important;
}

#footer-sidebar-sticky .wp-google-content-inner{
	display:none;
}

#footer-sidebar-sticky:hover .wp-google-content-inner{
	display:block;
} 
.wpac img{
	max-width:120px !important;
}
.wpac a, .wpac a *, .wpac input[type=submit], .wpac input[type=radio], .wpac input[type=checkbox], .wpac select{
	font-weight: 400 !important;
}



/* Responsive */
@media screen and (max-width: 870px) {
	.popup {
		max-width: 100%;
		width: 94%;
	}
	.popup .popup-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.popup .popup-image, .popup .popup-copy {
		display: block;
		max-width: 470px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.popup .popup-image {
		text-align: center;
	}
	.popup .popup-copy {
		margin-top: 25px;
	}
}

@media screen and (max-width: 550px) {
	.popup {
		width: 92%;
	}
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}




.metaslider  .caption-wrap h1{
    font-weight: 600;
	text-align:left;
    font-size: 70px;
    padding: 20px 0 10px 0;
    color: #fff;
    letter-spacing: -2px;
    opacity: 1;
}


.metaslider .caption-wrap
{
	position: absolute;
    left: 220px;
    top: 20%;
    background: transparent;
}
.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-cubic .rslides .caption-wrap, .metaslider.ms-theme-cubic div.nivoSlider .nivo-caption
{
	background:transparent !important;
	left:18%;
}
#metaslider_container_783 .caption-wrap{
    left: 48%;
    text-align: left;
    bottom: 170px;
    top: inherit;
		opacity: 1;
}
#metaslider_container_783 .caption-wrap .tp-caption a
{
	float:left;
	margin-right:20px;
}

#metaslider_container_783 .flex-control-nav, .flex-direction-nav
{
		display:none !important;
}
#metaslider_container_783 .flex-direction-nav
{
		display:none !important;
}
 #metaslider_783 .slides li
{  height: auto;
	    overflow: hidden;
}



/* award */
.award{
	position: relative;
	float: left;
	margin-top: 30px;
	width: 100%;
}
.award .photo{
	float: left;
	margin: 40px 0 30px -150px;
	position: relative;
	z-index: 2;
}
.award:after{
	content: "";
	background-color: #183b6e;
	display: block;
	width: 100%;
	height: 265px;
	position: absolute;
	bottom: 0px;
	right: -30px;
	width: 500%;	
}
.award .txt{
	position: absolute;
	width: 75%;
	z-index: 2;
	bottom: 30px;
	right: 0;
}
.award .txt p{
	font-size: 21px;
	color: #fff;
}
.award .txt p strong{
	font-weight: 600;
}



.copyright a span{
	font-weight: 300;
}
#footer  p.copyright a.author{
	line-height: 1 !important;
	padding-top: 10px;
}




.copyright a{
	display: inline-block;
	color: rgba(255,255,255,0.3) !important;
    font-size: 14px !important;
	margin-top: -7px;
}
.copyright a:hover{
    color: rgba(255, 255, 255, .5) !important;
	text-decoration: none !important;
}
.copyright a span {
    display: inline-block;
    color: rgba(255, 255, 255, .3);
    font-size: 14px;
    margin-top: 4px;
    transition: all .3s;
}
.copyright a:hover span {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(66,167,224,1) 26%, rgba(66,167,224,1) 37%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#777777",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.copyright a:hover span.c5 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 79%, rgba(66,167,224,1) 79%, rgba(66,167,224,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 79%, rgba(66,167,224,1) 79%, rgba(66,167,224,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 79%, rgba(66,167,224,1) 79%, rgba(66,167,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#999999",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.newsletter-cont{
	width: 100% !important;
}



/* calendar */
.wrap-calendar{
	width: 98% !important;
	max-width: 1600px;
	margin-top: 30px;
}
.calendar{
	display: flex;
	flex-wrap: wrap;
}
.calendar-head{
	position: sticky;
	top: 100px;
	z-index: 10;
}
.calendar .day{
	flex: 0 0 14.2%;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 14px;
	line-height: 1.1;
	padding-top: 10px;
	
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
}

.calendar .day .nr{
	position: absolute;
	top: -2px;
	right: 1px;
	color: #eee;
	font-weight: 700;
	font-size: 30px;
}
.calendar .day-title{
	text-align: center;
	font-weight: 500;
	color: #fff;
	background-color: #14345f;
	padding: 10px 0 !important;
}

.calendar .day-name{
	position: absolute;
	background-color: #183b6e;
	width: 100%;
	color: #fff;
	transform: rotate(90deg);
	left: 34px;
	top: 0px;
	transform-origin: left top;
	text-align: left;
	padding-top: 10px;
	padding: 10px;
	display: none;
	
}
	
.calendar .day:last-child,
.calendar .day:nth-child(7n){
	border-right: 1px solid #eee;
}
.calendar .day:nth-child(-n+7){
	border-top: 1px solid #eee;
}
.calendar .day .in{
	padding: 15px;
}
.calendar .day strong{
	color: #14345f;
	font-weight: 600;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	display: block;
}
.calendar .day hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

.calendar .day .day-bottom{
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
	padding: 13px;
	background-color: #f4f4f4;;
}

/* cal - colors */ 
.calendar .day span.green{
	background: none !important;
	color: #66b136;
	font-weight: 400;
}
.calendar .day span.blue{
	color: #375bb0;
	font-weight: 400;
}
.calendar .day span.blue2{
	color: #4d41e6;
	font-weight: 400;
}
.calendar .day span.orange{
	color: #dd8d1d;
	font-weight: 400;
}
.calendar .day span.pink{
	color: #ca3bae;
	font-weight: 400;
}
.calendar .day span.purple{
	color: #963bca;
	font-weight: 400;
}
.calendar .day span.black{
	color: #000000;
	font-weight: 500;
}
.calendar .day span.black i{
	font-style: normal;
	color: #dd8d1d;
}
.calendar .day span.red{
	color: #dc0f0f;
	font-weight: 500;
}



/* thank-you-info */
.thank-you-info{
	font-size: 20px;
	line-height: 1.7;
	border: 1px solid #689e42;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: -40px;
}
.thank-you-info a{
	font-weight: 400;
	color: #689e42;
}