@font-face {
	font-family: OpenSansRegular;
	src: url("../fonts/OpenSans-Regular.ttf");
  }

@font-face {
	font-family: OpenSansBold;
	src: url("../fonts/OpenSans-Bold.ttf");
 }

 @font-face {
	font-family: OpenSansSemiBold;
	src: url("../fonts/OpenSans-SemiBold.ttf");
 }

a:not([href*=\#]):not(.icon__link) {
	font-family: "OpenSansBold";
	z-index: 1;
	color: #5d5d5d;
	background-color: transparent;
	transition: background-color .2s, color .2s;
}
a:not([href*=\#]):not(.icon__link):hover, .navbar-nav .nav-item .nav-link:hover, a.video__text:not([href*=\#]):not(.icon__link):hover {
	/*background-color: #ffee00;*/
	color: #1F96C3;
	text-decoration: underline;
}

div#q5 {
    color: #FFF;
}
div#q5 a{
	color:#000;
	font-family: 'OpenSansBold';
}
p#success_content{
	color:#000;
}
a.video__text:not([href*=\#]):not(.icon__link) {
    color: #000;
    font-family: 'OpenSansBold';
    font-size: 16px;
}
table#contact td:nth-child(1), table#contact td:nth-child(3) {
    width: 40%;
}
table#contact td:nth-child(2){
    width: 20%;
}
body {
	position: relative;
	overflow-x: hidden;
	color: #5d5d5d;
	font-family: OpenSansRegular;
}
table#tbl-benefits {
    width: 50%;
}

/* HEADING */
.heading {
	color: #000;
	margin-bottom: 1rem;
}
h1.heading {
	font-size: 1.875rem;
	line-height: 2.0625rem;
	color: #1F96C3;
}
h2.heading {
	font-size: 1.25rem;
	line-height: 1.375rem;
}
h3 {
    font-size: 18px;
}

h4 {
    font-size: 12px;
}

/* VIDEO */
.video__button {
	/*background-color: #ffee00;*/

	background: linear-gradient(to left, rgb(255 221 6), rgb(252 193 0));
	display: block;
	height: 60px;
	width: 175px;
	position: relative;
	z-index: 1;
	margin-top: 2rem;
	transition: right .2s ease-in-out 0s;
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
}
.video__button:before {
/*	content: '\f144';
	font-family: 'FontAwesome';
	color: #000;
	position: absolute;
	font-size: 45px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 15px;*/
}
.video__button:hover {
	cursor: pointer;
	background-color: #E0CF00;
	right: 0;
}
.video__text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 15px;
	color: #FFF;
	font-weight: 500;
	font-family: "OpenSansRegular";
	line-height: 1.25;
}
.lightbox__background {
	position: fixed;
	z-index: 9999;
	background-color: #ffee0080;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.lightbox__background--show {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
}
.lightbox__player {
	position: fixed;
	transform: translate(-50%, -50%);
	padding: 11px;
	margin-left: 0;
	background-color: #fff;
	z-index: 10000;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}
.lightbox__player .container {
	width: 100%;
	padding: 0;
}
.lightbox__player--hide {
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 2400px;
}
.lightbox__player--show {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	width: 100%;
}
.lightbox--open {
	overflow: hidden;
}
.lightbox__close {
	font-size: 72px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px !important;
	padding-right: 30px !important;
}
.vjs-play-progress,
.vjs-volume-level {
	background-color: #ffee00 !important;
}
.btn-primary {
    color: #5d5d5d;
    font-family: "OpenSansBold";
    background-color: #007bff;
    border-color: transparent; 
    background: linear-gradient(to left, rgb(255 221 6), rgb(252 193 0));
}

div#formDisc1 {
    font-size: 12px;
    margin-top: 15px;
}


