@charset "UTF-8";
/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General
    This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer 
- Interior Pages
    - Sidebar
    - Pagination
- Home
- Media Queries
    - Tablet Portrait (768px); corresponds with Bootstrap 'sm'
    - Tablet Landscape (992px); corresponds with Bootstrap 'md'
    - Desktop (1200px); corresponds with Bootstrap 'lg'
*/
@import url("../stylesheets/gravity-forms-bs3.css");
/*
    = Variables and mixins  
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
.join-wrap, .voter-info, .the-latest {
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*
    = General   
*******************************************************************************************/
html {
  overflow-x: hidden;
}

.container {
  max-width: 1168px;
  width: 100%;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

body {
  overflow: hidden;
  padding-bottom: 0;
  color: #4A4A4A;
  font: 200 15px/160% "Biryani", sans-serif;
}

body.loading .slider {
  width: 100%;
  background-image: radial-gradient(#003758 0%, #052439 100%);
}

body.loading .slider:before {
  content: "";
  display: block;
  padding-top: 33%;
}

body.loading .slider:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  content: "";
  color: #0067A4;
  font-family: fontAwesome;
}

.box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio of 1:1*/
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.wp-caption {
  padding: 5px;
  border: 1px solid #CDC1CF;
  background-color: #FDFDFD;
  -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.wp-caption .wp-caption-text {
  margin-bottom: 0;
  color: #111;
  font-style: italic;
  font-size: 12px;
}

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

.aligncenter {
  display: block;
  margin: 15px auto;
}

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

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  color: #0067A4;
  -webkit-transition: all ease-all 0.25s;
  transition: all ease-all 0.25s;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

blockquote, blockquote * {
  margin: 15px 0;
  color: #4A4A4A;
  font: italic normal bold 18px/130% "Biryani", sans-serif;
}

.site-title {
  position: absolute;
  left: -9999px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 15px;
  color: #4A4A4A;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  text-transform: uppercase;
  font-size: 14px;
}

> h2 {
  font-size: 40px;
}

ul {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: square;
}

ul ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: decimal;
}

ol ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
}

ol ul ul {
  list-style-type: circle;
}

ol ol {
  padding-left: 20px;
}

/*
    = Header    
*******************************************************************************************/
.navbar-wrapper {
  position: static;
}

.navbar-wrapper .container {
  padding: 0;
}

.home .navbar {
  border: zero;
  margin-bottom: 0;
  min-height: 65px;
}

.page .navbar {
  min-height: 55px;
}

.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.brand {
  position: absolute;
  top: 10px;
  left: 20px;
  margin-bottom: 20px;
}

.brand h1 {
  overflow: hidden;
  margin: 0;
}

.brand h2 {
  display: none;
}

.logo {
  max-width: 90px;
}

#search-2 {
  float: right;
}

ul.share-buttons {
  padding: 15px 0 0;
  list-style: none;
  margin-right: 15px;
}

ul.share-buttons li, #mobile-share {
  display: inline;
  border: 0;
}

ul.share-buttons li a, #mobile-share a {
  display: inline-block;
  width: 24px;
  border: 0;
  color: #C5DBE8;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

ul.share-buttons li a:hover, #mobile-share a:hover {
  background: none;
  color: #0067A4;
}

#mobile-share {
  float: right;
  margin-top: 15px;
}

#mobile-share .footer-share-icon, #mobile-share .state-share-icon {
  display: none;
}

#mobile-share a {
  width: 16px;
  font-size: 16px;
}

.header-share img {
  margin-right: 10px;
  max-width: 24px;
  max-height: 24px;
}

.header-share .footer-share-icon, .header-share .state-share-icon {
  display: none;
}

.widget_icl_lang_sel_widget #lang_sel_list,
.language-phone #lang_sel_list {
  margin-bottom: 20px;
  border: none;
  background: none;
}

.widget_icl_lang_sel_widget #lang_sel_list ul,
.language-phone #lang_sel_list ul {
  border-top: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Biryani", sans-serif;
  font-size: 10px;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li a,
.language-phone #lang_sel_list ul li a {
  border: 1px solid #C5DBE8;
  border-radius: 3px;
  margin-left: -2px;
  float: left;
  position: relative;
  color: #7caecb;
  background-size-x: 0;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li a:hover,
.language-phone #lang_sel_list ul li a:hover {
  background-color: #C5DBE8;
  background-size-x: 100%;
  color: white;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li:first-child a,
.language-phone #lang_sel_list ul li:first-child a {
  margin-left: 0;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li:last-child a,
.language-phone #lang_sel_list ul li:last-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li a.lang_sel_sel,
.language-phone #lang_sel_list ul li a.lang_sel_sel {
  background-color: #C5DBE8;
  color: white;
}

.widget_icl_lang_sel_widget #lang_sel_list ul li a,
.language-phone #lang_sel_list ul li a {
  padding: 3px 3px 2px 3px;
}

.widget_icl_lang_sel_widget #lang_sel_list ul a:after,
.language-phone #lang_sel_list ul a:after {
  content: "";
}

.language-phone {
  position: absolute;
  right: 50px;
  top: 24px;
}

.language-phone #lang_sel_list ul li a {
  padding: 5px 3px 1px 3px;
}

.mobile-side-menu #icl_lang_sel_widget-2 {
  display: none;
}

.header-links {
  color: #0067A4;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.header-links a {
  display: inline-block;
  margin-left: 10px;
}

.header-links a:hover {
  text-decoration: none;
}

.header-links a:hover:after {
  left: 7px;
}

.header-links a:after {
  position: relative;
  bottom: 2px;
  left: 5px;
  content: "";
  font-size: 14px;
  font-family: fontAwesome;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-links a.red:after {
  position: relative;
  bottom: 6px;
  left: 5px;
  content: "";
  font-size: 14px;
  font-family: fontAwesome;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-links small {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 4px;
  width: 100px;
  font-size: 10px;
  line-height: 12px;
}

.header-links small:after {
  bottom: 7px;
}

.red {
  color: #BA1F2B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.red:hover {
  color: #0067A4;
}

.links-top {
  margin-top: 30px;
}

#topright-share, #topright-links {
  display: table;
  margin-left: auto;
}

#topright-share > *, #topright-links > * {
  display: table-cell;
}

