/*
Theme Name: umwa
Author: Nick Rivers
Author URI: https://blueprintinteractive.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umwa

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}
/* Force the vertical scrollbar in FF */
html {
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

body {
	background-color: #423e35;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

.fade-in-from-left {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fade-in-from-left.animated {
	animation-name: fade-from-left;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@keyframes fade-from-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-15px);
		-moz-transform: translateX(-15px);
		-o-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-from-bottom {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}

.fade-in-from-bottom.animated {
	animation-name: fade-from-bottom;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

figure {
	max-width: 100%;
	margin: 0;
}

@keyframes fade-from-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-o-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-from-top {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.fade-in-from-top.animated {
	animation-name: fade-from-top;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@keyframes fade-from-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-from-right {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}

.fade-in-from-right.animated {
	animation-name: fade-from-right;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@keyframes fade-from-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-o-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

#maincontent a {
	color: #194075;
}

ul,
p,
h1,
h2,
h3,
h4 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0px;
}

h2,
h3,
h4,
h5 {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}

#logo {
	max-width: 155px;
	height: auto;
	/*-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;*/
}

#preheader {
	background-color: #e6b813;
}

#header {
	background-color: #ffffff;
	padding: 20px 0 0 0;
	border-bottom: solid 4px #2171ae;
	position: relative;
	z-index: 25;
	-webkit-box-shadow: -1px 7px 24px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 7px 24px -11px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 7px 24px -11px rgba(0, 0, 0, 0.75);
}

#util {
	width: auto;
	display: inline-block;
	border-left: solid 1px #eecd19;
	border-right: solid 1px #eecd19;
	padding: 10px 15px 10px 15px;
	float: right;
}

#headersocial,
#headersearch {
	width: auto;
	display: inline-block;
	border-right: solid 1px #eecd19;
	padding: 10px 15px 0px 15px;
	float: right;
	vertical-align: top;
}

#headersocial {
	padding-right: 10px;
}

#headersocial a.icon {
	width: 27px;
	height: 27px;
	display: inline-block;
	/*background: url(images/icons.png);*/
	margin-right: 5px;
	/*background-size: 180px 360px;*/
	/*border: solid 1px red;*/
}

#headersocial a.icon svg {
	width: 27px;
	height: auto;
}

#headersocial a.icon svg * {
	transition: all 200ms ease-in-out;
}

#headersocial a.icon svg .st1 {
	fill: #ffffff;
}

#headersocial a.icon.fb svg .st0 {
	fill: #3b5998;
	/*background-position:-9px -10px;*/
}

#headersocial a.icon.tw svg .st0 {
	fill: #55acee;
	/*background-position:-44px -10px;*/
}

#headersocial a.icon.ln svg .st0 {
	fill: #e12f67;
	/*background-position:-79px -10px;*/
}

#headersocial a.icon.yt svg .st0 {
	fill: #cd201f;
	/*background-position:-114px -10px;*/
}

#headersocial a.icon.fb svg:hover .st0 {
	fill: #5477c1;
}

#headersocial a.icon.tw svg:hover .st0 {
	fill: #71bdf7;
}

#headersocial a.icon.ln svg:hover .st0 {
	fill: #fa427c;
}

#headersocial a.icon.yt svg:hover .st0 {
	fill: #f03844;
}

#headersearch a.icon.search svg .st0,
#header a.icon.search svg .st0 {
	fill: none;
	stroke: #231f20;
	stroke-width: 4;
	stroke-miterlimit: 10;
}

#headersearch {
	padding-bottom: 0px;
}

#searchform {
	display: inline;
	margin-left: 10px;
	display: none;
}

#headersearch #searchform input,
#mobilesearch input {
	width: 150px;
	border: none;
	padding: 5px 10px;
	color: #2a2a2a;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: -2px;
}

#mobilesearch {
	display: none;
}

#mobilesearch input {
	width: 75%;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 16px;
}

#headersearch #searchform input.form-submit,
#mobilesearch input.form-submit {
	width: auto;
	background-color: #083d77;
	color: #ffffff;
	font-weight: bold;
}

#headersearch a.icon.search {
	width: 22px;
	height: 27px;
	display: inline-block;
}

#headersearch a.icon.search svg {
	width: 22px;
	height: auto;
	padding-bottom: 5px;
	position: relative;
	top: 2px;
}

#util ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}

#util ul li:last-child {
	margin-right: 0;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

#maincontent.narrow .inner,
.inner.narrow {
	width: 80%;
}

#footer {
	padding: 70px 0;
	font-family: "Noto Serif", serif;
}

#footer #footerlogo {
	width: 70%;
	height: auto;
	margin: 0 auto 20px auto;
}

#footerleft {
	width: 30%;
	float: left;
	border-right: solid 1px #55524a;
	color: #ebebd3;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	padding-right: 35px;
}

.footersocial .st0 {
	fill: #ffffff;
}

.footersocial svg {
	width: 29px;
	height: auto;
}

.footerfb .st0 {
	fill: none;
	stroke: #ebebd3;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
}
.footerfb .st1 {
	fill: #ebebd3;
}

.footertw .st0 {
	fill: none;
	stroke: #ebebd3;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
}
.footertw .st1 {
	fill: #ebebd3;
}

.footerig .st0 {
	fill: none;
	stroke: #ebebd3;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
}
.footerig .st1 {
	fill: #ebebd3;
}

.footeryt .st0 {
	fill: none;
	stroke: #ebebd3;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
}
.footeryt .st1 {
	fill: #ebebd3;
}

.footersocial a.icon {
	/*width: 29px;
    height: 27px;
    background: url(images/icons.png);*/
	/*background-size: 180px auto;*/
	margin-right: 4px;
	display: inline-block;
}

.footersocial a.icon.fb {
	background-position: -8px -46px;
}

.footersocial a.icon.tw {
	background-position: -44px -46px;
}

.footersocial a.icon.ln {
	background-position: -79px -46px;
}

.footersocial a.icon.yt {
	background-position: -114px -46px;
	margin-right: 0;
}

#footerleft h2 {
	font-size: 16px;
	margin-bottom: 25px;
}

#footerleft p {
	margin-bottom: 20px;
}

#footerleft p.footerphone {
	margin-bottom: 0;
}

#footerleft p a {
	color: #cba135;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 1px #cba135;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#footerleft p a:hover {
	color: #fcd34e;
	border-color: #b69236;
}

#footerright {
	width: 65%;
	float: right;
	padding-left: 5%;
}

#footer ul li {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}

#footer ul li a {
	color: #ebebd3;
	text-decoration: none;
}

#footerright ul {
	margin-bottom: 25px;
}

#footerright ul li a:hover {
	text-decoration: underline;
}

#footerright ul li.menu-item-has-children {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

#footerright ul li.menu-item-has-children a {
	margin-bottom: 5px;
	display: inline-block;
}

#footerright ul li.menu-item-has-children li a {
	margin: 0;
}

#footerright ul li.menu-item-has-children li {
	font-family: "Noto Serif", serif;
	text-transform: none;
}

#footerright ul li.menu-item-has-children > a {
	color: #ffffff;
	font-weight: bold;
}