@media (min-width: 768px) {
	.video__button {
		position: fixed;
		right: 0px;
		top: 30%;
		transform: translateY(-50%);
		margin-top: 0;
		width: 145px;
    font-size: 16px;
	}
	.lightbox__player--hide {
		width: 768px;
	}
	.lightbox__player--show {
		width: 768px;
	}
	table#contact{
		width:90%;
	}
	table#contact td:nth-child(1), table#contact td:nth-child(3){
		width:10%;
	}
	table#contact td:nth-child(2) {
    width: 5%;
	}
}

/* NAVBAR */
.navbar {
	transition: all .3s ease-in-out;
	background-color: #fff;
/*	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);*/
}
.navbar .navbar-brand {
	transition: all .3s ease-in-out;
	width: 65%;
	
}
.navbar-brand img {
	transition: all .3s ease-in-out;
	max-width: 100%;
	height: auto;
}
.navbar-nav {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-nav .nav-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.navbar-nav .nav-item:nth-last-of-type(1) {
	border-right: 0;
}
.navbar-nav .nav-item .nav-link {
	color: #5d5d5d;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 1;
	font-family: "OpenSansBold"
}
.navbar.shrink {
	background-color: #fff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
	height: 90px;
}
.navbar.shrink .navbar-collapse {
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
}
.navbar.shrink .navbar-brand {
	position: static;
}
.navbar.shrink .navbar-nav .nav-item .nav-link.active {
	font-weight: 500;
}
.navbar button {
	border-color: #000;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,43,84,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fff;
}

section.banner {
    /* margin-top: 55px; */
    margin-bottom: 35px;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    float: none;
}
section.header-content {
    margin-bottom: 95px;
}


p.lead.hero__lead {
    
    position: absolute;
    top: 24%;
    /*left:2%; */
    max-width: 45%;
    font-size: 18px;
    margin-bottom: 0px;
    
    font-family: "OpenSansRegular"
}
#banner h1 {
    position: absolute;
    top: 5%;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 32px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 45%;
    font-size: 17px;
    margin-bottom: 0px;
    
    font-family: "OpenSansRegular"
}
.home-care {
    background-image: url(../img/HCS_WaveGraphic.svg);
    background-size: cover;
    
    /* background-position-x: 20%; */
    background-position-y: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    color: #FFF;
    height: 120px;
        right: -1%;
    padding-left: 15%;
    padding-right: 5%;
    padding-top:15px;
}
.home-care span, .home-care span a {
    font-size: 14px;
    color: #FFF!important;
    font-family: 'OpenSansSemiBold';
}
.home-care span a:hover{
color: #1F96C3!important;
    text-decoration: underline;
}

ul#main-nav {
    margin-top: -50px;
    padding-top: 10px;
    min-height: 40px;
    padding-bottom: 15px;
    position: relative;
}
a.btn.btn-watch{
	color:#000;
}
p.t-link, p.t-link a {
    color: #FFF;
}

@media (min-width: 768px) {
	.navbar.shrink .navbar-brand img {
		max-width: 121px;
	}
	.logo {
    margin-left: 0px;
    max-height: 55px;
	}
}
@media (min-width: 1200px) {
	.navbar {
		background-color: transparent;
		box-shadow: inherit;
		height: 85px;
	}
	.navbar .navbar-brand {
		width: 181px;
		position: absolute;
		/*margin-left: 1.5rem;*/
	}
	.navbar-nav {
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-nav .nav-item {
		border-right: 2px solid #000;
		padding-left: .75rem;
		padding-right: .75rem;
	}
	.navbar-nav .nav-item .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-nav .nav-item .nav-link:hover {
/*		background-color: transparent;
		color: #000;
		border-bottom: 2px solid #000;
		margin-bottom: -2px;*/
	}
	.navbar.shrink .navbar-nav .nav-item .nav-link.active {
		background-color: transparent;
		color: #1F96C3;
    	text-decoration: underline;
    	margin-bottom: -2px;
	}
	.navbar-collapse {
		background-color: transparent;
		margin-left: inherit;
		margin-right: -15px;
		box-shadow: none;
	}
	.navbar.shrink .navbar-collapse {
		box-shadow: none;
	}
}
@media (min-width: 1500px) {
	.navbar-nav .nav-item {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.home-care{
		padding-left: 10%!important;
	}.navbar-collapse {
		margin-right: -15px;
	}
	p.lead.hero__lead {
    
    position: absolute;
    top: 24%;
    /*left:2%; */
    max-width: 45%;
    font-size: 18px;
    margin-bottom: 0px;
    
    font-family: "OpenSansRegular"
}
#banner h1 {
    position: absolute;
    top: 5%;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 32px;
	 
    /* max-width: 1140px; */
}
table#contact{
	width:60%;
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 45%;
    font-size: 17px;
    margin-bottom: 0px;
    
    font-family: "OpenSansRegular"
}

}