.header-search {
  position: relative;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding-left: 10px;
}

.header-search .search-bar input[type=search] {
  position: absolute;
  z-index: 1000;
  right: 16px;
  bottom: 12px;
  padding: 12px 10px;
  width: 0px;
  outline: none;
  border: 0;
  background-color: #FFF;
  color: #FFF;
  text-indent: 20px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.header-search .search-icon {
  cursor: pointer;
}

.header-search .search-icon:after {
  position: absolute;
  z-index: 1001;
  right: 24px;
  bottom: 24px;
  color: #C5DBE8;
  content: "";
  font-weight: normal;
  font-size: 20px;
  font-family: fontAwesome;
}

.header-search .search-icon:hover:after, .header-search .search-icon:focus:after, .header-search .search-icon:active:after {
  color: #0067A4;
}

.header-search .search-bar input.search-hover {
  width: 300px;
  outline-color: teal;
  border: 1px solid #e2edf4;
  border-radius: 4px;
  background-color: #f1f6f9;
  color: #000;
  text-indent: 0;
}

.header-search .search-bar input.search-hover ::-webkit-input-placeholder {
  line-height: 28px;
}

.header-search .search-bar input.search-hover :-ms-input-placeholder {
  line-height: 28px;
}

.header-search .search-bar input.search-hover ::-ms-input-placeholder {
  line-height: 28px;
}

.header-search .search-bar input.search-hover ::placeholder {
  line-height: 28px;
}

.header-search .search-close:after {
  content: "";
}

/*
    = Main Menu 
*******************************************************************************************/
.menu-collapser {
  display: none !important;
}

.navbar-toggle {
  margin-right: 25px;
  top: 15px;
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  width: 20px;
  background-color: #0067A4;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.menu-main-menu-container,
.menu-main-menu-spanish-container {
  display: inline-block;
  margin-right: 15px;
}

.menu-mfvef-fund-submenu-container {
  margin-top: -25px;
}

#site-navigation {
  overflow: initial;
  margin-top: 35px;
  width: calc(100% + 15px);
  border-top: 5px solid #E5E5E5;
}

ul.slimmenu {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  text-transform: uppercase;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
}

ul.slimmenu li a {
  display: block;
  padding: 15px 25px 5px 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

ul.slimmenu li a:hover {
  background-color: #dbe9f1;
  text-decoration: none;
}

ul.slimmenu li .sub-collapser {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 24px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
  display: inline-block;
  margin-right: -0.25em;
  height: 100%;
  content: "";
  vertical-align: middle;
}

ul.slimmenu li .sub-collapser > i {
  display: inline-block;
  padding-top: 5px;
  color: #0067A4;
  vertical-align: middle;
  font-style: normal;
  font-size: 11px;
  font-family: flexslider-icon;
}

ul.slimmenu li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
  width: 100%;
}

ul.slimmenu > li {
  margin-right: -5px;
}

ul.slimmenu > li:first-child {
  border-left: 0;
}

ul.slimmenu > li:last-child {
  margin-right: 0;
}

ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu ul li {
  background-color: #FFF;
}

ul.slimmenu.collapsed li {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

ul.slimmenu.collapsed li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

.collapse-button {
  display: none;
}

.navbar-collapse {
  max-height: 100%;
}

.menu-main-menu-container,
.menu-main-menu-spanish-container,
.mobile-side-menu {
  width: 50%;
  float: left;
}

.mobile-side-menu {
  list-style: none;
  width: 45%;
  float: right;
  margin-top: 15px;
  padding: 0;
}

.mobile-side-menu li {
  display: block;
  text-align: right;
}

.mobile-side-menu li:nth-child(1) a:after {
  padding-left: 10px;
  content: "";
  font-family: "fontAwesome";
}

.mobile-side-menu li:nth-child(1) small {
  display: none;
}

.mobile-side-menu li a.red {
  padding-right: 4px;
}

.mobile-side-menu .header-links a {
  margin-bottom: 1em;
}

#mobile-search {
  clear: both;
  padding-top: 30px;
  padding-right: 15px;
}

/*
    = Footer    
*******************************************************************************************/
footer {
  text-align: center;
}

#menu-footer-menu,
#menu-footer-menu-spanish {
  margin: 20px auto;
}

#menu-footer-menu li,
#menu-footer-menu-spanish li {
  display: inline;
  margin-right: 10px;
  list-style: none;
}

.join-wrap {
  margin-top: -27px;
  padding-top: 50px;
  background-image: url("../../images/sectional_bottom.png");
}

.join-wrap .BBFormFieldLabelEdit, .join-wrap .BBFormSectionHeading,
.join-wrap .BBFormContainer[data-bbox-part-id=df3e9faf-b592-46e9-b778-446134da509e] .BBFormSectionHeading label {
  font-size: 36px !important;
  line-height: 38px !important;
  color: #0067A4 !important;
  text-transform: uppercase !important;
  font: 700 24px/26px "Biryani", sans-serif !important;
  text-align: center !important;
}

.join-wrap div.BBFormSubSectionHeading {
  display: none !important;
}

.join-wrap .BBFormContainer[data-bbox-part-id=df3e9faf-b592-46e9-b778-446134da509e] .BBFormTextbox {
  padding: 15px !important;
  font-size: 17px !important;
}

.join-wrap .BBFormFieldContainer input[type=email], .join-wrap #bboxsignup-f9ae1b1e-9b6d-4774-b969-6224706364c0_emailaddress {
  max-width: 100% !important;
  width: 370px !important;
}

.join-wrap .BBFormFieldLabelEdit {
  display: none !important;
}

.join-wrap .BBFormSubSectionHeading.BBFormFieldLabelEdit {
  display: none;
}

.join-wrap .BBFormContainer[data-bbox-part-id=df3e9faf-b592-46e9-b778-446134da509e] .BBFormSubmitbutton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 457px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font: bold 24px/42px "Biryani", sans-serif;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: #428bca !important;
  border-color: #357ebd !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 0 !important;
  font-weight: bold;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

