@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Oswald:400,500,600,700');
/************ BASE THEME STARTS**************/

:root {
	--first: #003359;
	--second: #A02741;
    
    /* Light */
    --lightblue: #BED6DB;
    --lightteal: #CDF0EC;
    --lightpurple: #EAD4E8;
    --lightred: #EED0CD;
    --lightorange: #FADFC8;
    
    /* 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;
}

html {
  	overflow-x: hidden; /* Hide horizonal scrollbars */
}

img.logo {
	max-width: 100%;
}

.font-dark-blue {
	color: var(--cfdarkblue);
  
}
.font-white {
	color: var(--white);
}

a.font-white:hover {
    color: var(--white);
}

.font-black {
	color: var(--black);
}

.bg-light-blue {
	background: var(--lightblue);
}

.bg-dark-blue {
	background: var(--cfdarkblue);
}

.bg-wellness-green {
	background: var(--cfteal);
}

.bg-light-teal {
	background: var(--lightteal);
}

.bg-process-blue {
	background: var(--cfprocessblue);
}

.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%;
}

.doodle-1 img,
.doodle-2 img,
.doodle-3 img,
.doodle-4 img {
	height: 5rem;
    filter: invert(54%) sepia(25%) saturate(522%) hue-rotate(-614deg) brightness(282%) contrast(61%);  
}

.banner-image .doodle-1 {
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 6rem;
	right: 2rem;
}

.banner-image .doodle-2 {
	display: flex;
	justify-content: flex-start;
	position: relative;
	bottom: 10rem;
	left: -2rem;
}

.banner-image .doodle-3 {
	position: relative;
	bottom: 10rem;
	right: 2rem;
}

.doodle-3, .doodle-4 {
    width: 6rem;
}

.doodle-3 {
    position: absolute;
    right: 5%;
    top: 3%;
}

.doodle-4 {
    position: absolute;
    bottom: 5%;
    left: 50%;
}

.call-to-talk {
	background-image: linear-gradient(to right, var(--cfdarkblue) 45%, var(--white) 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: var(--white);
}

.desktop-mobile-position {
	position: relative;
	z-index: -1;
}

/************ 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: 3rem;
	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;
	height: 57rem;
	top: -90px;
	position: relative;
	/* padding-top: 206.25%; */ /* 16:9 */
	overflow: hidden;
}

.form-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* aspect-ratio: 16/9; */
}

.icon-container img {
	height: 96px;
    width: 96px;
    margin-bottom: 2rem;
}

.footer {
	color: var(--white);
}

.footer p {
	font-size: 0.75rem;
}

.withcare {
	width: 187px;
}

/* Screen Optimizations */

/* Media queries - XX-Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
    .container {
        max-width:1300px;
    }
	.form-container {
        height: 1000px;
    }
	.col-12.col-md-6.pb-5 {
    	padding: 5rem 0!important;
	}
    .doodle-3 {
        top: 100px;
        left: 430px;
        position: relative;
        z-index: 2;
    }
    .doodle-4 {
        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: 29.5rem;
    }
    .call-to-talk {
    	background-image: none;
	}
    .bg-dark-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: 1000px;
    }
	.col-12.col-md-6.pb-5 {
    	padding: 5rem 0!important;
	}
}

/* Media queries - Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .form-container {
        height: 1120px;
    }
}

/* Media queries - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 2.2rem;
    }

    .form-container {
        height: 1450px;
    }

    .call-to-talk.image {
        right: 0;
        bottom: 0;
        background: var(--cfwhite);
    }

    .call-to-talk.image img {
        width: 100%;
        float: none;
    }
}

/* 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%;
    }
    .col-12.col-md-6.col-sm-12.pb-4.px-md-5 {
		overflow: hidden;
	}
}
#GLGOLanguageSelector{display:none;}