/* JUMBOTRON/HERO */
#hero {
	position: relative;
}
.hero {
	margin-top: 80px;
	border-radius: 0;
	padding: 6rem 0 1.5rem;
	background-image: url("../img/HCS_Banner_Image.png");
	background-size: cover;
	height: auto;
	background-position-x: center;
	background-position-y: 63%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.hero__image {
	width: 400px;
	left: 0;
	position: absolute;
	/*z-index: 1;*/
	bottom: -50px;
}
.hero__title {
	font-size: 3rem;
	line-height: 2;
}
.hero__lead {
	font-weight: 400;
	color: #FFF;
    width: 65%;
}
a.btn, button.btn.btn-secondary.flex-grow-1.collect_continue {
    background: -webkit-linear-gradient(rgb(255 221 6),rgb(252 193 0));
        border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    left:2%;
    /*    position: absolute;*/
    margin-top: 4%;
    color: #5d5d5d;

    font-family: 'OpenSansBold';
}

#request {
	margin-top: -2%;
}
a.btn.btn-contact {
    margin-top: 0px;
}
.custom-control-input:checked~.custom-control-label::before{
	border-color: #007bff;
    background:-webkit-linear-gradient(rgb(255 221 6),rgb(252 193 0));
}

.custom-control-input{
	z-index: 2;
}
.custom-control-label a{
	color:#FFF!important;
}
.custom-control-label a:hover{
	color:#1F96C3!important;
}



@media (min-width: 768px) {
	.hero {

    height: 350px;
    padding: 1rem 0;
    background-position-x: 65%;
	}p#intro1{
		top:90%;
		font-family: OpenSansSemiBold;
	}
	.hero__title {
		font-size: 2rem;
		font-family: "OpenSansBold";
	    background: -webkit-linear-gradient(rgb(252 193 0), rgb(255 221 6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

	}
	p.lead.hero__lead {
    
    position: absolute;
    top: 160%;
    /*left:2%; */
    max-width: 64%;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
    font-family: OpenSansRegular;
	}
#banner h1 {
    position: absolute;
    top: 0;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 26px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 32%;
    left: 2%;
    max-width: 62%;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 18px;
    font-family: "OpenSansRegular"
}
a.btn.btn-watch{
	font-size: 12px;
}

}
@media (min-width: 820px) {
	.hero {
		height: 525px;
		padding:1rem 0; 
		    background-position-x: 65%;
	}
	p.lead.hero__lead {
    
    position: absolute;
    top: 160%;
    /*left:2%; */
    max-width: 80%;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: OpenSansRegular;
	}
	p#intro1 {
    top: 90%;
    font-family: 'OpenSansSemiBold';
	}
	.hero__title{
		font-size: 2rem;
	}
	#banner h1 {
    position: absolute;
    top: 0;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 28px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 34%;
    left: 2%;
    max-width: 62%;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 18px;
    font-family: "OpenSansRegular"
}
a.btn.btn-watch{
	font-size: 12px;
}

}
@media (min-width: 992px) {
	.hero {
		height: 525px;
		padding:1rem 0; 
	}
	p.lead.hero__lead {
    
    position: absolute;
    top: 170%;
    /*left:2%; */
    max-width: 58%;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 21px;
    font-family: "OpenSansRegular"
	}
	.video__button {
    top: 25%;
	}
	.video__button{
		width:145px;
	}
	p#intro1 {
    top: 95%;
    font-family: 'OpenSansSemiBold';
}
#banner h1 {
    position: absolute;
    top: 0;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 32px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 58%;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: "OpenSansRegular"
}
a.btn.btn-watch{
	font-size: 14px;
}

}
@media (min-width: 1024px) {
	p#intro1 {
    	top: 105%;
    	font-family: 'OpenSansSemiBold';
	}
