/*
 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;
}
@media screen and (max-width: 925px) {
            h1 {
                font-size: 34px;
		    line-height:43px;

            }
        }

h2 {
	font-size: 30px;
	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%;
	max-width:1500px;
	padding-top:25px;
	padding-bottom:50px;
	background-color: #F1F2F2;
	margin:0px auto;
}

.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; 
	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;
	}
  }

.hero3{
            display:flex;
            width: 100%;
            height:400px;
            overflow: hidden;
        }

@media screen and (max-width: 775px) {
            .hero3 {
                height:550px;

            }
        }
.iframe {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

@media screen and (max-width: 925px) {
            .iframe {
                bottom: 0px;
		right: -250px;

            }
        }

.hero-video{
            margin: 0px auto 0px auto;
            width: 1500px;
	padding-left:0px;
        }

@media screen and (max-width: 925px) {
            .hero-video {
                margin: 0px 0px 0px 0px;
		    padding-left:100px;


            }
        }

.title-bar {
            position: absolute;
            background-color:white;
            width:50%;
            height: auto;
            opacity: 0.95;
            top: 90px;
            left: 0px;
            letter-spacing:-.8px;
            padding:15px 15px 25px 45px;
            border-radius: 0px 20px 20px 0px;
		z-index:999;
        }

        @media screen and (max-width: 925px) {
            .title-bar {
            position: absolute;
            background-color:white;
            width:100%;
            height: auto;
            opacity: 1.00;
            top: 0px;
            left: 0px;
            letter-spacing:-.8px;
            padding:15px 5px 25px 25px;
            border-radius: 0px 0px 0px 0px;
            }
        }



.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%;
	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;
}


.module-map{
	display:flex;
	flex-direction: column;
	width:100%;
	margin:0px auto;
    background-color:white;

}

.map{
	display:flex;
    flex-flow:wrap;
	background-color:white;
	background-image:url("http://alaskaplans-premera-com.go-vip.net/wp-content/uploads/2024/07/map-lrg.png");
	background-repeat: no-repeat;
    background-size: 1500px;
    background-position: top center;
    margin:50px auto 0px auto;
    padding-top:65px;
}

@media screen and (max-width: 950px) {
	.map{
		background-image:none;
		margin:50px auto 0px auto;
		padding-top: 0px;
	}
}

.info-box-container{
	width:30%;
	padding:0px;
}

@media screen and (max-width: 950px) {
	.info-box-container{
		width:100%;
	}
}

.info-box-right{
    max-width:320px;
    background-color:white;
    border-style: solid;
    border-color:#117bab;
    border-width:1px 1px 1px 1px;
    text-align:center;
    padding:0px 15px 15px 15px;
    height:auto;
	margin-right:0px;
	margin-left:40px;
	margin-top:0px;
	float:right;
}

@media screen and (max-width: 950px) {
	.info-box-right{
		max-width:350px;
		float:none;
		border-width:1px 0px 1px 0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
	}
}

.info-box-left{
    max-width:320px;
    background-color:white;
    border-style: solid;
    border-color:#117bab;
    border-width:1px 1px 1px 1px;
    text-align:center;
    padding:0px 15px 15px 15px;
    height:auto;
	margin-left:50px;
	margin-right:0px;
	margin-top:0px;
	float:left;
}

@media screen and (max-width: 950px) {
	.info-box-left{
		max-width:350px;
		margin-left:auto;
		margin-right:auto;
		border-width:1px 0px 1px 0px;
		margin-top:50px;
		float:none;
		padding:0px 25px 0px 25px;
	}
}


.info-box-icon{
    margin:-43px auto 0px auto;
    height:76px;
    padding-bottom:-20px;
}

.stats{
	color:white;
	width:30%;
	padding:50px 0px 0px 12%;
}

@media screen and (max-width: 950px) {
	.stats{
		color:#333333;
		width:100%;
		padding:25px 0px 0px 0px;
	}
}

.stats2{
	color:white;
	width:50%;
	height:300px;
	background-image:url("http://alaskaplans-premera-com.go-vip.net/wp-content/uploads/2024/07/us-map-lrg.png");
	background-size: 367px;
	background-repeat:no-repeat;
	background-position-x: 55%;
	background-position-y: 0%;
	margin: 100px 0px 0px 80px;
	display:block;
}

@media screen and (max-width: 950px) {
	.stats2{
		color:#333333;
		width:100%;
		height:400px;
		background-position-y: 85%;
		background-size: 300px;
		margin: 0px 0px 0px 0px;
		display:none;
	}
}

.stats3{
	color:white;
	width:50%;
	height:300px;
	background-image:url("http://alaskaplans-premera-com.go-vip.net/wp-content/uploads/2024/07/us-map-lrg.png");
	background-size: 367px;
	background-repeat:no-repeat;
	background-position-x: 55%;
	background-position-y: 0%;
	margin: 100px 0px 0px 80px;
	display:none;
}

@media screen and (max-width: 950px) {
	.stats3{
		color:#333333;
		width:100%;
		height:400px;
		background-position-y: 85%;
		background-size: 300px;
		margin: 0px 0px 0px 0px;
		display:block;
	}
}

.ak-map-sm{
	display:none;
	margin:0px auto;
}



@media screen and (max-width: 950px) {
	.ak-map-sm{
		display:block;
	}
}
