html, body {
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
body {
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.author {
	display: none;
}
.header {
	position: relative;
}
.logo {
	margin: 10px 0;
}
.logo img {
	width: 100%;
}
.region-search {display:inline-block;}
.region-search .block {margin-bottom: 0 !important;}

.region-primary-menu .menu, .main-menu, .topmenu {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 65px;
}
.region-footer .menu {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.region-footer .menu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.region-footer .menu li a {
	display: inline;
}
ul.menu li {display:inline-block;}
ul.dl-menu {width: 120% !important;}
ul.dl-menu li { height: 35px;}
.menu-r {
	color: #ff032a;
}
.menu-b {
	color: #21409a;
}
.social {
	/*position: absolute;*/
	margin-top: 5px;
}
.social img {
	width: 35px;
}
.region-content .views-row, .region-content .node-page, .region-content .node-article {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.view-display-id-block_5 {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.node-rep-front .node-teaser {margin-bottom: 0;}
.node-rep-front .node-article {padding: 0;}
.node-teaser .image-field-caption {display: none;}

.sidebar .block {margin-bottom: 20px;}
.sidebar-content {
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.search {
	background: transparent;
	padding: 5px 10px;
	border: 0;
	width: 80%;
}
.slideshow {
	margin-bottom: 30px;
}
.slideshow img {
	width: 100%;
}

.menu-img div {
	margin-bottom: 30px;
}
.menu-img img {
	width: 100%;
}
.block-side {
	background: #f0f1f2;
	padding: 10px;
	margin-bottom: 40px;
}
.txt-big {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	margin: 5px 0;
}
.txt-r {
	color: #ff032a;
	font-weight: bold;
}
.txt-b {
	color: #21409a;
	font-weight: bold;
}
.footer {
	font-family: proxima-nova, sans-serif;
	text-align: center;
	color: #21409a;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

.footer a {
	font-family: proxima-nova, sans-serif;
	color: #21409a;
	padding: 0 5px;
}

.menu--footer {
	display: none;
}
.block-search h2 {
	display: none;
}
.caucus-search .form-submit {
	/*display: none;*/
}

#sidebar-first {
	padding: 0;
	display: inline-block;
}

.main-content {
	font-family: proxima-nova, sans-serif;
}
.main-content h2, .block h2 {
	color: #21409a;
	font-size: 30px;
	margin-top: 0;
    font-weight: bold;
    font-family: proxima-nova;
}
.main-content-gallery h2 {
	color: #21409a;
	margin-top: 0;
	font-size: 22px;
    font-weight: bold;
    font-family: proxima-nova;
}

.main-content h2 a {color: #21409a;}
#node-rep h3 {margin-top: 0;}
#node-rep h3 a {color: #21409a;}
#node-rep .field-type-image {}
#node-rep .field-name-field-tags h3, .node-article .field-name-field-tags h3 {font-size: inherit; font-weight: normal;margin-top:1px;}
#node-rep .field-name-field-tags ul {}
.img-left {
	text-align: center;
	margin: 10px 0;
}
.txt-left {
	text-align: center;
	margin-bottom: 10px;
	color: #21409a;
}

.txt-left a {
	color: #21409a;
	text-decoration: none;
	font-family: proxima-nova, sans-serif;
}

.slideshow img {
	width: 100%;
	height: inherit;
}

.region-primary-menu > ul, #block-system-main-menu > .content > ul {width: 100%;}

#primary_nav_wrap, .slicknav_menu {
	background: #21409A !important;
}
.slicknav_btn {background: transparent;}
#main_menu ul
{
	list-style:none;
	position:relative;
	margin: 0;
	padding: 8px 10px;
	background: #21409A;
}

#main_menu ul a, .nolink
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: initial;
	color: #ffffff;
	padding: 12px 18px;
}
#main_menu ul a:hover {
	text-decoration: none;
	color: #6bef1a;
}
#main_menu ul a.is-active {
	color: #6bef1a;
}

#main_menu ul li
{
	list-style: none;
	position:relative;
	float:left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#main_menu ul ul li:hover
{
}

#main_menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-transition: opacity 0.5s;
}

#main_menu ul ul li
{
	float:none;
	width:200px;
}

#main_menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#main_menu ul ul ul
{
	top:0;
	left:100%;
	z-index: 99;
}

#main_menu ul li:hover > ul
{
	display:block;
	  opacity: 1;
	  visibility: visible;
}
/* SlickNav */
.slicknav_menu {
	display:none;
}
.slicknav_nav a, .slicknav_nav .nolink {
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: initial;
	color: #ffffff;
	padding: 0;
}
.slicknav_nav a.active {color: #fff;}
.slicknav_nav .slicknav_row:hover {background: transparent !important;}
.slicknav_nav ul {margin-top: 0 !important;}
.slicknav_nav ul li {display: block !important;}



.block-page-title-block {
	display: none;
}


/**************************************************/


.header-rep {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}
.logo-small {
	width: 200px !important;
}
.menu-rep {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin: 20px 0 0 40px;
}
.menu-rep a {
	margin: 0 0 0 0px;
}
.menu-rep .menu-r {
	color: #a0a0a0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}

.menu-rep .menu-b {
	color: #595959 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.social-rep {
	margin-top: 15px;
	text-align: right;
}
.social-rep img {
	width: 35px;
}
.page-info {
	background: #fff;
}
article.page {
	background: #fff;
}
.page-info h3 {
	color: #a0a0a0;
	font-size: 20px;
	margin-top: 10px; 
	margin-bottom: 0;
	font-family: proxima-nova, sans-serif;
}
.page-info h1 {
	color: #21409a;	
	text-transform: uppercase;
	margin: 0px 0;
	font-family: proxima-nova, sans-serif;
	font-size: 44px;
	font-weight: bold;
}
.page-info h2 {
	color: #595959;
	font-size: 24px;
	font-style: italic;
	margin: 0px 0 20px 0;
	font-family: proxima-nova, sans-serif;
}
.page-info-detail {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	color: #595959;
	text-align: right;
	margin:10px 0;
}
.footer-rep .menu {
	margin:0; 
	padding: 0;
	font-family: proxima-nova, sans-serif;
    text-align: center;
    color: #21409a;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}
.footer-rep .menu li {display: inline-block;}
.footer-rep .menu li a::after {content: ' | ';}
.footer-rep .menu li:last-child a::after {content: '';}

.txt-blue {
	color: #21409a;
    font-family: calibri;
    font-size: 30px;
    text-align: center;
}

.icon-facebook {
	background: url(../images/fb.png) no-repeat top center;
    width: 35px;
    height: 35px;
    display: block;
}
.icon-twitter {
	background: url(../images/tw.png) no-repeat top center;
    width: 35px;
    height: 35px;
    display: block;
}
.icon-youtube {
	background: url(../images/yt.png) no-repeat top center;
    width: 35px;
    height: 35px;
    display: block;
}
.icon-feeds {
	background: url(../images/blog.png) no-repeat top center;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
}
#linkicon-taxonomy-term-rep-field-social-media-links-1 {display: inline-block;}

table.cols-4 td {width:25%; margin-bottom: 20px;}
.main-content-gallery {background: #fff; padding: 20px;}

.item-list--linkicon {margin: 0 !important; display: inline-block;}

.rep-search input {
    margin-top: 20px;
    background: #ddd;
    border: 1px solid #999;
}
.caucus-search input {
	/*background: transparent;
	border: none;*/
}
.flex-caption {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
    padding: 20px 20px 20px 20px;
    color: #21409a;
    /* text-align: center; */
    font-size: 22px;
    font-family: proxima-nova;
}
.flex-control-thumbs li {width: 150px; height: 100px;}
.feed-selector ul {list-style: none; margin: 0; padding: 0;}
.feed-selector ul li {padding: 0; display: inline-block;}
.feed-selector ul li a {
    padding: 5px 10px 0 10px;
    display: block;
    background: #484848;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    border-top: 1px solid #FFF;
    text-decoration: none;
    font-weight: bold;
}
.feed-selector ul li a:hover {
	background: #6F6F6F;
}
.region-content img {margin: 0 20px 20px 0;}
.rep-districtnumber {
    width: 25px;
    display: inline-block;
    text-align: right;
}
.rep-name {font-weight: bold;}
.rep-town {font-style: italic;}
.webform-client-form label {width: 100px;}

.field-type-image img {
    width: 100%;
    height: inherit;
}
.node-press-release h2 {font-size:14px;font-weight: normal; margin-top: 2px;}
.file-icon {margin: 0 !important;}
.view .date-nav-wrapper .date-prev {
	padding: 5px 20px 5px 0 !important;
}
.mailchimp-newsletter-mergefields label {
    display: block;
}

.mailchimp-newsletter-mergefields input {
    width: 100%;
    padding: 5px;
}
/*, .form-submit */
.btn-submit, .block-signupform .form-submit {
	background: #21409a;
	color: #fff;
	display: block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border: 0;
	border-radius: 5px;
	margin: 20px 0;
	font-size: 18px;
	font-family: calibri;
}
.node-node-gallery-gallery h2 {display: none;}
.field-name-body img {
    max-width: 100% !important;
    height: inherit !important;
}
.field-name-field-tags ul.inline li {display:block; float:left;}
.flexslider {margin: 0 0 40px !important;}
.no-padding {padding: 0 !important;}
.views-field-field-district-map-thumbnail img {width: 100% !important; height: inherit !important;}

.search-block-form .form-group {
	margin-bottom: 0;
}
.nav > li > a {
	padding: 10px 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}
ul.slides { 
	list-style: none;
	padding: 0;
}
.form-type-search .input-group {
	margin-top: 0;
	/*display: block;*/
}
.form-type-search .input-group input {
	margin-top: 0;
}
.rep-search .form-type-search .input-group {
	margin-top: 20px;
}
.wp-menu {
	margin-bottom: 20px;
}
.featured_image img {
	width: 100%;
}
.sp-image img {
	width: 100%;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 320px) { 
	.menu-rep {font-size: 12px !important;}
}
@media (max-width: 991px) { 
	.topmenu {margin-top: 0;}
	.topmenu ul {padding: 0; text-align: center;}
	.topmenu ul li {margin: 0;}
	.topmenu ul li {font-size:16px;}
	.social {text-align: right;}
	.wp-menu {background: #21409A !important}
	.wp-content-rep {background: #fff;}
	.menu-rep {margin: 0 !important; font-size: 15px; text-align: center;}
	.social-rep {text-align: center;}
	.page-info h1 {font-size: 24px;}
	.page-info h2 {font-size: 18px; margin:0;}
	.page-info-detail {text-align:left !important;}
	.search-icon {font-size: 20px; margin-top: 20px;}
	.item-list .pager li {padding: 0;}
	.region-content img {margin: 0;}
	.search-form {margin-top: 20px;}
	.search-form .form-text {width: 100% !important;}
	.no-height {min-height: 0 !important;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	.container {
		min-height: 500px;
		background: #fff;
	}
	.container-rep {
		min-height: 500px;
		background: #f0f1f2;
		margin: 0 auto;
	}
	.page-info {
		padding: 0 40px;
	}

	.wp-content-rep {
		padding: 0 40px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	.container {
		width: 1200px;
		min-height: 500px;
		background: #fff;
	}
	.container-rep {
		width: 1200px;
		min-height: 500px;
		background: #f0f1f2;
		margin: 0 auto;
	}

}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	/*
	#primary_nav_wrap ul {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	*/
	#main_menu ul li {
		display: block;
	}
	#main_menu ul li a {
		padding: 0;
	}
	#main_menu ul li.dropdown:after {
		display: inline-block;
		padding: 0.5rem;
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f0d7";	
		color: #fff;
		position: absolute;
		top: 3px;
		right: 0;
	}
	#main_menu ul ul {
		position: relative;
	}
}

/*******************HDO Custom CSS*********************/

hr {
	border-top-color: #555 !important;
}

#main_menu ul ul a {
    float: none;
    width: 200px;
    font-size: 17px;
    line-height: 1em;
    padding: 10px 0px 10px 0px;
}
#main_menu ul li {
    float: none;
    font-size: 17px;
    line-height: 1.2em;
    padding: 5px;
}
li.leaf {
	padding: 10px 0px 10px 0px;
	line-height: 1.2em;
}
.nolink {
	padding: 14px 18px;
	line-height: 1;
}
.region-content img {
	margin: 0 20px 0px 0;
	max-width: 100%;
	height: auto !important;
	width: 100%;
}
.maher_survey_wrap label {
	width: 100%;
	margin-left: 10px;
}
.maher_survey_wrap table {
	width: 100%;
}
.maher_survey_wrap tr {
	width: 100%;
}
.maher_fieldset_wrapper legend {
	margin-top: 20px;
	margin-bottom: -5px;
}
.maher_survey_wrap .webform-grid-question {
	display: inline-block;
	margin: 5px;
	width: 50%;
}
.maher_survey_wrap .webform-grid-option {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 15%;
}
.maher_survey_wrap td.checkbox, .maher_survey_wrap th.checkbox {
	margin-top: 0;
	border-bottom: none;
}
.maher_survey_wrap label.option {
	padding: 4px 10px 4px 0px;
}
.maher_survey_wrap th {
	border-bottom: none;
}
.maher_survey_wrap .description {
	font-size: 1em;
}
.maher_survey_wrap label {
	width: 100%;
	margin-left: 10px;
}
.maher_survey_rank table {
	width: 100%;
}
.maher_survey_rank tr {
	width: 100%;
}
.maher_survey_rank td.webform-grid-question {
	display: inline-block;
	margin: 5px;
	width: 45%;
}
.maher_survey_rank td.webform-grid-option {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 10%;
}
.maher_survey_rank th.webform-grid-question {
	display: inline-block;
	margin: 5px;
	width: 45%;
}
.maher_survey_rank th.webform-grid-option {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 10%;
}
.maher_survey_rank td.checkbox, .maher_survey_rank th.checkbox {
	margin-top: 0;
	border-bottom: none;
}
.maher_survey_rank label.option {
	padding: 4px 10px 4px 0px;
}
.maher_survey_rank th {
	border-bottom: none;
}
.maher_survey_rank .description {
	font-size: 1em;
}
.maher_grid6 table {
	width: 100%;
}
.maher_grid6 tr {
	width: 100%;
}
.maher_grid6 td.webform-grid-question {
	display: inline-block;
	margin: 5px;
	width: 45%;
}
.maher_grid6 td.webform-grid-option {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 8%;
}
.maher_grid6 th.webform-grid-question {
	display: inline-block;
	margin: 5px;
	width: 45%;
}
.maher_grid6 th.webform-grid-option {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 8%;
}
.maher_grid6 td.checkbox, .maher_grid6 th.checkbox {
	padding: 5px 0;
	display: inline-block;
	margin-top: 0;
	width: 8%;
}
.maher_grid6 label.option {
	padding: 4px 8px 4px 0px;
}
.maher_grid6 th {
	border-bottom: none;
}
.maher_grid6 .description {
	font-size: 1em;
}
.timeline-Viewport {
    max-height: 500px;
}
.item-list ul li {
	margin: 0 0 0.25em .5em;
}
.pager li > a {
	font-weight: bold;
}
.show{
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  display: block;
  border-radius: 4px;
}

.show .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.show-first img {
  transition: all 0.2s linear;
}

.show-first .mask {
  opacity: 0;
  background-color: rgba(0,0,0, 0.4);
  transition: all 0.4s ease-in-out;
}
.show-first:hover img {
  transform: scale(1.02);
}
.show-first:hover .mask {
  opacity: 1;
}
.hr-blue-5 {
	  border-top: 5px solid #095484;
}
.sp-layer {
	transform-origin: left top;
	transform: scale(1) translate3d(-50px, 0px, 0px);
	opacity: 0;
	top: auto !important;
	bottom: 0;
	left: 0 !important;
	right: 0;
}
.sp-image {
	margin-top: 0 !important;
}
