@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/* GENERAL CSS
 * --------------------------------------- */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

@font-face {
	font-family: 'Cera';
	src: url('../fonts/CeraGRBlack.woff') format("woff"), url('../fonts/CeraGRBlack.otf') format("opentype");
	font-weight: 600;
	font-style: 600;
}

@font-face {
	font-family: 'Cera-Light';
	src: url('../fonts/CeraGR.woff') format("woff"), url('../fonts/CeraGR.otf') format("opentype");
	font-weight: 300;
	font-style: 300;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Medium.woff') format("woff"), url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
	font-weight: 400;
	font-style: 400;
}

@font-face {
	font-family: 'Avenir-Light';
	src: url('../fonts/AvenirLTStd-Light.woff') format("woff"), url('../fonts/AvenirLTStd-Light.otf') format("opentype");
	font-weight: 300;
	font-style: 300;
}

body {
	font-family: Avenir, Arial, sans-serif;
	color: #003371;
	text-align: center;
	letter-spacing: 0em;
	overflow-x: hidden;

}

h1,
h2 {
	font-family: Cera, Arial, sans-serif;
}

h3,
h4 {
	font-family: Cera-Light, Arial, sans-serif;
}

/** header **/
header.container-fluid {
	padding: 0;
	transition: all 0.5s ease;
	z-index: 14;
}

header.fixed {
	position: fixed;
	z-index: 14;
	background: #FFF;
	top: 0;
}

header .menu-container {
	min-height: 150px;
}

header.fixed .menu-container {
	min-height: 80px;
}

header .logo-container img {
	max-width: 300px;
	max-height: 100%;
}

header.fixed .logo-container img {
	max-height: 80px;
}

header .logo-container a {
	display: inline-block;
	padding: 1%;
	height: 100%;
}

#favicon-logo {
	display: none;
}

header .nav {
	font-weight: 700;
	font-size: 0.8rem;
}

header .nav a {
	color: #123053;
	letter-spacing: initial;
	font-size: 0.9rem;
	text-transform: uppercase;
}

header .nav-pills .nav-link {
	position: relative;
}

header .nav-pills .nav-link.active {
	color: #123053;
	background-color: inherit;
}

header .nav-pills .nav-link:hover:before,
header .nav-pills .nav-link.active:before,
header #mobile-navbar .active>a:before,
header .dropdown-item:hover span:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	height: 1px;
	width: 80%;
	border-bottom: 2px solid #EFB51D;
}

header .nav-pills .nav-link.nav-underline::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2%;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #123053;
}

header .dropdown-item:hover span:before {
	bottom: 30%;
	width: 90%;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
	margin-bottom: 0;
}

.nav-pills .show>.nav-link.dropdown-toggle {
	color: #0F2957;
}

.top-navigation .dropdown-menu-left .dropdown-item {
	z-index: 1000;
}

header .fa-bars {
	font-size: 1.4rem;
}

.mobile-menu .nav-link.dropdown-toggle:before {
	border: none !important;
}

#mobile-navbar ul li {
	padding: 10px;
	text-align: left;
}

#mobile-navbar ul li a {
	position: relative;
}

#mobile-navbar ul li i {
	float: right;
}

#mobile-navbar ul li.show i.fa-angle-right,
#mobile-navbar ul li i.fa-angle-down {
	display: none;
}

#mobile-navbar ul li i.fa-angle-right,
#mobile-navbar ul li.show i.fa-angle-down {
	display: inline-block;
}

#mobile-navbar ul.dropdown-menu {
	position: unset !important;
	border: none;
	transform: none !important;
	display: none;
}

#mobile-navbar ul.dropdown-menu.show {
	display: block;
}

.dropdown-menu {
	z-index: 2000;
}

#header-content>div {
	max-height: 100%;
}

header #mobile-navbar .active a:before {
	bottom: 0;
	width: 100%;
}


/** top nav **/
.top-navigation {
	z-index: 15;
	padding-bottom: 10px;
	min-height: 160px;
}

header .dropdown-menu {
	background-color: #FFF;
}

header.fixed .top-navigation {
	min-height: 80px;
}

header .dropdown-menu a {
	color: #0F2957;
}

.dropdown-toggle::after {
	border: none;
	margin-left: 0;
}

.dropdown-toggle::after {
	border: none;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	margin-top: 0;
}

.dropdown-toggle {
	margin-bottom: 0px;
}

.top-navigation .dropdown-item {
	text-transform: uppercase;
	padding: 15px;
	text-align: right;
	font-weight: 700;
	position: relative;
	font-size: 1rem;
}