.state-menu .nav > li > a {
  position: relative;
  display: block;
  margin: 5px;
  padding: 7px 17px 3px;
  border: 1px solid #FFF;
  border-radius: 20px;
  color: #AABAC4;
  text-transform: uppercase;
  font: bold 12px/18px "Biryani", sans-serif;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.state-menu .nav > li > a:hover {
  color: #BA1F2B;
}

.nav-justified > li {
  display: inline-block;
  width: initial;
}

.inverse {
  margin-bottom: 30px;
  padding: 20px;
  height: 350px;
  background-color: #E5E5E5;
}

.sign-up-form {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 970px;
  border-bottom: 1px solid #FFF;
}

.sign-up-form .form-group {
  width: 100%;
}

.sign-up-form #email_input, .sign-up-form input {
  margin-bottom: 15px;
  padding-top: 13px;
  height: 50px;
  border-radius: 0;
  font: 300 14px/18px "Biryani", sans-serif;
}

.sign-up-form input, .sign-up-form #email_input {
  width: 100%;
}

.sign-up-form input {
  margin-right: 30px;
}

.sign-up-form #email_input {
  margin-right: 0;
}

.sign-up-form button {
  margin-top: 10px;
}

.footer-menu {
  font-size: 12px;
}

.text-alert-form input {
  margin-bottom: 10px;
  height: 50px;
  border-radius: 2px;
}

.sign-up-block {
  padding-bottom: 50px;
}

#footer {
  padding: 70px 0 50px;
}

.btn-primary, .btn-secondary, #wp-email-submit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 457px;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  text-transform: uppercase;
  font: bold 24px/42px "Biryani", sans-serif;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}

.btn-primary:hover, .btn-secondary:hover, #wp-email-submit:hover {
  border: 1px solid #BA1F2B;
  background: #BA1F2B;
  color: #FFF;
}

#wp-email-submit {
  background-color: #0067A4;
  color: #FFF;
}

.btn-secondary {
  margin-bottom: 35px;
  max-width: 226px;
  border: 1px solid #FFF;
  background: none;
}

.text-alert-form .form-group {
  width: 100%;
}

#phone_input {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 12px;
  max-width: 370px;
  width: 100%;
  font-size: 14px;
}

.text-alerts-box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 50px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.text-alerts-box .p1, .text-alerts-box .p2 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}

.footer-share {
  margin: 0 auto;
  padding: 15px;
  max-width: 450px;
}

.footer-share img {
  margin: 0 1px 5px;
  width: 48px;
}

.footer-share ul.share-buttons a {
  padding-top: 11px;
  padding-right: 2px;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #FFF;
  color: #052439;
}

.footer-share .header-share-icon, .footer-share .state-share-icon {
  display: none;
}

.footer-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #0067A4), color-stop(99%, #122F43));
  background-image: linear-gradient(-90deg, #0067A4 1%, #122F43 99%);
}

.footer-wrap * {
  color: #FFF;
}

.footer-wrap .widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.footer-wrap p {
  font: normal 19px/33px "Biryani", sans-serif;
}

.footer-wrap .copyright {
  font-size: 10px;
}

.footer-wrap #signup input[type=text] {
  color: #4A4A4A;
}

.footer-wrap a.revMsgTnCLink {
  color: #fff !important;
}

.footer-wrap a.revMsgTnCLink:hover {
  text-decoration: none;
}

.footer-wrap .rvmsgtnctext {
  display: none;
}

.footer-wrap .revmsg-success {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 800;
}

.footer-wrap #text-18 .textwidget p {
  font-size: 11px;
  line-height: normal;
}

.footer-wrap #text-18 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-wrap #text-18 .widget-title {
  display: none;
}

/*
    = Interior pages    
*******************************************************************************************/
.page-id-5461 .entry .img-circle {
  max-width: 200px;
}

.maincontent.lower {
  padding: 15px 15px 50px;
}

.container-normal .row.maincontent {
  background-color: #FFF;
}

#breadcrumbs {
  overflow: hidden;
  margin: 10px 0;
  list-style: none;
}

#breadcrumbs li {
  float: left;
  margin-right: 15px;
}

#breadcrumbs .separator {
  color: #999;
  font-weight: 700;
  font-size: 20px;
}

.page-thumbs {
  margin-top: -65px;
}

.child-image-wrap {
  position: relative;
  background-color: #052439;
}

.child-image-wrap .thumbnail-image {
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.27);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.27);
  height: 140px;
  overflow: hidden;
  cursor: pointer;
}

.child-image-wrap .thumbnail-image:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(197, 219, 232, 0.1) 0%, rgba(5, 36, 57, 0.5) 100%);
  content: "";
}

a.thumbnail:hover .thumbnail-image:hover:before {
  background-image: none;
}

.child-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.child-title h3 {
  font-size: 24px !important;
  margin: 0 !important;
  color: #FFF !important;
  text-shadow: 0px 2px 4px rgba(5, 36, 57, 0.5);
}

.no-img-text img {
  background-image: url("http://i.stack.imgur.com/5eiS4.png");
  -o-object-position: -99999px 99999px;
  object-position: -99999px 99999px;
}

