/*
Theme Name: 'Washington Senate Republican Caucus' Theme by FDGweb
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom theme designed by FDGweb.
Version: 1.0.2
*/

@font-face {
    font-family: 'Avenir';
    src: url('css/fonts/avenir/AvenirNext-Regular.eot');
    src: url('css/fonts/avenir/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/avenir/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg'),
         url('css/fonts/avenir/AvenirNext-Regular.woff') format('woff'),
         url('css/fonts/avenir/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('css/fonts/avenir/AvenirNext-Medium.eot');
    src: url('css/fonts/avenir/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/avenir/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg'),
         url('css/fonts/avenir/AvenirNext-Medium.woff') format('woff'),
         url('css/fonts/avenir/AvenirNext-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('css/fonts/avenir/AvenirNext-UltraLight.eot');
    src: url('css/fonts/avenir/AvenirNext-UltraLight.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/avenir/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg'),
         url('css/fonts/avenir/AvenirNext-UltraLight.woff') format('woff'),
         url('css/fonts/avenir/AvenirNext-UltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir DemiBold';
    src: url('css/fonts/avenir/AvenirNext-DemiBold.eot');
    src: url('css/fonts/avenir/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/avenir/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg')
         url('css/fonts/avenir/AvenirNext-DemiBold.woff') format('woff'),
         url('css/fonts/avenir/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua';
    src: url('css/fonts/perpetua/PerpetuaTitlingMT-Light.eot');
    src: url('css/fonts/perpetua/PerpetuaTitlingMT-Light.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/perpetua/PerpetuaTitlingMT-Light.woff') format('woff'),
         url('css/fonts/perpetua/PerpetuaTitlingMT-Light.ttf') format('truetype'),
         url('css/fonts/perpetua/PerpetuaTitlingMT-Light.svg#PerpetuaTitlingMT-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('css/fonts/charter/Charter-Roman.eot');
    src: url('css/fonts/charter/Charter-Roman.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/charter/Charter-Roman.svg#Charter-Roman') format('svg'),
         url('css/fonts/charter/Charter-Roman.woff') format('woff'),
         url('css/fonts/charter/Charter-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* /////////  FONT SMOOTHING FIX  ////////////// */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Avenir';
		src: url('css/fonts/avenir/AvenirNext-Regular.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Avenir Medium';
		src: url('css/fonts/avenir/AvenirNext-Medium.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Avenir UltraLight';
		src: url('css/fonts/avenir/AvenirNext-UltraLight.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Avenir DemiBold';
		src: url('css/fonts/avenir/AvenirNext-DemiBold.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Perpetua';
		src: url('css/fonts/perpetua/PerpetuaTitlingMT-Light.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Charter';
		src: url('css/fonts/charter/Charter-Roman.svg') format('svg');
	}
	
}

/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-moz-hyphens: none;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

* { 
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none; 
hyphens: none;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003D89;
	font-family: Avenir;
	font-weight: bold;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	height: 35px;
	margin-top: 5px;
}

.nav-previous a, .nav-next a {
	padding: 8px 16px;
	color: #fff;
	background: #003D89;
	text-decoration: none;
	box-shadow: inset 0 0 0 2px #003D89;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.nav-previous a:hover, .nav-next a:hover {
	background: none;
	color: #003d89;
	box-shadow: inset 0 0 0 2px #003d89;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	height: 35px;
	margin-top: 5px;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
#page-container {
	background: #fff;
}

.site {
	padding: 0 24px;
}
.site-content {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
}

/* Header */
#header-container.full {
	background: #fff;
}

.site-header {
	padding: 20px 0px;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.site-header h1,
.site-header h2 {
	text-align: center;
}

.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
	background: url('images/logo.png');
	height: 30px;
	width: 1100px;
	margin: 38px 0 -13px 0;
	background-size:100%;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}

.site-header h1 {
	font-size: 23px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

/* Navigation Menu */
#nav-container {
	position: relative;
}

.main-navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 15px 0;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin: 0;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}

.widget-area .widget a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	display: block;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

.mac .widget-area .widget a {
	font-family: helvetica, arial, sans-serif;
}

.widget-area .widget a:hover {
	color: #222;
	font-family: 'Open Sans', sans-serif;
}

.mac .widget-area .widget a:hover {
	font-family: helvetica, arial, sans-serif;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#site-container {
	min-height: 100%;
	position: relative;
}

#site-container.full {
	max-width: 100%;
}

#page-container {
	background: #fff;
}

/* Footer */
#footer-container {
    position: relative;
    bottom: 0;
    width: 100%;
    background: url(images/footer_banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    background-position: bottom;
}

footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 25px;
	position: relative;
	height: 73px;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
	font-family: 'Charter', serif;
	color: #003D89;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 18px;
	line-height: 1.714285714;
	font-family: 'Open Sans', sans-serif;
}

.mac .entry-content p {
	font-family: helvetica, arial, sans-serif;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
	display: none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

#wpadminbar {
	background: rgba(0, 0, 0, 0.65);
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

.author-avatar {
	float: left;
	margin-top: 8px;
}
.author-description {
	float: right;
	width: 80%;
}

.site-content {
	float: left;
	width: 65.104166667%;
}
body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #232323;
	line-height: 2.5em;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	padding: 0 20px;
	position: relative;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	outline: none;
}

.win .chrome .main-navigation li a {
	font-family: 'Avenir Light', sans-serif;
	font-weight: bold;
}

.mac .main-navigation li a {
	font-family: "Avenir", sans-serif;
	font-weight: normal;
}

.main-navigation li a:hover {
	color: #000;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
.main-navigation li {
	margin: 0 30px 0 0;
	margin: 0 10px 0 10px;
	position: relative;
}

.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	line-height: 2.181818182;
	padding: 8px 10px;
	width: 180px;
	text-align: left;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover,
.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_ancestor > a:hover {
	background: #003D88;
	color: #FFF;
	font-family: "Avenir Medium", sans-serif;
}

.win .chrome .main-navigation .current-menu-item > a {
	font-weight: bold;
	font-family: Avenir;
}

.mac .main-navigation .current-menu-item > a,
.mac .main-navigation .current-menu-ancestor > a,
.mac .main-navigation .current_page_item > a,
.mac .main-navigation .current_page_ancestor > a,
.mac .main-navigation .current-menu-item > a:hover,
.mac .main-navigation .current-menu-ancestor > a:hover,
.mac .main-navigation .current_page_item > a:hover,
.mac .main-navigation .current_page_ancestor > a:hover {
	font-family: "Avenir Medium", sans-serif;
	font-weight: normal;
}

.main-navigation li > a:before {
	content: ' ';
	position: absolute;
	top: 6px;
	left: 20px;
	right: 20px;
	height: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
	
.main-navigation .current-menu-item > a:before, .main-navigation li:hover > a:before {
	content: ' ';
	position: absolute;
	top: 2px;
	left: 20px;
	right: 20px;
	height: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation ul.sub-menu li:hover > a:before, .main-navigation ul.sub-menu li > a:before {
  border:none;
}

.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
}

body .site {
	padding: 0;
	padding-bottom: 70px;
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.blog-roll-meta {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
}

.blog-roll-thumb {
	width: 220px;
	height: 150px;
	padding: 5px 20px 0px 0;
	box-shadow: none;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.excerpt-content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 300px);
	min-height: 110px;
}

body.single .blog-roll-thumb {
	width: 320px;
	height: 220px;
	float: left;
	padding: 5px 20px 0px 0;
	box-shadow: none;
	overflow: hidden;
}

.blog-roll-thumb img {
	width: 100%;
	display: block;
}

.entry-content h3 {
	line-height: 1.3em;
	margin: 15px 0 5px 0;
}

.entry-content h3 a, .entry-content h3 a:visited {
	color: #003D89;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	display: block;
	-moz-hyphens: none;
}

.entry-content a.blog-roll-read-more {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir medium", sans-serif;
	padding: 8px 17px 8px 16px;
	font-size: 12px;
	margin: 20px 0 0 0;
	background-color: #B9152D !important;
	width: 98px;
	position: relative;
	clear: both;
	box-shadow: inset 0 0 0 2px #b9152d;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.entry-content a.blog-roll-read-more:hover {
	background:none !important;
	box-shadow: inset 0 0 0 2px #b9152d;
	color: #b9152d;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.ie8 .entry-content a.blog-roll-read-more:hover {
	border: 2px solid #b9152d;
	padding: 6px 15px 6px 14px
}

.win .chrome .entry-content a.blog-roll-read-more {
	font-family: Avenir;
	font-weight: bold;
}

.mac .entry-content a.blog-roll-read-more {
	font-weight: normal;
}

.entry-content a.blog-roll-read-more:before {
	content: '+';
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 0 0;
	line-height: 20px;
}

.blog-roll-post {
	display: inline-block;
	vertical-align: top;
	width: 522px;
	padding: 0 0 40px 0;
	margin: 0 -4px 0 0;
}

.ie8 .blog-roll-post {
	margin: 0 25px 0 0;
}

.blog-roll-post:nth-child(2n-1) {
	margin-right: 56px;
}

.blog-roll-container {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}

#legislative-tools-container {
	position: relative;
	background: url(images/legislative-tools-bg.jpg) center center no-repeat;
	background-size: auto 100%;
	margin: 0;
}

.ie8 #legislative-tools-container {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.src-testing.com/wp-content/themes/republican/images/legislative-tools-bg.jpg', sizingMethod='scale');
}

#legislative-tools {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	height: 440px;
	text-align: center;
	padding: 0 100px;
}

#legislative-tools h3 {
	color: #FFF;
	font-family: Perpetua;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 34px;
	padding: 75px 0 20px 0;
	text-align: center;
	margin: 0;
}

.entry-content a.legislative-tool {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	text-decoration: none;
	width: 25%;
	margin: 0 -4px 30px 0;
	text-align: center;
	font-family: Avenir;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.03em;
}

.win .chrome .entry-content a.legislative-tool {
	font-weight: bold;
}

.mac .entry-content a.legislative-tool {
	font-weight: normal;
}

.legislative-tool-icon {
	margin: 5px 0;
	max-height: 64px;
	overflow: hidden;
	position: relative;
}

.legislative-tool-icon img {
	max-height: 64px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.legislative-tool:hover img {
	top: -5px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#home-rotator-container {
	//max-height: 400px;
	position: relative;
}

#rotator-container {
	width: 100%;
	position: relative;
	background: #111;
	max-height: 0;
	z-index: 0;
	overflow: hidden;
	margin: 24px 0 0 0;
}

.home-rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.home-rotator-slide-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin: 0 -4px 0 0;
}

.home-rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.home-rotator-slide-content-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}

.Right .home-rotator-slide-content-inner {
	text-align: right;
}

.home-rotator-title {
	color: #FFF;
	font-family: Avenir Light;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	text-shadow: 0 3px rgba(0, 0, 0, 0.15);
}

.mac .home-rotator-title {
	font-weight: normal;
	font-size: 46px;
}

.home-rotator-title strong {
	font-family: "Avenir demibold", sans-serif;
	font-weight: normal;
}

.mac .home-rotator-title strong {
	font-weight: normal;
	font-family: "Avenir demibold", sans-serif;
}

.gecko .home-rotator-title strong {
	font-family: "Avenir Medium", sans-serif;
}

a.read-more {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir;
	font-weight: bold;
	padding: 14px 15px 12px 15px;
	font-size: 13px;
	margin: 20px 0 0 0;
	background: #B9152D;
}

a.home-rotator-button {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir;
	font-weight: bold;
	padding: 14px 15px 12px 15px;
	font-size: 13px;
	margin: 20px 0 0 0;
	box-shadow: inset 0 0 0 2px #B9152D;
	background: #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

a.home-rotator-button:hover {
	color: #fff;
	background: transparent !important;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.ie8 a.home-rotator-button:hover {
	border: 2px solid #fff;
	padding: 12px 13px 10px 13px;
}

.mac a.home-rotator-button, .mac a.read-more {
	font-weight: normal;
	font-size: 14px;
}

a.home-rotator-button:before, a.read-more:before {
	content: '+';
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 0 0;
	line-height: 10px;
}

a.read-more {
	float: right;
	padding: 10px 15px;
}

a.read-more:before {
	line-height: 20px;
}

.bx-controls.bx-has-pager {
	position: absolute;
	bottom: 48px;
	width: 100%;
}

#rotator-prev {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
}

#rotator-prev a, #rotator-next a {
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url('images/rotate-prev.png') center center no-repeat;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#rotator-prev a:hover {
	background: url('images/rotate-prev.png') center center no-repeat rgba(0,0,0,0.1);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#rotator-next a:hover {
	background: url('images/rotate-next.png') center center no-repeat rgba(0,0,0,0.1);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#rotator-next {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
}

#rotator-next a {
	background: url('images/rotate-next.png') center center no-repeat;
	outline: none;
}

