body {
	font-family: "acumin-pro",sans-serif;
	line-height: 1.3;
	background: #11171a;
}

p {
    margin-top: 0;
	margin-bottom: 1em;
}

a, a:visited {
	color: #002964;
	text-decoration:none;
}

a:hover {
	color: #FFC627;
	text-decoration:none;
}

td {
    border: 1px solid;
    padding: 5px;
    text-align: left;
}

ul {
    margin-left: 15px;
    padding-left: 25px;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

.wp-caption-text {
    font-size: .9em;
    background: #113871;
    color: white;
    padding: 5px 5px 8px;
    margin: 0;
}


span.posted-on {
    font-size: 14px;
    text-transform: uppercase;
}

.single span.posted-on {
	font-size: 15px;
	text-transform: none;
	color: #7c868d;
}

h1.entry-title {
    color: #093372;
	/*text-transform: uppercase;*/
	margin-bottom: 0;
    font-size: 2.5em;
    margin-top: 10px;	
	line-height: 1.1;
}

.sub_headline {
    font-size: 1.5em;
    font-style: italic;
}

#page { 
    display: inline-block;
    width: 100%;
	overflow-x: hidden;
}

.SocialIcons {
    width: 35px;
    background: #093372;
    text-align: center;
    padding: 7px 0;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 500;

}


input[type="submit"], input[type="button"], button {
	background: #FFC627;
	border-radius: 0;
	border: none;
	font-size: 19px;
	font-weight: bold;
	color: #0e2f5f;
	padding: 5px 25px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	border-radius: 0;
}

.nf-form-fields-required {
    display: none;
}

/* Admin Bar */
.home.admin-bar #page {
	margin-top: -32px;
}



/* NAVIGATION */

.main-navigation a {
    font-weight: bold;
    font-size: 27px;
    padding: 4px 0 6px;	
}

.main-navigation {
    background: white;
    border-bottom: 6px solid #FFC627;
	text-align: center;	
	padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation li {
    float: none;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid #009bdf;
    line-height: 1;
	
}

.main-navigation ul.sub-menu {
    /*background: white;
    border-bottom: 3px solid #FFC627;*/
}

.main-navigation  ul.sub-menu li {
	border:none;
    margin: 0;
    padding: 4px;	
	background: white;
}

.site-footer ul ul {
	display: none;
}

.main-navigation ul ul a {    
    font-size: 18px;
    text-align: left;
}

.main-navigation li:last-child {
	border:none;
	margin:0;
	padding:0 0 0px 18px;
}

.logoslicknav {
    max-width: 164px;
    position: absolute;
    left: 57px;
}

#floatingheader {
    position: fixed;
    z-index: 1000;
    width: 100%;    
}

#floatingheader .main-navigation {
	padding-top:22px;
	padding-bottom:22px;
}

.floatingheaderlogo {
    position: absolute;
    width: 150px;
    left: 10px;
	top: 3px;
	display: none;
}



.main-nav-scrolled .floatingheaderlogo {
	display: block;
}

.slicknav_menu {
    border-bottom: 5px solid #FFC627;
	display: none;
	background: #161213;
	min-height: 67px;
}

.slicknav_nav {
	padding-top: 22px;
}

.slicknav_nav a {
	color: white;
}

.main-nav-scrolled .main-navigation ul {
	text-align: right;
	padding-right: 20px;
}

.main-nav-scrolled .main-navigation a {
	font-size: 16px;
}

.main-navigation .menu-item-has-children:before {
    content: "▼";
    position: absolute;
    left: 0;
    top: 7px;
    cursor: pointer;
}

.main-navigation .menu-item-has-children,  .main-navigation .main-navigation li.menu-item-has-children:last-child, .main-navigation ul.sub-menu li.menu-item-has-children {
	padding-left: 18px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	/*left: auto;*/
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}

.main-navigation ul ul {
    /*left: -999em;*/
    /*left: auto;*/
    opacity: 0;
	top:37px;
	/*padding-top: 10px;*/
	box-shadow:none;
}

