:root {
	--dbluegrey: #333F50;
	--dgrey: #606B76;
	--lgrey: #EDEEF2;
	--gold: #E3B956;
	--width: 800px;
	--mainfont: Arial, Verdana, sans-serif;
}
body {
font-family: var(--mainfont);
margin: 0;
padding: 0;	
}
svg {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}
.container {
box-sizing: border-box;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1140px;
position: relative;
}
.row {
display: grid;
grid-template-columns: repeat(12, 1fr);
}
.gap30 { grid-column-gap: 30px; }
.col-12, .col { grid-column: 1 / span 12; }
.col-6 { grid-column: span 6; }
.col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; }
.col-4 { grid-column: span 4; }
.col-3 { grid-column: span 3; }
.col-10 { grid-column: span 10; }
.homeboxwrap {
	margin-top: -2rem;
	margin-bottom: -1.5rem;
  /* first breakpoint*/
  --w1:1024px;
  --n:5;
  /* second breakpoint*/
  --w2:425px;
  --m:3;
  /* third breakpoint*/
  --w3:1px;
  --p:1;
  /* fourth  breakpoint
  --w4:300px;
  --p:3;*/
  padding:0px;
  display:grid;
  grid-template-columns:
    repeat(auto-fill,
      minmax(clamp(clamp(clamp(  
            100%/(var(--n) + 1) + 0.1%,
              (var(--w1) - 100vw)*1000,
            100%/(var(--m) + 1) + 0.1%), 
              (var(--w2) - 100vw)*1000,
            100%/(var(--p) + 1) + 0.1%), 
              (var(--w3) - 100vw)*1000,
            100%), 1fr));
  gap:15px;
}