.no-img-text h3 {
  display: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.child-pages {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px 0 40px;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#052439), to(#083c5f));
  background-image: linear-gradient(#052439 0%, #083c5f 100%);
  background-size: 1620px 100% !important;
  color: #FFF;
}

.child-pages a, .child-pages h3, .child-pages h4 {
  color: #FFF;
  font-weight: 800;
}

.child-pages h3:before {
  position: relative;
  right: 10px;
  margin-left: -27px;
  padding: 0 7px 3px 11px;
  border-radius: 30px;
  background: #FFF;
  color: #0067A4;
  content: "";
  text-align: center;
  font-weight: 200;
  font-family: "fontAwesome";
}

.page-move-up {
  margin-top: -40px;
}

.child-page-text-wrap {
  margin-left: 30px;
  max-width: 670px;
}

.child-page-img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 166px;
  width: 166px !important;
  height: 166px !important;
}

.featured-event {
  margin-bottom: 50px;
}

.news-feed-title {
  padding-top: 30px;
  color: #052439;
}

.news-col img {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  width: 120px;
}

.news-col .news-title a {
  color: #0067A4;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}

.relative {
  position: relative;
  margin-bottom: 50px;
}

h3.news-title {
  margin-top: 0 !important;
  padding-right: 140px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.cal-date {
  margin-right: 10px;
}

.month {
  background-color: #333;
  color: white;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 2px;
  width: 56px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #0067A4;
  text-transform: uppercase;
  font-weight: bold;
}

.day {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  clear: left;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 8px 5px 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #FFF;
  color: #0067A4;
  font-weight: bold;
  font-size: 28px;
}

.month, .day {
  width: 56px;
}

.press-col .press-release-title a {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.press-col .press-release-title {
  margin-top: 0;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

h4.tribe-events-list-event-title {
  margin-top: 0;
}

.tribe-events-back,
.tribe-events-event-image,
.tribe-events-cost,
.tribe-events-event-cost-label,
.tribe-events-event-cost {
  display: none;
}

.tribe-events-schedule {
  display: none;
}

.tribe-events-schedule > p {
  font-size: 18px;
}

.single-tribe_events .top-image-page {
  height: auto;
  background-size: cover !important;
  background-position-y: 60% !important;
  margin-bottom: 30px;
}

.single-tribe_events .page-title small {
  display: block;
  color: white;
  padding: 30px 0;
}

.tribe-events-single-event-description img.sponsor {
  max-height: 40px;
  width: auto;
  margin: 10px;
}

.tribe-tickets-rsvp {
  text-align: center;
}

.tribe-tickets-rsvp table {
  margin-left: auto;
  margin-right: auto;
}

#rsvp-now {
  padding-top: 50px;
  margin-bottom: 15px;
}

.tribe-button--rsvp, .rsvp-event-donate a {
  border: none;
  background: #0067A4;
  color: white;
  font-weight: bold;
  padding: 15px 20px 11px !important;
}

.tribe-button--rsvp:hover, .rsvp-event-donate a:hover {
  background: #00273e;
}

.tribe-events-tickets-rsvp .tribe-ticket.quantity input {
  width: 100% !important;
}

.add-to-cart {
  text-align: center;
}

.tribe--rsvp {
  font-size: 24px !important;
  font-weight: 700;
}

.rsvp-event-donate {
  padding: 35px 15px 15px;
  max-width: 581px;
  margin: 10px auto;
  height: 140px;
  text-align: center;
  background-color: #f1faff;
}

.rsvp-event-donate a {
  background: #BA1F2B;
  font-size: 16px;
  margin-top: 15px;
  padding: 12px 20px 9px !important;
}

.rsvp-event-donate a:hover {
  color: white;
}

.tribe-events-event-meta {
  font-size: 1.5em !important;
}

.tribe-events-cal-links a {
  background: white !important;
  color: #0067A4 !important;
}

.tribe-events-cal-links a:hover {
  background: #0067A4 !important;
  color: white !important;
}

.page-template-page-state .entry p:first-of-type {
  font-size: 100%;
}

.page-template-page-state h2.page-title {
  color: white !important;
}

.page-template-page-state .top-image-page {
  background-size: auto 240px !important;
  background-position: 30% -40px !important;
  background-color: #052439 !important;
  height: 240px;
}

.entry h3 {
  margin-top: 30px;
  color: #0067A4;
  font-weight: 800;
  font-size: 2.4vmax;
  line-height: 2.8vmax;
}

.entry img.alignleft {
  margin: 0 15px 15px 0;
}

.entry img.alignright {
  margin: 0 0 15px 15px;
}

.top-image-page {
  margin-bottom: 10px !important;
  height: 106px;
}

.top-image-page h2.page-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}

.top-image-page h2.page-title.dark-text {
  color: #052439;
}

.single.single-news .top-image-page {
  height: inherit;
}

.top-image.issue-img {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.top-image.issue-img img {
  max-height: 300px;
  width: 100%;
  background-size: 100% !important;
  background-position: center center !important;
}

.top-image.issue-img h2.page-title {
  top: 14px;
  display: block;
  margin-left: auto;
  color: #FFF;
}

.top-image.issue-img .row {
  position: absolute;
  top: 0;
  width: 100%;
}

.top-image.issue-img .page-text {
  top: 60%;
  color: #FFF;
  font-weight: 700;
}

.issue {
  background-color: #E5E5E5;
}

.issue .nav {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}

.home .issue {
  background-color: #FFF;
}

.image-caption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  color: #FFF;
  text-align: center;
}

.top-image {
  position: relative;
  margin-bottom: 30px;
  background-size: 187% !important;
}

.top-image-page {
  background-size: 768px !important;
}

h2.page-title {
  margin-top: 35px;
  color: #052439;
}

h2.page-title, .page-issues h3 {
  text-align: center;
  font-weight: 800;
  font-size: 4vmax;
}

.page-issues h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #BA1F2B;
  text-transform: uppercase;
}

.page-text {
  margin-top: 0;
  padding: 0 15px 15px;
  text-align: center;
  font-size: 1.9vmax;
  line-height: 4vmax;
}

h3.entry-title {
  margin-top: 0;
}

.blog-row {
  margin-bottom: 30px;
}

.no-news, .alert {
  margin: 10px 0;
}

#state-body .lower {
  background-color: #052439;
  padding: 0 10px 0px 10px;
}

#state-body {
  position: relative;
  z-index: 999;
  margin-top: -100px;
  margin-bottom: 100px;
  border-radius: 4px;
}

#state-tabs {
  padding: 0;
  overflow-y: hidden;
}

#state-body h3.entry-title {
  margin-top: 10px;
  font-size: 16px;
}

#state-lower.lower div[class*=col-] {
  background-color: #FFF;
}

.nav-tabs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  min-width: 1148px;
  border: none;
}

.nav-tabs li a {
  color: #FFF;
  border-bottom: 0 none !important;
}

.entry .tab-content h3 {
  color: #0067A4;
  font-weight: bold;
  font-size: 36px;
}

#state-body .tab-content {
  padding: 15px;
}

#state-body .tab-content .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}

#twitter-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}

#twitter-title h4 {
  display: inline-block;
}

#twitter-title .tweetmeta {
  color: grey;
  font-size: 12px;
}

#twitter-title .tweetmeta a {
  color: #0067A4;
}

