/* --------- RESET --------- */
html,body,a,p,h1,h2,h3,h4,h5,h6,ul,li,img{
	margin:0;
	padding:0;
	font-size:1em;
	border:0;
	}
/* --------- ELEMENTS --------- */
html{
	height:100%;
	width:100%;
	}
body{
	height:100%;
	width:100%;
	background:#444;
	color:#414141;
	font-size:0.9em;
	}
h1,h2,h3,h4,h5,h6{
	color:#002B49;
	font-size:3.5em;
	line-height:60px;
	margin-bottom:12px;
	font-weight:700;
	}
h2,h3,h4,h5,h6{
	font-size:1.7em;
	margin:30px 0;
	line-height:40px;
	font-weight:normal;
	text-align:center;
	}
a{
	text-decoration:none;
	color:#414141;
	}
*:focus{
	outline:0;
	}
p{
	font-size:1.3em;
	line-height:30px;
	color:#333;
	margin:0 0 30px 0;
	font-weight:normal !important;
	max-width:950px;
	}
ul{
	list-style-type:none;
	}
img{
	max-width:100%;
	}
input,textarea,select{
	color:#706450;
	padding:20px 30px;
	font-size:0.9em;
	background:#fff;
	border:1px solid #ddd;
	border-radius:6px;
	padding:10px;
	}
select{
	margin:10px 0;
	width:100%;
	}
option{
	padding:0px 20px;
	width:100%;
	}
input.text{
	margin-bottom:20px;
	border:1px solid #e8e8d1;
	background:#fff;
	}
textarea{
	margin-bottom:20px;
	border:1px solid #e8e8d1;
	background:#fff;
	font-family:inherit;
	margin-bottom:30px;
	}
input.submit{}
input.submit:hover{
	background:#454545;
	color:#fff;
	cursor:pointer;
	}
input.first-name{
	display:none !important;
	}
input[type='checkbox']{
	width:auto!important;
	margin-left:10px;
	}
iframe{
	border:0;
	margin:0;
	}
form{
		width:100%;
	}
hr{
	border:0;
	height:3px;
	margin:30px 0 30px 0;
	border-bottom:2px solid #f0f0f0;
	}
strong{
	font-weight:bold;
	}
svg{
	width:30px;
	margin-right:35px;
	display:inline-block;
	top:7px;
	position:relative;
}
/* --------- IDS --------- */
#container{
	z-index:1;
	position:relative;
	overflow:auto;
	max-width:1920px;
	margin:0 auto;
	background:#fff;
	box-shadow:0 0 10px 0 #000;
	}
#header{
	padding:25px;
	width:100%;
	min-height:100px;
	text-align:center;
	box-sizing:border-box;
	color:#fff;
	background:none;
	clear:both;
	z-index:3;
	position:absolute;
	}
#header .limit{
	height:100%;
	}
#header .icon{
	vertical-align:middle;
	height:30px;
	width:30px;
	margin:10px 20px;
	float:left;
	}
#header-actions{
	padding:45px 0;
	float:right;
	width:100%;
	max-width:70%;
	font-size:1.3em;
	}
#header-actions a{
	color:#002B49;
	}
.header-actions{
	float:left;
	width:30%;
	padding-left:5%;
	box-sizing:border-box;
	}
.header-actions:first-of-type{
	float:left;
	width:40%;
	}
.header-actions div{
	text-align:left;
	}
#account{
	float:left;
	border-left:2px solid #002B49;
	}
.contact{
	float:right !important;
	width:60%;
	margin-right:10%;
	}
#menu-icons{
	float:right;
	text-align:left;
	max-width:17.7%;
	padding-top:18px;
	}
#search{
	max-width:200px;
	}
.search-icon{
	float:left;
	margin-right:12px;
	}
#search img{
	margin-top:5px;
	}
#search form{
	width:auto;
	margin:0;
	}
#search input[type="text"]{
	background:none;
	border:0;
	border-radius:0;
	border-bottom:2px solid #002B49;
	max-width:300px;
	}
