*{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;/* Firefox, other Gecko */
	box-sizing:border-box;/* Opera/IE 8+ */
}

html{
  overflow-x: hidden;
}

body{
  font-family: 'Open Sans' !important;
  width: 100%;
  overflow-x: hidden;
}

p{
  font-size: 18px;
  line-height: 24px;
}

a{
  color: #005696;
}

ul{
  padding-left: 30px;
}

ul li{
  padding: 5px 0;
}

#header{
  position: relative;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}

#header.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999999;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}

#header.sticky .banner{
  display: none;
}

#header .banner{
  text-align: center;
  padding: 15px 30px;
  background-color: #005696;
  color: #fff;
}

#header .banner p{
  font-size: 14px;
}

#header .banner a{
  color: #fff;
  font-weight: 700;
}

/*

#header.sticky .logo{
  flex-basis: 20%;
}

#header.sticky .right{
  flex-basis: 100%;
}

#header.sticky .header .right .call, #header.sticky .header .right .call a{
  font-size: 18px;
  line-height: 26px;
}

#header.sticky .header .right .call{
  padding: 5px 0;
}
*/

.clear{
  clear: both;
}

div.ginput_container_name span:last-child{
  padding-right: 0;
}

.checks li{
  list-style: none;
  position: relative;
  padding: 5px 15px;
}

.checks li::before{
  content: '\f058';
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
  font-weight: 900;
}

.title{
  padding: 30px;
  color: #062f6e;
}

.contain{
  width: 1300px;
  margin: 0 auto;
}

.stretch{
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}

.flex-parent{
  display: flex;
  align-items: center;
}

.flex-equal{
  justify-content: space-between;
}

.flex-end{
  justify-content: flex-end;
}

.flex-center{
  align-self: center !important;
}

.flex-just-center{
  justify-content: center !important;
}

.flex-top{
  align-self: start !important;
}

.flex-bottom{
  align-self: end !important;
}

.flex-stretch{
  align-items: stretch !important;
}

.flex-child{
  display: inline-block;
}

.pink{
  color: #c72d87;
}

.blue{
  color: #0b7abf;
}

.dark_blue{
  color: #062F6D;
}

.your_health > div{
  padding: 30px;
}

.your_health .grey{
  background-color: #f1eff0;
}

.your_health .flex-child.text{
  padding: 30px;
}

.your_health h2{
  color: #005595;
}

.small_covid_cta{
  background-color: #d5f2f6;
  padding: 30px;
}

.covid_video{
  float: right;
  width: 40%;
  display: block;
  margin: 15px;
}

.covid_video iframe{
  width: 100%;

}

.covid.new{
  background-color: #fff;
  color: #000;
}

.covid{
  background: red;
  color: #fff;
}

.covid p{
  font-size: 24px;
  line-height: 28px;
}

.covid.new p{
  font-size: 18px;
  line-height: 24px;
}

