h1, h2, h3, h4, h5 {
	line-height: 1.3em;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	font-family: Georgia,Times,Times New Roman,serif; 
	font-weight: bold;
}

body {
	position: relative;
	background: #f2f2f2;
	font-family: 'Noto Sans', sans-serif;
}

footer {
	color: #999999;
}

a, a:link, a:visited {
	color: #0061A0
}

a:hover, a:active {
	color: #0090DA;
}


/* BUTTONS */
.btn-cta {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 12.5px 20px;
	text-align: center;
	border-radius: 2px;
	outline: 0!important;
}

.btn-cta:hover {
	text-decoration: underline;
}

.btn-cta-blue {
	background: #007ABC;
	color: #FFFFFF!important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
}

.btn-cta-blue:hover {
	background: #0090DA;
	box-shadow: none;
}

.btn-cta-green {
	background: #A4CE4E;
	color: #333333!important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
}

.btn-cta-green:hover {
	background: #B7DD58;
	box-shadow: none;
}

.btn-cta-ghost, .btn-cta-ghost-alt {
	background: #FFFFFF;
	color: #007ABC;
	border: 2px solid #007ABC;
	padding: 8.5px 16px;
}

.btn-cta-ghost:hover {
	color: #0090DA;
	border: 2px solid #0090DA;
}

.btn-cta-ghost-alt:hover {
	background: #007ABC;
	color: #FFFFFF;
}


/* HEADER */
.header {
	background: #FFFFFF;
	height: 70px;
}

.header-col .header-metlife {
	margin-top: 17px;
	margin-bottom: 17px;
}

.header-col .header-sponsor {
	float:right;
	margin-top: 22px;
	margin-bottom: 22px;
}

.header-col-mobile .header-metlife {
	margin-top: 21.5px;
	margin-bottom: 21.5px;
}

.header-col-mobile .header-sponsor {
	margin-top: 25.5px;
	margin-bottom: 25.5px;
}

.header-col-mobile .header-sponsor {
	margin-top: 25.5px;
	margin-bottom: 25.5px;
}


/* NAVIGATION */
.navbar {
	position: relative;
	margin: 0;
	border: 0;
}

.nav-items {
	background: #0061A0;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.nav-items-alt {
	position: absolute;
	top:0;
	display: none;
}

.nav-items-alt.active {
	display: block;
}

.nav-item {
	display: inline-block;
}

.nav-item:hover {
	background: #0090DA;
}

.nav-link {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	color: #FFFFFF!important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.nav-link .subnav-copy, .nav-link .subnav-icon {
	display: inline-block;
}

.nav-link:hover:not(.has-icon) {
	text-decoration: underline;
}


/* MOBILE NAVBAR */
.mobile-nav-btn {
	height: 14px;
	margin-top: 28px;
	margin-bottom: 28px;
	display: inline-block;
}

.mobile-nav-btn .mobile-nav-btn-icon {
	fill: #333333;
	transition: fill 0.33s;
}

.mobile-nav-btn .mobile-nav-btn-text {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #333333;
	transition: color 0.33s;
	margin-right: 5px;
}

.mobile-nav-btn .mobile-nav-btn-menu {
	display: inline-block;
}

.mobile-nav-btn .mobile-nav-btn-close {
	display: none;
}

.mobile-nav-btn.active .mobile-nav-btn-menu {
	display: none;
}

.mobile-nav-btn.active .mobile-nav-btn-close {
	display: inline-block;
}

.mobile-nav-btn:hover .mobile-nav-btn-icon {
	fill: #0090DA;
}

.mobile-nav-btn:hover .mobile-nav-btn-text {
	color: #0090DA;
	text-decoration: underline;
}

.navbar-mobile {
	color:#FFFFFF;
	border-radius: 0;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #f2f2f2;
}

.navbar-mobile.active {
	display: block;
}

.navbar-mobile .nav-item {
	background: #E3E3E3;
	border-bottom: 1px solid #ccc;
	display: block;
}

.navbar-mobile .nav-link {
	width: 100%;
	padding: 0;
	text-align: left;
	background: 0;
	text-transform: uppercase;
	text-decoration: none!important;
	position: relative;
}

.navbar-mobile .nav-item .nav-link .mobile-nav-link-text {
	color: #333333;
	transition: color 0.33s;
	text-decoration: none;
}

.navbar-mobile .nav-item .nav-link .mobile-nav-link-icon {
	margin-right: 5px;
	fill: #333333;
	transition: fill 0.33s;
}

.navbar-mobile .nav-item .nav-link .mobile-nav-link-caret {
	position: absolute;
	right: 0;
	top: 23px;
}

.navbar-mobile .nav-item .nav-link .mobile-nav-link-caret {
	float: right;
}

.navbar-mobile .nav-item .nav-link:hover .mobile-nav-link-text {
	text-decoration: underline;
}


/* SHARED CONTENT */
.responsive-copy {
	width: 100%;
}

.responsive-copy-btn {
	margin-top: 15px;
}

.product-title {
	padding: 25px 20px;
	text-align: center;
}

.product-card-tile {
	padding-bottom: 40px;
}

.product-card {
	display: block;
	background: #FFFFFF;
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 3px 5px 0 #ccc;
	width: 100%;
}

.product-card-image {
	max-height: 188px;
	min-height: 150px;
}

.product-card-copy {
	padding: 20px;
}