#floatingheader .main-navigation ul ul {
    top: 26px;
}

.main-navigation ul li:last-child:hover ul {
    right: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	 -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
	
	left: auto;
    top: 100%;
    padding: 2px 8px;
    border-right: 3px solid #FFC627;
	
	font-size: .95em;
}

.main-navigation ul.sub-menu .menu-item-has-children:before, #floatingheader .main-navigation .menu-item-has-children:before {
	top: 4px;
}

/*****************
* Search 
*************/
.search h2.entry-title {
    margin-bottom: 0;
}

.search .entry-summary {
    margin-top: 5px;
}

.search article {
    margin-bottom: 32px;
	border-top: 1px solid lightgray;
}


/*****************
About Us Page
*****************/
.Staff {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.BoardMembersArea {
    float: left;
    width: 100%;
}

/************
*Inner PAGE
************/
.InnerPageHeaderImage {
    height: 390px;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    color: white;
    z-index: 5;
}


#content, .InnerPageHeaderImage {
    max-width: 1200px;
    margin: 0 auto;
}

.InnerPageHeaderImage {
	margin-top:64px;
}

#content {
	
	padding-bottom: 25px;
	min-height: 300px;
	background: white;
}

section {
	max-width: 1094px;
    margin: 0 auto;
    padding: 0 10px;
}

.InnerPageHeaderLogo {
    position: absolute;
    right: 4%;
    top: 26%;
}

.site-header h1.page-title {
    position: absolute;
    bottom: 15px;
    left: 60px;
    font-size: 68px;
    line-height: 1.1;
    margin: 0;
}

.InnerPageInnerBlock {
    max-width: 1081px;
	padding: 15px 10px;
    margin-left: auto; 
    margin-right: auto;
}

.categorydescriptionarea.InnerPageInnerBlock, .categorysubcattitle.InnerPageInnerBlock {
    padding-top: 0;
	padding-bottom: 0;
}


/*Sidebar*/
aside#secondary {
    float: right;
    width: 360px;
    padding: 61px 48px;
}

#secondary section:first-child {
    border-top: 5px solid #FFC627;
}

.InnerPageInnerBlock.postblock {
    float: left;
    width: 68%;
	padding-left: 72px;
}

.postblock .entry-content {
    margin-top: 10px;
}


#secondary li {
    list-style: none;
}

#secondary ul {
    margin-left: 0px;
    padding-left: 16px;
}

h2.widget-title {
    margin-bottom: 2px;
    font-size: 1em;
}

#secondary input[type="submit"].search-submit {
	background:url('images/searchbutton.png') no-repeat;
	width:34px;
	height:30px;
	overflow: hidden;
	text-indent: 1000px;
	padding:0;
}

#secondary input.search-field {
    width: 78%;
}

/* CATEGORY PAGES */
.categorysubcattabs {
    display: inline-block;
    width: 100%;
	
	display:none;
}

.categorydescriptionarea {
    margin-top: 25px;
    margin-bottom: 25px;	
}

.singlecatsubcattab a {
	color: white;
	font-weight: bold;
}
.singlecatsubcattab.active a{
	color: black;
}

.singlecatsubcattab a:hover {
	color: black;
}

.singlecatsubcattab {
    width: 25%;
    float: left;
    padding: 6px 5px 12px;
    text-align: center;
    font-size: 22px;
}

.categorysubcattitle {
    border-bottom: 15px solid;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.widget_recent_entries li {
    margin-bottom: 6px;
}

.widget_recent_entries span.post-date {
    font-size: .8em;
    text-align: right;
    width: 100%;
}

.widget_recent_entries a {
    width: 100%;
    display: block;
}


/* Archive Posts Area */
.RightSidePostList {
    float: right;
    width: 646px;
    clear: right;
}

.LeftSidePostListImage {
    float: left;
    width: 290px;
	height: 180px;
	background-size:cover;
	background-position-x: 50%;
}

.archive article, .blog article {
    display: inline-block;
    width: 100%;
    margin-bottom: 55px;
	border-top: 1px solid #7c878d;
}

.blog article:first-child {
	border-top:none;
}

.blog aside#secondary {
    width: 100%;
}