.top-navigation .dropdown-menu {
	border-radius: 1rem;

	box-shadow: 2px 1px 1px #b5b4b4;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.top-navigation .dropdown-item:focus,
.top-navigation .dropdown-item:hover {
	background: transparent;
	color: #0F2957;
}

/*
.top-navigation .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right:20px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
    content: '';
}*/
.top-navigation .dropdown-menu.dropdown-menu-left:before {
	left: 20px;
	right: unset;
}

.top-navigation .dropdown-menu-left .dropdown-item {
	text-transform: unset;
	text-align: left;
}

.top-navigation .dropdown-item:hover {
	border-radius: 10px;
}

.top-navigation .nav-pills .show>.nav-link {
	background-color: inherit;
}

.message-bar {
	font-size: 0.8rem;
}

header.fixed .message-bar {
	display: none !important;
}

/* font size */
.font-size-large {
	font-size: 1.5rem !important;
	line-height: 2.5rem !important;
}

.font-size-large.axiforma {
	font-size: 1.8rem !important;
	line-height: 2.5rem !important;
}

.font-size-medium {
	font-size: 1.2rem !important;
	line-height: 1.7rem !important;
}

.font-size-small {
	font-size: 0.8rem !important;
	line-height: 1.2rem !important;
}

.font-size-small p {
	line-height: 1.2rem !important;
}

/* font weight */
.font-weight-500 {
	font-weight: 500;
}

footer {
	background-color: #00AEEF;
}

footer .footer-content {
	min-height: 110px;
	margin: 0 auto;
	align-items: center;
}

footer .navigation a.nav-link {
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem;
	padding-left: 0;
	text-transform: uppercase;
}

footer .site-design {
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem;
}

footer .site-design a {
	color: #FFFFFF;
}

footer .fa-stack-2x {
	color: #FFFFFF;
}

footer .fa-stack-1x {
	color: #00AEEF;
}

footer .bottom-logo img {
	max-width: 190px;
	margin: 20px 0;
}

.footer-info {
	color: #fff;
}

.footer-info h4 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

#bottom-navigation img {
	max-width: 20px;
}

figure {
	display: table;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
}

@media (max-width: 1290px) {
	footer .navigation a.nav-link {
		padding: .1rem 0.4rem;
	}

	footer .footer-content {
		width: 95%;
		padding: 0;
	}
}

@media (max-width: 990px) {
	#bottom-navigation {
		padding: 0;
	}
}

@media (max-width: 768px) {
	footer .navigation a.nav-link {
		padding: .4rem 1rem;
	}

	footer .navigation {
		text-align: center;
	}

	footer ul.justify-content-end,
	footer ul.justify-content-start {
		justify-content: center !important;
	}
}

@media (max-width: 600px) {

	footer .copyright .text-right {
		text-align: left !important;
	}

}

/*** random ***/

.text-green {
	color: #9BCA3B !important;
}


.site-width {
	max-width: 1300px !important;
	margin: 0 auto;
}


/**** banner ***/

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.full-banner .carousel-item {
	height: calc(85vh - 190px);
	height: -o-calc(85vh - 190px);
	/* opera */
	height: -webkit-calc(85vh - 190px);
	/* google, safari */
	height: -moz-calc(85vh - 190px);
	/* firefox */
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 1;
	min-height: 550px;
}

.amenities-banner .carousel-item {
	background-image: url('../images/amenities-banner.webp') !important;
}

.non-webp .amenities-banner .carousel-item {
	background-image: url('../images/amenities-banner.jpg?v=1.1') !important;
}

.full-banner .carousel-item.top {
	background-position: top;
}

.full-banner .carousel-item.bottom {
	background-position: bottom;
}

.full-banner .col {
	padding: 0;
	display: flex;
	align-items: center;
}

.full-banner .banner-title {
	z-index: 2;
	width: 45%;
}

.full-banner h1 {
	color: #FFF;
	font-size: 4rem;
	line-height: 4.5rem;
	text-align: left;
	font-weight: 600;
}

.full-banner .carousel-caption {
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;

}

.full-banner .center-caption h1 {
	font-size: 6rem;
	text-shadow: 2px 2px #000;
	text-align: center;
}

.full-banner .center-caption .banner-title {
	width: auto;
}

.full-banner .carousel-caption.bottom {
	bottom: 5%;
	transform: none;
	top: unset;

}

.full-banner p {
	text-align: left;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #FFFFFF;
	margin: 20px 0;
	font-weight: 500;
}

.full-banner .button-div {
	margin-top: 4%;
	text-align: left;
}

