/*/**/@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');
/*colors:
	Solstice Blue: #1961AE
	Solstice Gray: #46433E
	State of Arizona Sedona Orange: #C44727
*/



/* Initial */
body {
	font-family: "Montserrat", "sans-serif";
	margin: 0;
	font-style: normal;
	font-weight: 400;
}

.contact{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	
}

.phone {
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
}





/*Provider Button*/
.providerbtn{
	margin: 10px 20px 0 0;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #1961AE;
	background-color: transparent;
	color: #1961AE;
}

.providerbtn a{
	color: #1961ae;
}

.providerbtn:hover{
	background-color: #C44727;
	border-color: #C44727;
	color: #fff;
}

.providerbtn:hover a{
	color: #fff;
	text-decoration: none;
}

/*Navigation*/
.soa{
	width:450px;
	margin-left: 0;
}

.navbar-nav{
	margin-left: 40px;
}
.nav-item{
	margin-right: 20px;
	margin-left: 10px;
}
.nav-item:hover>.dropdown-menu{
	display: block;
	background-color: #fff;
}


.dropdown-toggle:active{
	pointer-events: none;
	display: block;
	margin-top: 0;
}

.dropdown-menu{
	margin-top: 0;
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #fff;
}

.sub-menu2{
	list-style-type: none;
	margin-left: 0px!important;
}

.dropdown-menu .sub-menu2 ul li{
	color: #1961AE!important;
}

ul{
	padding-inline-start: 0px!important;
}

.dropdown-item{
	color: #1961AE;
	padding: 10px 30px 10px 30px!important;
	font-size: 14px;
	font-weight: 700!important;
}

.dropdown-item:hover{
	background-color: #C44727!important;
	color: #fff!important;
	padding-right: 20px;
}


.dropdown-divider{
	margin-right: 30px;
	opacity: 0.1;
}

.nav-item:hover>.dropdown-item:last-child{
	padding-bottom: 10px;
	
}

.navbar-light .navbar-toggler-icon {
  opacity: 100%;
}

.navbar-toggler:hover{
	background-color: #C44727!important;
}

.nav-link{
	color: #1961AE!important;
	font-weight: 600;
	padding-left: 20px;
}

.dropdown-toggle::after{
	display:none;
}


.bg-light{
	background-color: #fff!important;
}


.nav-item .nav-link:hover{
	border-bottom: 4px solid #C44727;
}