#logo{
	color:#414141;
	font-size:2em;
	float:left;
	width:100%;
	max-width:350px;
	display:block;
	margin-left:0;
	margin-top:0; 
	float:left;
	filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 3px #fff);
	overflow:hidden; /* fix for buggy margin */
	}
#menu-wrapper{
    }
#menu{
	text-align:center;
	font-size:1.3em;
	margin:0 auto;
	display:table;
	width:auto;
	max-width:1200px;
	z-index:5;
	float:right;
	background:#002b49;
	border:3px solid #009CBD;
	border-width:0 5px 5px 0;
	}
#submenu{
	position:absolute;
	z-index:6;
	}
#menu ul{
	margin:0 auto;
	position:relative;
	display:table-row;
	}
#menu ul li{
	display:table-cell;
	position:relative;
	}
#menu ul li a,
#submenu ul li a{
	transition:all 0.5s;
	display:block;
	padding:29px 20px;
	text-decoration:none;
	font-weight:400;
	color:#fff;
	}
#submenu ul li a{
	width:150px;
	}	
#menu ul li a.current{
	color:#000;
	background:#009cbd
	}
#menu ul li a:hover{
	color:#fff;
	background:#003a63;
	}
#submenu ul li a:hover{
	color:#000;
	}
#menu ul li ul {
	position:absolute;
	left:0;
	right:0;
	z-index:9999;
	background:#fff;
	width:100%;
	box-shadow:0px 10px 15px -10px #333;
	}
#menu ul li ul li{
	width:100%;
	display:block;
	}
#menu ul li ul li a{
	border-radius:0;
	color:#414141;
	}
#menu ul .drop {
	position:relative;
	/*background:url('img/drop.png') no-repeat right;*/
}
#menu ul .drop:after{
		float:right;
		content:"\00a0 +";
	}
#menu ul .active:after{
		float:right;
		content:"\00a0 -";
		font-size:1.353em;
		margin-top:-6px;
	}
#menu ul strong{
	padding-left:4px;
	font-size:0.8em;
	color:#eee;
	}
#menu ul .drop:hover,
#menu ul .active {
	color:#fff;
	}
#menu a:focus{
	background:#002B49;
	border-color:#002B49;
	color:#fff;
	}
#menu a.current:focus {
	color:#fff;
	}
#menu .no-js ul {
	display:none;
	}
#menu .no-js:hover ul {
	display:block;
	}
#menu-icons{
	margin-top:10px;
	}
#menu-icons .icon{
	width:30px;
	height:25px;
	float:left;
	margin-left:30px;
	}
#info{
	background:#eee;
	color:#fff !important;
	padding:30px 50px 30px 190px;
	-webkit-box-shadow:0px 30px 20px -20px #000;
	-moz-box-shadow:0px 30px 20px -20px #000;
	box-shadow:0px 30px 20px -20px #000;
	z-index:5;
	position:relative;
	}
#info h1 {
	color:#fff !important;
	}
#breadcrumbs{
	margin-top:60px;
	color:#000;
	font-weight:300;
	font-size:1.4em;
	margin-bottom:30px;
	}
#breadcrumbs strong{
	font-weight:300;
	color:#707070 !important;
	}
#breadcrumbs a{
	color:#0072ce;
	}
#banner-wrap{
	max-width:1920px;
	margin:0 auto;
	position:relative;
	}
#banner{
	width:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
	z-index:2;
	background:#fff;
	}
#banner ul,
#banner li{
	width:100%;
	}
#banner li{
	max-height:770px;
	overflow:hidden;
	}
#banner	img{
	position:static !important;
	width:100%;
	max-width:100%;
	height:100%;
	display:flex;
	margin:0 auto;
	}
.sub-banner{
	display:flex;
	justify-content:center;
	align-items:top;
	max-height:600px;
	min-height:0 !important;
	}