.bluetop {
background: var(--dbluegrey);
min-height: 60px;
box-sizing: border-box;
padding: 0.8rem 0;
}
.topnav {
color: #fff;
float: right;
list-style: none;
margin: 0; /*0.3*/
padding: 8px 0 0 0;	
position: relative;
z-index: 15;
}
.topnav.inner {
margin-top: 0.3rem;
margin-bottom: 20px;	
}
.topnav li {
float: left;
margin: 0 0 0 1rem;	
}
.topnav li a, .tcnav li a {
color: #fff;
text-decoration: none;	
}
.topnav li a:hover, .tcnav li a:hover {
color: #e3b956;	
}
.topnav li:after {
content: '|';
margin-left: 1rem;	
}
.topnav li:last-child:after {
content: '';	
}
.alertlink {
color: #fff; /*#e3b956;*/	
display: inline-block; 
margin: 0;
padding-top: 8px;
text-decoration: none;	
position: relative;
z-index: 15;
}
.alertlink:hover {
color: #e3b956;
text-decoration: none;	
}
.headwrap {
padding: 0 4vw;
width: 100%;
}
.pagebanner {
	background-size: cover !important;	
	height: 12rem; 	
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}
.pagebanner.home { background-image: url(images/banner-home-alt.png); }
.pagebanner.med { background-image: url(images/banner-medcare.jpg); background-position: right center; }
.pagebanner.cla { background-image: url(images/banner-claims.jpg); }
.pagebanner.pos { background-image: url(images/banner-posting.jpg); }
.pagebanner.wag { background-image: url(images/banner-wage.jpg); }
.pagebanner.con { background-image: url(images/banner-contact.jpg); }
.pagebanner.pay { background-image: url(images/banner-payments.jpg); }
.pagebanner.exc { background-image: url(images/banner-officerex.jpg); }
.pagebanner.amb { background-image: url(images/banner-ambest.jpg); }
.banoverlay {
background: linear-gradient(90deg, rgba(53,59,70,0.7) 55%, rgba(53,59,70,0.5) 78%, rgba(53,59,70,0) 100%);
height: 100%;
left: 0;
padding: 0 0 0 6vw;
position: absolute;
top: 0;
width: 50vw;	
}
.banoverlay img {
margin-top: 5vh;
height: auto;
width: 100%;
}
.introtext {
color: #fff;
font-size: 18px;
margin-top: 3rem;	
width: 30vw;	
}
.introtext a { color: #fff; }
h1 {
color: var(--dbluegrey);
font-weight: 700;
font-size: 34px;
margin: 3rem 0 1.3rem;
padding: 0 0 1rem;	
}
h2 {
color: var(--dbluegrey);
font-weight: 500;
font-size: 28px;
margin: 2rem 0 1.3rem;
padding: 0 0 1rem;	
}
h3 {
color: var(--dbluegrey);
font-weight: 500;
font-size: 24px;
margin: 2rem 0 1.3rem;
padding: 0 0 1rem;	
}
.botbord { border-bottom: 1px solid #E3B956; }
.bhlogos {
list-style: none;
margin: 0;	
padding: 0;	
}
.bhlogos:after {
content: ' ';
clear: both;
display: block;	
}
.bhlogos li {
float: left;
width: 25%;	
}
.bhlogos img {
height: auto;
margin: 0 0 1rem;
width: 100%;	
}
.greyrow {
background: var(--lgrey);
margin: 1rem 0;
padding: 1rem 0;
}
.homebox {
margin-top: 1rem;
margin-bottom: 2rem;
position: relative;
overflow: hidden;
}
.homebox h3 {
background-color: var(--dbluegrey);
background-position: 96% 30%;
background-repeat: no-repeat;
background-size: 36px;
color: #fff;
font-size: 22px;
font-weight: 400;
line-height: 1;
margin: -1rem 0 0;
min-height: 2.9rem;
padding: 1rem 2.5rem 1rem 1rem;
position: relative;
transition: all 300ms ease;
text-transform: uppercase;
}
h3.clm { background-image: url(images/icon_clm_wt.png); }
h3.con { background-image: url(images/icon_con_wt.png); }
h3.med { background-image: url(images/icon_med_wt.png); }
h3.pay { background-image: url(images/icon_pay_wt.png); }
h3.pos { background-image: url(images/icon_pos_wt.png); }
h3.aud { background-image: url(images/icon_aud_wt.png); }
h3.clm:hover { background-image: url(images/icon_clm_gl.png); }
h3.con:hover { background-image: url(images/icon_con_gl.png); }
h3.med:hover { background-image: url(images/icon_med_gl.png); }
h3.pay:hover { background-image: url(images/icon_pay_gl.png); }
h3.pos:hover { background-image: url(images/icon_pos_gl.png); }
h3.aud:hover { background-image: url(images/icon_aud_gl.png); }

.subtitle {
border-bottom: 1px solid #E3B956;	
position: relative;
}
.subtitle:before {
background-position: left center;
background-repeat: no-repeat;
background-size: 100%;
content: '';
display: block;
height: 60px;
position: absolute;
left: -80px;
top: 0;
width: 60px;	
}
.subtitle.pos:before { background-image: url(images/icon_pos_thin.png); }
.subtitle.cla:before { background-image: url(images/icon_clm_thin.png); }
.subtitle.con:before { background-image: url(images/icon_con_thin.png); }
.subtitle.med:before { background-image: url(images/icon_med_thin.png); }
.subtitle.aud:before { background-image: url(images/icon_aud_gr.png); }

.homebox img {
height: auto;
width: 100%;	
}
.homebox:hover a, .homebox:hover h3, .homebox h3 a:hover {
color: #fff;
text-decoration: none;	
}
.homebox:hover h3 {
background-color: var(--dgrey);
}
.homebox a {
display: block;
position: relative;	
text-decoration: none;
}
#footer {
background: var(--dgrey); /*#353b46;*/
color: #fff;
padding: 2rem 0;	
}
.tcnav {
list-style: none;
margin: 0;
padding: 0;	
}
.tcnav li {
display: inline-block;
padding: 0 0.8rem 0 0;	
}
.tcnav li:after {
content: "|";
padding-left: 0.8rem;	
}

.bcnav {
font-size: 14px;
list-style: none;
margin: 1rem 0 -1rem;
padding: 0;	
}
.bcnav li {
display: inline-block;	
}
.bcnav li a, .blogcat ul li a {
color: var(--dbluegrey);
}
.bcnav li a:hover {
color: var(--gold);
}
.bcnav li:after {
color: var(--gold);	
content: ">>";
font-size: 16px;
line-height: 1;
padding: 0 0.2rem 0 0.4rem;
vertical-align: text-bottom;	
}
.tcnav li:last-child:after, .bcnav li:last-child:after { content: ""; }
.note { font-size: 12px; }

.homequote { padding-top: 6.7rem; }
.btn {
border-radius: 5px;	
display: block;
font-size: 20px;
font-weight: bold;
margin: 0 0 1.4rem;
max-width: 70%; 
padding: 1rem;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
transition: all 400ms ease;	
}
.btn.gold {
background: #0079B3;
color: #fff;	
}
.btn.gold:hover {
background: #606B76;
color: #fff;
text-decoration: none;	
}
.logo {
display: block;
height: auto;
margin: 0 0 0 calc(17vw - 15px);
position: relative;
width: 66vw;	
z-index: 5;
}
.sidebar {
background: var(--lgrey);
padding: 1rem;	
}
.bigicon {
color: #333F50; 
margin: 2rem 0 1rem; 
}
.sideimg {
display: block;
height: auto;
margin: 3rem auto;
width: 30%;
}
.main strong { color: var(--dbluegrey); }
.contact-list li:before {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.contact-list {
color: var(--dbluegrey);
font-size: 17px;	
list-style: none;
margin: 2rem 0 3rem !important;
padding: 0;	
}
.contact-list li {
margin: 0 0 1.5rem;
padding: 0 0 0 2.5rem;	
position: relative;	
}
.contact-list li:before {
background: var(--dbluegrey);
border-radius: 50%;
color: #fff;
display: inline-block;
left: 0;
padding: 0.5rem;
position: absolute;
top: -4px;
}
.cl-em:before { content: "\f1fa"; }
.cl-fx:before { content: "\f1ac"; }
.cl-ad:before { content: "\f0e0"; }
.cl-ph:before { content: "\f095"; transform: rotate(90deg); }
.cl-wb:before { content: "\f108"; padding: 0.2rem 0.23rem !important; }
.cl-ma:before { content: "\f3cd"; padding: 0.2rem 0.45rem !important; }
.statelist {
font-size: 16px;
list-style: circle;	
}
.statelist li {
margin: 0 0 0.3rem;	
}
.statelist a, .content a, .doclist a, .provider-list a, .main a, .sidebar a {
color: var(--dbluegrey);
text-decoration: underline;	
}
.provider-list {
list-style: none;
margin: 0 0 1.5rem;
padding: 0;	
}
.provider-list li {
float: left;
width: 50%;	
}
.provider-list:after {
content: '';
clear: both;
display: block;	
}
.statelist a:hover, .content a:hover {
color: #606B76;	
}
.doclist {
list-style: none;
margin: 0 0 1.5rem;
min-height: 3rem;
padding: 0.5rem 0 0 3rem;
position: relative;	
}
.doclist:before {
color: var(--dbluegrey);
content: "\f15c";
display: inline-block;
font-size: 36px;
left: 0;
position: absolute;
top: -4px;
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant: normal;
font-weight: 400;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
p.statename {
color: var(--dbluegrey);
font-size: 22px !important;
text-align: center;	
}
.sidebar p {
color: #44546a;
font-size: 16px;
}
.padb { padding-bottom: 2rem; }
.badges { float: right; padding-top: 0.6rem; }

.wrapper {
display: flex;
flex-direction: column;
width: 100%;	
}
.lefthalf, .righthalf { width: 100%; }
.greybg { background: #EDEEF2; }
.lefthalf .main { padding: 1rem; }
.mainalt { padding: 3.5rem 120px 2rem 0; }
.sidebar h3 { margin: 0 0 0.5rem; padding: 0; }


.ambimg {
float: right;
margin: 0 0 15px 15px;	
}
.pptable {
    border-collapse: collapse;
    margin: 0 auto 1rem;
    max-width: 100%;
    text-align: left;
}
.pp-headrow {
    background: #000;
    color: #fff;
}
.pp-headrow strong { color: #fff; }
.pptable td {
    border: 1px solid #333;
    padding: 0.5rem;
    word-break: break-word;
}
.pp-headrow td { word-break: normal !important; }
.pp-lg {
    font-size: 20px;
    vertical-align: middle;
}
.footnote {
border-bottom: 1px solid #fff;
margin-bottom: 0.5rem;
padding-bottom: 0.2rem;	
}
.footnote a { color: #fff; }

/* Basic styling */
nav {
  background: var(--dbluegrey);
  padding: 0 15px;
}
.item:not(.button) a:hover, .item a:hover::after { color: var(--gold); }
.menu {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: flex-end;
  flex-direction: column;
  background: rgba(51,63,80, 0.9); /*var(--dbluegrey);*/
  position: absolute;
  z-index: 11;
  list-style-type: none;
  top: -9px;
  right: 0;
  padding-right: 35px;
  height: auto;
  transition: all ease 500ms;
  margin: 0;
}
.menu li a {
  color: #fff;
  display: block;
  padding: 15px 5px;
  text-decoration: none;
}
.toggle {
  order: 1;
  font-size: 20px;
}
.item {
  order: 2;
  width: 100%;
  text-align: right;
  display: none;
}
.active .item { display: block; }
.menu.active {
	height: 19.5rem;
	width: 100%;
}
.menu.inner { top: -7px; }
.menu.inner.active { height: 19.3rem; }
.navcont { padding-right: 100px !important; }

/******************SIDEBAR*******************/
.sidebar h4 { text-transform: uppercase; }
.sidebord-l { border-left: 1px solid #85ad13; }
.sidebar p+h4 { margin-top: 2rem; }
.nobord { border-bottom: none !important; }
.pagecont { padding-bottom: 2rem; }

@media (min-width: 321px) {
	.logo {
		margin: 0 0 0 calc(23vw - 15px);
		width: 54vw;
	}
}
@media (min-width: 376px) {
	.lefthalf .main { padding: 2rem 2rem 2rem 6rem; }
	.sidebar { padding: 2rem 0 2rem 6rem; }
	.provider-list li { width: 33%; }
}
@media (min-width: 425px) {
	.homebox h3 { font-size: 16px; padding: 0.5rem; background-position: 150% 30%;}
	
}
@media (min-width: 576px) {
	.col-md-12 { grid-column: span 12; }
	.col-md-10 { grid-column: span 10; }
	.col-md-6 { grid-column: span 6; }
	.col-md-8 { grid-column: span 8; }
	.col-md-4 { grid-column: span 4; }
	.col-md-3 { grid-column: span 3; }
	.col-md-2 { grid-column: span 2; }
	.col-md-offset { grid-column: 3/11; }
	.pagebanner { height: 16rem; }
	.menu.active { height: 19.5rem; }
	.menu.inner.active { height: 19.3rem; }
	.logo { margin: 0; width: 30vw; z-index: 11; }
	.topnav.inner { margin-bottom: 20px; }
	.pagebanner { height: 16rem; }
}
@media (min-width: 768px) {
	.col-lg-12 { grid-column: span 12; }
	.col-lg-6 { grid-column: span 6; }
	.col-lg-8 { grid-column: span 8; }
	.col-lg-4 { grid-column: span 4; }
	.col-lg-3 { grid-column: span 3; }
	.col-lg-offset { grid-column: 3/11; }
	.pagebanner { height: 26rem; }
	.menu.active, .menu.inner.active { height: 29.5rem; }
	.item { padding: 10px; }
	.wrapper { flex-direction: unset; }
	.lefthalf { width: 60%; }
	.righthalf { width: 40%; }
	.lefthalf .main {
		float: right;
		max-width: 73.5%;
		padding: 0 30px 2rem 0;
	}
	.sidebar { padding: 4rem 30px 0 40px; }
	.pagebanner { height: 26rem; }
	.banoverlay img {
		margin-top: 6rem;
		width: 90%;
	}
	.homebox h3 { background-position: 96% center; min-height: auto; padding: 1rem 2.5rem 1rem 1rem; } 
	.ambimg { margin: 0 -10rem 0 0; } 
	
	
}
@media all and (min-width: 960px) {
  /* Desktop menu */
  .item {
    order: 3;
    position: relative;
    width: auto;
  }
  .menu.inner { top: -5px; }
}
@media (min-width: 992px) {
	.logo { width: 20%;	}
	.banoverlay img { width: 53%; }
	.pptable {
		max-width: 117%;
		width: 117%;
	}
}
@media (min-width: 1140px) { 
	.menu.active { height: 37.5rem; }
	.menu.inner.active { height: 29.6rem; }
	.lefthalf { width: 60%; }
	.righthalf { width: 40%; }
	.lefthalf .main { 
		max-width: 54.5%;
		padding: 0 120px 2rem 0;
	}
	.sidebar {
		max-width: 22vw;
		padding: 4rem 30px 0 75px;
	}
	.homebox h3 { font-size: 18px; }
	.pagebanner.home { 
		background-position: center top;
		height: 34rem;	
	}
	.pagebanner.cla, .pagebanner.wag, .pagebanner.pay, .pagebanner.exc, .pagebanner.amb { background-position: center center; }
	.pagebanner.med { background-position: center -355px; }
	.pagebanner.pos { background-position: center -170px; }
	.pagebanner.con { background-position: center -195px; }
	.banoverlay {
		padding: 0 0 0 13.9rem;
		width: 60%;	
	}
	.banoverlay img {
		margin-top: 6rem;
		width: 53%;
	}
}
@media (min-width: 1200px) {  
	.container.fullwidth { 
		max-width: none;
		padding-left: 1.5rem; 
		padding-right: 1rem; 
	}
	
	
}
	