#twitter-title .tweetmeta a:hover {
  color: #BA1F2B;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #FFF;
  color: #052439;
}

.nav-tabs > li > a:hover {
  color: #052439;
}

.row-height {
  display: inline-block;
  width: 100%;
  background: #FFF;
}

.issue .nav-tabs > li {
  width: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  background-color: #fff;
}

.date {
  font-size: 115%;
}

.categories {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.date, .categories a {
  color: #4A4A4A;
}

.page-id-2536 .feed-title,
.page-id-3907 .feed-title {
  margin-top: 20px;
  color: #0067A4;
  font: 800 2.4vmax/3vmax "Biryani", sans-serif;
}

.page-id-2536 .date,
.page-id-3907 .date {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.page-id-2536 .featured-event,
.page-id-3907 .featured-event {
  text-align: left;
}

.page-id-2536 .categories,
.page-id-3907 .categories {
  display: none;
  margin-top: 30px;
}

.page-id-2536 .categories a,
.page-id-3907 .categories a {
  display: inline-block;
  padding: 4px 12px 0;
  border: 1px solid #0067A4;
  border-radius: 30px;
  color: #0067A4;
  font-size: 14px;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}

.page-id-2536 .categories a:hover,
.page-id-3907 .categories a:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #052439;
  background: #052439;
  color: #FFF;
}

.page-id-2536 .page-text,
.page-id-3907 .page-text {
  padding-bottom: 0;
}

.page-id-2536 .news-feed-title,
.page-id-3907 .news-feed-title {
  margin-top: 0;
  padding-top: 0;
}

.page-id-3907 .press-col .news-feed-title {
  margin-right: 45px;
}

.events-col {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -15px;
  padding: 10px;
  background: #052439;
  color: #FFF;
}

.events-col .news-feed-title {
  margin: 0 -10px 30px;
  padding: 5px 10px 15px;
  border-bottom: 1px solid #29516C;
  color: #FFF;
}

.events-col .feed-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 76px;
  color: #FFF;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
}

#tribe-events-pg-template {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

#tribe-events-pg-template .container {
  padding-right: 20px;
  padding-left: 20px;
}

.events-col .news-feed-title:after, .news-col .news-feed-title:after, .press-col .news-feed-title:after {
  position: absolute;
  top: 7px;
  right: 24px;
  color: #AABAC4;
  content: "MORE ›";
  font-weight: 300;
  font-size: 14px;
}

.events-col .news-feed-title:after {
  top: 22px;
}

.news-feed-title {
  font-weight: 800;
  font-size: 24px;
}

.cal-date {
  margin-left: 10px;
}

.col-sm-12 [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.arrow-after {
  border-bottom: 1px solid rgba(197, 219, 232, 0.3);
  padding-bottom: 10px;
}

.arrow-after:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 10px;
  font-family: "fontAwesome";
  z-index: 99;
  color: #a0c4da;
}

.fade-out {
  position: relative;
}

.fade-out:after {
  content: "";
  width: 40px;
  height: 62px;
  position: absolute;
  z-index: 999;
  right: -14px;
  top: -10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(197, 219, 232, 0)), to(rgba(197, 219, 232, 0.5)));
  background: linear-gradient(to right, rgba(197, 219, 232, 0) 0%, rgba(197, 219, 232, 0.5) 100%);
}

.top-page-submenu {
  margin: -15px -10px 40px 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.top-page-submenu #submenu-2 {
  margin-right: 0;
  width: 100%;
}

.top-page-submenu #submenu-2 .menu-main-menu-container,
.top-page-submenu #submenu-2 .menu-main-menu-spanish-container {
  float: none;
  width: 100%;
}

.top-page-submenu li, .top-page-submenu ul {
  display: inline;
  color: #052439;
  list-style: none;
  font-weight: 800;
}

.top-page-submenu ul {
  padding-left: 0;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.top-page-submenu a {
  display: inline-block;
  padding: 12px 20px 5px 0;
  color: #0067A4;
  text-transform: uppercase;
}

.top-page-submenu a:hover {
  color: #BA1F2B;
}

.top-page-submenu .current-menu-item a {
  color: #AABAC4;
}

.top-page-submenu .current-menu-item .sub-menu a {
  color: #0067A4;
}

.top-page-submenu .current-menu-item .sub-menu a:hover {
  color: #BA1F2B;
}

#state-tabs {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 0;
}

.single-news .current-menu-parent a {
  color: #AABAC4;
}

.single-leadership .menu-item-2442 a {
  color: #AABAC4;
}

.search .post {
  margin-bottom: 30px;
}

.post input[type=search] {
  padding: 5px 10px;
  min-width: 300px;
  border: 1px solid #C5DBE8;
  border-radius: 4px;
}

.search .page-title {
  margin-bottom: 30px;
}

.page-id-22 .menu-main-menu-container {
  position: relative;
}

.page-id-2349 .child-image-wrap .thumbnail-image,
.page-id-3818 .child-image-wrap .thumbnail-image {
  background-size: 100% auto !important;
  min-height: 200px;
}

.popover {
  border: 3px solid #FFF;
  background-color: rgba(5, 36, 57, 0.9);
}

.popover.bottom > .arrow {
  border-bottom-color: rgba(5, 36, 57, 0.7);
}

.popover.bottom > .arrow:after {
  border-bottom-color: rgba(5, 36, 57, 0.7);
}

h3.popover-title {
  margin-top: 20px;
  border-bottom: 0;
  background-color: rgba(5, 36, 57, 0);
  font-size: 2vmax;
}

h3.popover-title, .popover-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}

.btn-action {
  padding: 15px 0 9px;
  width: 100%;
  border-radius: 3px;
  background-color: #4B92BB;
  color: rgba(5, 36, 57, 0.9);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}

.btn-action:hover {
  border: 1px solid #0067A4;
  background-color: #FFF;
  color: #0067A4;
}

.archive .entry-title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 150%;
}

.archive .join-wrap {
  margin-top: 100px;
}

.archive .maincontent.lower {
  padding-bottom: 15px;
}

.single-news #blog .top-image {
  display: none;
}

.single-news .join-wrap {
  margin-top: 100px;
}

.invite-others-sidebar .fa {
  font-size: 30px;
  padding-right: 15px;
}