.blog .InnerPageInnerBlock {
    margin-top: 40px;
}

.RightSidePostList h2.post-title {
    margin: 5px 0 0px;
    line-height: 1.1;
}

.RightSidePostList .post-meta, .RightSidePostList .post-meta a, .RightSidePostList span.cat-links {
    color: #7c878d;
	font-size:13px;
}

.RightSidePostList.nothumb {
    width: 100%;
}

.more-link {
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

/*************
*HOME PAGE
***************/
#HomePageHeader {
    position: relative;
    height: 100vh;
    width: 100%;
	border-bottom:6px solid #FFC627;
}

#HomePageHeaderBak {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
	background-position: center center;
}

#HomePageHeaderText {
    position: relative;
    max-width: 920px;
    padding: 12% 10px 0;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1em;
}

#HomePageHeaderLogoFormContainer {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0px auto 0;
}

#HomeTopSignUpForm {
    width: 330px;
    background: rgba(0,0,0,.4);
    padding: 10px;
    color: white;
    float: right;
    vertical-align: top;
}

#HomeTopSignUpForm input[type="text"], #HomeTopSignUpForm input[type="email"]{
    background: none;
	font-size:12px;
	border: 1px solid white;
	color: white;
	width: 100%!important;
}

body #HomeTopSignUpForm #can_embed_form, #HomeTopSignUpForm #donate_auto_modal {
    background: none;
    background-color: initial!important;
	border: none!important;
}

#HomeTopSignUpForm #can_embed_form h4,
#can_embed_form #action_info,  #can_embed_form #logo_wrap{
    display: none;
}

#HomeTopSignUpForm #can_embed_form h2 {
	color:white!important;
	font-size:1.1em!important;
}

#can_embed_form #can_thank_you {
    background: none!important;
    border: none!important;
}

#can_embed_form .can_thank_you-block {
    display: none;
}

#HomeTopSignUpForm #can_embed_form {
    background: none;
    border: none;
}


#HomeTopLogo {
    float: left;
    vertical-align: top;
}

#HomeTopSignUpForm ::-webkit-input-placeholder, #HomeTopSignUpForm #can_embed_form ::-webkit-input-placeholder { /* Chrome */
  color: white;
}
#HomeTopSignUpForm :-ms-input-placeholder, #HomeTopSignUpForm #can_embed_form :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#HomeTopSignUpForm ::-moz-placeholder, #HomeTopSignUpForm #can_embed_form ::-moz-placeholder { /* Firefox 19+ */
  color: white;  
}
#HomeTopSignUpForm :-moz-placeholder, #HomeTopSignUpForm #can_embed_form  :-moz-placeholder { /* Firefox 4 - 18 */
  color: white;  
}

#HomeTopSignUpForm .nf-field-container, #HomeTopSignUpForm #ninja_forms_required_items {
	width: 47%;
    display: inline-block;
    margin-right: 2%;
	margin-bottom: 3px;
	font-size:12px;

}

#HomeTopSignUpForm h3 {
    margin: 0 0 10px;
    color: white;
    font-weight: normal;
}

.homearrowcontainer {
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
}

.homedownarrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;   
    width: 45px;
    height: 45px;
    
}

#HeaderNavPos {
	width: 100%;
	position: relative;
	z-index: 10;
}

.home #HeaderNavPos {
    position: absolute;   
    bottom: 0;
}

/* Home Slider */
div#HomeSliderContainer {
    display: inline-block;
    position: relative;
	width:100%;
	border-bottom: 12px solid #FFC627;
}

.sliderBakOverlay {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(images/phone_diag_overlay_2.png);
}

.sliderBakOverlayDark {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
	background:black;
}

.singleslide {
	height:627px;
	background-size:cover;
	background-position: 50% 50%;
	position: relative;
}

#HomeSlider {
	position:relative;
}

.slidertextarea {
    max-width: 860px;
    width: 95%;
    margin: 0 auto 0;
    position: absolute;
    bottom: 120px;
    left: 50%;
}