#home-rotator-container .bx-wrapper {
	max-height: none;
}

.bx-wrapper img {
	width: 100%;
	opacity: .9;
}

#quick-links-container {
	background: #F5F5F5;
}

#quick-links {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
}

a.quick-link {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	margin: 0 -4px 0 0;
	text-align: center;
	height: 120px;
	font-family: Avenir;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 0 7px;
	line-height: 19px;
	color: #999;
}

.win a.quick-link {
	padding: 0 6px;
}

.win .chrome a.quick-link {
	font-family: Avenir Light;
	font-weight: bold;
}

.mac a.quick-link {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

.quick-link-icon {
	height: 80px;
	position: relative;
	opacity: 0.4;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.ie8 .quick-link-icon {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

a.quick-link:hover .quick-link-icon {
	opacity: 0.6;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.ie8 a.quick-link:hover .quick-link-icon {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.quick-link-icon span {
	display: inline-block;
	height: 100%;
	margin: 0;
	vertical-align: middle;
}

.quick-link-icon img {
	display: inline-block;
	vertical-align: middle;
}

#gov-links-container {
	background: #F2F2F2;
	padding: 50px 0 35px 0;
}

#gov-links {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#state-links, #us-links {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 50%;
	text-align: center;
}

.state-link-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px 0 0;
}

#gov-links h3 {
	font-family: 'Charter', serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 22px 0;
}

.mac #gov-links h3 {
	font-weight: normal;
	font-family: 'Charter', serif;
}

a.state-link, a.us-link {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir medium;
	font-size: 12px;
	color: #0C4396;
	padding: 0 0 12px 0;
}

a.state-link:hover, a.us-link:hover {
	color: #297BB6;
}

.win .chrome a.state-link, .win .chrome a.us-link {
	font-family: Avenir;
	font-weight: bold;
}

.mac a.state-link, .mac a.us-link {
	font-weight: normal;
} 

.site-copyright {
	position: absolute;
	right: 0;
	font-family: "Avenir", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	height: 22px;
	top: 50%;
	margin: -11px 0 0 0;
}

.win .chrome .site-copyright {
	font-family: Avenir Light;
	font-weight: bold;
}

.mac .site-copyright {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

.footer-logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px 0 0;
	margin: -16px 0 0 0;
}

.footer-logo img {
	display: block;
}

.menu-footer-navigation-container {
	display: inline-block;
	vertical-align: middle;
}

.menu-footer-navigation-container li {
	display: inline-block;
	vertical-align: top;
}

.menu-footer-navigation-container li a {
	text-decoration: none;
	font-family: "Avenir", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 20px;
	color: #333;
}

.win .chrome .menu-footer-navigation-container li a {
	font-family: Avenir Light;
	font-weight: bold;
}

.mac .menu-footer-navigation-container li a {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

.menu-footer-navigation-container li a:hover {
	color: #000;
}

.page-template-page-templatessenators-php #primary {
	width: 100%;
	float: none;
}

.page-template-page-templatessenators-php #legislative-tools-container {
	margin: 80px 0 0;
}

.page-template-page-templatessenators-php footer.entry-meta {
	display: none;
}

.page-template-page-templatessenators-php .site {
	padding-bottom: 0;
}

body.page .entry-header {
	background: #B9152D;
	box-shadow: inset 0 0 160px #AE1213;
	height: 140px;
}