.sub-banner img{
	vertical-align:middle;
}
.banner-caption{
	top:160px;
	position:absolute;
	width:100%;
	max-width:600px;
	height:60%;
	text-align:left;
	border-radius:4px;
	box-sizing:border-box;
	}
.sub-banner .banner-caption{
	
}
.banner-label{
	position:absolute;
	font-style:italic;
	top:-30px;
	font-size:2em;
	font-weight:400;
	}
.content-wrapper{
	filter: drop-shadow(40px 40px 0px #009cbd);
}
.banner-caption p{
	width:100%;
	position:relative;
	clear:both;
	max-width:70%;
	box-sizing:border-box;
	line-height:32px;
	background:#fff;
	color:#002b49;
	padding:30px;
	margin:15%;
	margin-top:-200px;
	}
p.banner-headline{
	margin-top:0;
	font-size:4em;
	letter-spacing:-1px;
	font-weight:400 !important;
	line-height:75px;
	max-width:100%;
	box-sizing:border-box;
	background:#002B49;
	color:#fff !important;
	padding:7.5% 15% 25%;
	margin-left:0;
	}
.sub-banner .banner-headline{
	padding-bottom:70px;
	padding-top:50px;
	padding-left:50px;
	font-size:3em;
}
.banner-caption .action{
	background:#009CBD;
	color:#fff;
}
.banner-caption .action:hover{
	background:#fff;
	color:#009CBD;
}
#content-wrapper{
	min-height:100%;
	background:#fff;
	}
#content img{
	max-width:100%;
	height:auto;
	}
#content li:before{
	}
#content{
	position:relative;
	overflow:auto;
	clear:both;
	margin:0 auto;
	}
.content-text ul{
	margin:30px 0;
	column-count:3;
	column-gap:30px;
}
.content-text ul li{
	font-size:1.2em;
	line-height:24px;
	margin-bottom:30px;
	padding-left:25px;
	background:none;
	break-inside:avoid-column;
	display:table; /* Firefox hack for break-inside behaviour */
}
.content-text ul li:before{
	content:'✓';
	margin-left:-25px;
	padding-right:11px;
	color:#009CBD;
}
.content-text ol li{
	font-size:1.2em;
	line-height:24px;
	margin-bottom:10px;
	padding-left:10px;
}
#content-first{
  
	}
#content-bg{
	overflow:auto;
	}
.content-text{
	background:#fff;
	box-sizing:border-box;
	overflow:auto;
	margin-bottom:30px;
	padding:0 30px;
	}
.content-text h1{
	text-align:center;
}

#content-main{
	box-sizing:border-box;
	padding-bottom:40px;
	clear:both;
	overflow:auto;
	}
#content-wide{
	width:66.6%;
	float:left;
	margin-top:30px;
	}
#images{
	}
#reviews{
	padding:92px 0;
	text-align:center;
	clear:both;
	}
#reviews *{
	color:#414141;
	}
#reviews h2{
	color:#fff !important;
	}
#reviews h2{
	margin:0 auto;
	font-size:1.8em;
	}
#footer{
	clear:both;
	overflow:auto;
	background:#002B49;
	color:#fff;
	position:relative;
	z-index:2;
	clear:both;
	overflow:auto;
	box-sizing:border-box;
	line-height:16px;
	font-size:1.1em;
	padding:50px 30px;
	font-weight:300 !important;
	}
#footer-logo{
	clear:both !important;
	display:block;
	margin-bottom:30px;
	padding-bottom:30px;
	padding-right:85px;
	padding-top:42px;
	}
#footer h6,
#footer p{
	color:#fff !important;
	margin-right:85px;
	}
#footer h6{
	font-size:1.3em;
	}
#footer p{
	font-size:1em;
	}
#footer .footer-col:first-of-type p{
	font-size:1.2em;
}
#footer a{
	transition:0.3s all;
	}
#footer a:hover{
	color:#002B49;
	}
#footer ul{
	/* columns: 2; */
	}