.sliderline {
	position:relative;
	left:-50%;
}

.slideryellow {
    background-color: rgba(255, 195, 21, 0.85);
	font-weight: bold;
}

.sliderline1 {
	font-size:53px;
	margin-bottom: 11px;
	padding: 6px 11px 14px;
	display: inline-block;
    min-width: 77%;
	line-height: 1;
}

.sliderline2 {
	font-size:44px;
	margin-bottom: 11px;
	padding: 4px 11px 7px;
}
.sliderline3 {
	background:white;
	color:black;
	padding: 5px 11px 7px;
	font-size:20px;
	font-weight:bold;
}

.sliderline3 p {
	margin: 0;
}

.sliderButton { 
    padding: 5px 11px 10px;
    
    font-size: 32px;
    font-weight: bold;
	margin-top: 10px;
	text-align:right;
	float:right;
	
}

.sliderButton a {
	color: #130005;
}



.unslider-nav ol li {
    width: 18px;
    height: 18px;
    background: #ffc315;
    border: 2px solid #fff;
	border-radius: 50px;
}

nav.unslider-nav {
    position: absolute;
    bottom: 50px;
    z-index: 1000;
    width: 100%;
}

/* Home Blocks */
.singlehomecategory {
    background-size: cover;
	position: relative;
	color: white;
}

.singlehomecategory:last-child {
    /*border-bottom: 10px solid #FFC627;*/
}

.singlecatoverlaycolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
	background-image: url('images/phone_diag_overlay_2.png');
	
}

.singlecatTop, .singlecatBottomArea {
    position: relative;
    z-index: 5;
}

.singlecatTop {
    width: 90%;
    margin: 0 auto;
	padding-top: 36px;    
    padding-bottom: 36px;
	
	width:100%;
	background: #00000054;
	padding-left: 5%;
    padding-right: 5%;
}



.revealed .singlecatTop {
	padding-top: 322px;
}

.revealed .nonrevealedsinglecatlinks {
	display: none;
}

.nonrevealedsinglecatlinks {
    position: relative;
    cursor: pointer;
	z-index: 10;
}

.singlenonrevealedsinglecatlinks .singlecatcattitle {
    margin: 0; 
}

.singlenonrevealedsinglecatlinks {
	display: inline-block;
    width: 34%;
	border: 3px solid white;
}

.singlenonrevealedsinglecatlinks:first-child {
	border-left:none;
	border-right:none;
	width: 33%;
    float: left;
}

.singlenonrevealedsinglecatlinks:last-child {
	border-right:none;
	border-left:none;
    width: 33%;
    float: right;	
}

.singlecatTopRight {
    display: inline-block;
    margin-top: -17px;
	width: 80%;
}

.singleCatRevealButton {
	background: url('images/plus_button.png');
	width: 82px;
	height: 82px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	cursor: pointer;
}

.revealed .singleCatRevealButton {
	background: url('images/minus_button.png');
}

.singleCatTitle h2 {
	margin-top: 0;
    font-size: 78px;
    margin-bottom: 12px;
    line-height: 1.2;	
}

.singleCatShortDesc {
    font-size: 18px;
}

.singlecatBottomArea {
	text-align: center;
	display: none;
	padding-bottom: 20px;
}

.singleCategorySingleCat {
	text-align: left;
    display: inline-block;	
	width: 31%;
    margin: 0 .5%;
    vertical-align: top;	
}

.singlecatcattitle {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,.05);
    margin-bottom: 25px;
	padding-top: 7px;
    padding-bottom: 10px;
}

.singlecatcatposttitle {
    font-size: 22px;
    font-weight: bold; 
}


.singlecatcatposttitle, .singlecatcatpostexcerpt {
	width: 85%;
	margin: 0 auto;
}

.singlecatcatpostexcerpt {
	font-size: 16px;
	margin-bottom: 12px;
	margin-top:10px;
}

.singlecatcatmore {
    text-align: center;
    font-weight: bold;
    margin-bottom: 31px;
    margin-top: 35px;
}