@media (max-width: 2000px) {
	.full-banner h1 {
		font-size: 5rem;
		line-height: 5.5rem;
	}

	.full-banner .center-caption h1 {
		font-size: 7rem;
		line-height: 7.5rem;
	}

	.full-banner p {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.full-banner .carousel-caption {
		padding: 0;
		top: 50%;
		transform: translateY(-50%);
		left: 8%;
		right: 8%;
	}

}

@media (max-width: 1600px) {
	.full-banner h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}

	.full-banner .center-caption h1 {
		font-size: 6rem;
		line-height: 6.5rem;
	}

	.full-banner .carousel-caption {
		padding: 0;
		top: 30%;
		transform: translateY(-30%);
		left: 8%;
		right: 8%;
	}

}

@media (max-width: 980px) {
	.full-banner h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.full-banner .center-caption h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}

	.full-banner .carousel-caption {
		padding: 0;
		top: 40%;
		transform: translateY(-40%);
		left: 8%;
		right: 8%;
	}

}

@media (max-width: 860px) {

	.full-banner .banner-title {
		z-index: 2;
		width: 70%;
	}

	.full-banner .banner-3 {
		background-position: left !important;
	}
}

@media (max-width: 560px) {

	#header-content {
		overflow: hidden;
	}

	.full-banner .banner-title {
		width: 100%;
	}

	.full-banner .banner-3 {
		background-position: left !important;
	}
}

@media (max-width: 420px) {
	.full-banner h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.full-banner p {
		font-size: 1.5rem;
		line-height: 2rem;
	}

}

@media (max-height: 420px) {
	.full-banner.white-header .banner-title {
		top: 0;
	}
}

/** text section **/
.text-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.text-section h3 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #00AEEF;
	padding-top: 20px;
	padding-bottom: 10px;
}

.text-section h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #00AEEF;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: left;
}

.text-section h5 {
	font-size: 2rem;
	font-weight: 800;
	color: #003371;
	padding: 10px 0;
}

.text-section h6 {
	font-size: 2rem;
	font-weight: 700;
	color: #003371;
	padding: 10px 0;
	text-align: left;
}

.text-section p {
	text-align: center;
	color: #003371;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin: 5px 0;
}

.text-section img {
	max-width: 100%;
}

.text-section .icon-holder {
	margin: 40px 0;
}

.text-section ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: none;
	color: #003371;
	text-align: left;
	margin-top: 60px;
	font-size: 1.5rem;
	line-height: 2rem;
	max-width: 70%;
}

.text-section .col-text {
	padding: 10%;
}

.text-section .col-text p {
	text-align: left;
	font-size: 14px;
	line-height: 1.3rem;
}

.text-section .col-text a {
	color: #00AEEF;
}

.text-section .col-text.center p,
.text-section .col-text.center h4,
.text-section .col-text.center h6 {
	text-align: center;
}