.product-information {
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* LOGIN PAGE */
.login-form {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.login-form-col-label {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.login-form-col-input {
	text-align: left;
}

.login-form label {
	font-weight: normal;
}

.error {
	color: #FF0000;
}


/* LANDING PAGE */
#home-content-banner {
	background-color: #0090DA;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#home-content-main {
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu-item {
	text-decoration: none!important;
}


/* PRODUCT PAGES */
.form-group {
	margin-bottom: 20px;
}

.increase-padding-on-mobile {
	padding-left: 20px;
	padding-right: 20px;
}

#product-image-critical {
	background-image: url('../img/product-critical.jpg');
	background-size: cover;
	background-position: center center;
}

#product-image-accident {
	background-image: url('../img/product-accident.jpg');
	background-size: cover;
	background-position: 25% 25%;
}

#product-image-cancer {
	background-image: url('../img/product-cancer.jpg');
	background-size: cover;
	background-position: center center;
}

#product-image-hospital {
	background-image: url('../img/product-hospital.jpg');
	background-size: cover;
	background-position: center center;
}

#product-image-thankyou {
	background-image: url('../img/thankyou-hero.png');
	background-size: cover;
	background-position: center center;
}

.product-input-wrapper {
	position: relative;
	width: 350px;
}

.product-input-wrapper:before {
	content: '\25B2';
	position: absolute;
	font-size: 8px;
	line-height: 8px;
	top: 12px;
	right: 7px;
	height: 8px;
	width: 8px;
	color: #333;
}

.product-input-wrapper:after {
	content: '\25BC';
	position: absolute;
	font-size: 8px;
	line-height: 8px;
	bottom: 12px;
	right: 7px;
	height: 8px;
	width: 8px;
	color: #333;
}

.product-form-group select::-ms-expand {
	display: none;
}

.product-form-group select {
	border-radius: 1px;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: #999999!important;
	height: 45px;
	width: 350px;
	box-shadow: none!important;
	-webkit-appearance: none;
	padding: 7px 12px;
	outline: 0;
	font-size: 13px;
	line-height: 16px;
}

.collapse-group {
	border-bottom: 1px solid #CCCCCC;
}

.collapse-btn {
	color: #0061A0;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	padding: 15px;
	display: table;
	width: 100%;
	cursor: pointer;
}

.collapse-btn:hover, .collapse-btn:active, .collapse-btn:focus {
	color: #0090DA;
	text-decoration: none;
}

.collapse-btn.nested-item {
	font-size: 14px;
	line-height: 16px;
}

.collapse-btn .btn-copy, .collapse-btn .btn-icon {
	display: table-cell;
}

.collapse-btn .btn-copy {
	width: 80%;
}

.collapse-btn .btn-icon {
	width: 20%;
	text-align: right;
}

.btn-icon[action-icon="open"]:after {
	content: '+';
	font-size: 1.82em;
	line-height: 1px;
}

.btn-icon[action-icon="close"]:after {
	content: '\2013';
	font-size: 1.82em;
	line-height: 1px;
}

.btn-icon[action-icon="open-all"]:after {
	content: 'Expand all';
}

.btn-icon[action-icon="close-all"]:after {
	content: 'Close all';
}

.card-block {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}


/* FOOTER */
.footer {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	padding-bottom: 15px;
}

.footer .disclaimer {
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.footer .legal {
	padding-top: 25px;
}

.footer .footer-mobile-logo {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}


/* MEDIA QUERIES */

/* Bootstrap sm */
@media (min-width: 576px) {
	.phone-link {
		color: #333333!important;
		text-decoration: none!important;
	}

	.login-form-col-label {
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

/* Bootstrap md */
@media (min-width: 768px) {

	.footer .legal {
		padding-top: 30px;
	}

	#home-content-main, .login-form, .footer .disclaimer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#home-content-banner {
		padding-bottom: 30px;
	}

	.footer {
		padding-bottom: 110px;
	}

	.footer-legal-copy {
		padding-left: 50px;
	}

	.nav-link {
		padding: 0 40px;
		font-size: 12px;
	}

	.product-title {
		padding: 50px 0 40px;
	}

	.product-card {
		display: table;
	}

	.product-card-image, .product-card-copy {
		display: table-cell;
	}

	.product-card-image {
		width: 25%;
	}

	.product-card-copy {
		width: 75%;
	}

	.product-card-copy {
		padding: 30px 10px 30px 30px;
	}

	.product-information {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.increase-padding-on-mobile {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer {
		padding-bottom: 25px;
	}

	.footer .disclaimer {
		padding-top: 25px;
	}

	.responsive-copy-btn {
		margin-top: 20px;
	}

	.login-form-col-label {
		text-align: right;
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}
}

/* Bootstrap lg */
@media (min-width: 992px) {

	.footer .legal {
		padding-top: 40px;
	}

	#home-content-main, .login-form, .footer .disclaimer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#home-content-banner {
		padding-bottom: 40px;
	}

	.footer {
		padding-bottom: 150px;
	}

	.footer-legal-copy {
		padding-left: 100px;
	}

	.product-card-copy {
		padding: 40px 10px 40px 40px;
	}

	#home-content-banner {
		background-image: url('../img/home-hero.png');
		background-repeat: no-repeat;
		background-size: auto 110%;
		/*background-position: top right;*/
		background-position:75%;
		min-height: 350px;
		padding-bottom: 30px;
	}

	#home-banner-copy {
		width: calc(100% - 500px);
	}
	
	#home-banner-copy-closed {
		width: calc(100% - 700px);
	}

	.login-form-col-label {
		text-align: right;
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}

}


/* Bootstrap xl */
@media (min-width: 1200px) {}