body.page .entry-header .entry-title {
	font-size: 42px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Avenir Light;
	letter-spacing: -0.02em;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 45px 0;
	line-height: 58px;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
}

.mac body.page .entry-header .entry-title {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

#senators-list {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

.single-senator {
	display: inline-block;
	vertical-align: top;
	width: 272px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
	margin: 0 0 40px 0;
}

.single-senator a {
	text-decoration: none;
	
}

.single-senator .senator-photo-link {
	display: block;
	width: 100%;
	height: 100%;
}

.senator-photo {
    width: auto;
    height: 340px;
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
}

.senator-photo img {
	height: 110%;
	max-width: none;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
}

.senator-name {
	font-family: Avenir Medium;
	font-weight: bold;
	color: #222;
}

.mac .senator-name, .ie8 .senator-name, .gecko.win .senator-name {
	font-weight: normal;
}

.senator-district {
	color: #222;
	font-size: 12px;
	font-family: Avenir Light;
	font-weight: bold;
}

.mac .senator-district, .ie8 .senator-district, .gecko.win .senator-district {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

.senator-title {
	color: #AE1213;
	font-weight: bold;
	font-family: Avenir;
	font-size: 12px;
}

.mac .senator-title, .ie8 .senator-title, .gecko.win .senator-title {
	font-weight: normal;
}

.senator-photo:before {
	//content: 'Visit Site';
	position: absolute;
	color: #000;
	font-family: Avenir Light;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	height: 100%;
	line-height: 340px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 10;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	transition: 0.4s all;
}

.ie8 .senator-photo:before {
	content: none;
}

.mac .senator-photo:before {
	font-weight: normal;
	font-family: "Avenir", sans-serif;
}

.single-senator:hover .senator-photo:before {
	opacity: 1;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	transition: 0.4s all;
}

.single-senator:hover .senator-photo img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
}

.single-senator .senator-photo .hidden-overlay {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: 0.8s all;
	width: 100%;
	background: #ffffffc7;
	height: 100%;
	z-index: 10;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
}

.single-senator:hover .senator-photo .hidden-overlay {
    opacity: 1;
}

.single-senator .hidden-overlay .senator-name {
	font-size: 20px;
	color: #003D88;
	font-family: Avenir Medium;
	font-weight: bold;
	padding: 0 0 10px;
}

.single-senator .hidden-overlay .senator-title {
	text-transform: none;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	padding: 0 0 10px;
}

.single-senator .hidden-overlay .senator-district {
	color: #222;
	font-size: 14px;
	font-family: Avenir Light;
	font-weight: bold;
}

.single-senator .hidden-overlay .social-links {
	padding: 10px 0 20px;
}

.single-senator .hidden-overlay .social-links .social-link {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center center;
}

.single-senator .social-links .social-link.facebook {
	background-image: url('images/icon-facebook-blue.png');
}

.single-senator .social-links .social-link.twitter {
	background-image: url('images/icon-twitter-blue.png');
}

.single-senator .social-links .social-link.youtube {
	background-image: url('images/icon-youtube-blue.png');
}

.single-senator .social-links .social-link.linkedin {
	background-image: url('images/icon-linkedin-blue.png');
	background-size: 70%;
	background-position: center 3px;
}

.single-senator .social-links .social-link.instagram {
	background-image: url('images/icon-instagram-blue.png');
	background-size: 80%;
}

.single-senator .hidden-overlay .commitee-title {
	color: #003D88;
	font-family: Avenir Medium;
	font-weight: bold;
	letter-spacing: 1.4px;
	font-size: 14px;
}

.single-senator .hidden-overlay .senate-committees li {
	margin: 4px 0 0 20px;
	font-family: 'Avenir';
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

body.blog #blog-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

body.blog .entry-title a {
	color: #003D89;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	margin: 0;
	display: block;
}

#single-post-container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

#single-post-title, #news-title {
	background: #B9152D;
	box-shadow: inset 0 0 160px #AE1213;
	height: 140px;
	margin: 24px 0;
}

#single-post-title div, #news-title div {
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Avenir Light;
	letter-spacing: -0.01em;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 34px;
	font-weight: bold;
	height: 100%;
}

#single-post-title span:first-child {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

#single-post-title span:last-child {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

body.single .blog-roll-meta {
	margin: 0 0 10px 0;
}

#news-title div {
	font-size: 42px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Avenir Light;
	letter-spacing: -0.02em;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 45px 0;
	line-height: 58px;
	font-weight: bold;
	height: auto;
}

body.page #primary {
	float: none;
	width: 100%;
}

form.ms-global-search_form {
	padding: 0;
	border: 1px solid #CFCFCF;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}

form.ms-global-search_form > div > p {
	display: none;
}

form.ms-global-search_form input.ms-global-search_vbox {
	margin: 0;
	font-family: inherit;
	padding: 6px;
	border: none;
	outline: none;
	font-size: 13px;
	line-height: 19px;
}

form.ms-global-search_form input.button {
	margin: 0;
	background: url('images/search.jpg') center center no-repeat;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 35px;
	height: 30px;
	padding: 0;
	top: -1px;
	position: relative;
	box-shadow: none;
	outline: none;
}

#primary.search-results .entry-content {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

#primary.news .entry-content, #primary.category .entry-content, #primary.featured-category .entry-content {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

#news-blog-roll {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 760px;
}

.news .blog-roll-post, #primary.category .blog-roll-post, #primary.featured-category .blog-roll-post {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 60px 0;
	position: relative;
	border-bottom: 1px solid #DDD;
}

.news .entry-content a.blog-roll-read-more, #primary.category .entry-content a.blog-roll-read-more,
#primary.featured-category .entry-content a.blog-roll-read-more {
	margin: 10px 0 0 0;
	position: absolute;
	right: 0;
}

#news-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 10px 0 0 56px;
	min-height: 500px;
}

.news .blog-roll-page, #primary.category  .blog-roll-page, .featured-category .blog-roll-page {
	position: relative;
	display: none;
	background: #FFF;
	z-index: 10;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.news .blog-roll-page.float, #primary.category .blog-roll-page.float, #primary.featured-category .blog-roll-page.float {
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.news #pagination, #primary.category #pagination, #primary.featured-category #pagination {
	text-align: center;
}

.news #pagination .news-page-link, #primary.category #pagination .news-page-link, #primary.featured-category #pagination .news-page-link {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	width: 32px;
	border: 1px solid #CACACA;
	margin: 0 4px;
	font-family: 'Charter', serif;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.news #pagination .news-page-link:hover, #primary.category #pagination .news-page-link:hover, #primary.featured-category #pagination .news-page-link:hover {
	border-color: #B9152D;
	color: #B9152D;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.news #pagination .news-page-link.active, #primary.category #pagination .news-page-link.active, #primary.featured-category #pagination .news-page-link.active {
	color: #FFF;
	background: #B9152D;
	border-color: #B9152D;
}

.widget-categories h3, .widget-in-the-news h3 {
	color: #003D89;
	font-size: 23px;
	margin: 0;
	font-family: 'Charter', serif;
	padding: 10px 0 10px 0;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.widget-in-the-news a, .widget-in-the-news a:visited {
	display: block;
	text-decoration: none;
	line-height: 18px;
	margin: 0 0 10px 18px;
	color: #444;
}

.widget-categories a.post-category {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 18px;
	font-family: 'Open Sans', sans-serif;
}

.mac .widget-categories a.post-category {
	font-family: helvetica, arial, sans-serif;
}

.widget-categories a.post-category:hover {
	text-decoration: underline;
}

.widget-categories a.post-category:before {
	content: '-';
	position: absolute;
	margin: -4px 0 0 -14px;
	opacity: 0.6;
	font-size: 22px;
}

#primary.news .blog-roll-thumb {
	float: left;
}

.mac .blog-roll-content {
	font-family: helvetica, arial, sans-serif;
}


.error404 .site-content {
	width: 100%;
}

.error404 #page-container {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.error404 h1.entry-title {
	font-family: "Avenir Light", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 52px;
	letter-spacing: -0.02em;
	margin-top: 50px;
}

.error404 h1.entry-title span {
	font-family: "Avenir demibold", sans-serif;
	font-weight: normal;
}