.more {
	display: none;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.more.shown {
	display: block;
}

.show-more.clicked {
	display: none;
}

.show-more.clicked.available {
	display: block;
}

.large-copy-text {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 600;
}



@media (max-width: 969px) {
	.text-section {
		padding: 0;
	}

	.text-section ul li {
		padding: 5px 0;
	}

	.text-section ul {
		font-size: 1.3rem;
		line-height: 1.4rem;
		max-width: 100%;
	}

	.text-section h6 {
		font-size: 1.4rem;
	}

	.large-copy-text {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

@media (max-width: 780px) {
	.text-section h3 {
		font-size: 3.5rem;
	}

	.text-section p {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.text-section .col-text {
		padding: 4%;
	}

	.text-section ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;

		font-size: 1rem;
		line-height: 1.2rem;
	}

	.text-section h6 {
		font-size: 1.1rem;
	}

	.large-copy-text {
		font-size: 0.8rem;
		line-height: 1rem;
	}
}

@media (max-width: 420px) {
	.text-section h3 {
		font-size: 2.5rem;
	}
}

.text-section .row.img-row {
	margin: 100px auto 50px auto;
}

.img-row img {
	max-width: 90%;
}

/** content section **/
.content-section {
	min-height: 400px;
	position: relative;
	padding: 30px 0;
}

.content-section h4 {
	font-size: 2.5rem;
	font-family: Cera, Arial, sans-serif;
	margin: 10px 0;
}

.content-section p {
	font-weight: 600;
	font-size: 2rem;
}

.content-section .container {
	max-width: 100%;
}

.content-section h3,
.content-section h2.h3 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.5rem;
}

.content-section .py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 1600px) {

	.content-section h3,
	.content-section h2.h3 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (max-width: 760px) {

	.content-section h3,
	.content-section h2.h3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.content-section p {
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
}

@media (max-width: 460px) {

	.content-section h3,
	.content-section h2.h3 {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}

	.content-section p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}



@media (max-width: 1100px) {

	.content-section .copy-text {
		line-height: 1.2rem;
		font-size: 1rem;
	}

}

/** no break **/

.nobr {
	white-space: nowrap;
}



/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {
	.overlay-banner .row {
		min-height: 350px;
	}
}

/*** buttons ***/
.btn {
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: .4rem 3.4rem;
}

.btn-primary {
	background-color: #00AEEF;
	border-color: #00AEEF;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #003371;
	border-color: #003371;
}

.btn-warning {
	color: #FFF;
	background-color: #EFB51D;
}

.btn-warning:hover {
	color: #FFF;
}

/**mobile**/

.mobile {
	display: none;
}

@media (max-width: 1100px) {
	.mobile {
		display: block;
	}

	.full-size-only {
		display: none;
	}

	.btn-primary {
		padding: .2rem 1.4rem;
	}

	.top-navigation .mobile .dropdown-item {
		padding: 6px 10px;
	}

	.top-navigation .mobile .sub-menu {
		margin-left: 15px;
	}

	header .menu-container {
		height: auto;
		min-height: 80px;
	}

	header.fixed .menu-container {
		height: auto;
		min-height: 80px;
	}

	header .navigation .phone {
		position: static;
	}
}

/** forms ***/
.input-wrapper {
	margin: 30px 0;
}

.input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #00AEEF;
	color: #555;
	box-sizing: border-box;
	font-size: 1.4rem;
	height: 40px;
	padding: 5px 0px;
	position: relative;
	width: 100%;
}

.input:focus {
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #dedede;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #AAA;
}

label {
	font-weight: 700;
	text-transform: uppercase;
	color: #003371;
	text-align: left;
	display: block;
	font-size: 1.4rem;
}

select option:disabled {
	display: none;
}

select:required:invalid {
	color: #dedede;
}

.selectdiv {
	position: relative;
}


/*To remove button from IE11 */
select::-ms-expand {
	display: none;
}

.selectdiv:after {
	position: absolute;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid #00AEEF;
	border-left: 6px solid transparent;
	content: '';
	right: 11px;
	top: 18px;
	padding: 0 0 2px;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-word-break: normal;
	word-break: normal;
}

textarea.input {
	background-image:
		repeating-linear-gradient(white, white 60px, #00AEEF 60px, #00AEEF 61px, white 61px);
	line-height: 61px;
	border: none;
	height: auto;
	resize: none;
}

.upload-file-wrapper {
	text-align: left;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	min-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	width: 40%;
	text-align: center;
	overflow: hidden;
	padding: 0.624rem 1.24rem;
	font-size: 14px;
	-webkit-box-shadow: 6px 8px 6px -6px #9e9e9e;
	-moz-box-shadow: 6px 8px 6px -6px #9e9e9e;
	box-shadow: 6px 8px 6px -6px #9e9e9e;
}

form .button-div {
	margin-top: 30px;
}

form .btn-primary {
	width: 30%;
	font-weight: 700;
	padding: 0.624rem 1.24rem;
}

.no-js .inputfile+label {
	display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}



/* style 1 */

.inputfile-1+label {
	color: #FFF;
	background-color: #00AEEF;
	;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
	background-color: #003371;
}

/** join us **/

.join-our-team.text-section p {
	line-height: 1.4rem;
}

.join-our-team div.paragraph-section {
	margin: 10px 0;
}

.join-our-team .row {
	max-width: 900px;
	margin: 0 auto;
	width: 90%;
}

#now-hiring {
	background-image: url("../images/nowhiring.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

form .button-div {
	margin-bottom: 50px;
}

@media (max-width: 667px) {
	.join-our-team .row {
		max-width: 100%;
	}

	.text-section.simple .row {
		width: 100%;
	}

}

@media (max-width: 540px) {

	.inputfile+label {
		width: 80%;
	}
}

.join-form {
	padding-top: 0;
}

@media (max-width: 767px) {

	label,
	.input {
		font-size: 1rem;
	}
}

/** contact form **/
.contact-form h3 {
	padding-bottom: 20px;
}

.contact-form h4 {
	font-size: 1.2rem;
	text-align: center;
}


.animated {
	opacity: 0;
}

@media (max-width: 590px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}

@media (min-width: 1600px) {

	.btn-primary {
		font-size: 1.7rem;
	}


	.overlay-banner .row {
		min-height: 550px;
	}

}

/** for ie **/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(-high-contrast: none),
(-high-contrast: none) {

	.home-banner .col {
		height: 450px;
	}

	textarea {
		overflow: auto;
		-ms-overflow-style: none;
	}

	.text-section img {
		width: 100%;
	}
}

/** for map **/

#googleMap {
	height: 400px;
	width: 100%;
}

/** crest-home **/


.crest-logo img {
	max-width: 200px;
	width: 50%;
}

h2 {
	font-size: 4rem;
}

.contact-info {
	font-size: 1.5rem;
}

#experience-crest-home p {
	font-size: 1.5rem;
	line-height: 2rem;
}

.idesign-link {
	background-image: url('../images/idesign-icon.svg');
	background-repeat: no-repeat;
	padding-left: 15px;
	display: inline-block;
}

/*** colors ***/
.bg-navy {
	background-color: #003371;
	color: #FFF;
}

.bg-blue {
	background-color: #00AEEF;
}

.bg-lightblue {
	background-color: #cfeffb;
}

.bg-gray {
	background-color: #efefef;
}

.bg-yellow {
	background-color: #EFB51D;
}

.text-yellow {
	color: #EFB51D !important;
}

.text-white {
	color: #FFF !important;
}

.text-navy {
	color: #003371 !important;
}

.text-blue {
	color: #00AEEF !important;
}

.home-short-banner {
	min-height: 400px;
}

.home-short-banner h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;
}

.home-short-banner p {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

/* footer form */

.footer-form {
	width: 100%;
}

.footer-form .input-wrapper {
	margin: 10px 0;
}

.footer-form label {
	color: #003371;
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 400;
}

.footer-form .input {
	color: #003371;
	font-size: 1rem;
	background-color: white;
	height: 40px;
	line-height: 1.4rem;
	border-bottom: none;
	border-radius: 15px;
	padding-left: 0.5rem;
}

.footer-form textarea.input {
	height: 90px;
	background-image: none;
}

.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
	color: #00A0DD;
	;
	font-style: italic;
	font-weight: 300;
	font-size: 1rem;
}

.footer-form .input-wrapper {
	margin: 10px 0;
}


/*
.footer-form .input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  box-sizing: border-box;
  font-size: 16px;
  height: 35px;
  padding: 5px 0px;
  position: relative;
  width: 100%;
  transition: border 0.5s linear;
}
.footer-form .input:focus {
    outline: none;    
  border-bottom: 2px solid #003371;
 }

.footer-form input::-webkit-input-placeholder ,
.footer-form textarea::-webkit-input-placeholder {
	font-style: italic;
	font-family: Avenir-Light,Arial,sans-serif;
	color: rgba(255, 255, 255, 0.3);
}

.footer-form input:focus::-webkit-input-placeholder ,
.footer-form textarea:focus::-webkit-input-placeholder{
  color: #FFF;
  font-style: italic;
}

.footer-form label{
	font-weight: 700;
	text-transform:uppercase;
	color:#FFF;
    text-align: left;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
	font-family: Avenir-Light,Arial,sans-serif;
}


.footer-form textarea.input{
   background-image:
        repeating-linear-gradient(transparent, transparent 40px, #FFF 40px, #FFF 42px, transparent 42px);
    line-height: 41px;
	border: none;
  border-bottom: 2px solid #FFF;
	height: 82px;
  resize: none;
  transition: border 0.5s linear;
}


.footer-form textarea.input:focus{
   background-image:
        repeating-linear-gradient(transparent, transparent 40px, #003371 40px, #003371 42px, transparent 42px);
}
*/
/* apploi */
.apploi-drop-down {
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}


#get-to-know-us {
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	height: 135px;
	width: 135px;
	font-size: 0.8rem;
	border: 1px solid #FFF;
	line-height: 1.1rem;
	z-index: 1;
	box-shadow: 0px 1px 8px 3px #213d5c;
}