p.lead.hero__lead {
    
    position: absolute;
    top: 190%;
    /*left:2%; */
    max-width: 65%;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
	font-family: OpenSansRegular;
}
#banner h1 {
    position: absolute;
    top: 0%;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 32px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 58%;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: "OpenSansRegular"
}
a.btn.btn-watch{
	font-size: 14px;
}
}

@media (min-width: 1200px) {
	.hero {
		padding: 2rem 0 0;
		height: 600px;
	}
	.hero__image {
		width: 800px;
		left: -40px;
		bottom: -440px;
	}
	p#intro1{
		top:110%;
		font-family:'OpenSansSemiBold';
	}
	p.lead.hero__lead {
    
    position: absolute;
    top: 210%;
    /*left:2%; */
    max-width: 65%;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 28px;
    font-family: OpenSansRegular;
}
 table#contact{
	width:60%;
}

#banner h1 {
    position: absolute;
    top: 5%;
    left:2%; 
    color: #000000;
    font-family: 'OpenSansBold';
    	font-size: 32px;
	 
    /* max-width: 1140px; */
}

p.lead.intro2{
	color:#FFF;
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 45%;
    font-size: 15px;
    margin-bottom: 0px;
    
    font-family: "OpenSansSemiBold"
}


}
@media (min-width: 1500px) {
	.hero {
		padding: 2rem 1rem;
	}
	.hero__image {
		left: 0;
		bottom: -400px;
	}
	p.lead.hero__lead {
    
       top: 140%;
	}
	p.lead.hero__lead{
		top:210%;
	}.video__button {
    top: 30%;
		}
}

/* HERO SUB */
.hero-sub {
	color: #000;
}
.hero-sub .row {
	border-bottom: 2px solid #ffee00;
}
.hero-sub__lead {
	font-weight: bold;
}

/* ACCORDIONS */
.accordion .card {
	border: 0;
	margin-bottom: 10px;
}
.accordion .card-header {
	cursor: pointer;
	padding: 0.75rem;
	background-color: transparent;
	border: 0;
	transition: all linear .2s;
}
.accordion .card-body {
	border-bottom: 3px solid #DBDBDB;
	padding-bottom: 10px;
}
.accordion .card--shadow {
	box-shadow: 4px 4px 10px #ccc;
	margin-bottom: 15px;
}
.accordion__title {
	font-size: 1.125rem;
	color: #5d5d5d;
	font-family: "OpenSansBold"
}
.accordion__title:before {
	font-family: 'FontAwesome';
	margin-right: 0.75rem;
	color: #000;
}
.accordion__title.chev-up:before {
	content: '\f106';
}
.accordion__title.chev-down {
	background-color: #DBDBDB;
}
.accordion__title.chev-down:before {
	content: '\f107';
}