.singlesupercatpost {
    margin-bottom: 33px;
}

/*Pre Super Cat Area */
#SuperCategoryIntroBlock {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 401px;
	margin-bottom:5px;
	text-align: center;
    color: white;	

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.supercatintrotextarea {
    width: 100%;
	padding:10px;
}

.supercatintroline1 {
    font-size: 60px;
    font-weight: bold; 
}

.supercatintroline2 {
	font-size:32px;
	font-weight:bold;
}

/*NEW single column view */
.homesupercatposts {
    background: #00000054;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.singlecatBottomArea {
	padding-bottom:0;
}


/* END Single Column VIew */

/*Home News Area */
#HomeNewsBlock {
    max-width: 940px;
	margin: 35px auto 0px;
	padding: 0px 10px;
}

.HomeNewsBlockTitle {
    font-size: 61px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.1;
}

.newsposttitle {
    font-size: 21px;
    font-weight: bold;
}

.cat-links, .tags-links {
    color: #002964;
	margin-bottom: 5px;
	font-size:.9em;
}

.entry_crumbs a {
    text-transform: uppercase;   
    border-top: 1px solid;
}

.entry_crumbs {
    text-transform: uppercase;
	font-size: .9em;
}

.newspostmeta {
	font-size: .9em;
	margin-bottom: 8px;
}
.newspostmeta ul {
    margin: 0 ;
    padding: 0;
    list-style: none;
    display: inline;
	
}

.newspostmeta li {
    display: inline;    
}

.newspostmeta li::after {
	 content: ",";
}

.newspostmeta li:last-child::after {
	content: "";
}

.postdate {
    font-size: .9em;
    color: #323e48;
    text-transform: uppercase;
}

.postsharelinks img {
    display: inline-block;
    margin-right: -4px;
}

.postsharelinks {
    height: 23px;
}

.single .postsharelinks {
    margin-top: 10px;
}



.homenewspostpost {
    position: relative;
}

.homenewspostpost .postsharelinks {
    position: absolute;
    width: 385px;
}

.homenewspostpost.noThumb .postsharelinks {
    position: relative;
}

.homepostthumbnail {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    width: 382px;
    padding-top: 23px;
    height: 236px;
    background-size: cover;
	background-position-x: 50%;
}

.homeposttext {
    float: right;
    width: 514px;
}

.noThumb .homeposttext {
	width:100%;
	margin-top:10px;
}

.postfeaturedimg img, .homepostthumbnail img {
    width: 100%;
}

.HomeSingleNewsPost {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 3px solid #FFC627;
    padding-bottom: 30px;
}

.HomeSingleNewsPost:last-child {
	border:none;
}

.MoreNewsButton {
    font-size: 1.2em;
    font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #FFC627;
    margin-bottom: 35px;
}

.MoreNewsButton a {
    background: #FFC627;
    padding: 5px 5px 8px;    
    display: inline-block;
	text-transform:uppercase;
	padding: 8px 38px;
}

.MoreNewsButton a:hover{
	color:initial;
}


/************
* Page special classes
***************/
.archivepostcontent {
	margin-bottom: 50px;
}

h2.large_headline {
    background: #093372;
    padding: 16px 20px;
	text-align: center;
}

h2.large_headline a {
	color: white;
	font-size: 30px;
}


/*************
* endorsements
**************/
.endorsementdata {
    display: table;
}

.singleendorsementrow {
    margin-bottom: 0;      
    padding: 0px;
	display: table-row;
}

.singleendorsementrow:first-child .singleendorsementitem {
    border-bottom: 3px solid;
}


.singleendorsementitem:first-child {
    width: 200px;
}

.singleendorsementitem {
    display: table-cell;
	border: 1px solid;
    padding: 10px;
    margin-right: 7px;
    width: 400px;
}

.singleendorsementrow .singleendorsementitem {
	border-top:0;
}

.singleendorsementitem:last-child{
	border-left:0;
}

.singleendorsementitem:first-child{
	border-right:0;
}

.singleendorsementrow:first-child .singleendorsementitem {
	border-top: 1px solid;
}