#get-to-know-us>div {
	border-radius: 50%;
	height: 132px;
	width: 132px;
	border: 1px solid #FFF;
	line-height: 1.1rem;
	z-index: 1;
	background-color: #00AEEF;
}

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

.ie a.anchor {
	top: 0;
	padding-bottom: 200px;
}

/** about us **/
#about-us {
	min-height: 700px;
	width: 100%;
	background-image: url('../images/AboutUsPic.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

ul.itemized-list {
	margin: 5%;
}

ul.itemized-list.long {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.split-itemized-list {
	margin: 5% 0;
}

.split-itemized-list ul.itemized-list {
	margin-bottom: 0px;
	margin-top: 0px;
}

.detail-section p {
	font-size: 1.5rem;
}

.detail-section li {
	font-size: 1.5rem;
	text-align: left;
	list-style: disc;
	padding: 10px 0;
}

.detail-section h4,
.detail-section h3.h4 {
	font-size: 2rem;
}

.detail-section img {
	max-width: 100%;
}

.small-text p,
.detail-section.small-text p {
	font-size: 1.2rem;
	line-height: 2rem;
}

.detail-section.small-text li {
	font-size: 1.2rem;
}

.detail-section.small-text h4 {
	font-size: 1.5rem;
}

/** amenities **/
#right-at-home .row {
	min-height: 700px;
	width: 100%;
	background-image: url('../images/amenities-pic.webp?v=1');
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.non-webp #right-at-home .row {
	background-image: url('../images/amenities-pic.jpg?v=1');
}

#community {
	min-height: 400px;
	width: 100%;
	background-image: url('../images/community.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.non-webp #community {
	background-image: url('../images/community.jpg');
}

/* gold border */
.gold-border {
	height: 6px;
	background-color: #f4b223;
	width: 30%;
	margin: 90px auto;
}

.gold-border.short {
	margin: 20px auto;
}


.w-90 {
	width: 90%;
}

/* contact us */
.white-box {
	background: #FFF;
}

/* programs - ortho */
.detail-section p.text-large {
	font-size: 3rem;
	line-height: 3.25rem;
	font-family: Cera-Light, Arial, sans-serif;
}

/* join our team */
#recommend {
	min-height: 400px;
	width: 100%;
	background-image: url('../images/join-our-team-bottom.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hear-from-you #resultMessage,
#resultTourMessage {
	font-size: 1.5rem;
	margin-top: 25px;
}

/** under banner **/

.under-banner-title {
	display: none;
}


/** covid **/
.covid-19-q-and-a h4 {
	font-family: Cera, Arial, sans-serif;
}

.detail-section .covid-19 p,
.detail-section .covid-19-q-and-a p {
	font-weight: 300;
	font-family: Avenir-Light, Arial, sans-serif;
}

/** medicare star rating **/
#medicare-star-rating p {
	font-weight: 300;
	font-family: Avenir-Light, Arial, sans-serif;
}