.footercol1,
.footercol2,
.footercol3,
.footercol4 {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}

.footercol1 {
}

.footercol2 {
}

.footercol3 {
}

.footercol4 {
	margin-right: 0;
}

.footercol4 #menu-item-451 a,
.footercol4 #menu-item-452 a,
.footercol4 #menu-item-453 a,
.footercol4 #menu-item-454 a {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

#nav-toggle {
	width: 52px;
	height: 60px;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 21px 10px 10px 8px;
	transition: all 0.2s ease;
	display: none;
	border-radius: 3px;
	border: solid 1px tranparent;
}

#nav-toggle.active {
	top: 10px;
	background-color: #2171ae;
	border-top: solid 1px #1d5b93;
	border-bottom: solid 1px #5d9bd3;
}

#nav-toggle strong {
	left: 2px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #222222;
	position: absolute;
	display: block;
	content: "";
}

#nav-toggle span {
	right: 14px;
}

#nav-toggle span:before {
	top: -8px;
}
#nav-toggle span:after {
	bottom: -8px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	background: #ffffff;
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	background: #ffffff;
}

#nav-toggle.active strong {
	color: #ffffff;
}

#mobileutil,
#mobilesocial {
	display: none;
}

#nav {
	margin-top: 40px;
	float: right;
	width: 87%;
}

#nav ul {
	position: relative;
	background: url(images/bordergradient.png) bottom right no-repeat;
}

#nav ul li:first-child {
}

#nav ul li a {
	cursor: pointer;
}

#nav ul li {
	display: inline-block;
	margin-right: 0;
	font-size: 16px;
	text-transform: uppercase;
	width: auto;
	text-align: center;
	/*background:url(images/bordergradient.png) bottom right no-repeat;*/
	background: url(images/bordergradient.png) no-repeat;
	height: 55px;
	padding: 0 15px;
	box-sizing: border-box;
	vertical-align: bottom;
	padding-bottom: 0px;
	width: 12.5%;
	position: relative;
	border-bottom: solid 10px transparent;
	line-height: 120%;
}

#nav ul li a:hover {
	color: #2171ae;
}

#nav ul {
	/* ul or ol with this class */
	font-size: 0;
}

#nav ul li.current_page_item {
	border-bottom: solid 10px #2171ae;
	box-sizing: border-box;
}

#nav ul ul li.current_page_item {
	border-bottom: none;
}

#nav ul li.current_page_item a {
	color: #2171ae;
}

#nav ul li li.current_page_item a {
	color: #ffffff;
}

#nav ul li.current_page_item li a {
	color: #ffffff;
}

#nav ul li ul {
	position: absolute;
	top: 90px;
	left: 0;
	right: auto;
	width: 650px;
	background-color: #2171ae;
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	/*transition: all .2s;*/
	text-align: left;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

#nav ul li ul ul {
	border: none;
	box-shadow: none;
}

#nav ul li.edge ul {
	right: 0;
	left: auto;
}

#nav .menu-item-has-children:after {
	bottom: -30px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #2171ae;
	border-width: 10px;
	margin-left: -10px;
	opacity: 0;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	/*transition: all .1s;   */
}

#nav .menu-item-has-children:hover:after {
	opacity: 1;
	-webkit-transition-delay: 0.1s; /* Safari */
	transition-delay: 0.1s;
	bottom: -5px;
}

#nav ul li ul li {
	width: auto;
	display: inline-block;
	max-width: none;
	text-align: left;
	padding: 0;
	height: auto;
	margin-bottom: 30px;
	border: none;
	width: 31%;
	margin-right: 2%;
	vertical-align: top;
	font-size: 14px;
	border: none;
}

#nav ul li ul li:nth-child(3n + 3) {
	margin-right: 0;
}

#nav ul li ul li:first-child {
	border: none;
}

#nav ul li ul li a {
	top: 0;
	transform: translateY(0);
	color: #ffffff;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #194075;
	text-align: center;
	font-weight: 600;
}

#nav ul li a {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Tier 3 */
#nav ul li ul ul {
	position: relative;
	display: block;
	top: 0 !important;
	padding: 0;
	width: 100%;
}

#nav ul li ul li ul li {
	width: 100%;
	margin: 0;
}

#nav ul li ul .menu-item-has-children:after {
	display: none !important;
}

#nav ul li ul li ul li a {
	background-color: #387fb6;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#nav ul li ul li a:hover {
	color: #ffffff;
	background-color: #052b54;
}

#nav ul li ul li ul li a:hover {
	background-color: #4c8cbd;
	color: #ffffff;
}

#util ul li a {
	color: #222222;
	text-decoration: none;
}

#util ul li a:hover {
	text-decoration: underline;
}

#feature {
	background-color: #ffffff;
	position: relative;
}

.not-front #feature {
	border-bottom: solid 5px #2171ae;
}

.page-id-420.not-front #feature {
	border: none;
}

#feature #featurecon {
	position: absolute;
	bottom: 20px;
	z-index: 14;
	width: 100%;
}

#feature #featurecon h1 {
	background-color: #2171ae;
	color: #ffffff;
	font-size: 72px;
	display: inline-block;
	line-height: 77px;
	padding: 10px 30px 15px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

#feature #featurecon .breadcrumbs {
	list-style: none;
}

#feature #featurecon .breadcrumbs li {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background-color: #083d77;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 4px;
}

#feature #featurecon .breadcrumbs .separator {
	background: none !important;
	margin-right: 0px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	color: #ffffff;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

#feature #featurecon .breadcrumbs li.item-current {
	display: none;
}

#feature #featurecon .breadcrumbs {
	margin-bottom: 5px;
}

#feature #featurecon .breadcrumbs a {
	color: #ffffff;
	text-decoration: none;
}

#feature img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#feature #featureleft {
	width: 50%;
	float: left;
	height: auto;
	vertical-align: bottom;
	border: none;
}

#feature #featureright {
	width: 50%;
	float: right;
	height: auto;
	vertical-align: bottom;
	border: none;
}

#feature .callout img {
	vertical-align: bottom;
}

.callout3 {
	float: left;
	width: 50%;
}

.callout4 {
	float: right;
	width: 50%;
}

#feature a {
	vertical-align: bottom;
}

.callout {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
}

.callout .st0 {
	fill: #083d77;
}
.callout .st1 {
	fill: #366291;
}

.callout svg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 100px;
	z-index: 11;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*border: solid 1px red;*/
	display: inline-block;
}

#featureright .callout svg {
	height: 50px;
}

.callout:hover svg {
	opacity: 0.9;
}

.callout1 svg {
	width: 100px;
}

.callout1 {
	border: solid 5px #ffffff;
	border-right: none;
}

.landingpageb .callout1 {
	border-right: solid 5px #ffffff;
}

.callout2 {
	border: solid 5px #ffffff;
	/*border-bottom:solid 2px #ffffff;*/
}

.landingpage #feature .callout2:last-child {
	border-top: none;
}

.callout3 {
	border: solid 5px #ffffff;
	border-top: solid 3px #ffffff;
	border-right: solid 2px #ffffff;
}