/* Sidebar
****************************************************/
#secondary a {
  color: #000;
}

#secondary .state-share-wrap a {
  display: inline-block;
  padding-top: 8px;
  padding-left: 11px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: #0067A4;
  color: #FFF;
  font-size: 20px;
}

#secondary .state-share-wrap a:hover {
  background-color: #C5DBE8;
  color: #052439;
}

#secondary h3.widget-title {
  margin-top: 0;
}

#secondary aside {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #E5E5E5;
}

#secondary aside ul {
  padding: 20px 10px;
  list-style: none;
  font-size: 24px;
}

#secondary li {
  padding: 20px 0;
  list-style: none;
}

#secondary .footer-share-icon, #secondary .header-share-icon {
  display: none;
}

#secondary img.state-share-icon {
  width: 44px;
}

.state-share-wrap {
  margin-top: 80px;
  margin-bottom: 10px;
}

/* Pagination
****************************************************/
.navigation {
  margin-top: 42px;
  margin-bottom: 70px;
}

.navigation li {
  display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  padding: 12px;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 1px #B6B6B6;
  box-shadow: 1px 1px 1px #B6B6B6;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.navigation li a:hover, .navigation li.active a {
  background-color: #333;
  color: #FFF;
}

/*
    = Home  
*******************************************************************************************/
.mainpage .maincontent {
  background-color: #FFF;
  height: 200px;
}

a.learnmore {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #333;
  color: #FFF;
}

.feature-pages img, .issues img {
  margin: 20px auto 0;
  max-width: 164px;
  width: 100%;
}

.feature-pages {
  margin-top: 10px;
}

.featured-boxes {
  min-height: 190px;
  width: 20%;
}

.featured-boxes:nth-child(3) .feature-page-title a {
  color: #BA1F2B;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-boxes:nth-child(3):hover .feature-page-title a {
  color: #0067A4;
}
.featured-boxes:nth-child(3) img {
  width: 188px;
  margin-left: -24px;
  margin-top: 2px;
  max-width: 200px;
}

.icon-height-equalizer {
  display: inline-block;
  max-width: 110px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-height-equalizer:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.icon-height-equalizer:hover ~ .feature-page-title a {
  color: #BA1F2B;
}

.feature-page-title {
  margin-top: 10px;
  font-size: 16px;
}

.voter-info {
  background-image: url("../../images/rec_voterinfo.png");
}

.voter-info-w {
  margin-bottom: 60px;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.voter-info-w img {
  cursor: pointer;
}

#home-actions {
  margin-top: 40px;
}

.home-info {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "Biryani", sans-serif;
  cursor: pointer;
}

.home-info a.read-more {
  display: none;
}

.home-info .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-info .text-overlay h3 {
  color: white;
  text-align: center;
  font-weight: 800;
  line-height: auto;
}

.home-info a.sectional {
  color: #FFF;
  height: 175px;
}

.home-info a.sectional img {
  max-width: 400px;
  height: auto;
}

.home-info a.sectional:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 103, 164, 0.7);
  content: "";
}

.home-info a.sectional:hover {
  text-shadow: rgba(0, 103, 164, 0.2) 1px 4px 0;
}

.home-info a.sectional:hover .text-overlay {
  top: 88%;
}

.home-info a.sectional:hover .text-overlay h3 {
  font-size: 24px;
}

.home-info a.sectional:hover:before {
  top: 80%;
  bottom: 0;
  background: rgba(0, 103, 164, 0.9);
}

.modal-dialog .modal-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C5DBE8), to(#ffffff));
  background-image: linear-gradient(#C5DBE8 0%, #ffffff 100%);
}

.modal-dialog .modal-header {
  border-bottom: none;
}

.modal-dialog .modal-body h3 {
  text-align: center;
  color: #0067A4;
}

.modal-dialog .modal-body p a:link {
  font-weight: 800;
}

.modal-dialog .modal-footer {
  display: none;
}

.home .issues-title {
  padding-top: 30px;
}

.center {
  text-align: center;
}

.home .flexslider {
  margin-bottom: 0;
}

.home .flexslider .slide-image {
  background-color: #052439;
}

.home .flexslider .flex-viewport {
  position: relative;
  overflow: hidden;
}

.home .flexslider .flex-viewport:after {
  content: attr(data-before);
  display: block;
  background: url(../../images/red-overlay.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home .flexslider .slide-caption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  top: 0px;
  text-align: center;
  overflow-y: scroll;
}

.home .flexslider .slide-caption h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 20px;
  padding-top: 20%;
}

.slider {
  position: relative;
  margin-top: 10px;
}

.flex-control-nav {
  bottom: 5px;
  display: none;
}

.flexslider:hover .flex-direction-nav .flex-prev, .overlay:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7;
}

.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.68);
  content: "";
  font-size: 29px;
  font-family: "fontAwesome";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

.overlay {
  position: absolute;
  bottom: 0;
}

.issue-title {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.issue-title a {
  position: relative;
  z-index: 999;
  display: block;
  margin-top: -45px;
  padding: 5px 0 0;
  max-width: 97%;
  width: 172px;
  background: #BA1F2B;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font: bold 15px/28px "Biryani", sans-serif;
}

.home-section-title, .sign-up-block .widget-title {
  color: #0067A4;
  text-transform: uppercase;
  font: 700 24px/26px "Biryani", sans-serif;
}

.sign-up-block .widget-title {
  font-size: 36px;
  line-height: 38px;
}

.the-latest {
  background-image: url("../../images/sectional_mid.jpg");
}

.latest-block {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
}

.latest-block p {
  color: #4A4A4A;
  font: normal 14px/24px "Biryani", sans-serif;
}

.latest-block .read-more {
  display: none;
}

.latest-row {
  margin-bottom: 50px;
}

.latest-thumb {
  position: relative;
}

p.date {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  padding: 10px 10px 5px;
  background: #BA1F2B;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}

.feature-news-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-news-title a {
  color: #052439;
  font: bold 18px/24px "Biryani", sans-serif;
}

.issue {
  color: #BA1F2B;
}

.issue .entry {
  color: #333;
}

.fragment {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 140px;
  color: #555;
  text-decoration: none;
  font-size: 12px;
  font-family: "Biryani", sans-serif;
}

.fragment img {
  float: left;
  margin-right: 10px;
}

.fragment h3 {
  margin: 0;
  padding: 0;
  color: #369;
}

.fragment h4 {
  margin: 0;
  padding: 0;
  color: #000;
}

#close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -8px;
  right: 0;
  display: inline-block;
  color: #052439;
  text-align: center;
}

#close .fa {
  font-size: 24px;
  background: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#close .fa:hover {
  background: #0067A4;
  color: white;
}