#medicare-star-rating p strong {
	font-family: Cera, Arial, sans-serif;
	font-weight: 600;
}

@media (max-width: 1600px) {
	footer .social-media .nav-item {
		min-width: 50%;
	}

	header .nav-link {
		padding: .4rem;
	}

	footer .social-media {
		max-width: 120px;
	}
}

@media (max-width: 1500px) {
	.copyright div span {
		display: block;
		padding: 5px 0;
	}
}

@media (max-width: 1400px) {
	footer .navigation {
		display: block !important;
	}

	footer .social-media {
		max-width: unset;
	}

	footer .social-media .nav-item {
		min-width: unset;
	}
}

@media (max-width: 1200px) {
	header .nav-link {
		padding: .2rem;
	}
}

@media (max-width: 1024px) {
	header .navigation .phone {
		right: 30px;

	}

	header .nav-link {
		padding: .12rem;
	}

	header .navigation .covid,
	header .navigation .header-button {
		font-size: 1.1rem;
	}

	header.fixed .navigation .phone {
		right: 60px;
		padding: 0;
	}

	header .logo-container img {
		max-width: 100%;
	}

	.site-width {
		max-width: 95% !important;
	}

	.home-slider .carousel-item {
		background-image: url('../images/HomePageTablet.jpg?v=1.1') !important;
	}

	.about-us-header .carousel-item {
		background-image: url('../images/AboutUsBannerMobile.webp?v=1.1') !important;
	}

	.cardiac-banner .carousel-item {
		background-image: url('../images/CardiacBannerMobile.webp') !important;
	}

	.contact-us-banner .carousel-item {
		background-image: url('../images/ContactUsBannerMobile.webp') !important;
	}

	.join-our-team-banner .carousel-item {
		background-image: url('../images/JoinOurTeamBannerMobile.webp') !important;
	}

	.memory-banner .carousel-item {
		background-image: url('../images/MemoryBannerMobile.webp?v=1.1') !important;
	}

	.ortho-banner .carousel-item {
		background-image: url('../images/OrthoBannerMobile.webp?v=1.1') !important;
	}

	.programs-banner .carousel-item {
		background-image: url('../images/OurProgramsBannerMobile.webp?v=1.1') !important;
	}

	.respite-banner .carousel-item {
		background-image: url('../images/RespiteCareBannerMobile.webp?v=1.1') !important;
	}

	.stroke-banner .carousel-item {
		background-image: url('../images/StrokeBannerMobile.webp?v=1.1') !important;
	}

	.parkinsons-banner .carousel-item {
		background-image: url('../images/ParkinsonsBannerMobile.webp') !important;
	}

	.non-webp .about-us-header .carousel-item {
		background-image: url('../images/AboutUsBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .cardiac-banner .carousel-item {
		background-image: url('../images/CardiacBannerMobile.jpg') !important;
	}

	.non-webp .contact-us-banner .carousel-item {
		background-image: url('../images/ContactUsBannerMobile.jpg') !important;
	}

	.non-webp .join-our-team-banner .carousel-item {
		background-image: url('../images/JoinOurTeamBannerMobile.jpg') !important;
	}

	.non-webp .memory-banner .carousel-item {
		background-image: url('../images/MemoryBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .ortho-banner .carousel-item {
		background-image: url('../images/OrthoBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .programs-banner .carousel-item {
		background-image: url('../images/OurProgramsBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .respite-banner .carousel-item {
		background-image: url('../images/RespiteCareBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .stroke-banner .carousel-item {
		background-image: url('../images/StrokeBannerMobile.jpg?v=1.1') !important;
	}

	.non-webp .parkinsons-banner .carousel-item {
		background-image: url('../images/ParkinsonsBannerMobile.jpg') !important;
	}

	footer .navigation a.nav-link {
		color: #00AEEF;
		text-decoration: underline;
	}

	.icon-group-icon img {
		width: 50%;
		max-width: 130px;
	}


	#right-at-home .row {
		min-height: 550px;
		background-position: bottom
	}

	#amenities {
		padding-top: 0px;
	}

	#amenities .py-20 {
		padding-top: 0px;
	}
}

@media (max-width: 768px) {

	.h1 {
		font-size: 1.9rem;
		line-height: 2.4rem;
	}

	.h2 {
		font-size: 1.5rem;
		line-height: 1.85rem;
	}

	header .navigation .covid,
	header .navigation .header-button {
		font-size: 1rem;
	}

	header.fixed .menu-container {
		height: auto;
		min-height: 80px;
	}

	#top-navigation-left {
		align-items: center !important;
	}

	header .navigation .phone {
		font-size: 1.2rem;
	}

	header .navigation .covid,
	header .navigation .header-button {
		font-size: 0.8rem;
	}

	.copyright {
		display: block !important;
	}

	.copyright div {
		text-align: center;
		max-width: 70%;
		margin: 0 auto;
	}

	textarea.input {
		background-image:
			repeating-linear-gradient(white, white 40px, #00AEEF 40px, #00AEEF 41px, white 41px);
		line-height: 41px;
	}

	.w-75 {
		width: 100% !important;
	}

	h2 {
		font-size: 3rem;
	}

	form .btn-primary {
		width: 40%;
	}

	#experience-crest-home .row {
		padding: 0 !important;
	}
}

@media (max-width: 560px) {

	#header-content {
		overflow: hidden;
	}

	.full-banner .center-caption h1,
	.banner-title {
		display: none;
	}

	.full-banner .carousel-item {
		height: 50vh;
	}

	.under-banner-title {
		display: block;
	}

	.under-banner-title h1 {
		font-size: 3.5rem;
		line-height: 4rem;
	}

	.gold-border {
		width: 75%;
	}

	ul.itemized-list.long {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.copyright div {
		padding-top: 20px;
		max-width: 90%;
	}

	textarea.input {
		background-image:
			repeating-linear-gradient(white, white 30px, #00AEEF 30px, #00AEEF 31px, white 31px);
		line-height: 31px;
	}

	.detail-section p.text-large {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}

	.detail-section li {
		font-size: 1.2rem;
	}

	#about-us {
		background: none;
	}

	.right-at-home h2 {
		text-align: center !important;
	}

	#right-at-home .row {
		min-height: 350px;
		background-size: 100%
	}

	.content-section h4 {
		font-size: 1.5rem;
	}

	.content-section {
		min-height: auto;
	}

	.plan-your-visit {
		padding: .4rem 2rem;
	}
}

