@charset "UTF-8";
/* CSS Document */

body {
font-family: "Roboto", sans-serif;
background-color:#FFFFFF;
border-top:#101051 solid 5px;
}

img {
max-width: 100%;
}

.light-blue {
	color:#9fd0fc;
}

main {
background-color:#efefed;
}

.navbar-brand {
width: 155px;
}	

.talk-button {
position: relative;
border-style: solid;
border-width: 4px;
border-color: rgb(225, 116, 40);
border-radius: 10px;
background-image: -moz-linear-gradient( 90deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
color:#FFFFFF;
padding-left: 40px;
letter-spacing: -1px;
}
.tcpa {
	margin-top: 20px;
	font-size: 12px;
	position: relative;
	z-index: 100;
	background-color: #FFFFFF;
}

.talk-button:hover {
color: #FFFFFF;
}

#footer-button .talk-button {
padding:0px;
font-size: 22px;
font-weight: bold;
width: 90%;
}

#footer-button .talk-button .text-secondary {
color:#FFFFFF !important;
font-weight: 400;
opacity: .7;
font-size: 12px;
}

.talk-button .block {
position: absolute;
left: 0px;
top: 0px;
bottom:0px;
border-radius: 10px 0 0 10px;
background-image: -moz-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -webkit-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -ms-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
font-size: 25px;
padding-left: 4px;
padding-right: 4px;
}

.main-hero {
background-image:linear-gradient(to top, #101051, transparent), url("./images/motherAndChild-homepage.jpeg");
background-size: cover;
background-position: bottom right;
background-repeat: no-repeat;
}

.main-hero h1 {
color: #FFFFFF;
text-shadow: 1px 1px 1px #000000;
}

.trusted {
position: relative;
margin-top: -110px;
z-index: 1000;
	background-color:#FFFFFF;
}

.content {
	position: relative;
	z-index: 1000;
margin-top: 20px;
border-top: solid 2px #DFDFDF;
padding-top: 20px;
border-bottom: solid 2px #DFDFDF;
margin-bottom: 20px;
padding-bottom: 20px;
}

.chevron {
position: relative;
z-index: 10;
text-align: center;
height: auto;
width: 100%;
padding-top: 75px;
margin-top: -40px;
}

.chevron.gray:before, .chevron.gray:after {
background-color:#efefed;
border-top:solid 10px #101051;
}

.chevron.white:before, .chevron.white:after {
background-color:#FFFFFF;
border-top:solid 10px #f38938;
top:-40px;
}
.chevron.white {
height: 120px;
background-color:#FFFFFF;
}

.chevron:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 51%;
transform: skew(0deg, 15deg);
}

.chevron:after {
content: '';
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50%;
transform: skew(0deg, -15deg);
}

.progress-bar {
position: absolute;
top: -15px;
left: 50%;
margin-left: -40px;
}

.progress{
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #FFFFFF;
z-index: 10;
}
.progress .track, .progress .fill{
fill: rgba(0, 0, 0, 0);
stroke-width: 8;
transform: rotate(90deg)translate(0px, -80px);
}
.progress .track{
stroke: #b7b7b7;
}
.progress .fill {
stroke: #f38938;
stroke-dasharray: 219.99078369140625;
stroke-dashoffset: -219.99078369140625;
transition: stroke-dashoffset 1s;
}
.progress .value {
fill: #f38938;
text-anchor: middle;
}
.progress .text {
font-size: 24px;
font-weight: bold;
text-anchor: middle;
}

.form-area {
position: relative;
z-index: 1000;
}

.form-label {
font-weight: bold;
font-size: 22px;
	line-height: 26px;
}

.form-control {
font-size: 22px;
border:3px solid #d7d7d7;
}

#lead-form {
position: relative;
}

#lead-form .submit-button {
width: 260px;
position: absolute;
bottom: -70px;
left: 50%;
margin-left: -130px;
background-image: -moz-linear-gradient( -90deg, rgb(70,170,236) 0%, rgba(63,119,218,0) 100%);
background-image: -webkit-linear-gradient( -90deg, rgb(70,170,236) 0%, rgba(63,119,218,0) 100%);
background-image: -ms-linear-gradient( -90deg, rgb(70,170,236) 0%, rgba(63,119,218,0) 100%);
box-shadow: 1.5px 2.598px 7.36px 0.64px rgba(0, 0, 0, 0.88);
border-radius: 50px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 1px 1px 1px #000000;
font-size: 23px;
}

#lead-form .yes-no-button {
	position: relative;
	width: 180px;
	display: block;
	bottom: auto;
	left: auto;
	margin: auto;
	margin-top: 20px;
}
.security {
position: absolute;
left: -17px;
top: -10px;
background-image: url("../images/security.png");
background-size: contain;
width: 45px;
height: 50px;
}

#footer-button {
position: fixed;
bottom: 0;
width: 100%;
z-index: 10000;
height: auto;
padding: 5px;
}	

.agent {
position: absolute;
left: -30px;
top: -10px;
bottom: -10px;
background-image: url("../images/agent.png");
background-size: contain;
background-repeat: no-repeat;
width: 80px;
}
.call-icon {
position: absolute;
right: -25px;
top: -5px;
bottom: -5px;
width: 70px;
border-radius: 50%;
background-image: -moz-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -webkit-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
background-image: -ms-linear-gradient( 180deg, rgb(241,130,53) 0%, rgb(250,166,66) 100%);
font-size: 35px;
padding: 10px 0 0 0;
}

.green-dot {
position: absolute;
height: 12px;
width: 12px;
top: 2px;
right: 20px;
background-color: #80c600;
border-radius: 50%;
animation: blinker 1s step-start infinite;
}

@keyframes blinker {
50% {
opacity: 0;
}
}

.banner__item-img {
width: 100px;
height: 100px;
border-radius: 50px;
margin-bottom: 10px;
overflow: hidden;
}

.banner__item-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.bg--primary {
background-color:#101051;
color:#FFFFFF;
}

.footer {
padding-bottom: 100px;
background-color: #101051;
color:#FFFFFF;
text-align: center;
}

/* 
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	#footer-button {
		display: none;
	}
	
	.main-hero {
		min-height: 400px;
		background-position: center center;
		padding-top: 100px !important;
	}
	.chevron:before, .chevron:after, .chevron.white  {
		display: none;
	}	
	
	.form-area {
    padding-bottom: 100px !important;
}
	
	.trusted {
		display: none;
	}
	
	.security {
		display: none;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}