/* Hero Section */
.hero {
	background-image: linear-gradient(to left, transparent, #1961AE),url(https://215049.fs1.hubspotusercontent-na1.net/hubfs/215049/images/State-of-AZ/SOA-Website-Hero-Image.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

h1{
	margin: 0;
	padding: 20px 180px;
	font-weight: 700;
	color: #fff;
	font-size: 30px;
}

.oedates{
	margin-left: 180px;
	font-style: italic;
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
}

.btn{
	margin: 0 180px;
	padding: 20px;
	font-family: "Montserrat", "MS Sans Serif", "sans-serif";
	font-size: 25px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #F2F2F2;
	 
}

.btn:hover {
	background-color:#C44727;
	border-color: #C44727;
	color: #F2F2F2;
	cursor: pointer;
}

.btn:hover a{
	text-decoration: none;
}

/*Announcement Section*/
.announcement{
	margin: 0px!important;
	padding: 30px 180px 0 180px!important;
	background-color: #1961ae!important;
	color: #fff!important;
}

.announcement h2{
	font-weight: bold;
}

.OE{
	padding-bottom: 60px;
	color: #FFFFFF;	
}

.openenrollment{
	position: absolute;
	bottom: 20px;
	right: 40px;
	
}

.openenrollment a{
	color: #fff;
	text-decoration: underline;
}

/*Body*/

.welcome{
	margin: auto;
	width: auto;
	padding: 0px 120px;
}

.welcome .plan1{
	background-color: #E8E8E8;
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10px;
}

.welcome h2{
	color: #1961AE;
	padding-left: 50px;
	padding-top: 50px;
	font-weight: 700;
}

h1 a{
	color: #fff;
	text-decoration: underline;
}

h1 a:hover{
		text-decoration: none!important;
		color: #C44727;
}

hr.style1{
    border: none;
    height: 6px;
    color: #1961AE; 
    width: 5%;
	margin-left: 50px;
	background-color: #1961AE;
}
.welcome .body2{
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
	color: #46433E;	
	
}

.welcome h4{
	padding-left: 10px;
	font-weight: 700;
	color: #1961ae;
}


.plandetails li{
	list-style: none;
	color: #46433e;
	line-height: 30px
}

.plandetails li::before{
  color: #1961ae;
  content: "\25A0";  
  display: inline-block;  
  margin-left: -2em; 
}


.welcome .plandetails{
	font-weight: 400;
	color: #46433e;	
}

.plandetails li{
	list-style: none;
	margin-left: 40px;

}

.plandetails li::before{
  color: #1961AE;
  content: "\25A0";  
  display: inline-block; 
  width: 2em; 
  margin-left: -2em; 
}

hr.style2{
	border: none;
    height: 6px;
    color: #1961AE; 
    width: 5%;
	margin-left:10px;
	background-color: #1961AE;
}

.moredeets{
	margin: 0 0 0 20px;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #1961AE;
	background-color: transparent;
	color: #1961AE;
	
}

.moredeets:hover{
	background-color: #C44727;
	border-color: #C44727;
	color: #fff;
	
}

.moredeets a{
	text-decoration: none;
}

.link1{
	text-decoration: none;
	color: #1961AE;
}

active .link1:hover{
	color: #1961AE;
}

/*Mobile App Promo*/

.mobile-app-promo{
	margin: 2% 30% 0 30%
}


.card-title{
	color: #1961ae;
	font-weight: 700;
}

/* Footer & Disclaimer Message */
footer {
	margin-top: 50px;
	padding-top: 30px;
	background-color: #1961AE;
	padding-bottom: 10px ;
	width: 100%;
}


footer .footer_column h5 {
	color: #fff;
	text-align: center;
	font-weight: 700px;

}


footer .footer_column p {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 20px;
	font-weight: 400px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-kerning: normal;
}

.copyright {
	height: auto;
	font-size: 14px;
	text-align: left;
	margin-left: 0px;
	padding-top: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700px;
	font-kerning: normal;
	border-top-width: 2px;
	
}    


/* Mobile */
@media (max-width: 634px) {
nav {
	height: auto;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	background-color: #fff;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px
}
.soa{
	height:90px;
	padding-right: 10px;
	
	}
	

.btn{
	margin-left:10%;
	margin-top: 20px;
	padding: 20px;
	font-family: "Montserrat", "MS Sans Serif", "sans-serif";
	font-size:15px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #F2F2F2;
	 
}

.container{
	width: 100%;
}
	
h1 {
		font-size: 18px;
	}
	
h4{
		font-size: 18px;
	}
	
	

		
.hero {
	background-image: linear-gradient(to left, transparent, #1961AE),url(https://215049.fs1.hubspotusercontent-na1.net/hubfs/215049/images/State-of-AZ/SOA-Website-Hero-Image.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

footer{
		width: 100%;
	}

.footer_column {
	margin-top: 0px;
}

footer .footer_column h5{
	color: #fff;
	text-align: center;
	margin-top: 0px;

}
	
footer .footer_column p {
	color: #fff;
	background-color: #1961AE;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: auto;
	font-size: auto;
	margin-left: 10px;
	margin-right: 10px;
}




/* Small Tablets */
@media (min-width: 635px) and (max-width: 1168px) {

	
body {
	width: 100%;
	margin: 0px;
		
}
	
	
.container {
	width: 100%;
}


.hero {
	background-image: linear-gradient(to left, transparent, #1961AE),url(https://215049.fs1.hubspotusercontent-na1.net/hubfs/215049/images/State-of-AZ/SOA-Website-Hero-Image.jpg);
	background-size:cover;
	margin-bottom: 0px;
	position: relative;

}
	

footer {
	padding-top: 10px;
	background-color: #FFF ;
	padding-bottom: 35px ;
}

footer .footer_column h5{
	color: #1961AE;
	text-align: center;
	margin-top: 0px;
}

/* Small Desktops */
@media (min-width: 1169px) and (max-width: 1425px) {

.container {
	width: 100%;
}
	
.nav-item{
		display: none!important;
	}
	
.navbar-toggler-icon{
	background: black;
  	display: block;
  	position: absolute;
 	right: 0;
  	top: 0;
	
}

.navbar-toggler:hover{
	background-color: #ddd;
  	color: black;
		
	}
	
.hero {
	background-image: url(https://215049.fs1.hubspotusercontent-na1.net/hubfs/215049/images/State-of-AZ/SOA-Website-Hero-Image.jpg);
	background-size:cover;
	margin-bottom: 0px;
	position: relative;

}
	
.mobileHide{
		color: fff;
	}	
.plan1{
	display: block!important;
	width: 100%!important;
}
	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	
	


}}}