.callout4 {
	border: solid 5px #ffffff;
	border-top: solid 3px #ffffff;
	border-left: solid 2px #ffffff;
}

#maincontent {
	background-color: #f0f0e1;
	padding: 75px 0;
	position: relative;
}

#maincontent.whitebg {
	background-color: #ffffff;
}

#whitecontent,
.whitesection {
	background-color: #ffffff;
	padding: 75px 0;
	position: relative;
}

#socialfeed {
	background-color: #083d77;
	padding: 80px 0 70px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#socialfeed img {
	-webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#socialfeed.fb {
	background-color: #083d77;
}

#socialfeed.tw {
	background-color: #00aced;
}

#socialfeed.ig {
	background-color: #e12f67;
}

#socialfeed.yt {
	background-color: #bb0000;
}

#socialfeed .tweet {
	width: 49%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	color: #ffffff;
	vertical-align: top;
	display: none;
}

#socialfeed .tweet.all {
	display: inline-block;
}

#socialfeed .tweet.all svg {
	display: none;
}

#socialfeed .tweet.all .facebook svg.fb_svg {
	display: block;
}
#socialfeed .tweet.all .twitter svg.tw_svg {
	display: block;
}
#socialfeed .tweet.all .instagram svg.ig_svg {
	display: block;
}
#socialfeed .tweet.all .youtube svg.yt_svg {
	display: block;
}

#socialfeed .tweet p {
	font-size: 18px;
	line-height: 29px;
}

#socialfeed .tweet p.date {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

#socialfeed .tweet a {
	color: #acd4f2;
	text-decoration: underline;
}

#socialfeed .tweet p.date a {
	text-decoration: none;
	color: #ffffff;
}

#socialfeed .tweet .timeago {
	margin-left: 25px;
}

#socialfeed .tweet a {
	color: #a7c0f4;
	border-color: #768bb7;
	text-decoration: none;
	border-bottom: solid 1px;
	padding-bottom: 2px;
}

#socialfeed.tw .tweet a {
	color: #0b61a3;
	border-color: #0b61a3;
}

#socialfeed.ig .tweet a {
	color: #faa7c1;
	border-color: #e9638d;
}

#socialfeed.yt .tweet a {
	color: #fbafb4;
	border-color: #e35c65;
}

#socialfeed .tweet .date a {
	border: none;
}

#homesectiontop {
	margin-bottom: 30px;
}

#homesectiontop .newsitem,
.newsfeaturetreatment .newsitem,
.latestnews .newsitem {
	width: 31%;
	display: inline-block;
	margin-right: 2%;
	background-color: #ffffff;
	vertical-align: top;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	/*overflow:hidden;*/
}

#maincontent .latestnews .newsitem {
	width: 23%;
	margin-right: 2%;
}

#maincontent .newsitem h2 {
	padding: 0;
	min-height: 0;
	font-size: 21px;
	line-height: 26px;
}

.not-front #maincontent .newsfeaturetreatment .newsitem h2 {
	font-size: 22px;
	line-height: 29px;
}

#maincontent .latestnews .newsitem:last-child {
	margin-right: 0;
}

#homesectiontop h2.title,
.newsfeaturetreatment .newsitem h2.title,
.latestnews .newsitem h2.title,
#maincontent h2.title {
	font-size: 36px;
	text-transform: uppercase;
	color: #252525;
}

.not-front #maincontent h2.title,
.not-front #maincontent h2.sectiontitle {
	margin-bottom: 40px;
}

.not-front #whitecontent h2.sectiontitle {
	margin-bottom: 30px;
}

#homesectiontop h2.title a,
.newsfeaturetreatment .newsitem h2.title a,
.latestnews .newsitem h2.title a,
#maincontent h2.title a {
	display: inline-block;
	float: right;
	color: #2171ae;
	font-size: 16px;
	position: relative;
	top: 10px;
}

#homesectiontop .newsitem h2,
.latestnews .newsitem h2 {
	font-size: 21px;
	line-height: 120%;
	color: #083d77;
	padding: 10px 20px 10px 20px;
	margin-bottom: 5px;
	min-height: 128px;
	text-decoration: none;
}

/* Make it a link without invalid markup */
.newsitem {
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#homesectiontop .newsitem:hover,
.newsfeaturetreatment .newsitem:hover {
	box-shadow: -1px 5px 14px rgba(0, 0, 0, 0.25);
}

.newsfeaturetreatment .newsitem .rowcon {
	padding: 20px 20px 20px 20px;
	margin-bottom: 5px;
	min-height: 200px;
}

.newsfeaturetreatment .newsitem h2 {
	font-size: 30px;
	line-height: 35px;
	color: #083d77;
}

#homesectiontop .newsitem h2 a,
.newsfeaturetreatment .newsitem h2 a,
#homesectionbottom .newsitem h2 a {
	color: #083d77;
	text-decoration: none;
	border-bottom: solid 1px #b4c4d6;
	cursor: pointer;
}

#homesectiontop .newsitem h2 a:hover,
.newsfeaturetreatment .newsitem h2 a:hover,
#homesectionbottom .newsitem h2 a:hover,
.allnews .newsitem h2 a:hover {
	border-bottom: solid 1px #90b8d6 !important;
	color: #2171ae !important;
}

#homesectiontop .newsitem .articlefooter,
.newsfeaturetreatment .newsitem .articlefooter {
	padding: 10px 20px 10px 20px;
	border-top: solid 1px #ebebeb;
}

#homesectiontop .newsitem .articlefooter,
.newsfeaturetreatment .newsitem .articlefooter {
	color: #898989;
	font-size: 12px;
}

#homesectiontop .newsitem img,
.newsfeaturetreatment .newsitem img,
.latestnews .newsitem img {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #eeeeee;
}

#homesectiontop .newsitem:last-of-type,
.newsfeaturetreatment .newsitem:last-child,
.latestnews .newsitem:last-child {
	margin-right: 0;
}

#homesectiontop .secleft {
	width: 66%;
	display: inline-block;
}

#homesectiontop .secright {
	width: 28%;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	background-color: #423e35;
	float: right;
	text-align: center;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#homesectiontop .secright h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 30px;
}

#homesectiontop .secright ul {
	margin-left: 0px;
}

#homesectiontop .secright ul li {
	list-style: none;
	margin-bottom: 15px;
	font-size: 24px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

#homesectiontop .secright ul li:last-child {
	margin-bottom: 0;
}

#homesectiontop .secright ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #e6b813;
	padding: 15px 20px;
	font-weight: bold;
	border-radius: 4px;
	border-top: solid 1px #ac8a0e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
}

#homesectiontop .secright ul li a:hover {
	background-color: #fdd548;
}

#homesectionbottom .newsitem {
	width: 31%;
	display: inline-block;
	margin-right: 3.1%;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#homesectionbottom .newsitem:hover {
	box-shadow: -1px 5px 14px rgba(0, 0, 0, 0.25);
}

#homesectionbottom .newsitem h2 {
	color: #083d77;
	font-size: 21px;
}