.error404 .entry-content p {
	font-size: 16px;
}

.mac .error404 .entry-content p {
	font-family: Helvetica, arial, sans-serif;
}

.error404 div#content {
	margin-bottom: 60px;
}

.error404 .entry-content input#s {
	width: 270px;
	padding: 6px;
	font-size: 16px;
	border-radius: 0;
	border: 1px solid #bbb;
}

.mac .error404 .entry-content input#s {
	font-family: helvetica, arial, sans-serif;
}

.error404 .entry-content input#searchsubmit {
	display: block;
	width: 110px;
	padding: 8px 15px;
	color: #fff;
	background: #B9152D;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 30px auto 0 auto;
	box-shadow: inset 0 0 0 2px #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.error404 .entry-content input#searchsubmit:hover {
	color: #b9152d;
	background: none;
	box-shadow: inset 0 0 0 2px #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}


.hero-title-container {
	background: #B9152D;
	box-shadow: inset 0 0 160px #AE1213;
	height: 140px;
	margin-top: 24px;
}

.hero-title {
	width: 1100px;
	margin: 0 auto;
	font-family: "Avenir", sans-serif;
	color: #fff;
	font-size: 42px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	position: relative;
	padding: 45px 0;
	line-height: 58px;
	-moz-osx-font-smoothing: grayscale;
}

img.hero-image {
	width: 100%;
	opacity: .35;
	margin: -10% 0 0 0;
}

.ie8 img.hero-image {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.intro-heading {
	color: #333;
	font-size: 36px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.5em;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
	font-weight: 300;
	text-align: center;
}

.win .intro-heading {
	font-family: 'Open Sans', sans-serif;
}

.intro-heading a {
	font-weight: 500;
	text-decoration: none;
	color: #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.intro-heading a:hover {
	color: #E41231;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact-hero-overlay {
	opacity: .55;
	width: 100%;
	height: 830px;
	position: absolute;
	z-index: 999;
	top: 0;
}

.hero-content-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 1000;
}

.hero-content-container-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.hero-content-container-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin: 0 -4px 0 0;
}

.hero-container {
	width: 100%;
	max-height: 480px;
	position: relative;
	overflow: hidden;
}

.district-text {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	line-height: 1.6em;
	font-size: 18px;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
}

.win .district-text {
	font-family: 'Open Sans', sans-serif;
}

a.district-finder-button {
	display: block;
	width: 150px;
	padding: 14px 13px;
	background: #B9152D;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Avenir, sans-serif;
	margin: 40px auto;
	text-align: center;
	box-shadow: inset 0 0 0 2px #b9152d;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

a.district-finder-button:hover {
	box-shadow: inset 0 0 0 2px #b9152d;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	color: #b9152d;
	background:none;
}

.ie8 a.district-finder-button:hover {
	border: 2px solid #b9152d;
	padding: 12px 11px;
}

.senator-finder p {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: 300;
	margin-top: 50px;
}

.win .senator-finder p {
	font-family: 'Open Sans', sans-serif;
}



.contact-box {
	width: 364px;
	display: inline-block;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	vertical-align: top;
	text-align: center;	
}

.mac .contact-box {
	font-family: Helvetica, arial, sans-serif;
	font-weight: 300;
}

.contact-box h2 {
	margin-bottom: -16px !important;
	font-family: 'Avenir Medium', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
}

.contact-box strong {
	font-family: 'Avenir Medium', sans-serif;
	font-weight: normal;
}

.contact-container {
	margin: 60px auto 60px auto;
	width: 1100px;
}




.senators-table {
	margin: 30px auto 80px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	width: 1100px;
}

.mac .senators-table {
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
}

.senators-table .contact-senator-row:nth-child(even) {
	background: #efefef;
}

.ie8 .contact-senator-row {
	border-bottom: 1px solid #eee;
}

.senators-table td {
	vertical-align: middle;
	padding-left: 20px;
}

.senators-table td strong {
	font-weight: normal !important;
	font-family: 'Charter-bold', serif;
	font-size: 18px;
}

.senators-table .contact-senator-heading div {
	font-weight: normal !important;
	font-family: "Avenir Medium", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.contact-senator-row div {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 0 -4px 0 0;
}

.senators-table .district {
	width: 80px;
}

.senators-table .senator {
	width: 195px;
}

.contact-senator-row .senator a {
	display: block;
	padding: 20px 0;
	margin: -20px 0;
	text-decoration: none;
	color: #0C4396;
}

.contact-senator-row .senator a:hover {
	text-decoration: underline;
}

.senators-table .hometown {
	width: 140px;
}

.senators-table .office {
	width: 80px;
	text-transform: uppercase;
}

.senators-table .phone {
	width: 115px;
}

.contact-senator-heading .phone span {
	font-weight: normal !important;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
}

.senators-table .legislative-assistant {
	width: 250px;
}

.page-template-page-templatescontact-php .site {
	padding-bottom: 0 !important;
}

.contact-senator-row div span {
	display: none;
}


#mobile-nav-toggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 7%;
	height: 50px;
	cursor: pointer;
	z-index: 200;
	text-align: center;
	color: #FFF;
	line-height: 46px;
	font-family: Avenir;
	text-transform: uppercase;
	font-size: 18px;
}

#mobile-nav-toggle div {
	background: #FFF;
	width: 30px;
	height: 4px;
	position: relative;
	margin: 0 auto;
	top: 14px;
	left: -55px;
	border-radius: 1px;
	box-shadow: 0 10px 0 #FFF, 0 20px 0 #FFF;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	-webkit-transition: 0.5s -webkit-transform;
	-moz-transition: 0.5s -webkit-transform;
	-ms-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
}

body.nav-active #site-container {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	z-index: 80;
	min-height: 100%;
	background: #B9152D;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-shad {
	width: 100%;
	min-width: 360px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: none;
	z-index: 50;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav-shad {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-close {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	padding: 20px 20px;
	position: relative;
	margin: -40px 0 5px 0;
	text-align: center;
	cursor: pointer;
}

#mobile-nav-close:after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	margin: 35px 15% 0 15%;
	left: 0;
}

#mobile-nav .menu-top-navigation-container {
	display: block;
	width: 70%;
	padding: 40px 0 0 0;
	z-index: 20;
	position: relative;
	background: #0D293E;
}

#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
	padding: 30px 0 0 0;
}

#mobile-nav > div > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: Avenir;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	position: relative;
}

#mobile-nav > div > ul > li > ul > li > a, #mobile-nav ul li a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mobile-nav > div > ul > li > ul > li > a:active {
	color: #FFF;
}

#mobile-nav > div > ul > li {
	padding: 0 0 5px 0;
}

#mobile-nav > div > ul > li:after {
	content: ' ';
	width: 40%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	margin: 0px 30% 0;
	border-top: 1px solid #A10A0A;
}

#mobile-nav > div > ul > li:last-child:after {
	display: none;
}

#mobile-nav ul.sub-menu {
	position: relative;
	z-index: 200;
}

.globalsearch_author, .globalsearch_comment, .globalsearch_edit {
	display: none;
}

body .globalsearch_header {
	margin: 0;
	min-height: 0;
	padding-top: 0px;
	padding-bottom: 0;
}

.globalsearch_post .globalsearch_header h2 {
	margin: 0;
}

.globalsearch_post .globalsearch_header h2 a {
	color: #003D89;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	display: block;
}

.ie8 #mobile-nav {
	display: none;
}

.category div#page, .featured-category div#page {
	width: 1100px;
	margin: 0 auto;
}

.category #single-post-title, .featured-category #single-post-title {
	margin: 24px -4000px;
	padding: 0 4000px;
}

.category header.entry-header, .featured-category header.entry-header {
	margin-bottom: 8px;
}