.covid a{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.covid a.btn{
  font-size: 18px;
  line-height: 24px;
}

.covid .flex-child:last-child{
  padding: 30px;
}

.covid .flex-child img{
  min-width: 400px;
  padding: 0;
  margin: 0;
  display: block;
}

.covid.new .covid_cta{
  background-color: #2fc0d7;
  border-bottom: none;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
}

.covid.new .covid_cta .flex-child:last-of-type{
  text-align: right;
}

.covid.new .covid_bottom_cta .flex-child{
  width: 50%;
  flex-basis: 50%;
  text-align: center;
  background-color: #f1eff0;
  align-self: stretch;
  padding: 50px 30px;
  margin: 10px;
  position: relative;
}

.covid.new .covid_bottom_cta .flex-child strong{
  font-size: 24px;
  color: #005595;
}

.covid.new .covid_bottom_cta .flex-child .btn{
  position: absolute;
  bottom: -15px;
  left: 20%;
  right: 20%;
}

.covid.new .covid_bottom_cta .flex-child p{
  font-size: 16px;
}

.covid .covid_cta{
  background-color: #c80e0e;
  border-bottom: 1px solid #b71010;
}

.covid .covid_cta .flex-child{
  padding: 25px 30px;
  flex-basis: 100%;
}

.covid .covid_cta .flex-child:last-of-type{
  flex-basis: 25%;
}

.covid .covid_lower .covid_bottom{
  padding: 30px;
}

.covid_page{
  padding: 30px 50px;
}

.covid_page .chart_like{
  width: 50%;
  margin: 0 auto;
  border: 1px solid #dadada;
}

.covid_page .chart_like .flex-parent > .flex-child{
  border: 1px solid #dadada;
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 10px;
  min-height: 44px;
}

.covid_page .chart_like .flex-parent > .flex-child span{
  display: none;
}


.btn{
  color: #fff;
  background-color: #005595;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

.sticky .header .right{
  flex-basis: 85%;
}

.header .right{
  padding: 0 30px;
  flex-basis: 75%;
}

.header .right .call{
  padding: 15px 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
}

.header .right .call > div{
  display: inline-block;
  vertical-align: middle;
}

.header .right .call .social{
  text-align: right;
  padding: 15px;
  border-right: 2px solid #c7c7c7;
  margin-right: 15px;
}

.header .right .call .social a{
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
}

.header .right .call .social a img{
  width: 100%;
  height: auto;
}

.sticky .header .right .call{
  padding: 5px 0;
}

.header .logo{
  flex-basis: 40%;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo .ani_logo{
  flex-basis: 30%;
}

.header .logo .ani_logo img{
  width: 100%;
  height: auto;
}

/* .sticky .header .logo{
  flex-basis: 15%;
  padding: 10px;
} */

.header .logo a{
  display: block;
  flex-basis: 100%;
}

.header .logo img{
  width: 100%;
  height: auto;
}

.header .menu{
  text-align: right;
}

.header .menu ul{
  text-align: right;
  display: inline-block;
  padding: 0;
}

.header .menu ul li{
  display: inline-block;
  list-style: none;
  width:
}

.header .menu ul li a{
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  color: #005696;
  font-size: 17px;
  text-transform: uppercase;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
}

.sticky .header .menu ul li a{
  padding: 5px 10px;
}

.header .menu ul li ul.sub-menu{
  display: none;
}

.men_btn{
  background: #005696;
  color: #fff !important;
  margin-right: 3px;
  padding: 10px 5px !important;
  border-radius: 3px;
  font-size: 14px;
}

.header .right .call, .header .right .call a{
  color: #005696;
  font-size: 29px;
  line-height: 31px;
  text-align: right;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
}

.upperBoarder{
  height: 10px;
  border-top: 6px;
  border-bottom: 3px;
  border-color: #062f6e;
  border-style: solid;
  background-color: #fff;
  display: block;
}

.lowerBoarder{
  height: 10px;
  border-top: 3px;
  border-bottom: 6px;
  border-color: #062f6e;
  border-style: solid;
  background-color: #fff;
  display: block;
}

.slider .slick-slide{
  display: inline-block;
}

.slider .slide{
  position: relative;
  height: 600px;
  overflow: hidden !important;
}

.slider .contain{
  width: 100vw !important;
  max-width: 1300px;
}

.slider .slide .background-image{
  height: 700px !important;
  width: 110vw;
  background-size: cover;
  top: -50px;
  left: -5vw;
  position: relative;
  z-index: 0;
}

.slider .slide .flex-parent{
  position: relative;
  z-index: 3;
  height: 750px;
}

.slider .flex-child{
  flex-basis: 100%;
}

.slider .flex-child.flex-top{
  padding-top: 80px;
  flex-basis: 40%;
  margin-top: -60px;
}

.slider .bigger_fg img{
  margin-top: -50px !important;
}

.slider .slider_content{
  height: 700px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 13%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 13%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fffff",GradientType=1);
  transition: all 1.2s;
  -moz-transition: all 1.2s; /* Firefox 4 */
  -webkit-transition: all 1.2s; /* Safari and Chrome */
  -o-transition: all 1.2s; /* Opera */
}

.slider .cta{
  padding: 30% 30px 0 30px;
  margin: 0 30px;
  pointer-events: auto;
  text-align: center;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.slider .cta.slide_4{
  padding-top: 30px;
}

.slider .cta p{
  font-family: 'Bentham', serif;
  font-size: 24px;
}

.slider .btn{
  position: relative;
  z-index: 999;
}

.slider .tag_line{
  padding: 20px;
  display: block;
  font-size: 45px;
  margin: 0 30px;
  display: block;
  text-align: center;
  transition: all 1.2s;
  -moz-transition: all 1.2s; /* Firefox 4 */
  -webkit-transition: all 1.2s; /* Safari and Chrome */
  -o-transition: all 1.2s; /* Opera */
  font-family: 'Bentham', serif;
}

.slider .tag_line img{
  width: 100%;
  height: auto;
}

.slider .tag_line .yellow_bottom_border{
  height: 3px;
  background-color: #fec327;
  display: block;
  margin: 5px auto;
  position: relative;
  width: 50%;
}

.slider .tag_line .yellow_bottom_border::before{
  content: '';
  position: absolute;
  top: -6px;
  left: -5px;
  height: 15px;
  width: 15px;
  background-color: #fec327;
  border-radius: 100%;
}

.slider .slide_fg{
  position: relative;
  flex-basis: 60%;
  transition: all 1.5s;
  -moz-transition: all 1.5s; /* Firefox 4 */
  -webkit-transition: all 1.5s; /* Safari and Chrome */
  -o-transition: all 1.5s; /* Opera */
}

.slider .slide_fg img{
  width: 100%;
  height: auto;
}

.slider .slide_4.slide_fg img{
  width: auto;
  height: 90%;
  display: block;
  margin: 0 auto;
}

.rewards{
  padding: 30px 0;
}

.rewards .btn{
  color: #fff !important;
}

.rewards .banners img{
  position: relative !important;
}

.rewards .flex-child{
  padding: 15px;
  text-align: center;
  flex-basis: 100%;
}

.rewards .flex-child a{
  color: #595959;
  text-decoration: none;
}

.rewards .flex-child .image_contain{
  height: 140px; /* Can be anything */
  position: relative;
}

.rewards .flex-child img{
  max-height: 70%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin: auto;
}

.rewards .flex-child .award_title{
  color: #595959;
  font-size: 20px;
  line-height: 26px;
}

.rewards .flex-child .information{
  display: none !important;
}

.rewards.about .flex-parent{
  display: block;
}

.rewards.about .flex-parent .flex-child{
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
  display: block;
}

.rewards.about .flex-child .image_contain{
  height: 150px;
}

.rewards.about .flex-child .information{
  display: block !important;
  float: right;
  width: 70%;
  text-align: left;
  padding: 15px;
}

.rewards.about .flex-child .top{
  float: left;
  width: 30%;
}

.services{
  padding: 50px 0;
  position: relative;
}

.services .contain{
  text-align: center;
}

.services h2, .services h3, .rewards h2{
  color: #005696;
  font-size: 36px;
}

.services h2{
  display: block;
  text-align: left;
  padding: 0 15px;
}

.services h3{
  display: block;
  text-align: center;
  padding: 10px 0;
}

.services h3 span{
  display: block;
  font-size: 24px;
}

.services img{
  display: block;
  width: 40%;
  height: auto;
  margin: 0 auto;
}

.services p{
  display: block;
  padding: 0 15px;
  line-height: 24px;
}

.services p span{
  text-align: center;
  display: block;
}

.services p a{
  display: inline-block;
  color: #000;
  font-weight: 700;
  border-bottom: 1px dashed #696969;
  text-decoration: none;
  text-align: center;
  padding: 10px 0 5px 0;
}

.services .btn{
  text-align: center;
  position: relative;
  bottom: -70px;
  z-index: 9;
}

.services.four .contain .flex-parent{
  flex-wrap: wrap;
}

.services.four .contain .flex-parent > .flex-child{
  width: 50%;
  flex-basis: 50%;
  padding: 15px 30px;
}

.services.four .contain .flex-parent > .flex-child img{
  max-width: 150px;
}

.services.four .contain .flex-parent.blue_box{
  flex-wrap: nowrap;
  justify-content: center !important;
  background-color: rgba(0, 86, 150, 0.8);
  color: #fff;
  margin-top: 50px;
}

.services.four .contain .flex-parent.blue_box a, .services.four .contain .flex-parent.blue_box h3{
  color: #fff !important;
}

.services.four .contain .flex-parent.blue_box a{
  border-color: #fff;
}

.services.four .contain .flex-parent.blue_box > .flex-child{
  width: 100% !important;
  flex-basis: 100% !important;
  position: relative;
}

.services.four .contain .flex-parent.blue_box > .flex-child .featured{
  top: 30px;
  left: 30px;
  position: absolute;
}

.services .contain .flex-child{
  text-align: left;
  padding: 15px;
  flex-basis: 33.33%;
}

.features_container{
  padding: 80px 0 30px 0;
}

.features_container h2{
  color: #005696;
  font-size: 36px;
  padding: 0 15px;
}

.features{
  flex-wrap: wrap !important;
  flex-direction: row;
  text-align: center;
  justify-content: center !important;
  align-items: flex-start;
}

.features .flex-child{
  flex-basis: 33%;
  flex-direction: column;
  padding: 15px 15px;
  text-align: center;
  vertical-align: top;

}

.features .flex-child .feature{
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.features .flex-child p{
  display: block;
  text-align: center;
  padding: 15px;
}

.take_tour{
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.take_tour::before{
  content: '';
  border-bottom: 1px solid #adadad;
  width: 100%;
  display: block;
  position: relative;
  bottom: -25px;
  z-index: 0;
}

.take_tour .btn{
  position: relative;
  z-index: 2;
  padding: 15px 50px;
  margin: 0 15px;
}

.insurance{
  padding: 30px 0 50px 0;
}

.insurance h2{
  color: #005696;
  font-size: 36px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
}

.insurance img{
  width: 100%;
  height: auto;
}

.insurance_slider .insur_container{
  height: 160px; /* Can be anything */
  position: relative;
}

.insurance_slider .insur_container img{
  max-height: 90%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin: auto;
}

.reviews{
  background-color: #f1efef;
  margin-bottom: 50px;
}

.reviews h2{
  color: #005696;
  font-size: 36px;
  padding: 30px 0;
  display: block;
  text-align: center;
}

.reviews .contain{
  display: block;
  text-align: center;
}

.reviews .contain img{
  width: 95%;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 80px 30px;
}

.reviews .contain .btn{
  position: relative;
  bottom: -15px;
}

.reviewsList2 .testimonial{
  display: block;
  width: 50%;
  padding: 30px 50px;
  float: left;
  color: #000;
  text-align: left !important;
}

.reviewsList2.full .testimonial{
  float: none;
  display: inline-block;
}

.reviewsList2 .testimonial .stars i{
  color: #edb409;
  font-size: 36px;
  display: inline-block;
  padding: 10px 5px;
}

.reviewsList2 .testimonial .content{
  font-size: 22px;
  line-height: 28px;
  padding: 15px 0;
}

.reviewsList2 .testimonial .name strong, .reviewsList2 .testimonial .name span{
  font-size: 28px;
  line-height: 34px;
}

.reviewsList2 .testimonial .name strong{
  text-transform: uppercase;
}

.reviewsList2 .testimonial .name span{
  text-transform: capitalize;
}

.featured_review_outer{
  background: url('/images/featured_review_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.featured_review_outer::before{
  -moz-box-shadow:    inset 0 20px 20px rgba(0, 0, 0, 0.4);
   -webkit-box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.4);
   box-shadow:         inset 0 20px 20px rgba(0, 0, 0, 0.4);
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100px;
   z-index: 99;
}

.featured_review_outer .featured_review{
  padding: 100px 100px 50px 100px ;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 100px;
}

.featured_review_outer .featured_review h2{
  text-align: center;
  font-size: 50px;
  font-family: 'Bentham', serif;
  font-style: italic;
  color: #005595;
  padding-bottom: 30px;
}

.featured_review_outer .featured_review a{
  position: relative;
  z-index: 999;
}

.preform{
  padding: 50px 30px;
  text-align: center;
  background-color: #062f6e;
  color: #fff;
}

.preform span{
  font-size: 30px;
  line-height: 36px;
  padding: 15px;
}

.preform .btn{
  margin: 0 15px;
  color: #062f6e;
  background-color: #ffffff;
}

.admissions_top > .flex-child:first-child{
  max-width: 40%;
}

.admissions_top > .flex-child{
  flex-basis: 100%;
}

.admissions_top > .flex-child h2{
  text-align: center;
  padding: 15px 10px;
  background-color: #062f6e;
  color: #fff;
}

.admissions_top > .flex-child > div{
  background-color: #f9f9f9;
  padding: 40px 20px;
  border: 1px solid #d5d5d5;
  border-top: none;
}

.admissions_top .flex-child{
  padding: 30px 15px;
}

.admissions_top .flex-child .flex-child{
  padding: 10px;
}

.about_us .flex-child{
  flex-basis: 55%;
  max-width: 55%;
  padding: 30px;
}

.about_us .flex-child:last-child{
  flex-basis: 45%;
  max-width: 45%;
}

.about_us iframe{
  width: 100% !important;
  /*
  height: auto !important;
  min-height: 250px;
  */
}

.about_us h2{
  color: #005696;
  padding-bottom: 15px;
}

.brochures li a{
  color: #005696;
  font-weight: 700;
}

.featuresPlus.checks ul{
  padding-left: 0;
}

.featuresPlus.checks li{
  display: inline-block !important;
  padding: 5px 10px 5px 5px;
  width: 49%;
  vertical-align: top;
  font-size: 16px;
  position: relative;
}

.featuresPlus.checks li::before{
  left: -15px;
  top: 8px;
  color: #005696;
  position: absolute;
  display: inline-block;
}

.cta_tour{
  background-color: #ebebeb;
  padding: 80px 30px;
  color: #472380;
  text-align: center;
}

.cta_tour.blue{
  color: #005595;
}

.cta_tour p{
  font-size: 36px;
  line-height: 48px;
}

.cta_tour .btn{
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
  background-color: #472380;
}

.cta_tour.blue .btn{
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
  background-color: #005595;
}

.cta_tour .print_brochure{
  display: block;
  color: #472380;
}

.service_page_intro{
  padding: 30px 0;
}

.service_page_intro .flex-child{
  padding: 30px;
}

.service_page_intro .flex-child:first-child{
  flex-basis: 60%;
}

.service_list .flex-parent{
  padding: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.service_list .flex-parent.double{
  border: none;
}

.service_list .flex-parent.double .flex-child{
  padding: 0;
}

.service_list .flex-parent.double .flex-parent{
  padding: 0;
  border: none;
  flex-wrap: wrap !important;
}

.service_list .flex-parent.double .flex-parent .flex-child{
  flex-basis: 100% !important;
  max-width: 100%;
  width: 100%;
  padding: 0 30px;
}

.service_list .flex-parent.double .flex-child.service_img{
  padding: 15px;
}

.service_list .flex-parent.double .flex-child.service_img img{
  width: 30%;
}


.service_list .first_group{
  background-color: #f2f2f2;
}

.first_services{
  padding: 30px 40px;
}

.first_services ul{
  padding-left: 0;
}

.first_services li{
  display: block;
  width: 33.33%;
  float: left;
  padding: 15px 15px;
}

.first_services li::before{
  position: relative;
  left: 0;
  display: inline-block;
  padding-right: 5px;
}

.service_list .flex-parent .flex-child{
  align-self: flex-start;
  flex-basis: 100%;
  padding: 30px;
}

.service_list .flex-parent .flex-child.service_img{
  text-align: center;
  flex-basis: 30% !important;
  max-width: 30%;
  padding: 15px;
}

.service_list .flex-parent .flex-child.service_img img{
  display: inline-block;
  width: 80%;
  height: auto;
}

.service_ul ul{
  padding: 15px 0;
}

.service_ul li{
  padding: 10px 0;
}

.service_ul li::before{
  position: relative;
  left: 0;
  margin-right: 5px;
  display: inline-block;
}

.cta_stay{
  background-color: #005595;
  padding: 30px;
  color: #fff;
}

.cta_stay .btn{
  background-color: #000 !important;
}

.cta_stay p{
  padding-bottom: 0;
  font-size: 24px;
}

.tour_text{
  padding: 50px 0;
}

.tour_text .flex-child{
  padding: 30px;
}

.gallery{
  text-align: center;
  padding: 50px 30px;
}

.gallery .gal{
  width: 24%;
  margin: .5% .5% 0 .5%;
  display: inline-block;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.0);
}

.gallery .gal:hover{
  z-index: 999;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  position: relative;
}

.gallery .gal img{
  width: 100%;
  height: auto;
}

.form_content{
  text-align: center;
  padding: 50px;
}

.form_content .gform_body ul{
  text-align: center;
}

.form_content .gform_body li:first-of-type{
  width: 66%;
}

.form_content .gform_body li{
  width: 33%;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
}

.form_content .gform_body li span{
  padding: 0 !important;
}

.form_content .gform_body li div{
  margin: 0 !important;
  width: 100% !important;
}

.form_content .gform_body li input, .form_content .gform_body li select{
  width: 98% !important;
  margin: 1.5% 1% !important;
  border: 1px solid #b5b5b5 !important;
  padding: 10px 15px !important;
  background-color: #fff !important;
}

.form_content .gform_footer{
  text-align: center;
}

.form_content .gform_footer input{
  width: auto;
  display: inline-block;
  color: #fff;
  background-color: #005696;
  padding: 15px 40px;
  border: none;
  font-style: italic;
}

.form_con{
  background-color: #ededed;
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
}

.form_con h2{
  color: #005696;
  font-size: 36px;
  padding: 15px 0;
}

.gfield_radio li input{
  width: auto !important;
}

.legal_pages{
  padding: 30px 50px;
}

.legal_pages ul, .legal_pages ol{
  padding-left: 30px;
}

.legal_pages p{
  padding-bottom: 15px;
}

.footer{
  background-color: #1d64ad;
  position: relative;
}

.footer a{
  color: #fff;
}

.footer .social a{
  padding: 5px 10px;
}

.footer .footer_upper{
  background-color: #fff;
  position: relative;
}

.footer .footer_upper .map{
  position: relative;
  bottom: -250px;
  margin-top: -250px;
  padding: 30px;
  z-index: 999;
}

.footer .footer_upper .map iframe{
  width: 100% !important;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}

.footer .footer_upper .top{
  padding: 50px 50px;
}

.footer .footer_upper .top strong{
  font-size: 24px;
  font-weight: 700;
  color: #005696;
}

.footer .footer_upper .top .address{
  letter-spacing: 1px;
  font-size: 18px;
}

.footer .footer_bottom{
  padding: 30px 50px;
}

.footer .footer_bottom a{
  color: #fff;
}

.footer .footer_bottom .flex-child{
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  padding: 30px 50px;
}

.footer .copy{
  border-top: 1px solid rgba(182, 182, 182, 0.5);
  padding: 30px;
  text-align: center;
  color: #fff;
}

.footer .contain{
  position: relative;
  /*z-index: 999;*/
}

.footer .flex-child{
  flex-basis: 50%;
  max-width: 50%;
}

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

.carrer_hero .flex-child{
  width: 40%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 200px 30px;
}

.carrer_hero h1{
  font-family: 'Bentham', serif;
  font-style: italic;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
}

.carrer_hero p{
  padding: 30px 0;
  margin-top: 15px;
  border-top: 1px solid #c3c3c3;
}

.carrer_hero h1, .careers_opener h2, .careers_opener2 h2, .career_footer h2{
  color: #005696;
}

.careers_opener{
  padding: 50px 0;
}

.careers_opener > .flex-child{
  flex-basis: 100%;
  padding: 15px 30px;
}

.careers_opener .flex-stretch{
 flex-basis: 50%;
 background-size: cover !important;
 background-position: center !important;
 background-repeat: no-repeat !important;
 align-self: stretch;
}

.careers_opener .flex-stretch::before{
  content: '';
  padding: 50%;
  display: block;
}

.careers_opener2{
  text-align: center;
  padding: 50px 30px;
  width: 80%;
  margin: 0 auto;
}

.careers_bene{
  padding: 100px 0;
}

.careers_bene .inner{
  background-color: rgba(0, 86, 150, 0.9);
  color: #fff;
  padding: 50px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.careers_bene .benefits{
  display: flex;
  flex: 0 0 25%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.careers_bene .benefits div{
  max-width: 25%;
  flex-basis: 25%;
  padding: 30px;
}

.careers_bene .benefits div img{
  width: 80%;
  height: auto;
}

.careers_bene .benefits div p{
  font-weight: 700;
}

.career_footer{
  padding: 50px 30px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.lg_emerg_banner{
  background-color: #3568DD;
  padding: 15px 0;
}

.lg_emerg_banner img{
  width: 100%;
  height: auto;
}

.lg_emerg_banner .content{
  padding: 30px;
  color: #fff;
}

.lg_emerg_banner .content p{
  padding-bottom: 15px;
}

.lg_emerg_banner .content a{
  color: #fff;
}

.hurricane{
  background-color: #3568DD;
  padding: 15px 0;
}

.hurricane img{
  width: 100%;
  height: auto;
}

.hurricane .content{
  padding: 30px;
  color: #fff;
}

.hurricane .content a{
  color: #fff;
}

.responsive_iframe{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive_iframe iframe{
  position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
}

.corpo_loco{
  align-items: stretch;
  padding: 0 15px;
}

.corpo_loco .flex-child{
  flex-basis: 32%;
  padding: 15px;
  border: 1px solid rgb(221, 221, 221);
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.05);
}

.corpo_loco .flex-child .responsive_iframe{
  margin-bottom: 15px;
}

.corpo_loco .flex-child h2, .corpo_loco .flex-child .local{
  padding-bottom: 15px;
}

.corpo_loco .flex-child .btn{
  margin-top: 15px;
}

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

.acp-page .top{
  padding: 50px 0 0 0;
}

.acp-page .top .flex-child:first-child{
  flex-basis: 40%;
  max-width: 40%;
}

.acp-page .top .flex-child:last-child{
  flex-basis: 60%;
  max-width: 60%;
}

.acp-page .top img{
  width: 100%;
  height: auto;
}

.acp-page .acp_services{
  padding: 0 50px;
}

.acp-page .acp_services > div{
  padding: 0 0 15px 0;
}

.acp-page .acp_services img{
  width: 100%;
  height: auto;
}

.acp-page .acp_services .flex-child:first-child{
  flex-basis: 15%;
  max-width: 15%;
  padding: 15px;
}

.acp-page .acp_services .flex-child:last-child{
  flex-basis: 85%;
  max-width: 85%;
}

.contact_banner{
  background-color: #005696;
  display: block;
  color: #fff;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.contact_banner .btn{
  background-color: #fff;
  color: #005696;
}

@media only screen and (max-width:1300px){
  .contain{
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width:1150px){

  .slider .tag_line{
    font-size: 35px;
  }

  .acp-page .flex-parent{
    flex-wrap: wrap;
  }
  .acp-page .flex-child{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .acp-page .top{
    padding: 30px;
  }

  .acp-page .acp_services{
    padding: 0 30px;
  }

  .acp-page .acp_services .flex-parent{
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .acp-page .acp_services .flex-parent > div{
    flex-basis: auto !important;
    width: auto !important;
    max-width: unset !important;
  }

  .acp-page .acp_services img{
    width: 100px;
    /* margin: 0 auto; */
    display: block;
  }

}

@media only screen and (max-width:900px){

  .carrer_hero .flex-child{
    width: 100%;
    padding: 50px 30px;
  }

  .carrer_hero h1{
    font-size: 30px;
    line-height: 30px;
  }

  .careers_opener2, .career_footer, .careers_bene .inner{
    width: 100%;
  }


  .careers_bene .benefits{
    flex: 0 0 100%;
  }

  .careers_bene .benefits div{
    max-width: 100%;
    flex-basis: 100%;
    padding: 15px 30px;
  }

  .careers_bene .benefits div img{
    width: 50%;
  }


  .featured_review_outer .featured_review{
    padding: 50px 30px 50px 30px ;
    margin: 0 20px;
    text-align: center;
  }

  .featured_review_outer .featured_review a{
    margin-top: 20px;
  }


  .form_content .gform_body li{
    width: 100% !important;
  }

  .covid_video{
    width: 100%;
    float: none;
    margin: 30px auto;
  }

  .button_menu{
    width: 50%;
    margin-bottom: 5px;
  }

  .your_health > div{
    padding: 0;
  }

  .your_health .flex-child.img{
    order: 1;
  }

  .your_health .flex-child.text{
    order: 2;
  }

  .covid.new .covid_cta .flex-child{
    text-align: center !important;
  }

  .covid.new .covid_bottom_cta .flex-child{
    margin: 30px 15px;
  }

  .covid_page .chart_like{
    width: 100%;
  }

  .covid_page .chart_like .flex-parent:first-of-type{
    display: none;
  }

  .covid_page .chart_like .flex-parent > .flex-child span{
    display: block;
  }

  .covid_page .chart_like .flex-parent{
    display: block;
  }

  .covid_page .chart_like .flex-parent > .flex-child{
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    display: block;
  }

  .covid_page .chart_like .flex-parent > .flex-child:first-of-type{
    font-weight: 700;
    clear: both;
  }

  .covid_page .chart_like .flex-parent > .flex-child:nth-child(2), .covid_page .chart_like .flex-parent > .flex-child:nth-child(3){
    width: 50% !important;
    float: left;
  }

  .slider .contain{
    display: block;
    width: 100vw !important;
    max-width: 100%;
  }

  .slider .flex-child, .slider .flex-parent{
    display: block;
    width: 100vw;
    max-width: 100%;
    flex-basis: 100%;
  }

  .slider .flex-child.flex-top{
    padding-top: 30px;
    flex-basis: 40%;
    margin-top: 0;
  }

  .first_services li{
    width: 100%;
  }

  .service_list .flex-parent .flex-child.service_img{
    width: 100%;
    flex-basis: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }

  .service_list .flex-parent .flex-child.service_img img{
    width: 30%;

  }

  .cta_stay{
    text-align: center;
  }

  .cta_stay .flex-child{
    padding: 5px;
  }

  .admissions_top .flex-child{
    flex-basis: 100%;
    display: block;
    width: 100%;
    max-width: 100% !important;
  }

  .preform .btn{
    margin: 15px;
  }

  .about_us .flex-child{
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px;
    display: block;
  }

  .about_us .flex-child:last-child{
    flex-basis: 100%;
    max-width: 100%;
  }

  .flex-parent{
    flex-flow: row;
    flex-wrap: wrap;
  }

  .flex-child{
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
  }

  .header .logo a{
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .header .right{
    padding: 0 5px;
  }

  .header .right .menu{
    text-align: center;
  }

  .header .right .call, .header .right .menu ul{
    text-align: center;
  }

  .header .right .call, .header .right .call a{
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0;
  }

  .header .right .menu ul{
    padding: 0;
  }

  .header .right .menu ul li{
    padding: 0;
  }

  .header .right .menu ul li a{
    padding: 15px 5px;
    font-size: 16px;
  }

  .slider .slide{
    height: 500px;
  }

  .slider .slider_content{
    height: 500px;
    padding: 15px 30px !important;
  }

  .slider .cta{
    padding: 15px 30px !important;
  }

  .slider .slide_fg{
    position: absolute;
    bottom: 0;
  }

  .slider .slide_fg img{
    width: 35%;
    margin: 0 auto;
  }

  .slider .tag_line img{
    width: 50%;
    margin: 0 auto;
  }

  .slider .slide_4.cta p{
    font-size: 14px;
  }

  .slider .slide_4.slide_fg img{
    width: 18%;
    height: auto;
  }

  .slider .bigger_fg img{
    width: 48%;
    margin: 0 auto -30px auto !important;
  }

  .slider .slide .flex-parent{
    height: auto !important;
  }

  .services{
    text-align: center;
  }

  .services h2, .services p{
    text-align: center;
  }

  .take_tour .btn{
    font-size: 14px;
    margin: 2.5px;
  }

  .take_tour::before {
    content: '';
    border-bottom: none;
  }

  .reviewsList2 .testimonial{
    display: block;
    width: 100%;
    padding: 30px 50px;
    float: left;
    color: #000;
    text-align: left !important;
  }

  .footer .flex-child{
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer .footer_upper .map{
    bottom: 0;
    margin-top: 0;
  }

  .footer .footer_upper .map iframe{
    height: 300px !important;
  }

  .footer .footer_upper .top{
    padding: 30px;
  }

  .footer .footer_bottom{
    padding: 30px;
  }

  .footer .footer_bottom .flex-child{
    padding: 30px 0;
  }

}

@media only screen and (max-width:600px){
  .slider .slide_fg img{
    width: 45%;
  }

  .slider .slide_4.slide_fg img{
    width: 35%;
    height: auto;
  }

  .header .right .menu ul li a{
    font-size: 14px;
  }

  .header .right .call, .header .right .call a{
    padding: 0;
  }

  .header .logo{
    padding: 10px 15px;
  }

  .slider .bigger_fg img{
    width: 60%;
    margin: 0 auto;
  }
}
