@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Oswald:400,500,600,700');
/************ BASE THEME STARTS**************/

:root {
	--first: #005172;
	--second: #ffd2b5;
    
	--white: #fff;
    
    /* Light */
    --lightblue: #BED6DB;
    --lightteal: #CDF0EC;
    --lightpurple: #EAD4E8;
    --lightred: #EED0CD;
    --lightorange: #ffd2b5;
	
    
    /* Brand Colors */
    --cfblue: #0099CC;
    --cfteal: #009382;
    --cfpurple: #84387B;
    --cfred: #A02741;
    --cforange: #E97200;
    --cfyellow: #FFCC33;
    
    /* Brand Colors Blues */
    --cfdarkblue: #003359;
    --cfinteractiveblue: #086EA1;
    --cfprocessblue: #0099CC;
    --cfarticblue: #8FCAE7;
    --cfhighlightblue: #E0F3FB;
    --cfwhite: #FFFFFF;
    
    /* Dark */
    --darkblue: #005172;
    --darkteal: #0D3E38;
    --darkpurple: #390532;
    --darkred: #4B0011;
    --darkorange: #802D00;
}



/* mine start */

li.spacer25 {
	padding-top: 25px;
}

.orange-bg {
	border-radius: 12px;
	background-color: #e97200;	
	width: 400px;
	
}

.white {
	color: #fff;
}

.orange-bg a {
	color: #fff;
	
}
h5.orange-bg {
	color: #ffffff;	
}

.bottom-spot {
	padding-top: 300px;
}

/* mine end */

html {
  	overflow-x: hidden; /* Hide horizonal scrollbars */
}

img.logo {
	max-width: 100%;
}

/*.container {
	max-width: 80%;
	width: 1300px
}*/

.font-dark-blue {
	color: var(--cfdarkblue);
  
}
.font-white {
	color: var(--white);
}

a.font-white:hover {
	color:var(--white);
}

.font-black {
	color: var(--black);
}

.bg-cf-dark-blue {
	background: var(--cfdarkblue);
}

.bg-dark-blue {
	background: var(--darkblue);
}

.bg-wellness-green {
	background: var(--cfteal);
}

.bg-light-teal {
	background: var(--lightteal);
}

.bg-process-blue {
	background: var(--cfprocessblue);
}

.bg-dark-blue.top p {
	font-size: 1.375rem;
}

.top {
	background-image: linear-gradient(to right, var(--first) 50%, var(--second) 50%);
}

.top .row .align-items-center.col-12.col-md-6.col-sm-12.d-flex {
	min-height: 530px;
}