#footer ul li a{
	color:#fff !important;
	font-weight:300;
	}
#footer ul li{
	margin-bottom:25px;
	}
#footer img{
	float:left;
	margin:0 20px 20px 0;
	}
#footer #contact-details{
	margin-bottom:25px;
	}
#footer #contact-details strong{
	display:block;
	margin-bottom:10px;
	}
#footer .icon{
	height:64px;
	width:64px;
	}
.bullet{
	font-size:1.3em;
	line-height:20px;
	margin:0 0 30px 0;
	}
.bullet li{
	background:url('../img/bullet.png') no-repeat 0px 8px;
	padding-left:24px;
	display:block;
	}
.footer-col{
	width: calc(66% / 3);
	float:left;
	box-sizing:border-box;
	}
.footer-col:first-of-type{
	width:33%;
}
#footer .footer-col:first-child{
	}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6{
	font-size:1.2em;
	text-align:left;
	color:#fff !important;
}
#address{
	width:100%;
	color:#414141;
	position:relative;
	min-height:80px;
	font-size:1.1em;
	overflow:auto;
	margin:0;
	}
#copy{
	padding:15px 30px;
	color:#fff;
	text-align:center;
	background:#009CBD;
	max-width:100%;
	}
#copy a{
	color:#fff;
	}
#copy a:hover{
	text-decoration:underline;
	}
#menu-copy{
	float:right;
	}
#menu-copy a{
	display:inline-block;
	margin-left:40px;
	color:#002B49;
	}
#menu-copy a:hover{
	color:#fff;
	}
#contact-details{
	text-align:left;
	font-size:1.2em;
	}
#contact-details a{
	color:#fff;
	display:inline-block;
	margin:5px 0 10px 0;
	}
#contact-heading{
	font-size:0.7em;
	font-weight:normal;
	color:#000;
	}
#contact-information{
	float:left;
	font-size:1.2em;
	padding:50px 0;
	margin:0 30px;
	max-width:40%;
	box-sizing:border-box;
	}
#contact-information h2{
	text-align:left;
}
#contact-information h4{
	text-align:left;
	font-size:1.2em;
}
.contact-wrap{
	background:url('../img/custom/hcnaushomecare.webp') no-repeat center;
	background-size:cover;
	max-width:1920px;
	min-height:800px;
}
.contact-wrap #contact{
	margin:100px;
}
#contact{
	max-width:40%;
	float:right;
	background:#fff;
	padding:30px;
	}
#contact h3{
	text-align:left;
}
.contact-label{
	display:block;
	}
#top{
	position:fixed;
	bottom:30px;
	left:30px;
	height:50px;
	width:50px;
	z-index:1000;
	margin-left:-15px;
	}
.action{
	background:#fff;
	border:2px solid #002B49;
	color:#002B49;
	font-weight:700;
	font-size:1.1em;
	display:table;
	padding:10px 20px;
	width:auto;
	transition:all 0.3s;
	margin:30px 0;
	border-radius:30px;
	cursor:pointer;
	}
.action:after{
	content:'❯';
	padding-left:15px;
	font-weight:600;
	color:#009CBD;
	transition:all 0.3s;
}
.action:hover{
	background:#009CBD;
	border-color:#009CBD;
	color:#fff;
	}
.action:hover:after{
	color:#fff;
	}
/* --------- STATIC PAGES --------- */
#gallery{
	text-align:center;
	margin:0 auto;
	padding:120px;
	}
.grid{
	padding-bottom:100px;
	}
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
	}
.grid-sizer,
.grid-item {
	width:20%;
	}
.grid-item {
	float: left;
	}
.grid-item a img{
	display: block;
	max-width: 100%;
	}
#call-to-action{
	padding:30px 0;
	overflow:auto;
	clear:both;
	color:#fbfef9;
	background:#003865;
	}