.close-box {
  position: relative;
  margin: -80px auto 0;
  width: 300px;
  height: 200px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.peoples {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.peoples img {
  max-width: 100px;
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  margin-right: 10px;
}

.role-board {
  text-transform: uppercase;
  font-size: 12px;
}

.flex-direction-nav a:before {
  color: rgba(113, 112, 112, 0.68);
}

/*
    = Media Queries 
*******************************************************************************************
*******************************************************************************************
*******************************************************************************************/
/* Mobile styles */
@media (max-width: 415px) {
  .featured-boxes:nth-child(3) .feature-page-title a {
    color: #BA1F2B;
    font-weight: 200;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .featured-boxes:nth-child(3):hover .feature-page-title a {
    color: #BA1F2B !important;
  }
  .featured-boxes:nth-child(3) img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    max-width: 200px;
  }

  .feature-page-title a {
    font-size: 14px;
  }

  .icon-height-equalizer:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .icon-height-equalizer:hover ~ .feature-page-title a {
    color: #0067A4;
  }

  .feature-page-title a:hover {
    color: #0067A4;
  }

  .mainpage .maincontent {
    height: 150px;
  }

  .voter-info-w {
    margin-bottom: 0px;
  }
}
/* Mobiles with small resolution like iphone 5/SE */
@media (max-width: 374px) {
  .feature-page-title a {
    font-size: 12.5px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .featured-boxes {
    width: 20%;
  }

  .home-info a.sectional {
    height: auto;
    display: block;
  }

  .home-info a.sectional img {
    height: auto;
    max-width: 767px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* Tablet Portrait */
  .widget_icl_lang_sel_widget #lang_sel_list {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .widget_icl_lang_sel_widget #lang_sel_list ul {
    font-size: 14px;
  }

  .widget_icl_lang_sel_widget #lang_sel_list ul li a {
    padding: 6px 8px 3px 8px;
  }

  .text-alerts-box {
    margin-top: -40px;
  }

  .links-top ul.share-buttons {
    margin-bottom: 10px;
  }

  .child-pages {
    background-size: 1110px 100% !important;
  }

  .page-id-2536 .feed-title {
    margin-top: 0;
  }

  .top-image-page {
    background-size: 998px !important;
  }

  .news-col {
    margin-top: 0;
  }

  .events-col .news-feed-title:after, .news-col .news-feed-title:after, .press-col .news-feed-title:after {
    top: -5px;
  }

  .press-col .news-feed-title:after {
    top: -5px;
  }

  .col-sm-12 [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-image-page {
    height: 180px;
  }

  .top-image {
    padding-bottom: 35px;
    background-size: 100%;
  }

  h2.page-title {
    margin-top: 35px;
  }

  #phone_input,
.sign-up-form #email_input,
.sign-up-form input {
    font-size: 18px;
  }

  .sign-up-form input {
    width: 270px;
  }

  .sign-up-form #email_input {
    width: 370px;
  }

  .page-thumbs {
    margin-top: -100px;
  }

  .footer-share img {
    margin-right: 5px;
  }

  .home-section-title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .page-move-up {
    margin-top: -110px;
  }

  p.date {
    padding: 2px 10px 0;
    font-size: 18px;
  }

  .home-info {
    height: 200px;
    margin-bottom: 60px;
  }

  .home-info a.sectional img {
    min-height: 200px;
  }

  .feature-pages {
    margin-top: -50px;
  }

  .feature-page-title {
    font-size: 18px;
  }

  .slider-counter {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }

  .home .flexslider .slide-caption h3 {
    text-shadow: rgba(5, 36, 57, 0.2) 3px 3px 0;
    width: calc(100% - 380px);
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }

  .mobile-side-menu.slimmenu {
    display: none !important;
  }

  #site-navigation {
    position: absolute;
    top: 60px;
    border-top: initial;
  }

  .menu-main-menu-container,
.menu-main-menu-spanish-container {
    width: initial;
  }

  .brand {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .brand h1 {
    margin-top: 10px;
  }

  .links-top {
    position: absolute;
    margin-top: 0px;
    margin-left: -20px;
    width: calc(100% + 40px);
    border-bottom: 1px solid #E5E5E5;
  }

  #topright-links {
    padding-right: 70px;
  }

  #topright-links a.red {
    font-size: 30px;
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  .logo {
    margin-top: 50px;
    max-width: 117px;
  }

  ul.slimmenu {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: right;
  }

  ul.slimmenu li a {
    padding: 12px 8px;
    font-size: 14px;
  }

  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }

  ul.slimmenu li > ul > li ul {
    left: 82%;
  }

  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }

  ul.slimmenu li ul.sub-menu li {
    background: #052439;
  }

  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
    color: #C5DBE8;
  }

  ul.slimmenu li ul.sub-menu li a:hover {
    background: #0067A4;
    color: #FFF;
  }

  ul.slimmenu li .sub-collapser {
    display: none;
  }

  #menu-main-menu-spanish li a {
    font-size: 11px;
  }

  .search-bar input[type=search] {
    background-color: rgba(255, 255, 255, 0);
  }

  ul.slimmenu li a:hover {
    background: #052439;
    color: #FFF;
  }

  #site-navigation .menu-main-menu-container,