.stateassemblyarea .singleendorsementrow:first-child .singleendorsementitem {
    border-bottom: 1px solid;
}

.endorselabel {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.singleendorseblock.assemblyblock {
    float: left;
}

.singleendorseblock.senateblock {
    float: right;
}

.singleendorseblock {
    width: 48%;
}

.singleendorsementitem.endorsementname.incumbent {
    font-weight: bold;
}

.stateassemblyarea .singleendorsementitem {
    border-right: 1px solid;
}

.endorsementbottomarea {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}




/***************
* Endorsements Extended View
****************/
.singlestatesection {
    border-bottom: 7px solid #fdc62e;
	padding-bottom:40px;
}

.singlestatesection:last-child {
	/*border:none;*/
}

.singlestatesection_candidates {
    width: 100%;
    display: inline-block;    
	border-top: 4px solid #022978;
	padding-top: 10px;
}

.singlestatesection_content {
    margin-bottom: 5px;
    /*border-bottom: 4px solid #022978;*/
    padding-bottom: 5px;
}

.single_candidate {
    border-top: 1px solid #022978;
    padding-top: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.single_candidate:last-child {
    border-bottom: 1px solid #022978;
    padding-bottom: 27px;
}

.candidate_name {
    display: inline-block;
    width: 15%;
    color: #093372;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin-right: 2%;
    word-break: break-word;
	padding-left:10px;
}

.candidate_image {
    width: 130px;
    height: 130px;
    border: 5px solid #fec530;
    border-radius: 7px;
	background-size: cover;
    background-position: center center;
	display: inline-block;
    vertical-align: top;
}

.candidatebio {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 3%;
}

.candidatebio {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 3%;
    font-size: 15px;
}

span.positioninfolabel {
    color: #60a9de;
    font-weight: bold;
}

.singleposline {
    color: #022978;
    font-weight: bold;
}

.candidate_website {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    word-break: break-word;
    font-size: 14px;
    margin-left: 4%;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

h2.singlstatesectiontitle {
    color: #093372;
	margin-bottom: 5px;
}

.candidatesheader .candidate_image {
    height: 0;
    border: none;
}

.candidatesheader {	
	margin-bottom:10px;	
	display:inline-block;
	width:100%;
}

.candidatesheader .candidatebio, .candidatesheader .candidate_name, .candidatesheader .candidate_website {
	font-weight:bold;
	font-size:17px;
	color:#022978;
}

@media(max-width:1100px)
{
	.candidate_image {
		width: 12%;
		height: 11vw;
	}
}

@media(max-width:900px)
{
	.candidate_website {
		width: 100%;
		margin-left: 10px;
	}
	
	.candidate_image {
		width: 14%;
		height: 13vw;
	}
	
	.candidatebio {
		width:55%;
	}
	
	.candidatesheader .candidate_website {
		display:none;
	}
}

@media(max-width:810px)
{	
	.candidate_name {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
		font-size:22px;
	}
	
	.candidateFirstName, .candidateLastName {
		display: inline;
	}
	
	.candidate_image {
		width: 35%;
		height: 30vw;
	}
	
	.candidatebio {
		width: 55%;
		margin-left: 5%;
	}
	
	.candidate_website {
		margin-top: 10px;
	}
	
	.candidatesheader .candidatebio, .candidatesheader .candidate_image {
		display:none;
	}
	
	.candidatesheader .candidate_name {
		width: 100%;
		text-align: center;
		background: #022978;
		color: #fec52e;
		padding: 10px;
		font-size: 20px;
	}
}

@media(max-width:600px)
{
	.candidate_name {
		text-align: center;
	}
	
	.candidate_image {
		display: block;
		margin: 5px auto;
		width: 86%;
		height: 65vw;
	}
	
	.candidatebio {
		width: 100%;
		margin-left: 0;
	}
	
	.positioninfo {
		text-align: center;
		margin-bottom: 10px;
	}
}





/********************
* FOOTER 
******************/
footer#colophon {
    display: inline-block;
    width: 100%;
    background: url('images/phone_diag_overlay_2.png') repeat #113871;
	border-top: 10px solid #FFC627;
	padding:30px 10px;
	text-align: center;
	color: white;
}

#colophon a {
	color: white;
}

.footerlogo {
    margin-bottom: 15px;
}

.footermenu {
    margin-bottom: 10px;
}

.footermenu a {
    font-size: 24px;
    text-transform: uppercase;
}

.footermenu ul {
	margin:0;
	padding:0;
	list-style: none;	
}

.footermenu li {
	display: inline-block;
	border-right: 2px solid #63b8ff;
	margin-right: .5%;
    padding-right: .7%;
}

.footermenu li:last-child {
	border:none;
}

.footerextralinks, #colophon .footerextralinks a {
    color: #5993ec;
	text-transform: uppercase;
	font-size: 20px;
}

