/*
 Theme Name:   Premera
 Theme URI:    https://github.com/html5blank/html5blank
 Description:  Premera theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  html5blank
*/
body {
	color: #404144;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 45px;
	font-family: Lora;
	letter-spacing: 0px;
	line-height: 54px;
	text-align: left;
	font-weight: 400;
	color: #313234;
}

h2 {
	font-size: 32px;
	font-family: Lora;
	letter-spacing: 0px;
	line-height: 41px;
	text-align: left;
	font-weight: 400;
	color: #313234;
}

h3 {
	font-size: 21px;
	font-family: Lora;
	letter-spacing: 0px;
	line-height: 31px;
	text-align: center;
	font-weight: 400;
	color: #313234;
}

h4 {
	font-size: 21px;
	font-family: Lora;
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	font-weight: 400;
	color: #313234;
}

h5 {
	font-size: 28px;
	font-family: Roboto;
	letter-spacing: 0px;
	line-height: 27px;
	margin: 25px 0px 0px 0px;
	text-align: left;
	font-weight: 300;
	color: #000;
}

/* unvisited link */
a:link {
	color: #117bab;
	font-weight: 700;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #117bab;
	font-weight: 700;
}

/* mouse over link */
a:hover {
	color: #117bab;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #117bab;
	font-weight: 700;
}

.site-header {
	padding: 25px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-color: white;
	border-bottom: #117bab;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.nav-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.logos {
	margin-right: 50px;
}
.nav-links {
	justify-content: left;
}
.nav-button {
	max-width: 125px;
}
.footer-container {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #f1f2f2;
}

.footer-text {
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
}
.site {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-size: 100%;
	background-color: rgb(223, 223, 223);
	font: inherit;
	vertical-align: baseline;
}