.category article, .featured-category article {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 60px 0;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.featured-category .entry-content a.blog-roll-read-more {
	float: right;
	margin: 0;
}

.category .entry-content a.blog-roll-read-more {
	margin: 0;
}

.leadership-blog {
	background: #032857;
	padding: 50px 0;
	margin-top: 130px;
	margin-bottom: -70px;
}

.exit-105-container {
	width: 1100px;
	margin: 0 auto;
}

.exit-105 {
	display: inline-block;
}


.exit-105-right {
	display: inline-block;
	width: 480px;
	padding-left: 60px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	vertical-align: top;
	padding-top: 15px;
	color: #fff;
}

.mac .exit-105-right {
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.01em;
}

a.exit-105-button {
	display: inline-block;
	background: #FFF;
	padding: 11px 16px;
	color: #032857;
	text-decoration: none;
	font-family: 'Avenir demibold', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	position: relative;
	box-shadow: inset 0 0 0 2px #FFF;
	margin: 10px 0 0;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}



a.exit-105-button:hover {
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.ie8 a.exit-105-button:hover {
	border: 2px solid #fff;
	padding: 9px 14px;
}


.page-id-150 .entry-content p {
	width: 1100px;
	margin: 0 auto 15px auto;
}

.page-id-150 .entry-content h2 {
	width: 1100px;
	margin: 25px auto 10px auto;
	font-family: 'Avenir light', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 26px;
}

.win.chrome .page-id-150 .entry-content h2 {
	font-weight: bold;
}


.social-container {
	width: 100%;
	position: absolute;
	top: 0;
}

.social-wrap {
	width: 1100px;
	margin: 0 auto;
	text-align: right;
}

.social {
	float:right;
}

.social .facebook {
	display: inline-block;
	background: #4a6eaa;
}

.social .instagram {
	display: inline-block;
	background: #fe0079;
}

.social .twitter {
	display: inline-block;
	background: #79cdf1;
}

.social .youtube {
	display: inline-block;
	background: #e63e42;
}

.social .flickr {
	display: inline-block;
}

.social a img {
	opacity: 1;
	width: 26px;
	padding: 8px;
	display: block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.social a:hover img {
	opacity: .7;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}


.single-post .post a, .single-post .post a:visited {
	color: #B9152D;
}



body.category-exit-105 h1#single-post-title, body.category-exit-105 #news-title {
	background: #032857;
	box-shadow: none;
	height: 200px;
}

.category-exit-105 h1#single-post-title span {
	text-indent: -9999px;
}

.category-exit-105 h1#single-post-title {
	background-image: url('/images/exit105-logo-white.png') !important;
	width: 460px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.category-exit-105 #category-title {
	background-image: url('/images/exit105-logo-white.png') !important;
	max-width: 1100px;
	height: 110px;
	margin: 0 auto;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	color: transparent;
}

body.category-exit-105.single .entry-header {
	background: #032857;
	box-shadow: none;
	height: 200px;
}

.widget_categories .cat-item-6 {
	display: none;
}

a.exit-105-blog-button {
	display: block;
	background-image: url('/images/exit105-logo-white.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 80%;
	background-color: #02316C;
	width: 220px;
	height: 70px;
	padding: 0px 20px 20px 20px;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

a.exit-105-blog-button:hover {
	opacity: .9;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

body.cat-exit-105 #single-post-title {
	background: #032857;
	box-shadow: none;
}

#dmap-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#dmap-spacer {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	margin: 0 -4px 0 0;
}

#dmap-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	background: url('images/dmap/dmap-bg-repeat.jpg');
}

#dmap-window {
	background: url('images/dmap/dmap-bg.jpg') 0 0 no-repeat #FFF;
	width: 1000px;
	height: 660px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

	#dmap-container.dmap-2022 #dmap-window {
		background: url('images/dmap-2022/dmap-bg.jpg') 0 0 no-repeat #FFF;
	}

#dmap {
	width: 1000px;
	height: 660px;
}

#dmap-zoom-container {
	position: absolute;
	cursor: pointer;
	top: 52px;
	left: 65px;
	width: 496px;
	height: 496px;
	border: 4px dashed #FFF;
	border-radius: 250px;
	z-index: 50;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#dmap-zoom-container:hover, #dmap-zoom-container.hover {
	width: 500px;
	height: 500px;
	border: 0px dashed #FFF;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#dmap-zoom {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 500px;
	background: url('images/dmap/dmap-zoom-bg.jpg') 0 0 no-repeat;
	border-radius: 250px;
	box-shadow: 0 0 0 2px #FFF, 0 0 50px rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

	#dmap-container.dmap-2022 #dmap-zoom {
		background: url('images/dmap-2022/dmap-zoom-bg.jpg') 0 0 no-repeat;
	}

#dmap-zoom-container:hover #dmap-zoom, #dmap-zoom-container.hover #dmap-zoom {
	opacity: 1;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.dmap-senator {
	display: none;
	position: absolute;
	color: #FFF;
	right: 20px;
	bottom: 35px;
	width: 250px;
	//height: 40px;
	font-family: Avenir Light;
	text-transform: uppercase;
	text-align: right;
	z-index: 80;
}

.dmap-senator-show {
	display: block;
	right: auto;
	left: 20px;
	text-align: left;
}

.current-dmap-senator, .current-dmap-senator.dmap-senator-show {
	display: block;
	right: 20px !important;
	bottom: 35px !important;
	left: auto !important;
	text-align: right !important;
}

.dmap-senator .senator-name {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	font-weight: normal;
}

.dmap-senator .senator-name strong {
	font-family: Avenir DemiBold;
	font-weight: normal;
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 2px 0;
}

.dmap-senator .district {
	font-size: 14px;
	color: #DDD;
}

#dmap-outline, #dmap-zoom-outline {
	position: absolute;
	z-index: 40;
}

#dmap-zoom-outline {
	border-radius: 250px;
}

.single-district {
	width: 1000px;
	height: 660px;
	position: absolute;
	top: 0;
	left: 0;
}

.single-district.current-district {
	display: block !important;
}

.single-zoom-district {
	width: 500px;
	height: 500px;
	position: absolute;
	border-radius: 250px;
	top: 0;
	left: 0;
}

.single-zoom-district.current-district {
	display: block !important;
}

span.single-district-number {
	display: block;
	width: 35px;
	height: 35px;
	color: #FFF;
	background: #BE0015;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	text-indent: -2px;
	border-radius: 20px;
	text-align: center;
	position: absolute;
}

#d03 { background: url('images/dmap/s-03.png'); }
#d03 span { top: 206px; left: 880px; }

#d04 { background: url('images/dmap/s-04.png'); }
#d04 span { top: 205px; left: 880px; }

#d06 { background: url('images/dmap/s-06.png'); }
#d06 span { top: 275px; left: 820px; }

#d07 { background: url('images/dmap/s-07.png'); }
#d07 span { top: 110px; left: 830px; }

#d08 { background: url('images/dmap/s-08.png'); }
#d08 span { top: 450px; left: 700px; }

#d09 { background: url('images/dmap/s-09.png'); }
#d09 span { top: 385px; left: 820px; }

#d10 { background: url('images/dmap/s-10.png'); }
#d10 span { top: 145px; left: 290px; }

#d12 { background: url('images/dmap/s-12.png'); }
#d12 span { top: 200px; left: 580px; }

#d13 { background: url('images/dmap/s-13.png'); }
#d13 span { top: 375px; left: 610px; }

#d14 { background: url('images/dmap/s-14.png'); }
#d14 span { top: 520px; left: 460px; }

#d15 { background: url('images/dmap/s-15.png'); }
#d15 span { top: 450px; left: 567px; }

#d16 { background: url('images/dmap/s-16.png'); }
#d16 span { top: 500px; left: 800px; }

#d17 { background: url('images/dmap/s-17.png'); }
#d17 span { top: 590px; left: 230px; }

#d19 { background: url('images/dmap/s-19.png'); }
#d19 span { top: 440px; left: 140px; }

#d18 { background: url('images/dmap/s-18.png'); }
#d18 span { top: 535px; left: 280px; }

#d20 { background: url('images/dmap/s-20.png'); }
#d20 span { top: 450px; left: 280px; }

#d24 { background: url('images/dmap/s-24.png'); }
#d24 span { top: 205px; left: 130px; }

#d39 { background: url('images/dmap/s-39.png'); }
#d39 span { top: 160px; left: 400px; }

#d40 { background: url('images/dmap/s-40.png'); }
#d40 span { top: 85px; left: 235px; }