#call-to-action h1{
	color:#fbfef9;
	font-weight:400;
	text-transform:none;
	margin-top:0;
	font-size:2.8em;
	line-height:1.4em;
	max-width:720px;
	}
#contact{
	clear:both;
	margin-top:150px;
	padding-bottom:20px;
	overflow:auto;
	box-sizing:border-box;
	width:100%;
	border:1px solid #ccc;
	}
#contact-home{
	width:100%;
	max-width:48%;
	float:left;
	border-left:2px solid #999;
	padding-left:50px;
	margin-top:30px;
	box-sizing:border-box;
	}
#contact-home h5{
	margin:0 0 30px 0;
	font-size:3em;
	}
#contact span.form,
#contact-home span.form{
	width:100%;
	margin:0;
	padding:0;
	}
#contact form,
#contact-home form{
	width:100%;
	margin:0;
	padding:0;
	}
#contact-home form{
	max-width:100%;
	}
#contact input,
#contact-home input{
	margin:20px 0;
	}
#contact form div,
#contact-home form div{
	box-sizing:border-box;
	margin:0;
	width:50%;
	}
#contact-home form div{
	width:50%;
	padding-right:0;
	}
#contact form div:first-of-type,
#contact-home form div:first-of-type{
	padding-right:20px;
	}
#contact textarea,
#contact-home textarea{
	width:auto;
	margin:0;
	width:100%;
	box-sizing:border-box;
	padding-bottom:14px;
	margin-bottom:30px;
	}
#contact-home textarea{
	float:none;
	clear:both;
	width:100%;
	}
#contact .submit{
	float:right;
	text-align:right;
	}
#contact-map{
	width:100%;
	clear:both;
	}
#contact-map iframe{
	width:100%;
	}
.first-name{
	display:none !important;
	}
.form {
	position:relative;
	z-index:1;
	display:block;
	padding:0;
	margin-top:30px;
	float:left;
	}
.form p{
	padding:10px 0px;
	}
.form form {
	position:relative;
	margin:0;
	}
.form h3 {
	margin:0;
	}
.form input[type="text"],
.form input[type="password"],
.form textarea, 
.form select{
	position:relative;
	display:block;
	width:100%;
	margin:5px;
	outline:none;
	background:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	color:#222;
	font-size:1.1em;
	box-sizing:border-box;
	}
.form textarea{
	padding-bottom:18px !important;
	}
.form select{
	width:100%;
	}
.form option{
	margin:0;
	padding-left:10px;
	}
.form input[type="checkbox"]{
	margin-left:10px;
	margin-right:10px;
	}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
	font-weight:bold;
	}
.form input[type="text"].invalid,
.form textarea.invalid {
	border-color:red;
	}
.label{
	font-weight:700;
	font-size:1em;
	display:inline-block;
	min-width:200px;
	margin-bottom:10px;
	color:#0072ce;
	}
h4.question{
	text-align:left !important;
	color:#002B49 !important;
	font-size:1.6em;
	line-height:40px;
	padding-right:26px;
}
h4.ui-accordion-header-collapsed{
	background:url("../thm/img/arrow2.png") right center no-repeat;
}
h4.ui-accordion-header-active{
	background:url("../thm/img/arrow.png") right center no-repeat;
}
.rslides li{
	opacity:0;
	}
.rslides_nav{
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	z-index:999;
	bottom:50px;
	}
.rslides_tabs {
	font-size:1.1em;
	list-style:none;
	margin:0 auto 50px;
	max-width:430px;
	padding:10px 0;
	text-align:center;
	width:100%;
	position:absolute;
	right:0px;
	z-index:50;
	bottom:20px;
	}
.rslides_tabs li {
	display:list-item;
	float:none;
	margin-right:1px;
	}
.rslides_tabs a {
	width:auto;
	line-height:20px;
	padding:10px 20px;
	height:auto;
	background:#000;
	color:#fff;
	display:inline;
	}
.rslides_tabs a:hover {
	border:0;
	}
.rslides_tabs li:first-child {
	margin-left:0;
	}