/* ICONS */
.icon {
	margin: 0 1rem 1rem;
	padding-top: .5rem;
}
.icon__image {
	height: 50px;
	margin-bottom: 10px;
}
img.icon__image.qual-icon {
    height: 35px;
}
.icon__image {
	margin-top: .5rem;
	fill: #707071;
}
.icon__heading a {
	color: #1F96C3;
	font-size: 1.25rem;
	text-decoration: none;
	transition: none;
	position: static;
	font-family: "OpenSansBold"
}
.icon__content {
	color: #212529;
}
.icon__learn-more {
	color: #000;
	font-weight: bold;
}
.icon:hover, .icon {
	text-decoration: none;
	font-weight: normal;
}
.icon:hover {
	background-image: linear-gradient(to right, #DBDBDB 50%, transparent 50%), linear-gradient(to right, #DBDBDB 50%, transparent 50%), linear-gradient(to bottom, #DBDBDB 50%, transparent 50%), linear-gradient(to bottom, #DBDBDB 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 20px 3px, 20px 3px, 3px 20px, 3px 20px;
}

@media (min-width: 768px) {
	.icon {
		background-image: none;
		margin: 0 0 1rem;
	}
	
}

/* BACKGROUND COLORS */
.bg-light-grey {
	background-color: #E6E6E6;
}

.nav-tabs {
	border-bottom: transparent;
}
.nav-tabs .nav-link {
	padding: 0.5rem 0;
	margin-right: 20px;
	color: #444;
	border-color: transparent;
	border-width: 0 0 5px;
	border-bottom-color: transparent;
}
.nav-tabs .nav-link:hover {
	border-color: #ccc;
}
.nav-tabs .nav-link.active {
	background-color: transparent;
	border-color: #ffee00;
}

/* TABLE ARROWS */
.arrow {
	background-color: rgb(240,171,0);
	border: 2px solid rgb(176,125,0);
	width: 12px;
	min-height: 187px;
	margin: 15px auto;
	position: relative;
	display: block;
}
.arrow:after,
.arrow:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	margin-left: -13px;
	border-width: 13px;
}
.down-arrow:after {
	border-color: rgb(240,171,0) transparent transparent;
	bottom: -18px;
}
.down-arrow:before {
	border-color: rgb(176,125,0) transparent transparent;
	border-width: 17px;
	margin-left: -17px;
	bottom: -24px;
}
.up-arrow:after {
	border-color: transparent transparent rgb(240,171,0);
	top: -18px;
}
.up-arrow:before {
	border-color: transparent transparent rgb(176,125,0);
	border-width: 17px;
	margin-left: -17px;
	top: -24px;
}

/* TIMELINE */
.timeline {
	position: relative;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.timeline:after {
	content: ' ';
	position: absolute;
	width: 3px;
	background-color: #DBDBDB;
	top: 0;
	bottom: 0;
	left: 28px;
}
.timeline__container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	padding-left: 70px;
	padding-right: 25px;
}
.timeline__container:before {
	content: ' ';
	position: absolute;
	width: 25px;
	height: 25px;
	left: 17px;
	background-color: #DBDBDB;
	top: 21px;
	border-radius: 50%;
	z-index: 1;
}
.timeline__container--blue:before {
	background-color: #000;
}
.timeline__content {
	padding: 15px 20px;
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
}
.timeline__content:before {
	content: ' ';
	height: 0;
	position: absolute;
	top: 10px;
	width: 0;
	z-index: 1;
	left: -15px;
	border: medium solid #fff;
	border-width: 15px 15px 15px 0;
	border-color: transparent #fff transparent transparent;
}
.timeline h4 {
	color: #000;
}
.timeline p {
	margin-bottom: 0;
}
img.choicefooter {
    max-width: 181px;
}
.phone{
	font-family: 'OpenSansSemiBold'
}
@media (min-width: 992px) {
	.timeline:after {
		left: 50%;
	}
	.timeline__container {
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.timeline__container:before {
		left: inherit;
		right: -13px;
	}
	.timeline__container:nth-of-type(even):before {
		right: inherit;
		left: -10px;
	}
	.timeline__container:nth-of-type(odd) .timeline__content:before {
		left: inherit;
		right: -15px;
		border: medium solid #fff;
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent #fff;
	}
	 table#contact{
		width:70%;
	}
	table#contact td:nth-child(1), table#contact td:nth-child(3){
		width:10%;
	}
	table#contact td:nth-child(2) {
    width: 5%;
	}
}

