@charset "UTF-8";

/* AetnaMedicareSolution.com - landing.css */

header {
	background: var(--white);
}

#mobileHero {
	display: none;
}

.hero {
	position: relative;
	margin: 0;
	padding: 70px 0 70px 0;
	background: var(--white) url("../img/senior-couple-smiling.webp") no-repeat;
	background-size: cover;
}

.zipContainerWrap {
	position: relative;
	padding: 0;
}

	.zipContainerWrap h1 {
		margin: 0;
		padding: 0 0 20px 0;
		color: var(--dark-gray);
		font-family: "Lexend Deca", sans-serif;
		font-size: 52px;
		font-weight: 600;
		font-style: normal;
		text-align: left;
	}

		.zipContainerWrap h1 span {
			display: block;
		}

	.zipContainerWrap h2 {
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.5em;
		font-weight: 400;
		text-align: left;
	}

	.zipContainerWrap p {
		margin-bottom: 25px;
		color: var(--medium-gray);
		font-size: 24px;
		font-weight: 500
	}

.zipContainer {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 20px 5px 20px;
	width: fit-content;
	text-align: left;
	background-color: var(--white);
	border-color: #f0f4f8;
	border-radius: 20px;
	-webkit-box-shadow: 3px 6px 20px rgb(0 0 0 / 15%);
	box-shadow: 3px 6px 20px rgb(0 0 0 / 15%);
}

.textfield {
	padding: 12px;
	height: 53px;
	color: #27241D;
	font-size: 1em;
	line-height: 1.3333333;
	font-weight: 400;
	text-align: left;
	background: #fff;
}

.message {
    display: flex;
    padding: 5px 0;
    width: 100%;
    color: var(--red);
    font-family: "Lexend Deca", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: normal;
    text-align: left;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-radius: 4px;
}

section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFFBF8
}

	section h2 {
		padding-bottom: 20px;
		color: var(--dark-gray);
		font-family: "Lexend Deca", sans-serif;
		font-size: 3em !important;
		font-weight: 600 !important;
		line-height: normal;
		text-align: center;
	}

	section h2 em {
		font-style: normal;
		text-decoration: underline;
	}

	section h3 {
		color: var(--dark-gray);
		font-family: "Lexend Deca", sans-serif;
		font-size: 2.25em;
		font-weight: 600;
		line-height: normal;
		text-align: left;
	}

	section h4 {
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 1.25em;
		font-weight: 600;
	}

	section p {
		color: var(--medium-gray);
		font-size: 1.25em;
		font-weight: 400;
		text-align: left;
	}

.sec-1 h2 {
	padding-bottom: 0;
}

	.sec-1 h2 span {
		display: block;
	}

.sec-1 .lead {
	line-height: 32px;
	text-align: center;
}

.trust-seals {
	margin: 35px auto 0 auto;
	text-align: left;
}

	.trust-seals img {
		display: inline-flex;
		margin-bottom: 1em;
		max-height: 28px !important;
		justify-content: space-between;
	}

.py-5 {
	padding: 23px 0 !important;
	color: var(--white);
	background-color: #343A3E;
}

	.py-5 h3 {
		color: var(--white);
		font-weight: 400;
		font-size: 1.25em;
		text-align: center;
	}

.card {
	background: none;
	border: none;
}

.card img {
	margin: 0 auto;
	padding-top: 20px;
	width: 90px;
	height: auto;
}

.card p {
	padding: 10px;
	font-size: 1em !important;
	font-weight: 400;
	text-align: center;
}

	.card p span {
		display: block;
	}