.rslides_tabs .rslides_here a {
	background:#929292;
	color:#fff;
	font-weight:bold;
	}
.rslides_nav.prev{
	background:url('../img/prev.png');
	right:60px;
	}
#banner .rslides_nav.prev{
	right:60px;
	}
.rslides_nav.next{
	background:url('../img/next.png');
	right:20px;
	}
#banner .rslides_nav.next{
	right:20px;
	}
.form div{
	float:left !important;
	margin-right:20px;
	}
/* --------- CLASSES - SPECIFIC --------- */
.ot{ /* One Third */	width:33.3%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	}
.tt{ /* Two Thirds */	width:66.6%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	}
.ot a img{
	transition:all 0.3s;
	}
.ot a:hover img{
	opacity:0.8;
	}
.cols-2 p{	
	column-count:2;
	column-gap:30px;
	text-align:left !important;
	}
a.link-button{
	background:#494949;
	padding:10px 20px;
	color:#aaa !important;
	width:auto;
	display:table;
	}
.static-block{
	clear:both;
	margin-bottom:30px;
	}
.quote{
	font-size:1em;
	width:100%;
	position:relative;
	color:#fff;
	}
.content-image{
	padding:0;
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	width:auto;
	margin-bottom:60px;
	text-align:center;
	}
.content-image img{
	position:relative;
	vertical-align:middle;
	}
.background-image{
	overflow:auto;
	position:relative;
	clear:both;
	background:url("../img/null.png") no-repeat #fff;
	background-repeat:none !important;
	background-size: cover;
	margin:60px auto;
}
.content-text.imgB{
	background:#023049;
	max-width:500px;
	float:left;
	margin:120px 40px;
	min-height:400px;
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path:polygon(0 0, 100% 0, 100% 90%, 0 100%);
	padding-bottom:40px;
	color:#fff;
}
.content-text.imgB h2,
.content-text.imgB h3,
.content-text.imgB h4,
.content-text.imgB h5,
.content-text.imgB h6,
.content-text.imgB p{
	text-align:left !important;
	color:#fff !important;
}
.content-text.imgB p{
	font-size:1.3em;
	line-height:36px;
}
.content-text{
	clear:both;
	max-width:1000px;
	margin:30px auto;
}
.content-text.center{
	
}
.content-text.quote{
	background-color:#e9f0f3;
	background: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='64px' height='64px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M44.3,6.5c-9,0-15.9,7-15.9,16V44c0,0.8,0.7,1.5,1.5,1.5h17c0.8,0,1.5-0.7,1.5-1.5V27 c0-0.8-0.7-1.5-1.5-1.5H34.4v-3c0-5,4.9-10,9.9-10h2.6c0.8,0,1.5-0.7,1.5-1.5V8c0-0.8-0.7-1.5-1.5-1.5H44.3z'%3E%3C/path%3E%3Cpath d='M19.5,6.5c-9,0-15.9,7-15.9,16V44c0,0.8,0.7,1.5,1.5,1.5h17c0.8,0,1.5-0.7,1.5-1.5V27 c0-0.8-0.7-1.5-1.5-1.5H9.6v-3c0-5,4.9-10,9.9-10h2.6c0.8,0,1.5-0.7,1.5-1.5V8c0-0.8-0.7-1.5-1.5-1.5H19.5z'%3E%3C/path%3E%3C/g%3E%3Cpath d='M30.5,8'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") #e9f0f3 no-repeat 30px 20px;
	border-radius:40px;
	border-right:3px solid #d9e0e3;
	border-bottom:3px solid #d9e0e3;
}
.content-text.imgL{
	margin-top:-140px;
	position:relative;
}
.content-text.imgS{
	clear:none;
	padding:40px 30px;
}
.content-text.imgS:nth-child(2n){
	padding-left:60px;
}
.content-text.imgS h2,
.content-text.imgS h3,
.content-text.imgS h4,
.content-text.imgS h5,
.content-text.imgS h6{
	text-align: left;
}
.inline-image{
	position:relative;
	filter: drop-shadow(40px 40px 0px #009cbd);
}
img.imgS{
	max-width:600px !important;
}
/* --------- CLASSES - GENERIC --------- */
.first{
	}
.limit{
	max-width:1440px;
	margin:0 auto;
	}
.limit-small{
	}
.dark{
	color:#908470;
	}
.left{
	float:left !important;
	}
.textleft{
    text-align:left !important;
    }
.textleftall *{
    text-align:left !important;
    }
.right{
	float:right !important;
	}
.textright{
    text-align:right !important;
    }
.textrightall *{
    text-align:right !important;
    }
.clear{
	display:block !important;
	clear:both !important;
	}
.no-margin{
	margin:0 !important;
	}
.alert,
.alert *{
	color:#ae372f !important;
	}
.yellow{
	color:#aaa;
	}
.white{
	color:#fff !important;
	}
.large{
	font-size:1.2em;
	}
.center{
	text-align: center;
	margin:0 auto;
}
.inline-image{
	padding:0;
	max-width:600px;
	height:auto;
	box-sizing:border-box;
	width:auto;
	float:right;
	margin:40px;
	}
.inline-image img{
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%);
	clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.inline-image:nth-child(2n+1) img{
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);
	clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.inline-image:nth-child(2n+1){
	float:left;
	}
.inline-image img{
	position:relative;
	vertical-align:middle;
	}
.inline{
	display:inline-block;
	font-size:0.9em;
	transition:all 0.3s;
	}
.inline:hover{
	color:#003865;
	}
#services .inline:hover{
	color:#fff;
	}