#homesectionbottom .newsitem p {
	font-size: 16px;
	color: #2a2a2a;
	font-family: "Noto Serif", serif;
	line-height: 21px;
}

#homesectionbottom .newsitem .rowcon {
	padding: 10px 30px;
}

#homesectionbottom .newsitem .readmore {
	padding: 0px 20px 20px 20px;
	/*border-top:solid 1px #ebebeb;*/
	margin-top: 0px;
	text-align: right;
	text-transform: uppercase;
}

#homesectionbottom .newsitem .readmore a {
	color: #2171ae;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: solid 1px #2171ae;
	text-decoration: none;
	font-weight: bold;
}

#homesectionbottom .newsitem img {
	width: auto;
	height: 250px;
}

#homesectionbottom .newsitem:last-child {
	margin-right: 0;
}

#footer span.address,
#footer span.phone,
#footer span.email {
	background: url(images/icons.png) no-repeat;
	margin-right: 2px;
	background-size: 250px auto;
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
	float: left;
}

#footer span.colright {
	float: left;
}

#footer span.address {
	background-position: -183px -171px;
}

#footer span.phone {
	background-position: -141px -171px;
}

#footer span.email {
	background-position: -101px -171px;
}

#footer .disclaimer {
	border-top: solid 1px #55524a;
	padding-top: 25px;
}

.followus {
	text-align: center;
	color: #ffffff;
	margin-top: 60px;
}

#socialfeed a.icon {
	width: 30px;
	height: 27px;
	display: inline-block;
	/*background: url(images/icons.png);*/
	margin-left: 2px;
	/*background-size: 180px 360px;*/
	position: relative;
	top: 7px;
}

#socialfeed a.icon.fb {
	/*background-position:-9px -46px;*/
	/*margin-left:5px;*/
}

#socialfeed a.icon.tw {
	/*background-position:-44px -46px;*/
}

#socialfeed a.icon.ln {
	/*background-position:-79px -46px;*/
}

#socialfeed a.icon.yt {
	/*background-position:-114px -46px;*/
}

#socialfeed .date {
	border-top: solid 1px #215185;
	padding-top: 20px;
	margin-top: 50px;
}

#socialfeed.tw .date {
	border-color: #acd4f2;
}

#socialfeed.ig .date {
	border-color: #acd4f2;
}

#socialfeed.yt .date {
	border-color: #cb5555;
}

#socialfeed .centercontent {
	text-align: center;
}

#socialfeed .centercontent .posticon {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
	/*background: url(images/icons.png);
    background-size: 180px 360px;*/
}

#socialfeed .centercontent .posticon svg {
	width: 30px;
	height: auto;
}

#socialfeed .followus svg {
	width: 30px;
	height: auto;
}

#socialfeed .st0 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
}

#socialfeed .st1 {
	fill: #ffffff;
}

#socialfeed .centercontent .posticon.facebook {
	/*background-position:-9px -46px;*/
}

#socialfeed .centercontent .posticon.twitter {
	/*background-position:-44px -46px;*/
}

#socialfeed .centercontent .posticon.instagram {
	/*background-position:-77px -46px;*/
}

#socialfeed .centercontent .posticon.youtube {
	/*background-position:-112px -46px;*/
}

#socialfeed .tweet p.video {
	margin-bottom: 20px;
}

#socialfeed .tweet p {
	font-family: "Noto Serif", serif;
}

#socialfeed .tweet img {
	width: 350px;
	height: auto;
}

#socialfeed .tweet p.pic {
	margin-bottom: 20px;
}

#socialfeed .tweet iframe {
	width: 400px;
	height: 225px;
}

#socialfeed .tweet .icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 2px;
	background: url(images/icons.png);
	background-size: 180px 360px;
}

#socialfeed .tweet .icon.link {
	background-position: -5px -118px;
}

#socialfeed .tweet .icon.clock {
	background-position: -30px -118px;
}

/* News Page Styles */

.contentleft {
	width: 60%;
	float: left;
}

.contentright {
	width: 35%;
	float: right;
}

#bluecontent {
	background-color: #2171ae;
	padding: 50px 0;
}

#bluecontent .signupform {
	text-align: center;
}

#bluecontent h2 {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
}

#bluecontent .signupform input {
	background-color: #ffffff;
	border: none;
	padding: 14px 25px;
	box-sizing: border-box;
	font-size: 21px;
	color: #999999;
	width: 35%;
	display: inline-block;
	border-top: solid 1px #ffffff;
}

#bluecontent .signupform input.form-submit {
	background-color: #083d77;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	border-bottom: solid 1px #06315f;
	border-top: solid 1px #0a4e98;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#bluecontent .signupform input.form-submit2 {
	background-color: #083d77;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	border-bottom: solid 1px #06315f;
	border-top: solid 1px #0a4e98;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#bluecontent .signupform input.form-submit2:hover {
	background-color: #13559e;
	border-top-color: #4277b1;
	border-bottom-color: #0f447e;
}

#bluecontent .signupform input.form-submit:hover {
	background-color: #13559e;
	border-top-color: #4277b1;
	border-bottom-color: #0f447e;
}

.allnews .newsitem {
	margin-bottom: 40px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 30px;
	position: relative;
}

.allnews .newsitem img {
	width: 100%;
	height: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	top: -27px;
}

.allnews .newsitem .newsitemleft {
	width: 36%;
	float: left;
	position: relative;
	top: 5px;
}

#bluecontent .signupform input.zip {
	width: 20%;
}

.allnews .newsitem .rowcon {
	width: 60%;
	float: right;
}

.allnews .newsitem h2 {
	font-size: 21px;
}

.allnews .newsitem p {
	font-size: 15px;
	color: #222222;
	line-height: 21px;
	font-family: "Noto Serif", serif;
}

.allnews .newsitem h2 a {
	color: #083d77;
	text-decoration: none;
	border-bottom: solid 1px #083d77;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

.allnews .newsitem .articledate,
.newsfeaturetreatment .articledate,
#homesectiontop .articledate {
	position: absolute;
	top: 15px;
	left: -14px;
	z-index: 11;
	background-color: #e6b813;
	padding: 5px 15px;
	-webkit-box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.5);
}

.not-front #maincontent .articledate p {
	margin-bottom: 0px;
	font-size: 12px;
}

.allnews .newsitem .articledate p,
.newsfeaturetreatment .articledate p,
#homesectiontop .articledate p,
.not-front .landingpage #maincontent .latestnews .articledate p {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
	font-family: "Noto Serif", serif;
}

.not-front #maincontent h2.sectiontitle {
	font-size: 36px;
	color: #252525;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.not-front #maincontent .latestnews h2 {
	color: #252525;
	font-size: 36px;
	margin-bottom: 30px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

.not-front .landingpage #maincontent .latestnews h2 {
	color: #252525;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif;
}

.not-front .landingpage #maincontent .latestnews p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	font-family: "Noto Serif", serif;
}

.newsfeaturetreatment .articleimagewrapper,
#homesectiontop .articleimagewrapper {
	position: relative;
}

.newsfeaturetreatment .articledate,
#homesectiontop .articledate {
	position: absolute;
	top: 5px;
	left: -5px;
	background-color: #e6b813;
}

