@font-face {
	font-family: 'Fsmepro';
	src: url('../fonts/FSMePro-Light.eot') format('embedded-opentype'), url('../fonts/FSMePro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Fsmepro';
	src: url('../fonts/FSMePro.eot') format('embedded-opentype'), url('../fonts/FSMePro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Fsmepro';
	src: url('../fonts/FSMePro-Bold.eot') format('embedded-opentype'), url('../fonts/FSMePro-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

a:focus {
	outline: none !important;
	user-select: none;
}

body {
	font-family: Fsmepro, sans-serif;
	background-color: #e5e6ef;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.form-control {
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.42857143;
	vertical-align: middle;
	height: 45px;
	border-color: #d5dee8;
	background-color: #f5f6fc;
}

.form-group .form-label {
	color: #394048;
	font-weight: 700;
	margin-bottom: 3px;
}

.bg-purple {
	background-color: #282b48;
}

.bg-violet {
	background-color: #16192d;
}

.bg-lightblue {
	background-color: #f5f6fc;
}

.border-purple {
	border-color: #282b48;
}

.btn {
	padding: 12px 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.btn.btn-sm {
	font-size: 14px;
}

.btn:focus {
	box-shadow: none !important;
}

.btn.btn-primary {
	background-color: #4d5895;
	border-color: #4d5895;
	color: #fff;
}

.btn.btn-primary:hover {
	color: #fff;
}

.btn-secondary {
	background-color: #1abcc1;
	border-color: #1abcc1;
	color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #169da2 !important;
	border-color: #169da2 !important;
	color: #fff;
}

.btn-outline-secondary {
	border-color: #1abcc1;
	border-width: 2px;
}

.btn-outline-secondary:hover {
	border-color: #1abcc1;
	background-color: #1abcc1;
}

.btn.btn-sm {
	padding: 9px 15px;
}

.text-link {
	color: #535467;
}

.text-link:hover {
	color: #1abcc1;
}

.text-violet {
	color: #16192d !important;
}

a.text-violet:hover {
	text-decoration: none;
}

.btn.btn-primary:hover {
	background-color: #6673b8;
}

.btn.btn-primary:focus {
	background-color: #4d5895 !important;
}

input.form-control:focus {
	box-shadow: none;
	background-color: #f5f6fc;
}

.sub-nav-container {
	background-color: #16192d;
}

.sub-nav>li>a {
	padding: 0 25px 0;
	font-size: 14px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	color: #fff;
	height: 65px;
	display: flex;
	align-items: center;
	font-weight: 400;
}

#main-nav {
	position: relative;
	z-index: 2;
}

.navbar-brand img {
	width: 345px;
}

.navbar-toggler {
	border: none;
	padding: 8px;
}

.navbar-toggler:focus {
	outline: none;
}

.hero {
	min-height: 550px;
	height: 70vh;
	background-color: #16192d;
	background-size: cover, 125px;
	background-position: center;
	background-repeat: no-repeat;
}

.content-section {
	padding: 70px;
	background-color: #fff;
}

.footer-section {
	padding: 20px;
	color: #394048;
}

ul {
	padding-left: 15px;
}

h1, .h1 {
	color: #282b48;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
}

h2, .h2 {
	margin-bottom: 20px;
	font-weight: 700;
	color: #282b48;
	font-size: 28px;
	line-height: 34px;
}

h3, .h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #282b48;
	margin-bottom: 15px;
}

h4, .h4 {
	color: #282b48;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

h5, .h5 {
	color: #535467;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

h6, .h6 {
	color: #282b48;
	font-size: 16px;
	font-weight: 700;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fw-300 {
	font-weight: 300;
}

.bg-secondary {
	background-color: #1abcc1 !important;
}

.text-gray {
	color: #535467;
}

.bg-skygray {
	background-color: #e5e6ef;
}

a.text-gray:hover {
	color: #1abcc1;
}

.text-secondary {
	color: #1abcc1 !important;
}

.text-muted {
	color: #535467 !important;
}

.btn-square-radio {
	position: relative;
}

.btn-square-radio label {
	border-radius: 2px;
	border: 2px solid #e5e6ef;
}

.btn-square-radio label:hover, .btn-square-radio input:checked~label {
	border: 2px solid #1abcc1;
	cursor: pointer;
}

.btn-square-radio label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn-square-radio input {
	position: absolute;
	visibility: hidden;
}

.card {
	border: none;
	border-radius: 10px;
	box-shadow: none;
}


.card .card-image-holder {
	height: 250px;
	border-radius: 3px 3px 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	position: relative;
}

.card .card-image-holder .curve-image {
	width: 100%;
	bottom: -1px;
	position: absolute;
}

.card .card-body {
	padding: 70px;
}

.card .card-body-sm {
	padding: 50px;
}

footer {
	background-color: #282b48;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #1abcc1;
	background-color: #1abcc1;
}

.custom-control-label::before {
	border-color: #1abcc1;
}

.alert.alert-primary {
	background-color: #fff;
	border-width: 2px;
	border-color: #4d5895;
	color: #333;
}

.text-link-green-solid {
	color: #1abcc1;
	text-decoration: underline;
}

.text-link-green-solid:hover {
	color: #1abcc1;
}

.text-link-green-dashed {
	color: #1abcc1;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.text-link-green-dashed:hover {
	text-decoration: none;
	color: #1abcc1;
}

.watch-video-icon:hover {
	transform: scale(1.1);
}

.outer-projection-circle {
  display: flex;
  width: 300px;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 100%;
	background-color: #282b48;
	display: inline-block;
}

.outer-projection-circle-comparison {
  display: flex;
  width: 300px;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 100%;
	background-color: #e5e6ef;
	display: inline-block;
}

.upper-label {
	height: 35%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.projection-intro {
	font-family: Fsmepro, sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}

.lower-label {
  display: flex;
  height: 65%;
  padding-bottom: 40px;
}

.projection-left-column {
  display: flex;
  width: 50%;
  height: 100%;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.small-circle {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
	background-color: #e5e6ef;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}

.small-circle.blue {
  background-color: #282b48;
}

.projection-value-x {
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: Fsmepro, sans-serif;
	color: #fff;
	font-size: 20px;
}

.projection-value-y {
	padding-bottom: 5px;
	font-family: Fsmepro, sans-serif;
	color: #fff;
	font-size: 20px;
}

.dash-white {
	height: 50px;
	min-width: 40px;
	background-image: url(../content/dashed_line.png);
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.dash-white-long {
	height: 50px;
	min-width: 40px;
	background-image: url(../content/dashed_line.png);
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.dash-navy {
	height: 30px;
	min-width: 40px;
	background-image: url(../content/dashed_line_navy.png);
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.dash-line-navy-large {
	height: 50px;
	min-width: 40px;
	background-image: url(../content/dashed_line_navy.png);
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.faq-icon-wrap {
	display: inline-flex;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	background-color: #4d5895;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	transition-duration: 0.8s;
	flex-shrink: 0;
	transition-property: transform;
}

.accordion a[aria-expanded="true"] .faq-icon-wrap {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.accordion.accordion-arrow a[data-toggle="collapse"] {
	font-weight: 400;
	display: flex;
	flex-direction: column;
}

.accordion:not(.accordion-arrow) a[data-toggle="collapse"] {
	color: #4d5895;
}

.accordion a[data-toggle="collapse"]:hover {
	text-decoration: none;
}

.accordion {
	padding: 20px 30px;
}

#account-tabs {
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 10px 10px -8px #acacac;
}

#account-tabs>.nav-item {
	margin-bottom: 0;
	flex: 1;
}

#account-tabs>.nav-item>.nav-link {
	padding: 20px;
	border: none;
	border-right: 1px solid #e9e9e9;
	border-bottom: 4px solid transparent;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	border-radius: 0;
	white-space: nowrap;
	text-decoration: none;
}

#account-tabs>.nav-item>.nav-link.active {
	border-bottom-color: #1abcc1;
}

#account-tabs-accordion>.panel {
	margin-bottom: 10px;
}

#account-tabs-accordion>.panel>.panel-heading>.panel-title>.nav-link {
	padding: 30px 20px;
	position: relative;
	background-color: #fff;
	position: relative;
	text-decoration: none;
	color: #222222;
	font-weight: 500;
}

#account-tabs-accordion>.panel>.panel-heading>.panel-title>.nav-link:after {
	content: 'keyboard_arrow_down';
	font-family: 'Material Icons';
	color: #1abcc1;
	font-size: 24px;
	right: 20px;
	top: 26px;
	position: absolute;
}

#account-tabs-accordion>.panel>.panel-heading>.panel-title {
	margin: 0;
}

#account-tabs-accordion>.panel .js-tabcollapse-panel-body {
	padding: 10px 0 0 0;
}

#account-tabs-accordion>.panel>.panel-heading>.panel-title>.nav-link {
	display: flex;
	align-items: center;
	padding: 20px;
}

.accordion.accordion-inner > .card > a {
	background-color: #fff;
	padding: 15px 50px 15px 25px;
	border-top: 1px solid #e2e2e2;
}

.accordion.accordion-inner > .card > a:hover {
	background-color: #f7f7f7;
}


.accordion.accordion-arrow:not(.accordion-inner)>.card:not(:last-child) {
	margin-bottom: 10px;
}

.accordion.accordion-arrow > .card > a {
	padding: 10px 50px 10px 20px;
	position: relative;
	background-color:#f7f7f7;
}

.accordion.accordion-arrow > .card {
	border-radius: 5px;
}


.accordion.accordion-arrow [data-toggle="collapse"] .dropdown-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-right: 20px;
	width: 1em;
	height: 1em;
	margin-right: 15px;
	float: right;
	font-size: 26px;
	color: #7fc241;
}

.accordion.accordion-arrow [data-toggle="collapse"]:after {
	content: 'keyboard_arrow_down';
	font-family: 'Material Icons';
	font-size: 24px;
	right: 15px;
	top: 17px;
	position: absolute;
}

.slide-in-modal {
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: -100%;
	z-index: 9999;
	background-color: #16192d;
	padding-top: 60px;
	padding-bottom: 60px;
	transition: bottom 1.5s ease 0s;
}

.slide-in-modal.show {
	bottom: 0;
}

.popover {
	background-color: #282b48;
	border-radius: 20px;
}

.bs-popover-right>.arrow::after {
	border-right-color: #282b48;
}

.bs-popover-right>.arrow::before {
	border-right-color: #282b48;
}

.popover-body { padding: 30px; color: #fff }

a[data-toggle="popover"] {
	cursor: pointer;
}

.video-play .tag-line {
	color: #535467;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26, 188, 193, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.jumbotron {
	background-color: #f5f6fc;
	color: #535467;
	padding: 40px;
	border-radius: 0;
}

.return-to-welcome-experience {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #1abcc1;
	display: inline-flex;
	font-weight: 700;
	align-items: center;
	color: #fff;
}

.return-to-welcome-experience:hover {
	color : #fff;
	text-decoration: none;
}

.table thead th {
	background-color: #4d5895;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0;
}

.table thead th:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 20px;
}

.table thead th:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-right: 20px;
}

.table-accordion {
	background-color: #f5f6fc;
}

.table tbody tr td {
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

.table tbody tr td:first-child {
	padding-left: 20px;
}

.table tbody tr td:last-child {
	padding-right: 20px;
}

@media (min-width: 768px) {
	.hero {
		background-image: url(../content/pssap_18-34_female-p-2600.jpeg);
	}
	.column-md-border-left {
		border-left: 1px solid hsla(0, 0%, 100%, 0.18)
	}
	.column-md-border-right {
		border-right: 1px solid hsla(0, 0%, 100%, 0.18)
	}
	.sub-nav>li>a {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.sub-nav>li.has-left-border {
		border-left: 1px solid #282b48;
	}
	.sub-nav-container {
		position: sticky;
		top: 0;
		z-index: 2;
	}
	.sub-nav>li>a:hover {
		border-bottom-color: #1abcc1;
	}
	.border-lg-left {
		border-left: 1px solid #ddd;
	}
}

@media (max-width: 991px) {
	.sub-nav-container {
		width: 0;
		position: fixed;
		right: 0;
		height: 100vh;
		top: 0;
		padding-top: 100px;
		z-index: 1;
		transition-timing-function: ease;
		transition-duration: .35s;
		transition-property: width;
		overflow: hidden;
	}
	.sub-nav-container.open {
		width: 280px;
	}
	.sub-nav-container>.container {
		max-width: initial;
		padding: 0 30px;
	}
	.sub-nav {
		flex-direction: column;
	}
	.sub-nav>li>a {
		border-bottom: 1px solid #535467;
		padding: 20px 0;
	}
	.navbar-brand img {
		width: 270px;
	}
	footer .container {
		max-width: initial;
	}
	.card .card-body {
		padding: 50px;
	}
	.card .card-body-sm {
		padding: 50px;
	}
	.content-container {
		max-width: 100%;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 42px;
    line-height: 46px;
	}
	.footer-section {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	.content-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero {
		height: auto;
		min-height: auto;
		padding: 40px 0;
	}
	.hero, .hero h1, .hero h2 {
		color: #fff;
	}
	.hero h1 {
		font-weight: 700 !important;
	}
	.hero h2 {
		font-size: 20px;
		line-height: 26px;
	}
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.card .card-body {
		padding: 30px;
	}
	.card .card-body-sm {
		padding: 30px;
	}
	.accordion {
		padding: 10px 20px;
	}
	.faq-icon-wrap {
		margin-right:  15px;
	}
	#account-tabs-accordion>.panel>.panel-heading>.panel-title>.nav-link {
		border-radius: 4px;
	}	
}

@media (max-width: 575px) {
	body {
		font-size: 14px;
	}
	.h1 {
    font-size: 26px;
    line-height: 30px;
	}
	.navbar-brand img {
		width: 170px;
	}
	.projection-intro {
    font-size: 18px;
    line-height: 20px;
	}
	.outer-projection-circle {
		width: 280px;
    height: 280px;
	}
	.dash-white-long {
		height: 30px;
	}
	.dash-white {
		height: 15px;
	}
	.projection-intro {
    font-size: 18px;
    line-height: 20px;
	}
	.outer-projection-circle-comparison {
		width: 280px;
    height: 280px;
	}
	.dash-navy {
    height: 15px;
	}
	.dash-line-navy-large {
    height: 30px;
	}

	.btn {
		font-size: 14px;
	}
	.btn-xs-block-only {
		width: 100%;
	}
	.right-col {
		width: auto;
    margin-right: 1.5rem;
    margin-bottom: 40px;
    margin-left: 1.5rem;
    padding: 30px;
    border-radius: 10px;
    background-color: #e5e6ef;
	}
	.video-play .tag-line {
		color: #fff;
	}
}

.ChandlerVerify-container .MedicareCard .form-group.name-picker > label {
	display: block;
}