@media (min-width:1920px) and (max-width:3200px) {
	.hero {
		position: relative;
		margin: 0;
		padding: 80px 0;
		display: flex;
		justify-content: center; /* Centers horizontally */
		align-items: center;    /* Centers vertically */
		background: #fff url("../img/senior-couple-smiling.webp") no-repeat;
		background-size: cover;
		height: 65vh;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.zipContainerWrap h1 {
		font-size: 2.875em;
	}
	
	.card {
		padding: 5px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hero {
		position: relative;
		margin: 0;
		padding: 30px 0 30px 0;
		background: #fff url("../img/senior-couple-smiling.webp") no-repeat; /*hero-bg@768.webp*/
		background-size: cover;
	}

		.zipContainerWrap h1 {
			padding-bottom: 10px;
			font-size: 2em;
			line-height: 1.25em;
		}

		.zipContainerWrap p {
			font-size: 20px;
		}

	.sec-1 {
		padding-bottom: 30px;
	}

	.form-inline .form-control {
		display: inline-block;
		width: 260px !important;
		vertical-align: middle;
	}

	#btn1 {
		width: 260px;
	}

	.zipContainer {
		display: block;
		margin: 0;
		padding: 30px 20px 10px 20px;
		width: 75%;
		text-align: center;
	}

	.textfield {
		margin: 0 auto 10px auto;
		border-radius: 6px !important;
	}

	#btn1 {
		width: 100%;
		border-radius: 6px !important;
	}

	.card {
		padding: 0;
	}
}

@media screen and (max-width: 820px) {
	.hero {
		position: relative;
		margin: 0;
		padding: 30px 0 30px 0;
		background: #fff url("../img/senior-couple-smiling.webp") no-repeat 30% 0;
		background-size: cover;
	}

	.zipContainerWrap p {
		font-size: 20px;
	}

	.message {
		padding: 5px 20px;
	}

	.py-5 h3 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 768px) {
	.hero {
		position: relative;
		margin: 0;
		padding: 30px 0 30px 0;
		background: #fff url("../img/senior-couple-smiling.webp") no-repeat 30% 0;
		background-size: cover;
	}

	.zipContainerWrap p {
		font-size: 18px;
	}

	.zipContainer {
		width: 85%;
	}

	section h2 {
		font-size: 2.25em !important;
	}

	section h3 {
		font-size: 2em;
	}

	section p {
		font-size: 1.125em;
	}

	.form-inline .form-control {
		width: 257.55px;
	}

	.py-5 h3 {
		font-size: 1.5em;
	}
}

@media (min-width:280px) and (max-width:767px) {
	#mobileHero,
	#mobileFindPlan {
		display: block;
	}

		#mobileHero img,
		#mobileFindPlan img {
			margin: 0 auto;
			width: 100%;
			height: auto;
		}

	.zipContainerWrap h1 {
		font-size: 1.75em;
		text-align: left;
	}

	.hero p {
		font-size: 1.125em;
		text-align: left;
	}

	section h2 {
		font-size: 1.5em !important;
	}

	section h3 {
		font-size: 2em;
		text-align: center;
	}

	.message {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}

	.zipContainer {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.textfield {
		margin: 0 auto 10px auto;
		border-radius: 6px !important;
	}

	#btn1 {
		width: 100%;
		border-radius: 6px !important;
	}

	.form-group {
		text-align: center;
	}

	.form-inline .form-control {
		width: 100%;
	}

	.py-5 h3 {
		font-size: 1.375em;
	}

	.trust-seals {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	.hero {
		padding-top: 0;
		background: #FCF8F4;
	}

	.zipContainerWrap h1 {
		margin-top: 20px;
		font-size: 1.75em;
		text-align: center;
	}

	.hero p {
		font-size: 1.125em;
		text-align: center;
	}
}

@media (min-width:280px) and (max-width:519px) {
	.zipContainer p {
		font-size: 1.5em !important;
	}

	section h3 {
		font-size: 1.75em;
		text-align: center;
	}
}

@media (min-width:280px) and (max-width:430px) {
	section h3 {
		font-size: 1.75em;
		text-align: center;
	}
}

@media screen and (max-width: 369px) {
	.hero p {
		font-size: 1em;
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	.hero p {
		font-size: .9375em;
		text-align: center;
	}
}

@media screen and (max-width: 280px) {
	.zipContainerWrap h1 {
		font-size: 1.625em;
	}
}