#d42 { background: url('images/dmap/s-42.png'); }
#d42 span { top: 45px; left: 380px; }

#d49 { background: url('images/dmap/s-49.png'); }
#d49 span { top: 600px; left: 220px; }

#d01 { background: url('images/dmap/z-01.png'); }
#d01 span { top: 107px; left: 350px; }

#d02 { background: url('images/dmap/z-02.png'); }
#d02 span { top: 428px; left: 280px; }

#d05 { background: url('images/dmap/z-05.png'); }
#d05 span { top: 230px; left: 380px; }

#z10 { background: url('images/dmap/z-10.png'); }
#z10 span { top: 35px; left: 220px; }

#d11 { background: url('images/dmap/z-11.png'); }
#d11 span { top: 236px; left: 340px; }

#z19 { background: url('images/dmap/z-19.png'); }
#z19 span { top: 35px; left: 220px; }

#z20 { background: url('images/dmap/z-20.png'); }
#z20 span { top: 445px; left: 146px; }

#d21 { background: url('images/dmap/z-21.png'); }
#d21 span { top: 65px; left: 233px; }

#d22 { background: url('images/dmap/z-22.png'); }
#d22 span { top: 371px; left: 130px; }

#d23 { background: url('images/dmap/z-23.png'); }
#d23 span { top: 150px; left: 198px; }

#z24 { background: url('images/dmap/z-24.png'); }
#z24 span { top: 105px; left: 90px; }

#d25 { background: url('images/dmap/z-25.png'); }
#d25 span { top: 345px; left: 305px; }

#d26 { background: url('images/dmap/z-26.png'); }
#d26 span { top: 288px; left: 178px; }

#d27 { background: url('images/dmap/z-27.png'); }
#d27 span { top: 288px; left: 178px; }

#d28 { background: url('images/dmap/z-28.png'); }
#d28 span { top: 370px; left: 200px; }

#d29 { background: url('images/dmap/z-29.png'); }
#d29 span { top: 372px; left: 199px; }

#d30 { background: url('images/dmap/z-30.png'); }
#d30 span { top: 325px; left: 300px; }

#d31 { background: url('images/dmap/z-31.png'); }
#d31 span { top: 354px; left: 380px; }

#d32 { background: url('images/dmap/z-32.png'); }
#d32 span { top: 137px; left: 207px; }

#d33 { background: url('images/dmap/z-33.png'); }
#d33 span { top: 265px; left: 228px; }

#d34 { background: url('images/dmap/z-34.png'); }
#d34 span { top: 231px; left: 238px; }

#d35 { background: url('images/dmap/z-35.png'); }
#d35 span { top: 276px; left: 70px; }

#d36 { background: url('images/dmap/z-36.png'); }
#d36 span { top: 171px; left: 200px; }

#d37 { background: url('images/dmap/z-37.png'); }
#d37 span { top: 231px; left: 335px; }

#d38 { background: url('images/dmap/z-38.png'); }
#d38 span { top: 40px; left: 278px; }

#z39 { background: url('images/dmap/z-39.png'); }
#z39 span { top: 85px; left: 380px; }

#d41 { background: url('images/dmap/z-41.png'); }
#d41 span { top: 231px; left: 339px; }

#d43 { background: url('images/dmap/z-43.png'); }
#d43 span { top: 172px; left: 206px; }

#d44 { background: url('images/dmap/z-44.png'); }
#d44 span { top: 72px; left: 313px; }

#d45 { background: url('images/dmap/z-45.png'); }
#d45 span { top: 150px; left: 320px; }

#d46 { background: url('images/dmap/z-46.png'); }
#d46 span { top: 155px; left: 205px; }

#d47 { background: url('images/dmap/z-47.png'); }
#d47 span { top: 270px; left: 345px; }