.inline::after{
	position:relative;
	left:20px;
	content:url('../img/icon-arrow.png');
	transition:all 0.3s;
	}
.inline:hover::after{
	left:100px;
	}
.featured{
	font-size:1.4em;
	text-align:center;
	}
.featured h3{
	margin-bottom:42px;
	}
.featured p{
	line-height:42px !important;
	}
.slant-r,
.slant-r iframe{
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);
	clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);
	}
.slant-l,
.slant-l iframe{
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%);
	clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%);
	}
.terms{
	margin-top:200px;
}
/* --------- CLASSES - GENERIC --------- */
#cycle-images{
	position:relative;
	}
#cycle-images img{
	position:absolute;
	z-index:1;
	}
#cycle-images img.active{
	z-index:3;
	}
.owl-dot{
	margin:8px;
	}
.owl-dot span{
	background:none !important;
	border:2px solid #002B49;
	padding:3px;
	}
.owl-dot.active span{
	background:#002B49 !important;
	}
.imgS h2{
	text-align:left;
}
.content-text.imgS ul{
	list-style-type:disc !important;
	column-count:2 !important;
	column-gap:20px !important;
	margin-top:0 !important;
}
.content-text.imgS li{
	background:none;
	padding-left:25px !important;
	margin-bottom:10px !important;
}
.content-text ol li::marker{
	font-size:1.5em;
	color:#002B49;
	top:20px;
	display:block;
}
.content-text ol li{
	font-size:1.2em;
	line-height: 32px;
	background-color:#e9f0f3 !important;
	border-radius:40px;
	border-right:3px solid #d9e0e3;
	border-bottom:3px solid #d9e0e3;
	text-align:center;
	padding:12px 30px;
}

.content-text.imgS ul li:before{
	content:'❯';
	margin-left:-25px;
	padding-right:15px;
	font-weight:400;
	color:#009CBD
}
.content-text.imgS ul{
	margin-bottom:30px;
}
.columns-3{
	column-count: 3;
	column-gap: 30px;
	margin-bottom:60px;
}
.content-text.columns-3{
	max-width: 100%;
}
.columns-3 h2,
.columns-3 h3,
.columns-3 h4,
.columns-3 h5,
.columns-3 h6{
	column-span: all;
}