#masthead {
    background: #aa1308;
}
.main-navigation ul li a, .main-navigation ul li a > * {
 		text-transform: uppercase !important; 
}
.support-text {
    color: #FFFFFF !important;
    font-size: 30px !important;
    font-weight: bold !important;
  	font-style: normal !important;
}
.entry-content {
    line-height: 1.4em !important;
  	color: #191919;
}

.main-navigation {
    background: #595a5a !important;
}

#main {
  	padding-top: 0 !important;
}

.single #main {
		padding-top: 35px !important;
}

#homebanner {
 		max-height: 413px;
  text-align:center;
}

h2, h3 {
  	color: #191919  !important;
  	font-weight: bold !important;
}

.style2 {
    font-size: 18px;
}

.content_header, .content_header a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

a, a:hover {
		text-decoration: none !important;
}
#colophon #theme-attribution, #colophon #site-info {
    text-align: center;
    color: #CCCCCC;
  	font-size: 12px;
}
#colophon #theme-attribution a, #colophon #site-info a {
    color: #ffffff;
}
#colophon #theme-attribution a:hover, #colophon #site-info a:hover {
    color: #FFFF00;
}

.getquote{color:#FFFF00; font-size:22px; font-weight:bold;}
.getquote a{
	text-decoration:none; color:#FFFF00; padding: 15px !important;
	background: #CF1A0C;
	  background-image: -webkit-linear-gradient(top, #CF1A0C, #AA1308);
	  background-image: -moz-linear-gradient(top, #CF1A0C, #AA1308);
	  background-image: -ms-linear-gradient(top, #CF1A0C, #AA1308);
	  background-image: -o-linear-gradient(top, #CF1A0C, #AA1308);
	  background-image: linear-gradient(to bottom, #CF1A0C, #AA1308);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  text-shadow: 1px 1px #333;
	  -webkit-box-shadow: 0px 1px 3px #333;
  -moz-box-shadow: 0px 1px 3px #333;
  box-shadow: 0px 1px 3px #333;
}
.getquote a:hover{text-decoration:none; color:#FFFFFF; background: #AA1308;}

#pgc-6-1-0, #pgc-6-1-1 {
    margin-bottom: 0 !important;
}

select {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
    line-height: normal;
    padding: 9px 12px;
    max-width: 100%;
		width: 231px;
}

.footer-states {
		font-size: 12px;
		text-align: center;
}

.footer-states a {
		font-size: 12px !important;
		text-decoration: none !important;
		color: #CCCCCC !important;
}

#toc_container {
margin: 0 auto;
}
table.lists {
    background: #edf6ff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
margin: 0 auto;
}
table.lists td {
    padding: 10px;
}
table.lists ul {
margin: 1em;
}
.coverage-areas {
		cursor: pointer;
}
.coverage-areas-content {
		display: none;
}

.box {
   display: flex;
   align-items:center;
}
.box img {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .box {
    display: block;
    align-items: center;
}
		.box img {
    margin-bottom: 1.5em !important;
}
		body p {
			font-size: 20px !important;
				line-height: 28px !important;
		}
}