.contentright .widget {
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.contentright #archives-2 {
	background-color: #423e35;
}

.not-front .contentright #archives-2 h2 {
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
	margin-bottom: 10px;
}

.not-front .contentright #archives-2 h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;
	line-height: 25px;
	font-family: "Noto Serif", serif;
	font-style: italic;
}

.not-front .contentright #archives-2 ul li {
	list-style: none;
}

.not-front .contentright #archives-2 ul li a {
	color: #e6b813;
	margin-bottom: 5px;
}

.not-front .contentright #archives-2 ul {
	margin-bottom: 20px;
	margin-left: 0;
}

.contentright #search-2 {
	background-color: #f5bb00;
	/*display:none;*/
}

.not-front #maincontent .contentright #search-2 h2,
.not-front #whitecontent .contentright #search-2 h2 {
	font-size: 30px;
	color: #252525;
	margin-bottom: 10px;
}

.contentright #search-2 input {
	padding: 12px 14px;
	border: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #999999;
	width: 80%;
	font-style: italic;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	-webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.contentright #search-2 input[type="text"] {
	font-family: "Noto Serif", serif;
}

.contentright #search-2 input.form-submit {
	background-color: #2171ae;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-style: normal;
	border-top: solid 1px #5995c2;
	border-bottom: solid 1px #1a5a8b;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	padding: 14px 14px;
	position: relative;
	top: 1px;
}

.callout {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.callout .calloutcon {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px 30px 40px 30px;
	width: 100%;
	z-index: 10;
}

.callout .calloutcon h2 {
	font-size: 42px;
	line-height: 50px;
	font-family: "Noto Serif", serif;
	/*border-bottom:solid 1px #b4c4d6;*/
	display: inline-block;
}

.not-front .callout .calloutcon h2 {
	border-bottom: none;
}

.callout2 .calloutcon h2 {
	font-size: 30px;
	line-height: 35px;
}

.callout img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.callout.dimmed img {
	opacity: 0.5;
}
/*
#feature .callout:hover img {
	width:120%;
	height:auto;
}*/

#feature .callout:hover h2 {
	border-color: #90b8d6;
}

#feature .callout:hover a {
	color: #acd4f2;
}

#feature a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#feature a:hover {
	color: #acd4f2;
}

.callout3 .calloutcon h2,
.callout4 .calloutcon h2 {
	font-size: 21px;
	line-height: 28px;
}

#map {
	margin-top: 20px;
	position: relative;
	text-transform: uppercase;
	padding-top: 85%;
}

#map svg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
}

#map .st0,
#map .st1,
#map .st2,
#map .st3,
#map .st4,
#map .st5,
#map .st6,
#map .st7,
#map .st8,
#map .st9,
#map .st10,
#map .st11,
#map .st12,
#map .st13,
#map .st14,
#map .st15,
#map .st16,
#map .st17,
#map .st18,
#map .st19 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

#map .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #1c4075;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st1 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #e86024;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st2 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #009444;
}
#map .st3 {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st4 {
	fill: #009444;
}
#map .st5 {
	fill: #939598;
	stroke: #ffffff;
	stroke-width: 0.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st6 {
	fill: #2072af;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st7 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #2072af;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st8 {
	fill: #05592e;
}
#map .st9 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #05592e;
}
#map .st10 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #05592e;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st11 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #9e1b36;
}
#map .st12 {
	fill: #9e1b36;
}
#map .st13 {
	fill: #f3bb19;
}
#map .st14 {
	fill: #e86024;
}
#map .st15 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #e86024;
}
#map .st16 {
	opacity: 0.35;
}
#map .st17 {
	font-family: "OpenSans-Bold";
}
#map .st18 {
	font-size: 10px;
}
#map .st19 {
	fill: #ffffff;
}
#map .st20 {
	fill: #000000;
	stroke: #ffffff;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#map .st21 {
	fill: #ffffff;
}

/*#map .st1:hover, #map .st14:hover, #map .st15:hover {
	fill:#993b13;
}*/

#map #mapkey {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#map #mapkey ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 8px;
	text-transform: none;
}

#map #mapkey ul li a {
	color: #194075;
	text-decoration: none;
	font-weight: bold;
}

#map #mapkey ul li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 20px;
}

.district2 span {
	background-color: #1972b0;
}

.district12 span {
	background-color: #11592e;
}

.district17 span {
	background-color: #ea6024;
}

.district20 span {
	background-color: #f6bc15;
}

.district22 span {
	background-color: #9e1b36;
}

.district31 span {
	background-color: #194075;
}

.westerncanada span {
	background-color: #0b9444;
}

.not-front #maincontent #mapkey p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	position: relative;
	text-transform: none;
}

.not-front #maincontent #mapkey ul {
	margin-left: 0;
}

#mapkey #maparrow {
	position: absolute;
	top: 0;
	left: -100px;
}

#mapkey p span {
	color: #194075;
	font-weight: bold;
	text-transform: none;
}

#mapfooter {
	border-top: solid 1px #ebebeb;
	padding-top: 40px;
	margin-top: 60px;
}

#mapfooter .section {
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

#mapfooter .district {
	display: inline-block;
	margin-right: 3%;
	width: 31%;
	margin-bottom: 50px;
	vertical-align: top;
}

#mapfooter .district:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

#mapfooter .district:nth-child(3n + 3) {
	margin-right: 0;
}

.not-front #maincontent #mapfooter h2 {
	color: #222222;
	line-height: 38px;
	margin-bottom: 30px;
}

.not-front #maincontent #mapfooter .district h3 {
	font-weight: bold;
	color: #222e63;
	font-size: 21px;
	margin-bottom: 5px;
	font-style: normal;
	font-family: "Open Sans", sans-serif;
}

#mapfooter .regions .district h3 {
	margin-bottom: 15px;
}

#mapfooter .district p.states {
	font-style: italic;
}

.not-front #maincontent #mapfooter .district p {
	margin-bottom: 20px;
	font-family: "Noto Serif", serif;
	line-height: 29px;
}

.not-front #maincontent #mapfooter .district h4 {
	color: #222222;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
	margin-top: 5px;
	text-transform: none;
}

#logocontainer {
	position: relative;
	margin-top: -50px;
	display: inline-block;
}

#logopart {
	position: absolute;
	top: -4px;
	right: -400px;
}

#logotop {
	color: #ffffff;
	font-size: 42px;
	line-height: 40px;
	font-weight: 800;
}

#logobottom {
	color: #222222;
	font-size: 24px;
	font-family: "Noto Serif", serif;
}

.mb5 {
	margin-bottom: 5px !important;
}

#contentleft {
	float: left;
	width: 60%;
}

#contentright {
	width: 35%;
	float: right;
}

#contentright .sideblock {
	box-sizing: border-box;
	padding: 30px;
	background-color: #423e35;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#contentright .sideblock h2 {
	color: #ffffff;
	text-align: left;
	font-size: 30px;
}

#contentright .sideblock p {
	color: #ebebd3;
	font-size: 15px;
	text-align: left;
	margin-bottom: 17px;
}