.site-main {
	margin: 0px auto;
	background-color: white;
	padding: 0;
	border: 0;
	width: 100%;
	max-width: 1500px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.nav-item {
	font-family: Roboto;
	font-weight: 700;
	color: #404144 !important;
	font-size: 18px;
	padding: 0px;
	margin-right: 32px;
	margin-left: 0px;
	line-height: 37px;
	text-decoration: none !important;
}
a.nav-item:hover {
	color: #87888e !important;
}

.common-text-block {
	width: 100%;
	padding: 0px 50px 0px 50px;
}

@media screen and (max-width: 910px) {
	.common-text-block {
		width: 100%;
		padding: 0px 25px 0px 25px;
	}
}

.common-text-block-wht {
	width: 100%;
	padding: 0px 50px 0px 50px;
	color: white;
}

@media screen and (max-width: 910px) {
	.common-text-block-wht {
		width: 100%;
		padding: 0px 25px 0px 25px;
	}
}

* {
	box-sizing: border-box;
}

.button1 {
	background-color: #117bab;
	border: solid;
	border-color: #117bab;
	border-width: 1px;
	color: white;
	padding: 0px 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
}

.button1:hover {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.button2 {
	background-color: white;
	border: solid;
	border-color: #117bab;
	border-width: 1px;
	color: #117bab;
	padding: 0px 25px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
}

.button2:hover {
	background-color: #117bab;
	color: white;
	text-decoration: none;
	border: solid;
	border-color: white;
	border-width: 1px;
}

.alert-band {
	width: 100%;
	background-color: #117bab;
	padding: 15px 0px;
}
.alert-text {
	font-size: 18px;
	text-align: center;
	color: white;
	line-height: 32px;
}

.block-bottom-rule {
	width: 100%;
	margin: 50px 0px;
	border-bottom: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.block-bottom-rule-wht {
	width: 100%;
	margin: 50px 0px;
	opacity: 0.6;
	border-bottom: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.hero {
	margin-top: 25px;
	padding-top: 180px;
	border: 0;
	width: 100%;
	height: 600px;
	font-size: 100%;
	font: inherit;
	background-color: #e6f7ff;
	background-image: url("assets/Hero_home_sm_8.jpg");
	background-position: top center;
	background-attachment: scrool;
	background-size: contain;
	background-repeat: no-repeat;
	border-bottom: solid;
	border-color: #117bab;
	border-bottom-width: 6px;
}
.hero2 {
	display: flex;
	flex-wrap: nowrap;
	flex-flow: nowrap;
	width: 100%;

	background-color: white;
	background-size: 1500px;
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: auto;
	border-bottom: #117bab;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.hero-png {
	width: 100%;

	float: right;
	padding-right: 30px;
}

.hero-png-img {
	float: right;
	align-self: flex-end;
	height: 450px;
	width: auto;
}

.title-panel2 {
	align-self: center;
	background-color: none;
	max-width: 450px;
	text-align: left;
}

@media screen and (max-width: 1400px) {
	.hero2 {
		background-position: bottom 0 right -300px;
		flex-wrap: nowrap;
		flex-flow: nowrap;
	}
}

@media screen and (max-width: 1024px) {
	.hero2 {
		height: auto;

		background-color: white;
		background-size: 1024px;
		background-position: top 0 right 0;
		background-repeat: no-repeat;
		flex-wrap: nowrap;
		flex-flow: wrap-reverse;
	}

	.title-panel2 {
		align-self: flex-end;
		max-width: 1024px;
		padding-top: 25px;
		text-align: left;
	}

	.hero-png {
		width: 100%;
		float: right;
		height: 307px;
		padding: 0px;
		overflow: hidden;
	}

	.hero-png-img {
		width: 100%;

		height: 307px;
		padding-left: 0px;
	}

	.hero-png-img img {
		width: auto;
		height: 350px;
		margin-right: 0px;
	}

	.hero2 {
		padding-left: 25px;
	}
}
.form-module {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1500px;
	overflow: hidden;
	background-color: #117bab;
}

.form-text-block {
	display: block;
	max-width: 650px;
	min-width: 400px;
	margin: 0px auto;
	padding: 50px;
}

.marketo-form {
	max-width: 650px;
	min-width: 400px;
	margin: 0px auto;
	justify-content: flex-end;
}

.mktoForm {
	width: 100% !important;
	max-width: 650px !important;
}

.mktoFormRow,
.mktoFieldWrap,
.mktoFormCol,
.mktoButtonRow {
	width: 100% !important;
	max-width: 650px !important;
}
.mktoForm input[type="url"],
.mktoForm input[type="text"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	width: 100% !important;
	max-width: 650px !important;
}
.mktoButtonRow {
	text-align: center !important;
}
.mktoButtonWrap {
	margin-left: 0 !important;
}
.mktoForm mktoHasWidth mktoLayoutAbove {
	margin: 35px auto;
}

.hash {
	width: 60px;
	height: 6px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.vip {
	width: 100%;
	background-color: white;
	margin: 0 auto;
	padding-top: 15px;
}
.vip-row {
	display: flex;
	width: 100%;
	max-width: 1500px;
	flex-flow: row wrap;
	justify-content: space-evenly;
	padding-top: 50px;
	margin: 0 auto;
}

.vip-article {
	display: flex;
	width: 300px;
	padding: 0px 0px 50px 0px;
	justify-content: left;
}

.vip-illustration {
	margin: 0 auto;
}

.two-column {
	display: flex;
	background-color: white;
	flex-flow: wrap;
	align-content: space-around;
	padding: 50px 0px;
	width: 100%;
	max-width: 1500px;
}

.two-column-column {
	width: 375px;
	margin: 0px auto;
}

.two-column-column-form {
	max-width: 500px;
	margin: 0px auto;
}

.two-column-text {
	width: 100%;
	margin-top: 15px;
	padding: 0px 0px 65px 0px;
}

@media screen and (max-width: 764px) {
	.two-column-text {
		padding: 0px 25px 65px 25px;
	}
}

.two-column img {
	margin-bottom: 15px;
	width: 100%;
}

.three-column {
	display: flex;
	background-color: white;
	flex-flow: wrap;
	align-content: space-around;
	padding: 35px 50px;
	width: 100%;
	max-width: 1500px;
}

@media screen and (max-width: 812px) {
	.three-column {
		padding: 35px 25px;
	}
}

.three-column-column {
	max-width: 375px;
	margin: 0px auto;
}

.three-column-text {
	width: 100%;
	margin-top: 15px;
	padding: 0px 0px 35px 0px;
}

.one-column-center {
	display: flex;
	width: 100%;
	padding: 0px 25px;
}

.one-column-center-column {
	width: 100%;
	max-width: 800px;
	padding: 25px 0px 50px 0px;
	margin: 0px auto;
}

.rail-right {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px 0px 65px 0px;
	background-color: #f1f2f2;
}

.right-rail-article {
	width: 66%;
	min-width: 600px;
}
@media screen and (max-width: 1024px) {
	.right-rail-article {
		width: 100%;
		min-width: 100px;
	}
}

.rail {
	width: 33%;
	margin-top: 50px;
	border-left: #117bab;
	border-left-width: 1px;
	border-left-style: solid;
}

@media screen and (max-width: 1024px) {
	.rail {
		width: 100%;
	}
}

.rail-left {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px 0px 65px 0px;
	background-color: #117bab;
}

.left-rail-article {
	width: 66%;
}

@media screen and (max-width: 1024px) {
	.left-rail-article {
		width: 100%;
		min-width: 100px;
	}
}

.left-rail {
	width: 33%;
	margin-top: 0px;
}

@media screen and (max-width: 1024px) {
	.left-rail {
		width: 100%;
	}
}

.text-img-split {
	display: flex;
	flex-flow: wrap-reverse;
	width: 100%;
	min-height: 600px;
	padding-bottom: 0px;
}
.text-img-split-text-container {
	display: flex;
	width: 50%;
	background-color: white;
}

.text-img-split-text {
	width: 100%;
	max-width: 500px;
	padding-bottom: 25px;
	margin: auto;
}

.img-split {
	background-image: url(assets/social_impact_img.jpg);
	background-position: bottom 0 left -5px;
	background-repeat: no-repeat;
	width: 50%;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.text-img-split-text-container {
		display: flex;
		padding-top: 25px;
		width: 100%;
		background-color: white;
	}

	.text-img-split {
		display: flex;
		flex-flow: wrap-reverse;
		width: 100%;
		height: 1050px;
	}

	.img-split {
		background-image: url(assets/social_impact_img.jpg);
		background-position: top -50px right -0px;
		background-size: cover;
		width: 100%;
		height: 500px;
		overflow: hidden;
	}

	.text-img-split-text {
		width: 100%;
		height: 550px;
		max-width: none;
		padding: 0px 25px 80px 25px;
		margin: 0px auto 25px auto;
	}
}

@media screen and (max-width: 800px) {
	.img-split {
		background-image: url(assets/social_impact_img.jpg);
		background-position: top -0px left -30px;
		width: 100%;
		height: 500px;
		overflow: hidden;
	}
}

.get-most-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	padding-top: 15px;
	margin: 0;
}

.get-most-icon {
	width: 120px;
	margin: 35px auto 0px auto;
}

.get-most-article {
	max-width: 350px;
	padding-bottom: 50px;
	justify-content: center;
}

.get-most-text {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.get-most-text h5 {
	text-align: center;
}
.button-center {
	margin: 0 auto;
}
.vip h2 {
	text-align: center;
	width: 100%;
}
.icon {
	width: 120px;
	margin: 0 auto;
}

.vip-text {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.video {
	background-color: #efefef;
	padding-top: 20px;
	width: 100%;
}

.video_container {
	width: 80%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 65px;
	max-width: 1024px;
}

.care_options {
	background-color: #f1f2f2;
	padding: 20px 0px 50px 0px;
	width: 100%;
	max-width: 1024;
}

.care-map {
	width: 100%;
	padding-top: 0px;
	max-width: 600px;
	margin: 0 auto;
}
.care-map img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.care-map img {
		padding: 0px 20px;
	}
}

.care-row {
	display: flex;
	justify-content: center;
	padding-top: 15px;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.jfy {
	width: 100%;
	background-color: white;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 80px;
}

.care-row ul {
	padding-top: 60px;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

.care-row li {
	padding-bottom: 10px;
}
.care-options h2 {
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.care-row ul {
		margin: 0px 35px;
	}
}

.jfy-row {
	display: flex;
	padding-top: 15px;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.jfy-img {
	width: 100%;
	max-width: 400px;
	box-shadow: 0px 0px 5px 2px #cccccc;
}
.jfy-article {
	margin: 0px 25px 0px 25px;
}

.jfy-text-box {
	width: 80%;
	padding: 0px;
	max-width: 360px;
	margin: -100px auto 100px auto;
	position: relative;
	padding: 30px;
	height: 220px;
	background-color: white;
	border: solid;
	border-width: 4px;
	border-color: #117bab;
}

.join-peak {
	background-color: #117bab;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 50px;
}
.join-peak h2 {
	color: white;
}
.jfy-image img {
	z-index: -1;
}

.testimonials {
	width: 80%;
	margin: 0 auto;
	max-width: 1024px;
	padding: 15px 0px 25px 0px;
}

.testimonial-article {
	width: 100%;
	text-align: center;
	border-bottom: solid;
	padding: 25px 0px 25px 0px;
	border-width: 2px;
	border-color: #e6e7e8;
}

.testimonial-article h5 {
	font-size: 16px;
	text-align: center;
	line-height: 23px;
}
.testimonial-article2 h5 {
	font-size: 16px;
	text-align: center;
	line-height: 23px;
}

.testimonial-article2 {
	width: 100%;
	text-align: center;
	padding: 25px 0px 25px 0px;
}
.benefits {
	background-color: #f1f2f2;
	padding: 0px 0px 50px 0px;
	width: 100%;
}

.benefits-checklist {
	display: flex;
	padding-top: 0px;
	flex-flow: row wrap;
	max-width: 400px;
	justify-content: start;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.benefits-checklist {
		max-width: 1024px;
		justify-content: space-around;
	}
}
.checklist {
	line-height: 26px;

	text-indent: -25px;
}

.checklist img {
	width: 25px;
	padding-right: 8px;
}

.checklist ul {
	list-style-type: none;
}

.checklist li {
	padding-bottom: 15px;
}
.benefits-img {
	width: 100%;
}
.benefits-img img {
	width: 100%;
	min-width: 700px;
}

/* Image Rotator */
:root {
	--ri-delay: 0s;
	--ri-duration: 0s;
}

.rotator {
	position: relative;
	background-image: none;
}

.rotator [class^="ri-"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	animation-name: fade;
	animation-duration: var(--ri-duration);
	animation-iteration-count: infinite;
}

.rotator [class^="ri-"] img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

[class^="ri-"] {
	animation-delay: var(--ri-delay);
}

@keyframes fade {
	00.00% {
		opacity: 0;
		z-index: 4;
	}
	06.25% {
		opacity: 1;
		z-index: 3;
	}
	31.25% {
		opacity: 1;
		z-index: 1;
	}
	37.50% {
		opacity: 0;
		z-index: 0;
	}
	100.0% {
		opacity: 0;
		z-index: -1;
	}
}

/* Image Rotator */
.education-hero {
	background-color: #939393;
	height: 450px;
	padding-top: 0px;
	background-size: 1024px;
	background-position: bottom 0 right 0;
	background-repeat: no-repeat;
}

.education-hero .title-panel2 {
	color: white;
	padding: 25px 15px 0px 25px;
	background-color: #00000000;
	height: 300px;
	width: 100%;
	text-align: left;
	max-width: 100%;
}

.education-hero h1 {
	color: white;
	font-size: 38px;
	line-height: 40px;
}

@media (min-width: 1024px) {
	.education-hero {
		padding-top: 25px;
		width: 100%;
		background-color: #939393;
		background-size: 1500px;
		background-position: right;
		background-repeat: no-repeat;
		height: 350px;
		border-bottom: #117bab;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	.education-hero .title-panel2 {
		color: white;
		padding: 50px 25px 50px 50px;
		background-color: #00000070;
		height: 300px;
		width: 45%;
		text-align: left;
		max-width: 100%;
	}
	.education-hero h1 {
		font-size: 45px;
		line-height: 54px;
	}
}