/******************
* Score Card
******************/
ul.scoreCardButtons {
    margin: 0;
    padding: 0;    
}

.scoreCardButtons li {
    width: 220px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    height: 59px;
    border: 1px solid #0e2f5f;
}

.scoreCardButtons button {
    font-size: .75em;
	text-transform: uppercase;
    width: 100%;
	height: 100%;
    padding: 8px 10px;
	line-height: 1.1;
}

div#loadingTable {
    font-size: 2em;
    border-top: 2px solid;
    margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 500px;
}

h2.currentScoreCardTitle {
    border-top: 2px solid;
    padding-top: 10px;
    margin-top: 55px;
}



/******************
Get Invloved Page
*****************/
.singleLocalListing {
	width: 420px;
    margin-bottom: 35px;
    border-bottom: 1px dotted;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
}

#addresslist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.state h3 {
    font-style: italic;
    margin-bottom: 5px;
    border-bottom: 1px dotted;
    width: 100%;
}

.singleLocalListing h4 {
    margin-bottom: 5px;
	text-decoration: underline;
}


/**************
* MOBILE
****************/

@media screen and (max-width: 1142px){
	.InnerPageInnerBlock.postblock {
		width: 63%;		
	}	
}

@media screen and (max-width: 1090px) {
	.InnerPageInnerBlock.postblock {
		padding-left:10px;
	}
}

@media screen and (max-width: 990px){
	.InnerPageInnerBlock.postblock {
		width: 59%;		
	}	
}

@media screen and (max-width: 896px){
	.InnerPageInnerBlock.postblock, aside#secondary {
		width: 100%;		
	}
	#secondary input.search-field {
		width: 175px;
	}	
}

@media screen and (max-width: 1000px) {
	#HomePageHeaderText, #HomePageHeaderLogoFormContainer {
		padding-left: 41px;
		padding-right: 12px;
	}
}

@media screen and (max-height: 575px), screen and (max-width: 850px){
	#HomePageHeader {
		display: inline-block;
		height: auto;
		padding-bottom: 75px;
	}
	
	.homearrowcontainer {
		display:none;
	}
}

@media screen and (max-width: 988px) {
	.LeftSidePostListImage {
		width: 24%;
	}
	.RightSidePostList {
		width: 75%;
	}
}

@media screen and (max-width: 955px) {
	.homeposttext {
		float: left;
		width: 432px;
	}
}

@media screen and (max-width: 907px) {
	.singleCategorySingleCat {		
		width: 100%;
		margin: 5px 0;
	}
}

@media screen and (max-width: 875px) {
	.homeposttext {		
		width: 332px;
	}
}

@media screen and (max-width: 865px)
{
	#HomePageHeaderLogoFormContainer {
		margin-top: 30px;
	}
	#HomeTopLogo {
		width:100%;
		text-align:center;
		margin-bottom: 12px;
	}
	#HomeTopSignUpForm {
		width: 100%;
	}
	
	#can_embed_form.can_float #form_col1 {
		width: 100%!important;
	}
	
}