#findyourleg .location {
	float: left;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999999;
	border: solid 1px #ffffff;
	margin-bottom: 25px;
}

#findyourleg #submit {
	display: inline-block;
	padding: 15px 30px;
	color: #ffffff;
	font-weight: bold;
	background-color: #f5bb00;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	border-top: solid 1px #f8cc40;
	border-bottom: solid 1px #c49600;
}

.landingpagea #featurecon {
	text-align: center;
	background-color: #f0f0e1;
	padding: 30px 0;
}

.landingpageb #featurecon {
	padding: 50px 0 35px 0;
}

.landingpagea #featurecon h1 {
	font-size: 72px;
	line-height: 78px;
	color: #222222;
	margin-bottom: 10px;
}

.landingpagea #feature {
	border-bottom: 0;
}

#whitecontent.landingpage_slides {
	padding: 0;
	overflow: hidden;
}

.landingpage_slide {
}

.landingpage_slide .slideleft {
	/*float:left;*/
	display: table-cell;
	width: 48%;
	box-sizing: border-box;
	padding: 50px 75px 75px 100px;
	vertical-align: top;
}

.landingpage_slide .slideright {
	/*float:right;*/
	display: table-cell;
	width: 48%;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	background-repeat: none !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.landingpage_slide img {
	/*max-width:200%;
	max-height:200%;
	width:auto;
	height:auto;
	vertical-align:bottom;*/
}

.landingpage_slide:nth-child(2) .slideleft {
	/*float:right;*/
	display: table-cell;
	padding: 50px 100px 75px 75px;
	box-sizing: border-box;
}

.landingpage_slide .slidefull {
	/*min-height:400px;*/
	position: relative;
	padding: 0px 0 40px 0;
}

.landingpage_slide .slidefull img {
	width: 100%;
	height: auto;
	position: absolute;
}

.landingpage_slide:nth-child(5) .slidecon {
	width: 100%;
	text-align: center;
	position: relative;
	color: #ffffff;
	padding: 50px 80px;
	box-sizing: border-box;
}

.landingpage_slide:nth-child(5) .slidecon .innercon {
	width: 60%;
	margin: 0 auto;
}

.landingpage_slide h2 {
	font-size: 30px;
	line-height: 44px;
	color: #083d77;
	display: inline-block;
	margin-bottom: 30px;
}

.whitesection h2 {
	font-size: 40px;
	line-height: 44px;
	color: #083d77;
	display: inline-block;
	margin-bottom: 30px;
}

.whitesection ul,
.whitesection ol {
	margin-left: 20px;
}

#whitecontent .landingpage_slide .slidefull h2 a,
.landingpage_slide .slidefull a {
	color: #e6b813;
	border-color: #e6b813;
}

#whitecontent .landingpage_slide .slidefull li {
	color: #222222;
}

#whitecontent .landingpage_slide h2 a,
.landingpage_slide h2 a {
	text-decoration: none;
	color: #083d77;
	border-bottom: solid 1px #083d77;
	padding-bottom: 2px;
	display: inline;
}

.landingpage_slide p,
.not-front #whitecontent .landingpage_slide li,
.not-front #maincontent .landingpage_slide li,
.whitesection p,
.whitesection li {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	margin-bottom: 25px;
	font-family: "Noto Serif", serif;
}

.not-front #maincontent .landingpage_slide li,
.not-front #whitecontent .landingpage_slide li {
	margin-bottom: 5px;
}

.not-front #maincontent .landingpage_slide .slidefull li,
.not-front #whitecontent .landingpage_slide .slidefull li {
	color: #222222;
}

.landingpage_slide:last-child h2 {
	color: #f5bb00;
	border-color: #f5bb00;
}

.landingpage_slide:last-child p {
	color: #ffffff;
}

.landingpage_slide:last-child .readmore a {
	color: #f5bb00;
	border-color: #f5bb00;
}

.landingpage_slide p.readmore {
	text-align: right;
	margin-top: 10px;
	font-family: "Open Sans", sans-serif;
}

.landingpage_slide:last-child p.readmore {
	text-align: center;
}

.landingpagea .landingpage_slide .readmore a {
	border-color: #ffffff;
}

.landingpage_slide .readmore a {
	text-transform: uppercase;
	font-weight: bold;
	color: #083d77;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: solid 1px #083d77;
	text-decoration: none;
}

.landingpage #feature img {
	vertical-align: bottom;
}

.landingpage #feature .callout2 {
	overflow: hidden;
	vertical-align: top;
}

.landingpageb #whitecontent {
	text-align: center;
}

.landingpageb #whitecontent .slidefull {
	text-align: center;
	padding: 75px 0 75px 0;
	width: 60%;
	margin: 0 auto;
}

.landingpageb .landingpage_slide:last-child h2 {
	color: #083d77;
	border-color: #083d77;
}

.landingpageb #whitecontent .slidefull h2 {
	margin-bottom: 25px;
}

.landingpageb #whitecontent .slidefull p {
	color: #2a2a2a;
	font-size: 16px;
	line-height: 24px;
}

.landingpageb #whitecontent .slidefull li {
	font-size: 16px;
	line-height: 24px;
	font-family: "Noto Serif", serif;
}

.landingpageb #whitecontent .slidefull p.readmore a {
	color: #083d77;
	border-color: #083d77;
}

.landingpageb .callout .calloutcon {
	bottom: 0px;
	padding: 0 40px 40px 40px;
}

.landingpageb #maincontent h2 {
	color: #083d77;
	border-bottom: solid 1px #083d77;
	display: inline;
	font-size: 30px;
	margin-bottom: 10px;
}

#sidebarsignup {
	background-color: #2171ae;
	box-sizing: border-box;
	padding: 30px 30px;
	margin-bottom: 50px;
}

.landingpageb #feature {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.landingpagea #featurecon h1 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

.landingpageb #maincontent #sidebarsignup h2 {
	color: #ffffff;
	border: none;
}

.not-front #maincontent #sidebarsignup p {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Noto Serif", serif;
}

#sidebarsignup label {
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#sidebarsignup input {
	box-sizing: border-box;
	border: none;
}

#sidebarsignup input[type="email"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 13px 20px 14px;
	margin-bottom: 25px;
	font-size: 16px;
}

#sidebarsignup input.form-submit {
	background-color: #083d77;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	padding: 13px 20px 14px;
	border-radius: 3px;
	float: right;
	font-size: 16px;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	border-top: solid 1px #466e99;
	border-bottom: solid 1px #06315f;
}

#rightflexiblecontent {
	/*border-radius:5px;*/
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#rightflexiblecontent img {
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#rightflexiblecontent .rowcon {
	padding: 30px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon h2 a {
	text-decoration: none;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon p,
.landingpageb #maincontent #rightflexiblecontent .rowcon li {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Noto Serif", serif;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon li {
	margin-bottom: 10px;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon p.readmore {
	text-align: right;
	font-family: "Open Sans", sans-serif;
}

.landingpageb #maincontent #rightflexiblecontent .rowcon p.readmore a {
	text-decoration: none;
	color: #2171ae;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #2171ae;
	padding-bottom: 5px;
}