#d48 { background: url('images/dmap/z-48.png'); }
#d48 span { top: 177px; left: 370px; }

	#dmap-container.dmap-2022 #d03 { background: url('images/dmap-2022/s-03.png'); }
	#dmap-container.dmap-2022 #d03 span { top: 290px; left: 915px; }

	#dmap-container.dmap-2022 #d04 { background: url('images/dmap-2022/s-04.png'); }
	#dmap-container.dmap-2022 #d04 span { top: 215px; left: 920px; }

	#dmap-container.dmap-2022 #d06 { background: url('images/dmap-2022/s-06.png'); }
	#dmap-container.dmap-2022 #d06 span { top: 243px; left: 869px; }

	#dmap-container.dmap-2022 #d07 { background: url('images/dmap-2022/s-07.png'); }
	#dmap-container.dmap-2022 #d07 span { top: 105px; left: 730px; }

	#dmap-container.dmap-2022 #d08 { background: url('images/dmap-2022/s-08.png'); }
	#dmap-container.dmap-2022 #d08 span { top: 450px; left: 660px; }

	#dmap-container.dmap-2022 #d09 { background: url('images/dmap-2022/s-09.png'); }
	#dmap-container.dmap-2022 #d09 span { top: 355px; left: 830px; }

	#dmap-container.dmap-2022 #d10 { background: url('images/dmap-2022/s-10.png'); }
	#dmap-container.dmap-2022 #d10 span { top: 140px; left: 283px; }

	#dmap-container.dmap-2022 #d12 { background: url('images/dmap-2022/s-12.png'); }
	#dmap-container.dmap-2022 #d12 span { top: 220px; left: 500px; }
	
	#dmap-container.dmap-2022 #d13 { background: url('images/dmap-2022/s-13.png'); }
	#dmap-container.dmap-2022 #d13 span { top: 365px; left: 550px; }

	#dmap-container.dmap-2022 #d14 { background: url('images/dmap-2022/s-14.png'); }
	#dmap-container.dmap-2022 #d14 span { top: 520px; left: 500px; }

	#dmap-container.dmap-2022 #d15 { background: url('images/dmap-2022/s-15.png'); }
	#dmap-container.dmap-2022 #d15 span { top: 447px; left: 622px; }

	#dmap-container.dmap-2022 #d16 { background: url('images/dmap-2022/s-16.png'); }
	#dmap-container.dmap-2022 #d16 span { top: 505px; left: 767px; }

	#dmap-container.dmap-2022 #d17 { background: url('images/dmap-2022/s-17.png'); }
	#dmap-container.dmap-2022 #d17 span { top: 540px; left: 356px; }

	#dmap-container.dmap-2022 #d19 { background: url('images/dmap-2022/s-19.png'); }
	#dmap-container.dmap-2022 #d19 span { top: 435px; left: 165px; }

	#dmap-container.dmap-2022 #d18 { background: url('images/dmap-2022/s-18.png'); }
	#dmap-container.dmap-2022 #d18 span { top: 545px; left: 278px; }

	#dmap-container.dmap-2022 #d20 { background: url('images/dmap-2022/s-20.png'); }
	#dmap-container.dmap-2022 #d20 span { top: 447px; left: 285px; }

	#dmap-container.dmap-2022 #d24 { background: url('images/dmap-2022/s-24.png'); }
	#dmap-container.dmap-2022 #d24 span { top: 215px; left: 115px; }

	#dmap-container.dmap-2022 #d39 { background: url('images/dmap-2022/s-39.png'); }
	#dmap-container.dmap-2022 #d39 span { top: 134px; left: 394px; }

	#dmap-container.dmap-2022 #d40 { background: url('images/dmap-2022/s-40.png'); }
	#dmap-container.dmap-2022 #d40 span { top: 85px; left: 235px; }

	#dmap-container.dmap-2022 #d42 { background: url('images/dmap-2022/s-42.png'); }
	#dmap-container.dmap-2022 #d42 span { top: 45px; left: 380px; }

	#dmap-container.dmap-2022 #d49 { background: url('images/dmap-2022/s-49.png'); }
	#dmap-container.dmap-2022 #d49 span { top: 596px; left: 228px; }
	
	/* ZOOMED MAP DISTRICTS */
	#dmap-container.dmap-2022 #d01 { background: url('images/dmap-2022/z-01.png'); }
	#dmap-container.dmap-2022 #d01 span { top: 120px; left: 363px; }

	#dmap-container.dmap-2022 #d02 { background: url('images/dmap-2022/z-02.png'); }
	#dmap-container.dmap-2022 #d02 span { top: 428px; left: 280px; }

	#dmap-container.dmap-2022 #d05 { background: url('images/dmap-2022/z-05.png'); }
	#dmap-container.dmap-2022 #d05 span { top: 260px; left: 360px; }

	#dmap-container.dmap-2022 #z10 { background: url('images/dmap-2022/z-10.png'); }
	#dmap-container.dmap-2022 #z10 span { top: 35px; left: 220px; }

	#dmap-container.dmap-2022 #d11 { background: url('images/dmap-2022/z-11.png'); }
	#dmap-container.dmap-2022 #d11 span { top: 236px; left: 340px; }

	#dmap-container.dmap-2022 #z12 { background: url('images/dmap-2022/z-12.png'); }
	#dmap-container.dmap-2022 #z12 span { top: 168px; left: 420px; }

	#dmap-container.dmap-2022 #z19 { background: url('images/dmap-2022/z-19.png'); }
	#dmap-container.dmap-2022 #z19 span { top: 35px; left: 220px; }

	#dmap-container.dmap-2022 #z20 { background: url('images/dmap-2022/z-20.png'); }
	#dmap-container.dmap-2022 #z20 span { top: 437px; left: 246px; }

	#dmap-container.dmap-2022 #d21 { background: url('images/dmap-2022/z-21.png'); }
	#dmap-container.dmap-2022 #d21 span { top: 65px; left: 233px; }

	#dmap-container.dmap-2022 #d22 { background: url('images/dmap-2022/z-22.png'); }
	#dmap-container.dmap-2022 #d22 span { top: 371px; left: 130px; }

	#dmap-container.dmap-2022 #d23 { background: url('images/dmap-2022/z-23.png'); }
	#dmap-container.dmap-2022 #d23 span { top: 150px; left: 198px; }

	#dmap-container.dmap-2022 #z24 { background: url('images/dmap-2022/z-24.png'); }
	#dmap-container.dmap-2022 #z24 span { top: 105px; left: 90px; }

	#dmap-container.dmap-2022 #d25 { background: url('images/dmap-2022/z-25.png'); }
	#dmap-container.dmap-2022 #d25 span { top: 345px; left: 305px; }

	#dmap-container.dmap-2022 #d26 { background: url('images/dmap-2022/z-26.png'); }
	#dmap-container.dmap-2022 #d26 span { top: 288px; left: 178px; }

	#dmap-container.dmap-2022 #d27 { background: url('images/dmap-2022/z-27.png'); }
	#dmap-container.dmap-2022 #d27 span { top: 288px; left: 178px; }

	#dmap-container.dmap-2022 #d28 { background: url('images/dmap-2022/z-28.png'); }
	#dmap-container.dmap-2022 #d28 span { top: 370px; left: 200px; }

	#dmap-container.dmap-2022 #d29 { background: url('images/dmap-2022/z-29.png'); }
	#dmap-container.dmap-2022 #d29 span { top: 372px; left: 199px; }

	#dmap-container.dmap-2022 #d30 { background: url('images/dmap-2022/z-30.png'); }
	#dmap-container.dmap-2022 #d30 span { top: 325px; left: 300px; }

	#dmap-container.dmap-2022 #d31 { background: url('images/dmap-2022/z-31.png'); }
	#dmap-container.dmap-2022 #d31 span { top: 354px; left: 380px; }

	#dmap-container.dmap-2022 #d32 { background: url('images/dmap-2022/z-32.png'); }
	#dmap-container.dmap-2022 #d32 span { top: 137px; left: 207px; }

	#dmap-container.dmap-2022 #d33 { background: url('images/dmap-2022/z-33.png'); }
	#dmap-container.dmap-2022 #d33 span { top: 265px; left: 228px; }

	#dmap-container.dmap-2022 #d34 { background: url('images/dmap-2022/z-34.png'); }
	#dmap-container.dmap-2022 #d34 span { top: 262px; left: 230px; }

	#dmap-container.dmap-2022 #d35 { background: url('images/dmap-2022/z-35.png'); }
	#dmap-container.dmap-2022 #d35 span { top: 276px; left: 70px; }

	#dmap-container.dmap-2022 #d36 { background: url('images/dmap-2022/z-36.png'); }
	#dmap-container.dmap-2022 #d36 span { top: 171px; left: 200px; }

	#dmap-container.dmap-2022 #d37 { background: url('images/dmap-2022/z-37.png'); }
	#dmap-container.dmap-2022 #d37 span { top: 231px; left: 335px; }

	#dmap-container.dmap-2022 #d38 { background: url('images/dmap-2022/z-38.png'); }
	#dmap-container.dmap-2022 #d38 span { top: 40px; left: 278px; }

	#dmap-container.dmap-2022 #z39 { background: url('images/dmap-2022/z-39.png'); }
	#dmap-container.dmap-2022 #z39 span { top: 41px; left: 345px; }

	#dmap-container.dmap-2022 #d41 { background: url('images/dmap-2022/z-41.png'); }
	#dmap-container.dmap-2022 #d41 span { top: 231px; left: 339px; }

	#dmap-container.dmap-2022 #d43 { background: url('images/dmap-2022/z-43.png'); }
	#dmap-container.dmap-2022 #d43 span { top: 172px; left: 206px; }

	#dmap-container.dmap-2022 #d44 { background: url('images/dmap-2022/z-44.png'); }
	#dmap-container.dmap-2022 #d44 span { top: 92px; left: 310px; }

	#dmap-container.dmap-2022 #d45 { background: url('images/dmap-2022/z-45.png'); }
	#dmap-container.dmap-2022 #d45 span { top: 166px; left: 333px; }

	#dmap-container.dmap-2022 #d46 { background: url('images/dmap-2022/z-46.png'); }
	#dmap-container.dmap-2022 #d46 span { top: 155px; left: 205px; }

	#dmap-container.dmap-2022 #d47 { background: url('images/dmap-2022/z-47.png'); }
	#dmap-container.dmap-2022 #d47 span { top: 270px; left: 345px; }

	#dmap-container.dmap-2022 #d48 { background: url('images/dmap-2022/z-48.png'); }
	#dmap-container.dmap-2022 #d48 span { top: 170px; left: 334px; }

#more-categories {
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#more-categories.active {
	max-height: 99999px;
}

a#more-categories-toggle {
	display: block;
	box-shadow: inset 0 0 0 2px #B9152D;
	color: #FFF;
	text-align: center;
	width: 150px;
	line-height: 34px;
	margin: 10px 10px;
	background: #B9152D;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir medium", sans-serif;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

a#more-categories-toggle:hover {
	background: #FFF;
	color: #B9152D;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#alerts-container {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}

h3.alert-date {
	color: #333;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 1.2em;
	margin: 20px 0 5px 0;
	display: block;
}

.alert {
	margin: 0 0 10px 0;
}

.entry-content .alert > a {
	color: #003D89;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	display: block;
}

.alert span {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}

.entry-content .alert span a {
	color: #4871A3;
	text-decoration: none;
}

.newsletter-container {
	background: #B9152D;
}

.newsletter-container a:hover {
	color: #B9152D;
}

.newsletter-container {
	margin: 0 -4000px;
	padding: 40px 4000px;
	color: #FFF;
	font-size: 20px;
	font-family: Avenir;
	text-transform: uppercase;
	text-align: center;
}

.newsletter-container a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir;
	padding: 14px 8px 12px 8px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	width: 95px;
	border: 2px solid #FFF;
	margin: 0 0 0 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.newsletter-container a:hover {
	background: #FFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#popup-signup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

#popup-signup-shad {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

#popup-signup-inner {
	position: relative;
	margin: 0 auto;
	background: #FFF;
	z-index: 20;
	width: 420px;
	padding: 0;
	top: 240px;
	height: 245px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

#popup-signup .popup-social {
	padding: 20px;
	height: 25px;
	background: #EEE;
	color: #FFF;
}