/* BACK TO TOP */
.cd-top {
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: linear-gradient(to left, rgb(255 221 6), rgb(252 193 0));
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top:hover {
	background-color: #E0CF00;
	opacity: 1;
}
.cd-top:before {
	content: '\f139';
	font-family: 'FontAwesome';
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
}
.cd-top--show {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
@media (min-width: 992px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
	.cd-top:before {
		font-size: 35px;
	}
}
.question {
	display: none;
}
.inputerror {
	display: none;
}

p {
	margin-bottom: 1.3rem;
}
 
.inputerror {
	color: white;
}

.accent {
	font-weight: 700;
}


/* FOOTER */
.footer {
	/*color: #fff;*/
	 
	padding-bottom: 10px;
	/*background-color: #000;*/
		border-top: 2px solid #5d5d5d;
}
.footer p {
	margin-bottom: 10px;
	font-size: 10px;

}
.footnote {
	font-size: .875rem;
}

/* ANIMATIONS */
[data-aos="left"] {
	transform: translateX(-60px) scale(0.8);
	opacity: 0;
	transition-property: transform, opacity;
}
[data-aos="right"] {
	transform: translateX(60px) scale(0.8);
	opacity: 0;
	transition-property: transform, opacity;
}
[data-aos="left"].aos-animate,
[data-aos="right"].aos-animate {
	transform: translateX(0) scale(1);
	opacity: 1;
}
div#q1 {
    padding-left: 0px;
    padding-right: 0px;
}



@media (max-width: 767px) {
	.hero{
    background-position-x: 72.5%;
    background-size: auto;
    margin-top: 0px;
    padding: 3rem 0.5rem;
    height: 555px;
    }
    section.header-content {
    padding-bottom: 65px;
    margin-bottom: 0px;
	}
	p.lead.hero__lead,p.lead.intro2{
		color: #000;
    	top: 50%;
    	max-width: 100%;

	}p.lead.hero__lead{
		top:30%;
		font-family: OpenSansSemiBold;

	}
	a.btn.btn-watch{
		top:100%;
		font-size: 14px;
		color:#000;
	}
	div#banner{
		min-height: 350px;
	}
	.home-care{
		padding-top: 35px;
		line-height: 12px;
	}
	.navbar-collapse{
		margin-left: 0px!important
	}
	.hero__title {
    font-size: 1.7rem;
    font-family: "OpenSansBold";
    background: -webkit-linear-gradient(rgb(252 193 0), rgb(255 221 6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
	p#intro1 {
    top: 92%;
    font-family: 'OpenSansSemiBold';
		}
	p.lead.hero__lead {
    position: absolute;
    top: 175%;
    /* left: 2%; */
    max-width: 62%;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
    font-family: OpenSansRegular;
    color: #FFF;
	}
	.video__button {
    position: fixed;
    right: 0px;
    top: 30%;
    font-size: 12px;
    width:120px;
    transform: translateY(-50%);
    margin-top: 0;
	}
	a.video__text:not([href*=\#]):not(.icon__link){
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.hero__title{
		font-size: 1.25rem;
	}
		p.lead.hero__lead{
				    top: 185%;
    max-width: 90%;
    font-size: 12px;
		}
		a.video__text:not([href*=\#]):not(.icon__link){
		font-size: 12px;
	}
}
@media (max-width: 420px) {
	.hero__title{
		font-size: 1.25rem;
	}
		p.lead.hero__lead{
				    top: 190%;
    max-width: 90%;
    font-size: 12px;
		}
}


@media (max-width: 1200px) {
	ul#main-nav{
		flex-direction: column!important;
	}
	.home-care{
		right: -3%;
    padding-top: 0; 
    padding-left: 24%;
    height: 121px;
	}
}

@media (max-width: 576px) {
	.home-care{
		right:-2%;
		line-height: 18px;
		background-image: none;
		height: 80px;
    padding-left: 0px; 
	}
	.home-care span, .home-care span a{
		color: #5d5d5d!important;
	}
}