/* Generic Styles */

#maincontent p {
	margin-bottom: 20px;
}

#maincontent a {
	color: #083d77;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto 25px auto;
}

#maincontent .leftfloated img,
#maincontent .leftfloated iframe {
	margin-right: 30px;
	margin-top: 7px;
	margin-bottom: 20px;
}

#maincontent .rightfloated img,
#maincontent .rightfloated iframe {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.not-front #maincontent h1 {
	color: #2683c0;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
}

.not-front #maincontent h2 {
	color: #2683c0;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
}

.not-front #maincontent h3 {
	color: #222e63;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	font-family: "Noto Serif", serif;
	font-style: italic;
}

.not-front #maincontent h4 {
	color: #222e63;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.not-front #maincontent h5 {
	color: #222e63;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.not-front #maincontent p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.not-front #maincontent p iframe {
	margin-top: 20px;
}

.not-front #maincontent li,
.not-front #whitecontent li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.not-front #maincontent ul,
.not-front #maincontent ol,
.not-front #whitecontent ul,
.not-front #whitecontent ol {
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.not-front #maincontent .sideblock.legis h2 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: bold;
}

.not-front #maincontent .sideblock.legis p {
	font-size: 16px;
	margin-bottom: 25px;
	font-family: "Noto Serif", serif;
}

input[type="submit"] {
	cursor: pointer;
}

.official {
	display: inline-block;
	width: 48%;
	overflow: hidden;
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px;
	min-height: 380px;
	background-color: #ffffff;
	margin-bottom: 40px;
	margin-right: 3%;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.official:nth-of-type(2n + 2) {
	margin-right: 0;
}

.officialleft {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}

.official .photoframe {
	height: 180px;
	overflow: hidden;
}

.official img {
	width: 100%;
	height: auto;
}

.official .personal_information {
	width: 59%;
	display: inline-block;
	vertical-align: top;
}

.beigebg {
	background-color: #f0f0e1;
}

#maincontent .official h2 {
	color: #222222;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 8px;
}

#maincontent .official p.position {
	font-size: 18px;
	line-height: 24px;
	color: #898989;
	margin-bottom: 25px;
	font-family: "Noto Serif", serif;
	font-weight: bold;
}

#maincontent .official .personal_information p {
	word-wrap: break-word;
	font-size: 16px;
	line-height: 21px;
	color: #222222;
	margin-bottom: 20px;
	font-family: "Noto Serif", serif;
}

#maincontent .official .personal_information p a {
	color: #083d77;
	text-decoration: none;
	border-bottom: solid 1px #b4c4d6;
}

#maincontent p.addressquery {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}

#searchbar {
	background-color: #423e35;
	padding: 75px 0;
	text-align: center;
}

#searchbar input {
	padding: 15px 15px 16px 20px;
	background-color: #ffffff;
	border: none;
	font-size: 21px;
	vertical-align: top;
	color: #222222;
	width: 400px;
}

#searchbar input.form-submit {
	background-color: #f5bb00;
	color: #ffffff;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
}

#searchbar p {
	color: #ebebd3;
	font-size: 16px;
	margin-bottom: 25px;
	font-family: "Noto Serif", serif;
}

.official .icons {
	margin-top: 25px;
	text-align: center;
}

.official .icons a {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(images/icons.png);
	margin-right: 0px;
	background-size: 180px 360px;
}

.official .icons a.fb {
	background-position: -9px -10px;
}

.official .icons a.tw {
	background-position: -44px -10px;
}

.official .icons a.yt {
	background-position: -114px -10px;
}

#socialfeed .active .st0 {
	fill: #ffffff;
}

#socialfeed .fb.active .st1 {
	fill: #083d77;
}

#socialfeed .tw.active .st1 {
	fill: #00aced;
}

#socialfeed .ln.active .st1 {
	fill: #e12f67;
}

#socialfeed .yt.active .st1 {
	fill: #bb0000;
}

.custom-pagination {
	text-align: center;
}

.custom-pagination a {
	color: #083d77;
	text-decoration: none;
}

.custom-pagination .page-numbers {
	display: inline-block;
	margin-right: 25px;
	padding: 4px 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #b4c4d6;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.custom-pagination .page-numbers.current {
	background-color: #083d77;
	color: #ffffff;
	padding: 4px 12px;
}

#whitecontent .custom-pagination a.page-numbers:hover {
	color: #2171ae;
	border-color: #90b8d6;
}

#maincontent a.external,
#whitecontent a.external {
	background: url(images/external.png) right 5px no-repeat;
	background-size: 15px 15px;
	padding-right: 20px;
	display: inline;
	margin-bottom: 0 !important;
}

iframe#mainvideo {
	margin-bottom: 20px;
}

/* Wrap Youtube Videos to crop black bars. */
.imagewrap {
	overflow: hidden;
	height: 140px;
	position: relative;
}

.imagewrap img {
	position: relative;
	/*top:-27px;*/
}

.imagewrap svg {
	position: absolute;
	width: 75px;
	height: 75px;
	z-index: 15;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.imagewrap svg {
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.imagewrap:hover svg {
	opacity: 1;
}

.imagewrap svg .st0 {
	fill: #ffffff;
}

.newsfeaturetreatment .imagewrap {
	height: 220px;
}

.newsfeaturetreatment .imagewrap img {
	top: -40px;
	width: 108%;
}

#homesectiontop .newsitem .imagewrap img {
	height: auto;
	width: auto;
	max-width: 100%;
	/*max-width: 500px;
    max-height: 300px;*/
}

.landingpage .newsfeaturetreatment .imagewrap {
	height: 155px;
}

#pageprogress {
	display: inline-block;
	width: 0%;
	border-bottom: solid 4px #2171ae;
	position: absolute;
	bottom: 0;
}

.videobox {
	position: relative;
	cursor: pointer;
}

.videobox iframe {
	width: 130% !important;
	height: 141% !important;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 11;
	opacity: 0;
}

.videoovercast {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	display: none;
}

.search-results article {
	margin-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 40px;
}

.mobileonly {
	display: none;
}

#whitecontent a {
	color: #083d77;
}

#whitecontent .slidefull a {
	color: #083d77;
}

#whitecontent .slidefull .readmore a {
	color: #ffffff;
}

#stickyonlyitems {
	/*display:none;*/
	position: relative;
}

.sticked #stickyonlyitems {
	/*display:inline-block;*/
}

.featureimagediv {
	position: relative;
	z-index: 1;
}

.featureimagediv .imgovercast {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 11;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#maincontent form input,
#maincontent form textarea {
	border: solid 1px #cccccc;
	padding: 10px 15px;
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
}

#maincontent form {
	margin-top: 25px;
}

#maincontent form input[type="submit"] {
	background-color: #083d77;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	border: solid 1px #083d77;
	border-bottom: solid 1px #06315f;
	border-top: solid 1px #0a4e98;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#maincontent form input[type="submit"]:hover {
	background-color: #13559e;
	border-top-color: #4277b1;
	border-bottom-color: #0f447e;
}