.popup-social h4 {
	color: #FFF;
	font-family: Avenir Light;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px;
	padding: 0 0 8px 0;
	margin: -4px 0 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.popup-social div {
	display: inline-block;
	vertical-align: top;
	padding: 0 14px 0 0;
}

.popup-social div a {
	display: block;
	color: #444;
	text-decoration: none;
	font-family: Avenir;
	font-size: 13px;
	line-height: 24px;
	vertical-align: top;
	padding: 2px 0px;
}

.popup-social div a img {
	display: inline-block;
	margin: 0 6px -4px 0;
}

#popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: #BE0015;
	border-radius: 20px;
	box-shadow: 0 0 0 2px #FFF, 0 0 15px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	z-index: 100;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#popup-close:hover {
	box-shadow: 0 0 0 4px #FFF, 0 0 15px rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#popup-close div {
	width: 15px;
	height: 3px;
	background: #FFF;
	position: absolute;
	top: 14px;
	left: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#popup-close div:before {
	content: ' ';
	width: 15px;
	height: 3px;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#popup-signup h3 {
	color: #FFF;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2em;
	background: #B9152D;
	padding: 12px 20px;
	text-align: center;
}

#popup-signup p {
	font-family: "Avenir medium", sans-serif;
	padding: 20px 20px;
	font-size: 16px;
	text-align: center;
}

#popup-signup-inner > a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir;
	font-weight: bold;
	padding: 14px 15px 12px 15px;
	font-size: 16px;
	text-align: center;
	width: 80px;
	margin: 0 auto 25px;
	box-shadow: inset 0 0 0 2px #B9152D;
	background: #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#popup-signup-inner > a:hover {
	color: #B9152D;
	background: rgba(0, 0, 0, 0) !important;
	box-shadow: inset 0 0 0 2px #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.mac.safari .home-rotator-title {
	-webkit-font-smoothing: subpixel-antialiased;
}


.mcclogo {
	float:right;
	margin-left: 15px;
}

.widget-in-the-news {
	display: block;
	margin: 0 0 20px 0;
}

.widget-in-the-news a:hover {
	text-decoration: underline;
}

.widget-in-the-news a:before {
	content: '-';
	position: absolute;
	margin: -4px 0 0 -14px;
	opacity: 0.6;
	font-size: 22px;
}

body.page.page-template-custom-blog .entry-header {
	height: 200px;
}

body.page.page-template-custom-blog .entry-header .entry-title {
	padding: 30px 0;
}

.page-template-custom-blog .entry-title img {
	width: auto;
	max-height: 123px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 0;
}

.page-template-custom-blog .cb-title-inner {
	display: inline-block;
	vertical-align: middle;
	line-height: 140px;
}

body.page.page-template-custom-blog .entry-header.blue {
	background: #032857;
	box-shadow: none;
}

body.page.page-template-custom-blog .entry-header.light-grey {
	background: #eee;
	box-shadow: none;
}

body.page.page-template-custom-blog .entry-header.light-grey .entry-title {
	color: #444;
}

body.page.page-template-custom-blog .entry-header.dark-grey {
	background: #333;
	box-shadow: none;
}

.custom-blog-description {
	clear: both;
	overflow: hidden;
}

.entry-content {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

a#home-more-news {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 36px;
}

.entry-content a#home-more-news.blog-roll-read-more:before {
	line-height: 34px;
}

#home-tweets {
	width: 50%;
	margin: 40px auto;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
	border-radius: 5px;
	padding: 10px;
}

#twitter-widget-0 {
	width: 100% !important;
	height: 500px !important;
	display: block !important;
	padding: 0 !important;
}

body.home .site {
	padding-bottom: 0;
}

#covid-jump-header {
	margin-top: 25px;
	background: url('http://src.wastateleg.org/wp-content/uploads/2020/04/covid-bg-1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: bold;
}

#covid-jump-header-inner {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	padding: 15px 28px 10px;
	box-sizing: border-box;
}

#covid-jump-header h3 {
	font-size: 42px;
	text-transform: uppercase;
	color: #333;
	font-family: Avenir Light;
	letter-spacing: -0.02em;
	position: relative;
	max-width: 1100px;
	text-align: center;
	padding: 35px 0 10px;
	margin: 0;
	line-height: 58px;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
}

#covid-jump-header-links {
	columns: 2;
	padding: 0 80px 40px;
	text-align: center;
}

#covid-jump-header-links a {
	font-size: 18px;
	text-decoration: none;
	color: #0f4577;
	font-family: 'Charter', serif;
	font-weight: normal;
}

details {
	margin: 0 0 5px;
	box-shadow: inset 0 0 0 2px #EEE;
}

details[open] {
	padding: 0 0 15px 0;
}

details[open] ul {
	margin: 0;
}

details[open] p {
	padding: 0 20px;
	margin: 0;
}

details summary {
	background: #EEE;
	padding: 6px 15px;
	cursor: pointer;
}

.page-template-front-page .blog-roll-container .blog-roll-thumb {
	float: left;
}

#header-container .newsletter-header {
	position: absolute;
	top: 14px;
}

#header-container .newsletter-header a {
	box-shadow: inset 0 0 0 2px #b9152d;
	color: #B9152D;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Avenir;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 160px;
	margin: 12px 0;
	padding: 10px 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#header-container .newsletter-header a:hover {
	color: #FFF;
	background: #B9152D;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.entry-content .blog-roll-container h2 {
	position: relative;
	text-decoration: none;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1em;
	margin: 40px 0 5px;
	padding: 0 0 20px;
	text-align: center;
	border-bottom: 1px solid #bbd0e3;
}

.entry-content a.blog-roll-more-button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #0f4577;
	border: 1px solid #bbd0e3;
	padding: 0 12px;
	border-radius: 3px;
	display: none;
}

#cws-banner {
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
	align-items: center;
	justify-content: center;
}

#cws-banner-content {
	color: #FFF;
	font-family: Avenir Light;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	text-shadow: 0 3px rgb(0 0 0 / 15%);
}

#cws-banner-content h1 {
	font-family: "Avenir demibold", sans-serif;
	font-weight: normal;
}

#cws-banner-content p {
	font-size: 32px;
	line-height: 38px;
}

.cws-content {
	font-size: 0;
	padding: 60px 320px 60px 0;
}

.cws-content .cws-content-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 60%;
}

.cws-content-text h2 {
	margin: 0 0 10px;
	font-family: 'Charter', serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1em;
}

.cws-content .cws-content-text p {
	line-height: 28px;
}

.cws-content .cws-content-image {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: calc(40% - 50px );
	margin: 0 0 0 50px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 5px 10px 30px rgb(0 0 0 / 20%);
}

.cws-content .cws-content-image img {
	display: block;
}

.cws-sidebar-wrapper {
	position: absolute;
	right: 0;
	top: 60px;
	max-width: 260px;
	width: 100%;
}

.cws-sidebar {
	background: #f1f7fd;
	border-radius: 4px;
	padding: 20px 28px;
}

.cws-sidebar h3 {
	margin: 0 0 10px;
	font-family: 'Charter', serif;
	font-weight: 500;
	font-size: 22px;
}

.cws-sidebar a {
	display: block;
	padding: 5px 0 6px;
	margin: 0 0 -1px;
	text-decoration: none;
	color: #0f4577;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cws-sidebar a:hover {
	
}

.cws-sidebar a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #0f4577;
	opacity: 0.2;
}

.cws-sidebar a:last-child:after {
	display: none;
}

#cws-blog-roll {
	padding: 0 320px 0 0;
}

#cws-blog-roll .blog-roll-post {
	width: calc( 50% - 28px);
}

#cws-blog-roll .blog-roll-thumb {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 15px;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#cws-videos {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

#cws-videos .cws-video {
	position: relative;
	width: 48%;
}

#cws-videos .cws-video .tube {
	position: relative;
	background: #0f4577;
}

.cws-play-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	color: transparent;
	cursor: pointer;
	transition: 0.3s all;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Charter', serif;
	letter-spacing: 0.06em;
}

.cws-play-trigger:hover {
	background: rgb(15 69 119 / 75%);
	color: #FFF;
}

.cws-video-label {
	font-size: 26px;
	font-weight: 400;
	font-family: 'Charter', serif;
	margin: 0 0 20px;
}

.cws-content-image.right-mobile {
	display: none;
}

.cws-sidebar-mobile {
	display: none;
}






