/*
 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: 100;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 40px;
	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: 22px;
	font-family: Roboto;
	letter-spacing: 0px;
	line-height:27px;
    margin: 25px 0px 15px 0px;
	text-align:left;
	font-weight: 400;
	color: #888888;
}



/* 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: 1500px;
    margin:0px auto;
	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.10),0 4px 4px 0 rgba(0,0,0,0.10);
  text-decoration:none;
}

.button2 {
  background-color: white; /* Orange */
  border: solid;
  border-color: white;
  border-width: 1px;
  padding-bottom: 10px;
  margin:0;
  margin-bottom:0;
  height: 32px;
  line-height:42px;
  text-align: center;
  display: inline-block;
  font-family:Roboto;
  font-size: 16px;
  font-weight:700;
    -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;
}

.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-image:url("/wp-content/uploads/2024/02/Employer_Guide_hero_background_2.jpg");
	background-color: white;
	background-size:1500px ;
	background-position: center;
	background-repeat: no-repeat;
	padding-left:50px;
	height:450px;
    border-bottom: #117bab;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.hero-png{
	width: 100%;
	align-self:center;
	float:right;
	padding-right: 20px;
}

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


.title-panel2 {
	align-self: center;
	max-width: 450px;
	text-align: left;
    margin-top: 0px;
  }

  @media screen and (max-width: 1280px) {
	.hero2 {
        background-image:url("/wp-content/uploads/2024/02/Employer_Guide_hero_background_2.jpg");
        background-position: bottom 0 right -300px;
		flex-wrap: nowrap;
		flex-flow:nowrap;

	}
    .hero-png{
		width: 100%;
		float:right;
		margin-right: -100px;
	}
    
  }
  
  @media screen and (max-width: 1100px) {
	.hero2 {
	height: auto;
	background-image:url("/wp-content/uploads/2024/02/Employer_Guide_hero_background_sm_2.jpg");
	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;
		text-align: left;
        margin-top: 25px;
	  }

	.hero-png{
		width: 100%;
		float:right;
		padding-left: 0px;
	}
	
	.hero-png img{
		width: auto;
		height: 308px;
		margin-right: 0px;
	}

	.hero2{
		padding-left: 25px;
	}
  }

.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: #F1F2F2;
	margin: 0 auto;
	padding-top:15px;
}
.vip-row{
	display: flex;
	max-width:1400px;
	flex-flow: row wrap;
	justify-content: space-evenly;
	padding-top: 15px;
	margin: 0 auto;
}

.vip-article{
	width:260px;
	padding-bottom: 25px;
	justify-content: center;
}

.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%;
    min-width: 600px;
	border-left: white;
    border-left-width: 1px;
    border-left-style: solid;
}
@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%;
	height:550px;
	padding-bottom:0px;

}
.text-img-split-text-container{
	display:flex;
    width:50%;
    background-color: white;
}

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

.img-split{
	background-image: url("/wp-content/uploads/2024/02/resources_image.jpg");
	background-position: bottom 0 right -100px;
	width:50%;
	overflow: hidden;
	
}
 
@media screen and (max-width: 1024px) {
	.text-img-split-text-container{
		display:flex;
		width:100%;
		background-color: white;
	}

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

	.img-split{
		background-image: url("/wp-content/uploads/2024/02/employee_blue_sweater.jpg");
		background-position: bottom -0px right -0px;
		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("/wp-content/uploads/2024/02/employee_blue_sweater.jpg");
		background-position: bottom -0px right -220px;
		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: #117bab;
	padding-top: 0px;
	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;
}