#maincontent span.wpcf7-list-item:first-child {
	margin-left: 0;
}

#maincontent select {
	padding: 5px 10px;
}

#status {
	color: red;
	font-size: 20px;
	margin-top: 20px;
}

#status .success {
	color: #ffffff;
	display: none;
}

#status .error {
	color: red;
}

#status .warning,
#status .warning a {
	color: yellow;
}

.signupform .email.success {
	background-color: #ffffff;
	background: url("images/correct.png") no-repeat 95% center;
	background-size: 30px auto;
}

.signupform .email.error {
	background-color: #ffffff;
	background: url("images/error.png") no-repeat 95% center;
	background-size: 30px auto;
}

#signupresults {
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
}

#socialmore {
	margin-right: 5px;
}

#socialmore .st0 {
	fill: #010101;
}

#socialmore svg {
	width: 22px;
	height: 30px;
}

#header .search svg {
	width: 22px;
	height: 30px;
}

.fixed {
	position: fixed !important;
	top: 160px !important;
	transition: all 0.5s ease;
	width: 28%;
}

.bottomout {
	position: absolute !important;
	bottom: 50px !important;
	top: auto !important;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.expandedcontent {
	display: none;
}

.landingpageareadmore {
	text-align: center;
}

.landingpageareadmore a {
	color: #2171ae;
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: solid 1px #2171ae;
	text-decoration: none;
	font-weight: bold;
}

#an-content {
	background: #f0f0e1;
	padding: 50px 0;
}

.progress-meter {
	height: 20px;
	width: 120px;
	border: 1px solid #2171ae;
	margin: 0 auto;
}

.step2 .progress-meter .progress {
	background-image: url(/wp-content/themes/umwa/images/step2progress.png);
	height: 100%;
	width: 33%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.step1 .progress-meter .progress {
	background-image: url(/wp-content/themes/umwa/images/step2progress.png);
	height: 100%;
	width: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.step3 .progress-meter .progress {
	background-image: url(/wp-content/themes/umwa/images/step3progress.png);
	height: 100%;
	width: 66%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.step1 {
	border-bottom: 2px solid #2171ae;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

.step2 {
	border-bottom: 2px solid #2171ae;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

.step3 {
	border-bottom: 2px solid #2171ae;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

.step4 {
	border-bottom: 2px solid #2171ae;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

.f-item {
	width: 32%;
	display: inline-block;
	text-align: left;
	margin: 10px 0.2% 5px;
}

.f-item.fname,
.f-item.lname {
	width: 39%;
}

.f-item.umwanum {
	width: 18%;
}

.f-item.state {
	width: 40px;
}

.f-item.state input {
	text-indent: 5px;
}

.f-item.city {
	width: 30%;
}

.step1 h2,
.step2 h2,
.step3 h2,
.step4 h2 {
	font-size: 2.5em;
	color: #083d77;
}

/*
.step2 h2.inactive:hover {
    color: #083d77;
    transition: .4s ease;
    cursor: pointer;
}
*/

.tell-fellow {
	margin: 50px auto;
}

.tell-fellow a:nth-child(2) {
	background: #417399;
	color: white;
	text-decoration: none;
	padding: 10px 0;
	width: 25%;
	margin: 0 2px;
	display: inline-block;
}

.tell-fellow a:nth-child(2):hover {
	background: #396687;
	transition: 0.2s ease;
}

.tell-fellow a:nth-child(3) {
	background: #3c5a96;
	color: white;
	text-decoration: none;
	padding: 10px 0;
	width: 25%;
	margin: 0 2px;
	display: inline-block;
}

.tell-fellow a:nth-child(3):hover {
	background: #354f84;
	transition: 0.2s ease;
}

.tell-fellow a:nth-child(4):hover {
	background: #42a2e8;
	transition: 0.2s ease;
}

.tell-fellow.fellow-links a:hover {
	background: #dfad1c;
	transition: 0.2s ease;
}

.step4 h2.thanks,
.step4 p,
.step4 .tell-fellow,
.step4 a.back-home {
	display: none;
}

.tell-fellow a {
	font-weight: 700;
}

.tell-fellow h3 {
	font-size: 1.4em;
	color: #083d77;
}

a.back-home {
	color: #083d77;
	font-weight: 600;
}

.tell-fellow a:nth-child(4) {
	background: #59adeb;
	color: white;
	text-decoration: none;
	padding: 10px 0;
	width: 25%;
	margin: 0 2px;
	display: inline-block;
}

.tell-fellow.fellow-links a {
	background: #e5b72f;
	color: white;
	text-decoration: none;
	padding: 10px 0;
	width: 25%;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.tell-fellow.fellow-links {
	margin: 0px auto 50px;
}

.step1 h2.inactive,
.step2 h2.inactive,
.step3 h2.inactive,
.step4 h2.inactive {
	color: #bbb;
}

button.continue {
	background: #083d77;
	color: white;
	font-size: 1.2em;
	width: 200px;
	display: block;
	margin: 40px auto 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
}

.step3 p,
.step3 h6 {
	display: none;
	margin: 30px 0;
}

.step2 .progress-meter,
.step2 .f-item,
.step2 button {
	display: none;
}

.step2 p,
.step2 h6 {
	display: none;
	margin: 30px 0;
}

button.continue:hover {
	cursor: pointer;
	background: #2171ae;
	transition: 0.2s ease;
}

.step3 .submit {
	background: #083d77;
	color: white;
	width: 200px;
	display: none;
	margin: 40px auto 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	font-size: 1.2em;
}

.fellow-links2 {
	display: flex;
}

.f-item.address {
	width: 37%;
}

#multi-form .f-item.zip-code {
	width: 20%;
}

.f-item.zip-code {
	width: 22%;
}

.f-item input {
	width: 100%;
	padding: 5px 0;
	text-indent: 20px;
	font-size: 1.2em;
}

.step3 h6 {
	font-style: italic;
}

.f-item label,
.f-item input {
	display: block;
}

.f-item.yes-get-involved {
	width: 100%;
	margin: 30px 0 -20px;
	text-align: center;
	display: none;
}

.f-item.yes-get-involved input {
	display: inline-block;
	width: 16px;
}

.f-item.yes-get-involved h3 {
	display: inline-block;
}

#signup-section {
	background: #2772ac;
	text-align: center;
	padding: 50px 0;
}

#signup-section h2 {
	color: white;
}

#signup-section form {
	width: 80%;
	margin: 0 auto;
}

#signup-section form input:first-child {
	width: 250px;
	display: inline-block;
	font-size: 1.3em;
	padding: 10px 0;
	text-indent: 10px;
	border: none;
}

#signup-section form input:nth-child(2) {
	width: 150px;
	display: inline-block;
	font-size: 1.3em;
	padding: 10px 0;
	border: none;
	text-indent: 10px;
}

#signup-section form input:nth-child(4) {
	width: 150px;
	display: inline-block;
	background: #083d77;
	color: white;
	border: none;
	font-size: 1.3em;
	padding: 10px 0;
}
.step3 .progress-meter,
.step3 .f-item,
.step3 .submit {
	display: none;
}