/* this one is just HEIGHT */
@media screen and (max-height: 782px){
	
	#HomePageHeaderText {
		font-size: 38px;
		padding-top: 7%;
	}
	#HomePageHeaderLogoFormContainer {
		margin-top: 65px;
	}
	
	#HomePageHeader p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 781px) {
	
	.logoslicknav {
		left: 3px;
	}

	.admin-bar #page {
		margin-top: -46px;
	}	
	
	.admin-bar header#masthead {
		margin-top: 46px;
	}
}

@media screen and (max-width: 769px) {
	.homeposttext {		
		width:100%;
	}
	.homepostthumbnail {
		width:100%;
		height: 45vw;
	}
}



@media screen and (max-width: 750px) {
	.slicknav_menu {
		display: block;
	}
	
	.main-navigation {
		display: none;
	}
	
	.main-nav-scrolled .floatingheaderlogo {
		display: none;
	}
	
	.SocialIcons {
		width: auto;
		z-index: 1001;
		background: none;		
		left: 188px;
		margin-top: 6px;
		top: 0;
	}
	
	.admin-bar header#masthead {
		margin-top: 0;
	}
	
	#page, .admin-bar #page {
		margin-top: 54px;
	}
	
	#HomePageHeaderText, #HomePageHeaderLogoFormContainer {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.singlehomecategory {
		background-image: none!important;
		background-color: black;
	}
	
	.revealed .singlecatTop {
		padding-top: 37px;
	}
	
	.footermenu a {
		font-size: 18px;
	}
	
	.InnerPageHeaderImage {
		background-position-y: 0;
		height: auto;
		min-height: 230px;
		margin-top:0;
	}
	
	.InnerPageHeaderLogo {
		display: none;
	}
	
	.site-header h1.page-title {
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 25px 10px;
		left: initial;
		bottom: initial;
	}
}

@media screen and (max-width: 700px) {
	.singleCatTitle h2 {
		font-size: 40px;
	}
	
	.singleCatRevealButton {
		display: block;
		margin: 0 auto 25px;
	}
	
	.singlecatTopRight {
		width: 100%;
	}
	
	.sliderline1 {
		font-size:34px;
		min-width:100%;
	}
	
	.sliderline2 {
		font-size: 30px;
	}
	
	.sliderButton {
		font-size:25px;
	}
	
	.supercatintroline1 {
		font-size:35px;
	}
	
	.supercatintroline2 {
		font-size:30px;
	}
	
}

@media screen and (max-width: 680px) {
	homepostthumbnail {
		width: 100%;
		float: none;
		margin: 5px 0;
	}
	
	.HomeNewsBlockTitle {
		font-size: 44px;
	}
	
	.LeftSidePostListImage {
		width: 100%;
		float: none;
		text-align: center;
		height: 45vw;
	}
	
	.LeftSidePostListImage img {
		width: 100%;
	}
	.RightSidePostList {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 665px) {
	#HomePageHeader {
		padding-top: 17px;
	}
}

@media screen and (max-width: 600px){
	html #wpadminbar {
		position: fixed!important;
	}
	
	.singlecatcattitle {
		font-size: 15px;
	}
	
	.site-header h1.page-title {
		font-size: 40px;
	}
	
	.InnerPageHeaderImage {
		min-height: initial;
	}
	
	.singlecatsubcattab {
		font-size: 16px;
	}
	
	.singleendorseblock {
		width: 100%;
		margin-bottom: 15px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 570px) {
	.footermenu li {
		width: 100%;
		margin: 2px 0;
		padding: 0;
		border: none;
	}
}

@media screen and (max-width: 485px) {
	
	#HomePageHeaderText {
		font-size: 28px;
	}
	
	.homenewspostpost .postsharelinks {
		position: initial;
		width:100%;
	}
	
	img.homepostthumbnail {
		padding:0;
	}
}

@media screen and (max-width: 424px) {
	.HomeNewsBlockTitle {
		font-size: 35px;
	}
	
	.postsharelinks img {
		display: block;
	}
	
	.postsharelinks {
		height: auto;
	}
	
	#colophon .footerextralinks a{
		font-size: 16px;
	}
	
	.singlecatsubcattab {
		font-size: 15px;
	}
}