@media (max-width: 500px) {
	.under-banner-title h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	#experience-crest-home .experience-text {
		padding: 0.5rem !important;
	}

	.address-line {
		display: block;
		padding: 2px 0;
	}

	header.fixed .navigation .covid a,
	header.fixed .navigation .header-button {
		font-size: 1rem;
	}

	.home-short-banner h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media (max-width: 375px) {
	.full-banner h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.full-banner p {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.plan-your-visit {
		padding: .4rem 1rem;
	}

	.under-banner-title h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.hear-from-you h2 {
		font-size: 2.5rem;
	}

	header.fixed .navigation .covid a,
	header.fixed .navigation .header-button {
		font-size: 0.8rem;
	}

	header .navigation .phone {
		padding: 0;
	}

	header .navigation .covid a,
	header .navigation .header-button a {
		padding: .2rem !important;
	}

	header.fixed .menu-container {
		min-height: 50px;
		padding-top: 0;
	}

	.home-short-banner h1 {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}

	header.fixed .bg-navy {
		display: none;
	}
}

@media (max-height: 500px) {
	.full-banner h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.full-banner p {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	header .navigation .phone {
		left: 10px;
		right: unset;
	}
}

@-moz-document url-prefix() {
	.detail-section img {
		width: 100%;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.detail-section img {
		width: 100%;
	}

	header #top-navigation-right {
		padding-bottom: 0;
	}
}

.main-only-title {
	font-size: 4rem;
}

/** home video **/
.home-video {
	/*max-height: 700px;*/
}

.home-video iframe {
	display: block;
}

.dont-break {
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

img:not([src]),
img[src=""] {
	opacity: 0;
}

.animatedParent {
	overflow: hidden;
}

.text-underline {
	text-decoration: underline;
}


/* gptw */
.with-gptw img {
	max-height: 130px;
	max-width: 100px;
}

.fixed.with-gptw img {
	max-height: 80px;
}

header .navigation .includes-gptw .covid,
header .navigation .includes-gptw .header-button {
	font-size: 1rem;
}

.read-more-state {
	display: none;
}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state~p .read-more-trigger:before {
	content: 'See more';
}

.read-more-state:checked~p .read-more-trigger:before {
	content: 'Show less';
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	color: #EFB51D;
	font-size: .9em;
	line-height: 2;
	text-decoration: underline;
	text-transform: none;
}

.read-more-mobile .read-more-state~div {
	display: none;
}

.read-more-mobile .read-more-target {
	opacity: 1;
}

/* pillars */
#carouselPillars .carousel-item {
	height: auto;
	min-height: 420px;
}

.font-family-cera {
	font-family: Cera, sans-serif;
}

@media (max-width: 900px) {
	.includes-gptw img {
		max-height: 90px;
	}

	.fixed .includes-gptw img {
		max-height: 70px;
	}
}

@media (max-width: 375px) {
	.includes-gptw img {
		max-height: 60px;
	}

	.fixed .includes-gptw img {
		max-height: 50px;
	}
}





@media (max-width: 768px) {
	.full-banner .carousel-item {
		height: 300px;
		max-height: 50vh;
		min-height: auto;
	}

	#header-content>div {
		height: auto;
	}

	#get-to-know-us {
		height: 110px;
		width: 110px;
	}

	#get-to-know-us>div {
		height: 105px;
		width: 105px;
		display: flex;
		align-items: center;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.content-section h3,
	.content-section h2.h3 {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

@media (max-width: 575px) {
	header .logo-container img {
		max-height: 120px;
	}

	#header-content>#top-navigation-right {
		min-height: auto !important;
	}

	.home-slider.full-banner .carousel-item {
		background-image: url("../images/HomeBannerMobile.webp?v=1.1") !important;
		height: 300px;
	}

	.non-webp .home-slider.full-banner .carousel-item {
		background-image: url("../images/HomeBannerMobile.jpg?v=1.1") !important;
	}

	.font-size-large {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}

	h1 {
		font-size: 2.5rem;
	}

	h1.text-uppercase {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	#instagram-feed h2 {
		font-size: 1.3rem;
	}

	.nobr {
		white-space: normal;
	}

	.with-gptw img {
		max-width: 50px;
	}

	.read-more-mobile .read-more-state~div {
		display: block;
	}
}

@media (max-width: 375px) {
	header.fixed .logo-container img {
		max-height: 40px;
	}

	header.fixed #logo {
		display: none;
	}

	header.fixed #favicon-logo {
		display: block;
	}

	header.fixed.with-gptw img {
		max-height: 40px;
	}

	header .font-size-large {
		font-size: 0.9rem !important;
	}
}

.border-top-navy{
	border-top: 2px solid #003371;
}

@media (max-width: 575px) {
	footer .gptw-footer img{
		max-width: 150px;
	}
}