.mask1 {
	-webkit-mask-image: url(https://member.carefirst.com/carefirst-resources/responsive-full-width/images/medicare-advantage-logo.svg);
	mask-image: url(https://member.carefirst.com/carefirst-resources/responsive-full-width/images/medicare-advantage-logo.svg);
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.middle {
	position: absolute;
	width:100%;
}

.banner-image {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}

.banner-image img.main {
	border-radius: .5rem;
	width: 100%;
}

.banner-image .doodle-1 img,
.banner-image .doodle-2 img {
	height: 5rem;
}

.banner-image .doodle-1 {
	position: relative;
	top: 3rem;
	right: 2rem;
}

.banner-image .doodle-2 {
	display: flex;
	justify-content: flex-end;
	position: relative;
	bottom: 10rem;
	left: 2rem;
}

.banner-image .doodle-3-position {
	/*display: flex;
	justify-content: flex-start;*/
	position: relative;
	bottom: 10rem;
	right: 2rem;
}

.doodle-3-position {
    width: 4rem;
}

.doodle-4-position {
    width: 6rem;
}

.doodle-3-position {
    display: flex;
    position: absolute;
    /* bottom: 43%; */
    right: 15%;
    top: 3%;
}

.doodle-4-position {
    display:none;                        
    position: absolute;
    bottom: 43%;
    left: 89px;
}

.call-to-talk {
	background-image: linear-gradient(to right, var(--cfprocessblue) 45%, var(--cfwhite) 45%);
}

.call-to-talk.image img {
	width: 95%;
	float: right;
}

.call-to-talk img.main {
    border-radius: 1rem 0 0 1rem;
}

.border-radius {
	border-radius: 1rem;
}

.call-to-talk.image {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.desktop-mobile-position {
	position: relative; 
}

.medicare-guide-image image {
	width: 105%;
}

/************ BASE THEME ENDS**************/

body {
	color: #0c0c0c;
	font-family: "Open Sans", sans-serif;
	background-color: #ffffff;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Open Sans", Helvetica, Arial, "sans-serif", sans-serif;
}

h1 {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 2rem;
}

h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	/* margin-bottom: 2rem; */
}

h4 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

h5 {
	font-size: 1.75rem;
	font-weight: 600;
}

h6 {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 25px;
}

/* The A Team */

a {
	color: #086ea1;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #086ea1;
	text-decoration: none;
}

a:focus {
	border: 1px dotted #086ea1;
	outline: none;
}

header {
	-webkit-box-shadow: -1px 3px 7px -1px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: -1px 3px 7px -1px rgba(0, 0, 0, 0.31);
	box-shadow: -1px 3px 7px -1px rgba(0, 0, 0, 0.31);
	background: #fff;
	/*height: 130px;
	/*padding: 20px 9.45% 0 9.722%;*/
	padding: 1rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
}

.logo {
	height: auto;
	width: 240px;
}

.phonenumber {
	color: #005172;
	font-size: 1.375rem;
	font-weight: bold;
}

.phonenumber a {
	color: #005172;
	text-decoration: none;
}

.phonenumber a:hover {
	color: #005172;
	text-decoration: underline;
}

section.main {
	margin-top: 120px;
	position: relative;
	z-index: 1;
}

.form-container {
	border-radius: 12px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.32);
	left: 0px;
	/* min-height: 900px; */
	/* padding-top: 10px; */
	/*position: absolute;
	top: 440px;
	width: 540px;
	z-index: 10;*/
	/* margin: 0px 10%; */
	height: 57rem;
	top: -3rem;
	position: relative;
	/* padding-top: 206.25%; */ /* 16:9 */
	overflow: hidden;
	/* aspect-ratio: 16 / 9; */
}

.form-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* aspect-ratio: 16/9; */
}



/*.icon-container {
	height: 111px;
	padding-bottom: 6px;
	text-align: center;
	width: 100%;
}*/

.icon-container img {
	height: 96px;
    width: 35%;
    margin-bottom: 2rem;
}

.footer {
	color: #fff;
	/*min-height: 346px;
	padding-left: 10.7%;
	padding-right: 10.7%;
	padding-top: 30px;*/
}

.footer p {
	font-size: 0.75rem;
}

.withcare {
	width: 187px;
}

.orange-space {
	margin-left: -1.75%;
	width: 104%;
}

/* Screen Optimizations */

/* Media queries - XX-Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
    .container {
        max-width:1300px;
    }
	.form-container {
        height: 800px;
    }
	.col-12.col-md-6.pb-5 {
    	padding: 5rem 0!important;
	}
    .orange-bg {
	max-height: 315px !important;
	width: 300px;
}
	.orange-space {
		margin-top: 1050px;	
	}
	.doodle-3-position {
        top: 100px;
        left: 430px;
        position: relative;
        z-index: 2;
    }
    .doodle-4-position {
        left: 90px;
	}
    .call-to-talk.image img {
    	left: 0;
    	position: relative;
    	width: revert;
    	float: none;
    	z-index: 1;
    }

    .call-to-talk img.main {
        border-radius: 1rem 1rem 1rem 1rem;
        height: 35rem;
    }
    .call-to-talk {
    	background-image: none;
	}
    .bg-process-blue.border-radius.col-12.col-md-6.px-0.py-5 {
    	padding: 3rem!important;
}
}

/* Media queries - X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width:1300px;
    }
	.form-container {
        height: 800px;
		z-index: 99;
    }
	.col-12.col-md-6.pb-5 {
    	padding: 5rem 0!important;
	}
    
    _::-webkit-full-page-media, _:future, :root .form-container {
        height: 750px;
    }
}

/* Media queries - Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .form-container {
        height: 1120px;
        z-index: 999;
    }
    
    _::-webkit-full-page-media, _:future, :root .form-container {
        height: 830px;
        z-index: 999;
    }
}





/* Media queries - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 2.2rem;
    }

    .form-container {
        height: 1050px;
		vertical-align: top;
    }

    .call-to-talk.image {
        right: 0;
        bottom: 0;
        background: var(--cfwhite);
    }

    .call-to-talk.image img {
        width: 100%;
        float: none;
    }
}


/* Media queries - Large devices (desktops, 992px and up) */
/*@media (min-width: 540px) and (max-width: 920px) {
    .iframe {
        height: 1120px;
    }
}
*/


/* Media queries - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .desktop-mobile-position {
        bottom: -67rem;
    }

    .top {
        background-image: linear-gradient(to bottom, var(--first) 50%, var(--second) 50%);
    }

    .form-container {
        height: 1020px;
    }

    .call-to-talk.image {
        position: inherit;
        right: 0;
        bottom: 0;
        background: #fff;
    }

    .call-to-talk.image img {
        width: 100%;
        float: none;
    }
}

/* Media queries - X-Small devices (landscape phones, 406px and up */
@media (min-width: 406px) and (max-width: 575px) {
    h1 {
        font-size: 2.2rem;
    }

    .phonenumber {
        font-size: 1rem;
    }

    .top {
        background-image: linear-gradient(to bottom, var(--first) 60%, var(--second) 0%);
    }

    .form-container {
        height: 1100px;
    }

    .call-to-talk.image {
        position: inherit;
        right: 0;
        bottom: 0;
        background: #fff;
    }

    .call-to-talk.image img {
        width: 100%;
        float: none;
    }

    .icon-container img {
        height: 96px;
        width: 55%;
        margin-bottom: 2rem;
    }

    .middle {
        position: inherit;
        right: 0;
        padding: 0;
        max-width: 100%;
    }
    .col-12.col-md-6.col-sm-12.pb-4.px-md-5 {
		overflow: hidden;
	}
}

/* Media queries - XX-Small devices (landscape phones, 260px and up */
@media (min-width: 260px) and (max-width: 405px) {
    h1 {
        font-size: 2.2rem;
    }

	.middle .container {
	    padding: 0;
	}

    .phonenumber {
        font-size: 1rem;
    }

    .top {
        background-image: linear-gradient(to bottom, var(--first) 60%, var(--second) 0%);
    }

    .form-container {
        height: 1240px;
    }

    .call-to-talk.image {
        position: inherit;
        right: 0;
        bottom: 0;
        background: #fff;
    }

    .call-to-talk.image img {
        width: 100%;
        float: none;
    }

    .icon-container img {
        height: 96px;
        width: 55%;
        margin-bottom: 2rem;
    }

    .middle {
        position: inherit;
        right: 0;
        padding: 0;
        max-width: 100%;
    }
  
    .doodle-3-position {
	    width: 3rem;
	}

	.doodle-4-position {
	    width: 4rem;
	}
  	.col-12.col-md-6.col-sm-12.pb-4.px-md-5 {
		overflow: hidden;
	}
}

@media (max-width: 430px) {

	.top .row .align-items-center.col-12.col-md-6.col-sm-12.d-flex {
		min-height: 370px;
	}
	
	.banner-image .doodle-1{
		right: .8rem;
	}
	
	.banner-image .doodle-2 {
		left: .7rem;
	}
	
	.orange-space {
		margin-left: 0;
		width: 100%;
	}
	
	.orange-bg {
		width: 370px;
	}

	.form-container {
		height: 830px;
	}

}