#site-navigation .menu-main-menu-spanish-container {
    position: absolute;
    right: 30px;
  }

  .header-search {
    position: absolute;
    top: 32px;
    right: 0;
  }

  ul.slimmenu > li:last-child .sub-menu a {
    margin-bottom: initial;
    height: initial;
  }

  #state-body .tab-content {
    padding: 50px;
  }

  #state-body .tab-content .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .peoples {
    clear: none;
    min-height: 520px;
  }

  .peoples img {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .arrow-after:after {
    top: -5px;
  }

  .fade-out:after {
    top: -25px;
  }

  .issues:lang(es) .center {
    min-height: 245px;
  }

  .single-tribe_events .top-image-page {
    height: 400px;
  }

  .single-tribe_events .top-image-page .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px;
  }

  .single-tribe_events .tribe-events-schedule {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
    color: white;
    font-weight: 700;
  }

  .single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none;
  }

  .single-tribe_events .tribe-events-single-event-description {
    margin-top: 30px;
  }

  .single-tribe_events .tribe-events-single-event-description p {
    margin-left: 10% !important;
    margin-right: 10% !important;
    font-size: 24px;
  }

  .single-tribe_events .tribe-events-single-event-description img.sponsor {
    max-height: 80px;
    margin-top: 30px;
  }

  .tribe-events-cal-links {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape */
  .header-search {
    right: -3px;
  }

  .header-search .search-icon {
    cursor: pointer;
  }

  .header-search .search-icon:after {
    bottom: 20px;
  }

  .header-links a.one {
    font-size: 22px;
    line-height: 24px;
  }

  .issue-title a {
    max-width: 88%;
    font-size: 13px;
  }

  .links-top {
    border-bottom: 0;
  }

  .links-top ul.share-buttons a {
    font-size: 24px;
    margin: 0 3px;
  }

  .top-image {
    background-size: 100% !important;
  }

  .top-image-page {
    height: 200px;
    background-size: 1505px !important;
  }

  .page-template-page-state .top-image-page {
    background-size: auto 300px !important;
    background-position: 0% 15% !important;
    background-color: #052439 !important;
    height: 300px;
    background-attachment: fixed !important;
  }

  #state-lower.lower .tab-content div[class*=col-] {
    margin-top: initial;
  }

  #state-body div.col-sm-12 {
    padding-left: 0;
  }

  .press-col {
    margin-top: 0;
  }

  h2.page-title {
    font-size: 48px;
    margin-top: 60px;
  }

  .page-thumbs {
    margin-top: -120px;
  }

  .page-text {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    max-width: 1100px;
    font-size: 24px;
    line-height: 32px;
  }

  .logo {
    margin-top: 0;
    max-width: 170px;
  }

  #site-navigation {
    top: 45px;
    float: right;
  }

  ul.slimmenu li a {
    font-size: 17px;
    padding: 15px 11px;
  }

  #menu-main-menu-spanish li a {
    font-size: 14px;
  }

  .home .flexslider .slide-caption h3 {
    width: calc(100% - 410px);
    font-size: 54px;
    line-height: 56px;
  }

  .slider-counter {
    bottom: 60px;
  }

  #topright-links {
    padding-right: 55px;
  }

  .feature-pages {
    margin-top: -60px;
  }

  .home-section-title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 64px;
  }

  p.date {
    padding: 6px 10px 3px;
    font-size: 23px;
  }

  .state-menu .nav > li > a {
    padding: 10px 21px 5px;
    font: 700 16px/18px Biryani, sans-serif;
  }

  .feature-page-title {
    font-size: 24px;
  }

  .home-info h3 {
    font-size: 48px;
  }

  .icon-height-equalizer {
    max-width: 140px;
  }

  .popover {
    min-width: calc(100% * 3 - 80px);
  }

  .btn-action {
    position: absolute;
    top: 70px;
    right: 20px;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    width: auto;
  }

  h3.popover-title {
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 43px;
    line-height: 52px;
  }

  .popover-content {
    margin-left: 20px;
    padding-right: 300px;
  }

  .col-sm-4:nth-of-type(1) .popover {
    margin-left: 99%;
  }

  .col-sm-4:nth-of-type(1) .popover.bottom > .arrow {
    left: 15%;
  }

  .col-sm-4:nth-of-type(2) .popover {
    margin-left: -1%;
  }

  .col-sm-4:nth-of-type(3) .popover {
    margin-left: -101%;
  }

  .col-sm-4:nth-of-type(3) .popover.bottom > .arrow {
    left: 85%;
  }

  .popover-content {
    margin-left: 20px;
    padding-right: 20px;
  }

  .peoples {
    min-height: 600px;
  }

  .archive .entry-title {
    font-size: 24px;
  }

  .news-col img {
    width: 200px;
  }

  .news-col h3.news-title {
    padding-right: 210px;
  }

  .tribe-events-schedule > p {
    font-size: 24px;
  }

  .tribe-tickets-rsvp .tribe-events-tickets {
    margin-left: 0;
  }

  .tribe-tickets-rsvp .tribe-events-tickets td {
    padding: 8px 20px;
  }

  .rsvp-event-donate {
    float: right;
    margin-top: -140px;
    width: 35%;
  }

  .single-tribe_events .tribe-events-single-event-description p {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  .join-wrap {
    background-size: auto 100%;
  }

  .issue-title a {
    max-width: 100%;
    font-size: 15px;
  }

  #menu-main-menu-spanish li a {
    font-size: 16px;
  }

  .home .flexslider .slide-caption h3 {
    font-size: 72px;
    line-height: 75px;
  }

  .entry h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .events-col .news-feed-title:after, .news-col .news-feed-title:after, .press-col .news-feed-title:after {
    top: -5px;
  }
}
@media (min-width: 1450px) {
  /* Large Desktop */
  .the-latest {
    background-size: 100% auto;
  }

  .top-image-page {
    background-size: 100% !important;
  }

  .col-sm-4:nth-of-type(1) .popover {
    margin-left: 99%;
  }

  .col-sm-4:nth-of-type(1) .popover.bottom > .arrow {
    left: 15%;
  }

  .col-sm-4:nth-of-type(2) .popover {
    margin-left: -1%;
  }

  .col-sm-4:nth-of-type(3) .popover {
    margin-left: -101%;
  }

  .col-sm-4:nth-of-type(3) .popover.bottom > .arrow {
    left: 85%;
  }

  .btn-action {
    top: 92px;
  }
}
@media (min-width: 1522px) {
  /* Large Desktop */
  .join-wrap {
    background-size: 100% auto;
  }
}
/*# sourceMappingURL=sass_style.css.map */

/*# sourceMappingURL=sass_style.css.map */
