/*
 Theme Name:     IMGE Child Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    IMGE Framework Child Theme
 Author:         IMGE
 Author URI:     http://example.com
 Template:       imge-framework
 Version:        1.0.0
*/
@import url("../imge-framework/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Scss Document */
@import url("../imge-framework/imge-custom/inc/scss/imgeDefaultStyles.css");
/* Scss Document */
input::-webkit-input-placeholder {
  color: #4c4d4f; }

input:-moz-placeholder {
  color: #4c4d4f; }

input::-moz-placeholder {
  color: #4c4d4f; }

input:-ms-input-placeholder {
  color: #4c4d4f; }

* {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  font: 100% "museo-sans", sans-serif !important; }
  *.slick-track, *.slick-list, *.gallery-image {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
  *.fa {
    font: normal normal normal 14px/1 FontAwesome !important; }

body .padding-top {
  padding-top: 92px !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body .padding-top {
      padding-top: 73px !important; } }
  @media (max-width: 991px) {
    body .padding-top {
      padding-top: 65px !important; } }

body.page-id-309 {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

body.shapes-bg {
  background: url("/wp-content/uploads/2019/11/candidate-bg-shapes-2.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }
  body.shapes-bg #pageHeadImg {
    background: none !important; }

body p a {
  font-weight: inherit !important;
  color: #3F4BA0 !important; }

body blockquote {
  margin: 20px 0;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #5f5f5f;
  line-height: 30px !important; }
  body blockquote p, body blockquote h1, body blockquote h2, body blockquote h3, body blockquote h4, body blockquote h5, body blockquote h6, body blockquote strong, body blockquote span {
    margin: 0 !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important; }
  body blockquote a {
    font-weight: inherit !important;
    color: #3F4BA0 !important; }

/*****************************/
@media (min-width: 1200px) {
  .container {
    width: 1150px; } }

/*****************************/
#header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 99999;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important; }
  #header.sticky-active .navbar .navWrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; }
  #header .navbar {
    background: #fff;
    border: 0;
    box-shadow: 0; }
    #header .navbar .navWrap {
      background: none;
      border: 0;
      box-shadow: 0; }
      #header .navbar .navWrap #user-menu {
        float: right; }
        @media (max-width: 991px) {
          #header .navbar .navWrap #user-menu {
            float: none; } }
        #header .navbar .navWrap #user-menu .sign-in {
          display: block;
          position: relative;
          background: #3F4BA0 !important;
          color: #fff !important;
          text-decoration: none !important;
          padding: 10px 30px;
          margin: 25px 0 30px 15px;
          border-radius: 0px;
          font-size: 14px !important;
          font-weight: 300 !important;
          letter-spacing: 1.1px;
          text-transform: uppercase; }
          @media (max-width: 1199px) and (min-width: 992px) {
            #header .navbar .navWrap #user-menu .sign-in {
              font-size: 11px !important;
              margin: 20px 0 20px 7.5px; } }
          @media (max-width: 991px) {
            #header .navbar .navWrap #user-menu .sign-in {
              margin: 0;
              padding: 10px !important;
              background: none !important; } }
      #header .navbar .navWrap .user-menu-logged-in .my-account-toggle {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        cursor: pointer;
        display: block;
        border-radius: 0;
        margin: 25px 0 0 15px;
        padding: 10px;
        font-weight: 300 !important;
        background: #3F4BA0 !important;
        color: #fff !important;
        text-transform: uppercase !important;
        font-size: 14px !important;
        letter-spacing: 1.1px !important;
        text-decoration: none !important; }
        @media (max-width: 991px) {
          #header .navbar .navWrap .user-menu-logged-in .my-account-toggle {
            margin: 0 0 10px !important; } }
        #header .navbar .navWrap .user-menu-logged-in .my-account-toggle.active {
          background: #3F4BA0 !important;
          color: #fff !important; }
        @media (max-width: 1199px) and (min-width: 992px) {
          #header .navbar .navWrap .user-menu-logged-in .my-account-toggle {
            font-size: 11px !important;
            margin: 20px 0 0 15px; } }
      #header .navbar .navWrap .user-menu-logged-in .user-menu-inner {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 200px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -webkit-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -ms-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        display: none; }
        #header .navbar .navWrap .user-menu-logged-in .user-menu-inner.open {
          display: block; }
        #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-top {
          padding: 15px;
          width: 100%;
          max-width: 100%;
          border-bottom: 1px solid #3F4BA0; }
          #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-top .user-name {
            font-size: 18px !important;
            color: #3F4BA0;
            margin-bottom: 5px; }
          #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-top .user-email {
            font-size: 14px !important;
            color: #7488F7;
            font-weight: 300 !important; }
        #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom {
          padding: 15px;
          width: 100%;
          max-width: 100%; }
          #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom a {
            font-weight: 300 !important;
            display: block;
            clear: both;
            position: relative;
            font-size: 12px !important;
            color: #3F4BA0;
            margin: 7.5px 0;
            text-transform: uppercase; }
            #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom a:first-child {
              margin-top: 0; }
            #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom a:last-child {
              display: inline-block;
              background: #3F4BA0 !important;
              color: #fff !important;
              padding: 5px 20px;
              margin-bottom: 0 !important;
              text-decoration: none !important; }
        @media (max-width: 991px) {
          #header .navbar .navWrap .user-menu-logged-in .user-menu-inner {
            position: relative !important;
            box-shadow: none !important;
            background: none !important;
            min-width: 0 !important; }
            #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-top {
              display: none !important; }
            #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom {
              background: none !important;
              box-shadow: none !important;
              padding: 0 !important; }
              #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom a {
                padding: 10px !important;
                float: none !important;
                color: #fff !important;
                background: none !important;
                margin: 0 !important;
                margin-left: 10px !important;
                font-size: 14px !important; }
                #header .navbar .navWrap .user-menu-logged-in .user-menu-inner .user-menu-inner-bottom a:last-child {
                  display: none !important; } }
      @media (max-width: 991px) {
        #header .navbar .navWrap .navbar-header {
          width: 100% !important; } }
      #header .navbar .navWrap .navbar-header .navbar-toggle {
        top: 7px;
        border: 0 !important;
        background: none !important; }
        @media (max-width: 991px) {
          #header .navbar .navWrap .navbar-header .navbar-toggle {
            display: inline-block !important;
            position: relative;
            float: right;
            margin-top: 10px;
            margin-right: 7.5px;
            margin-bottom: 8px; } }
        #header .navbar .navWrap .navbar-header .navbar-toggle .icon-bar {
          background: #3F4BA0 !important; }
      #header .navbar .navWrap .navbar-header #logo {
        z-index: 50;
        padding: 0 !important;
        margin-top: 20px; }
        @media (max-width: 1199px) {
          #header .navbar .navWrap .navbar-header #logo {
            padding: 5px 10px !important;
            margin-top: 10px; } }
        @media (max-width: 991px) {
          #header .navbar .navWrap .navbar-header #logo {
            padding: 5px 15px !important; } }
        #header .navbar .navWrap .navbar-header #logo img {
          max-width: 100%; }
      #header .navbar .navWrap .nav {
        float: right; }
        @media (max-width: 1199px) and (min-width: 992px) {
          #header .navbar .navWrap .nav li#menu-item-1012 {
            display: none !important; } }
        #header .navbar .navWrap .nav > li > a {
          margin: 25px 0 30px;
          padding: 10px 20px;
          font-weight: 300 !important;
          color: #5f5f5f !important;
          background: none !important;
          text-transform: uppercase !important;
          font-size: 14px !important;
          letter-spacing: 1.1px !important; }
          @media (max-width: 991px) {
            #header .navbar .navWrap .nav > li > a {
              color: #fff !important;
              margin: 0 0 10px; } }
          @media (max-width: 1199px) and (min-width: 992px) {
            #header .navbar .navWrap .nav > li > a {
              margin: 20px 0 20px;
              padding: 10px 20px;
              font-size: 11px !important; } }
          @media (max-width: 991px) {
            #header .navbar .navWrap .nav > li > a.dropdown-toggle {
              color: #fff !important;
              margin: 0 0 10px !important; } }
          @media (min-width: 992px) {
            #header .navbar .navWrap .nav > li > a.dropdown-toggle {
              padding: 10px 10px !important;
              margin: 25px 0 !important; } }
          @media (max-width: 1199px) and (min-width: 992px) {
            #header .navbar .navWrap .nav > li > a.dropdown-toggle {
              padding: 10px 10px !important;
              margin: 20px 0 !important; } }
          @media (max-width: 992px) {
            #header .navbar .navWrap .nav > li > a {
              font-size: 12px; } }
        @media (min-width: 992px) {
          #header .navbar .navWrap .nav:first-of-type li:last-child a {
            background: #8892F6 !important;
            color: #fff !important;
            padding: 10px 30px;
            margin: 25px 0 30px 7.5px;
            border-radius: 0px; } }
        @media (max-width: 1199px) and (min-width: 992px) {
          #header .navbar .navWrap .nav:first-of-type li:last-child a {
            margin: 20px 0 20px 7.5px; } }
        #header .navbar .navWrap .nav:first-of-type li:last-child.active#menu-item-703 a {
          color: #fff !important; }
        #header .navbar .navWrap .nav:first-of-type li:last-child.active a[title="donate"] {
          color: #fff !important; }
        @media (min-width: 992px) {
          #header .navbar .navWrap .nav li.active > a {
            color: #3F4BA0 !important; } }
        #header .navbar .navWrap .nav li.dropdown.open .dropdown-toggle {
          background: #3F4BA0 !important;
          color: #fff !important; }
        #header .navbar .navWrap .nav li .dropdown-menu {
          border: 0 !important;
          padding: 10px 0 !important;
          overflow: hidden !important; }
          @media (min-width: 992px) {
            #header .navbar .navWrap .nav li .dropdown-menu {
              margin: -25px 0 0 !important; } }
          @media (max-width: 1199px) and (min-width: 992px) {
            #header .navbar .navWrap .nav li .dropdown-menu {
              margin: -20px 0 0 !important; } }
          @media (max-width: 991px) {
            #header .navbar .navWrap .nav li .dropdown-menu {
              position: static;
              float: none;
              width: auto;
              margin-top: 0;
              background-color: transparent;
              border: 0;
              -webkit-box-shadow: none;
              box-shadow: none; } }
          #header .navbar .navWrap .nav li .dropdown-menu li {
            margin: 0 !important;
            padding: 0 !important; }
            #header .navbar .navWrap .nav li .dropdown-menu li a {
              margin: 0 !important;
              padding: 10px 25px !important;
              background: #fff !important;
              color: rgba(95, 95, 95, 0.6) !important;
              font-size: 14px !important; }
              @media (max-width: 991px) {
                #header .navbar .navWrap .nav li .dropdown-menu li a {
                  color: #fff !important;
                  background: none !important;
                  margin-left: 10px !important; } }
              @media (min-width: 992px) {
                #header .navbar .navWrap .nav li .dropdown-menu li a:hover {
                  color: #3F4BA0 !important; } }
            @media (min-width: 992px) {
              #header .navbar .navWrap .nav li .dropdown-menu li:last-child a {
                background: #fff !important;
                color: rgba(95, 95, 95, 0.6) !important; }
                #header .navbar .navWrap .nav li .dropdown-menu li:last-child a:hover {
                  color: #3F4BA0 !important; } }
    #header .navbar #emailSignup {
      background: url(/rgba/0/0/0/80);
      background: rgba(0, 0, 0, 0.8);
      _background: none;
      _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC000000', endColorstr='#CC000000',GradientType=0 ); }
      #header .navbar #emailSignup .socialHolder {
        background: url(/rgba/0/0/0/15);
        background: rgba(0, 0, 0, 0.15);
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );
        border-right: 1px solid;
        height: 67px; }
      @media (max-width: 992px) {
        #header .navbar #emailSignup .signupFormHolder {
          display: none; } }
    @media (max-width: 991px) {
      #header .navbar .navbar-collapse {
        position: fixed !important;
        display: block;
        top: 0;
        left: -100%;
        height: auto !important;
        background: #3F4BA0;
        z-index: 999;
        padding: 50px 50px 0 20px;
        width: 40%;
        height: 100% !important; }
        #header .navbar .navbar-collapse:after {
          content: '';
          position: absolute;
          bottom: -300px;
          height: 300px;
          left: 0;
          right: 0;
          background: #3F4BA0; }
        #header .navbar .navbar-collapse #menu-header-menu {
          float: none !important;
          margin-left: 0 !important;
          margin-right: 0 !important; }
          #header .navbar .navbar-collapse #menu-header-menu li {
            display: block !important;
            float: none !important; }
            #header .navbar .navbar-collapse #menu-header-menu li a {
              padding: 10px !important;
              float: none !important; } }
    @media (max-width: 767px) {
      #header .navbar .navbar-collapse {
        width: 65%; } }

/*****************************/
#pageHeadImg {
  max-height: none !important;
  min-height: 0 !important; }
  #pageHeadImg.noFImg {
    padding-top: 25px; }
  #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  #pageHeadImg .textHolder {
    position: relative !important;
    margin-top: 125px;
    margin-bottom: 75px; }
    #pageHeadImg .textHolder > div .featured-title {
      font-weight: 300;
      font-size: 45px;
      margin-top: 25px !important; }
      #pageHeadImg .textHolder > div .featured-title p {
        display: inherit; }
      @media (max-width: 767px) {
        #pageHeadImg .textHolder > div .featured-title {
          text-align: center; } }
    #pageHeadImg .textHolder > div .featured-subtitle {
      text-align: left;
      margin: 0;
      margin-top: 25px !important; }
      @media (max-width: 767px) {
        #pageHeadImg .textHolder > div .featured-subtitle {
          text-align: center; } }
      #pageHeadImg .textHolder > div .featured-subtitle span h1, #pageHeadImg .textHolder > div .featured-subtitle span h2 {
        color: #051831; }
        @media (max-width: 767px) {
          #pageHeadImg .textHolder > div .featured-subtitle span h1, #pageHeadImg .textHolder > div .featured-subtitle span h2 {
            text-align: center; } }
      #pageHeadImg .textHolder > div .featured-subtitle span h3, #pageHeadImg .textHolder > div .featured-subtitle span h4, #pageHeadImg .textHolder > div .featured-subtitle span h5, #pageHeadImg .textHolder > div .featured-subtitle span h6, #pageHeadImg .textHolder > div .featured-subtitle span p {
        color: #5f5f5f;
        font-weight: 300 !important; }
        @media (max-width: 767px) {
          #pageHeadImg .textHolder > div .featured-subtitle span h3, #pageHeadImg .textHolder > div .featured-subtitle span h4, #pageHeadImg .textHolder > div .featured-subtitle span h5, #pageHeadImg .textHolder > div .featured-subtitle span h6, #pageHeadImg .textHolder > div .featured-subtitle span p {
            text-align: center; } }
      #pageHeadImg .textHolder > div .featured-subtitle span p {
        font-size: 18px !important; }
      #pageHeadImg .textHolder > div .featured-subtitle span .text-right h1, #pageHeadImg .textHolder > div .featured-subtitle span .text-right h2, #pageHeadImg .textHolder > div .featured-subtitle span .text-right h3, #pageHeadImg .textHolder > div .featured-subtitle span .text-right h4, #pageHeadImg .textHolder > div .featured-subtitle span .text-right h5, #pageHeadImg .textHolder > div .featured-subtitle span .text-right h6 {
        text-align: right; }
      #pageHeadImg .textHolder > div .featured-subtitle span .gform_wrapper .validation_error, #pageHeadImg .textHolder > div .featured-subtitle span .gform_confirmation_message {
        font-size: 18px !important; }
      #pageHeadImg .textHolder > div .featured-subtitle span .gform_confirmation_message {
        color: #3F4BA0 !important; }
        #pageHeadImg .textHolder > div .featured-subtitle span .gform_confirmation_message a {
          color: #3F4BA0 !important; }
    #pageHeadImg .textHolder > div .featured-title span {
      color: #7488F7;
      text-shadow: none;
      font-size: 42px !important;
      font-weight: 300 !important;
      text-transform: none !important; }

@media (min-width: 992px) {
  body.page-id-263 #pageHeadImg, body.page-id-249 #pageHeadImg {
    padding-bottom: 75px !important;
    overflow-y: visible; } }

.page-template-section-page-php .pdf-selector, .page-template-w4w-landing-page-php .pdf-selector, .page-template-w4w-login-page-php .pdf-selector, .page-template-w4w-account-page-php .pdf-selector {
  max-width: 100%;
  widht: 100%;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .page-template-section-page-php .pdf-selector, .page-template-w4w-landing-page-php .pdf-selector, .page-template-w4w-login-page-php .pdf-selector, .page-template-w4w-account-page-php .pdf-selector {
      width: 80%; } }
  @media (max-width: 991px) {
    .page-template-section-page-php .pdf-selector, .page-template-w4w-landing-page-php .pdf-selector, .page-template-w4w-login-page-php .pdf-selector, .page-template-w4w-account-page-php .pdf-selector {
      margin-bottom: 30px; } }
  .page-template-section-page-php .pdf-selector .pdf-select-box, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    display: table;
    padding: 10px 20px;
    color: #3F4BA0;
    border: 1px solid #3F4BA0;
    border-radius: 0px;
    overflow: hidden;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .page-template-section-page-php .pdf-selector .pdf-select-box span, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box span, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box span, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box span {
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
    .page-template-section-page-php .pdf-selector .pdf-select-box.is-open, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box.is-open, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box.is-open, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box.is-open {
      background: #3F4BA0 !important;
      color: #fff !important; }
      .page-template-section-page-php .pdf-selector .pdf-select-box.is-open span, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box.is-open span, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box.is-open span, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box.is-open span {
        color: #fff !important; }
    .page-template-section-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box .fa {
      width: 15%;
      display: table-cell;
      font-size: 20px !important;
      text-align: right;
      vertical-align: middle;
      height: 20px !important; }
      @media (max-width: 767px) {
        .page-template-section-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box .fa, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box .fa {
          width: auto;
          position: absolute;
          right: 20px;
          top: 12px; } }
    .page-template-section-page-php .pdf-selector .pdf-select-box .inner-text, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box .inner-text, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box .inner-text, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box .inner-text {
      display: inline-block;
      overflow: hidden;
      font-size: 16px !important;
      vertical-align: middle;
      text-align: left;
      font-weight: bold !important;
      height: 20px !important; }
      .page-template-section-page-php .pdf-selector .pdf-select-box .inner-text .inner-inner-text, .page-template-w4w-landing-page-php .pdf-selector .pdf-select-box .inner-text .inner-inner-text, .page-template-w4w-login-page-php .pdf-selector .pdf-select-box .inner-text .inner-inner-text, .page-template-w4w-account-page-php .pdf-selector .pdf-select-box .inner-text .inner-inner-text {
        font-weight: bold !important;
        width: 150%; }
  .page-template-section-page-php .pdf-selector .all-pdfs, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs, .page-template-w4w-login-page-php .pdf-selector .all-pdfs, .page-template-w4w-account-page-php .pdf-selector .all-pdfs {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    max-height: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
    display: none; }
    .page-template-section-page-php .pdf-selector .all-pdfs a, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs a, .page-template-w4w-login-page-php .pdf-selector .all-pdfs a, .page-template-w4w-account-page-php .pdf-selector .all-pdfs a {
      text-decoration: none !important; }
      .page-template-section-page-php .pdf-selector .all-pdfs a:hover, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs a:hover, .page-template-w4w-login-page-php .pdf-selector .all-pdfs a:hover, .page-template-w4w-account-page-php .pdf-selector .all-pdfs a:hover {
        color: #7488F7 !important; }
    .page-template-section-page-php .pdf-selector .all-pdfs.open, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs.open, .page-template-w4w-login-page-php .pdf-selector .all-pdfs.open, .page-template-w4w-account-page-php .pdf-selector .all-pdfs.open {
      display: block; }
    .page-template-section-page-php .pdf-selector .all-pdfs .single-pdf, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs .single-pdf, .page-template-w4w-login-page-php .pdf-selector .all-pdfs .single-pdf, .page-template-w4w-account-page-php .pdf-selector .all-pdfs .single-pdf {
      padding: 15px 20px;
      color: #3F4BA0 !important; }
      .page-template-section-page-php .pdf-selector .all-pdfs .single-pdf a, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs .single-pdf a, .page-template-w4w-login-page-php .pdf-selector .all-pdfs .single-pdf a, .page-template-w4w-account-page-php .pdf-selector .all-pdfs .single-pdf a {
        color: rgba(95, 95, 95, 0.6) !important; }
        .page-template-section-page-php .pdf-selector .all-pdfs .single-pdf a:hover, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs .single-pdf a:hover, .page-template-w4w-login-page-php .pdf-selector .all-pdfs .single-pdf a:hover, .page-template-w4w-account-page-php .pdf-selector .all-pdfs .single-pdf a:hover {
          color: #3F4BA0 !important; }
      .page-template-section-page-php .pdf-selector .all-pdfs .single-pdf:last-child, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs .single-pdf:last-child, .page-template-w4w-login-page-php .pdf-selector .all-pdfs .single-pdf:last-child, .page-template-w4w-account-page-php .pdf-selector .all-pdfs .single-pdf:last-child {
        border-bottom: none !important; }
        .page-template-section-page-php .pdf-selector .all-pdfs .single-pdf:last-child:after, .page-template-w4w-landing-page-php .pdf-selector .all-pdfs .single-pdf:last-child:after, .page-template-w4w-login-page-php .pdf-selector .all-pdfs .single-pdf:last-child:after, .page-template-w4w-account-page-php .pdf-selector .all-pdfs .single-pdf:last-child:after {
          display: none; }

.page-template-section-page-php .recent-news h3, .page-template-w4w-landing-page-php .recent-news h3, .page-template-w4w-login-page-php .recent-news h3, .page-template-w4w-account-page-php .recent-news h3 {
  font-size: 25px !important;
  color: #3F4BA0 !important;
  margin-bottom: 0 !important; }

.page-template-section-page-php .recent-news .post-item, .page-template-w4w-landing-page-php .recent-news .post-item, .page-template-w4w-login-page-php .recent-news .post-item, .page-template-w4w-account-page-php .recent-news .post-item {
  border-bottom: 1px solid #3F4BA0;
  padding: 20px 0; }
  .page-template-section-page-php .recent-news .post-item:last-child, .page-template-w4w-landing-page-php .recent-news .post-item:last-child, .page-template-w4w-login-page-php .recent-news .post-item:last-child, .page-template-w4w-account-page-php .recent-news .post-item:last-child {
    border-bottom: none !important; }
  .page-template-section-page-php .recent-news .post-item .post-item-heading h4, .page-template-w4w-landing-page-php .recent-news .post-item .post-item-heading h4, .page-template-w4w-login-page-php .recent-news .post-item .post-item-heading h4, .page-template-w4w-account-page-php .recent-news .post-item .post-item-heading h4 {
    margin: 0 0 10px !important; }
    .page-template-section-page-php .recent-news .post-item .post-item-heading h4 a, .page-template-w4w-landing-page-php .recent-news .post-item .post-item-heading h4 a, .page-template-w4w-login-page-php .recent-news .post-item .post-item-heading h4 a, .page-template-w4w-account-page-php .recent-news .post-item .post-item-heading h4 a {
      color: #5f5f5f !important;
      font-size: 20px !important;
      font-weight: 900 !important;
      line-height: 30px !important; }
  .page-template-section-page-php .recent-news .post-item .post-item-heading .post-item-date, .page-template-w4w-landing-page-php .recent-news .post-item .post-item-heading .post-item-date, .page-template-w4w-login-page-php .recent-news .post-item .post-item-heading .post-item-date, .page-template-w4w-account-page-php .recent-news .post-item .post-item-heading .post-item-date {
    color: #3F4BA0 !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 20px; }
  .page-template-section-page-php .recent-news .post-item .post-item-footer .btn-read-more, .page-template-w4w-landing-page-php .recent-news .post-item .post-item-footer .btn-read-more, .page-template-w4w-login-page-php .recent-news .post-item .post-item-footer .btn-read-more, .page-template-w4w-account-page-php .recent-news .post-item .post-item-footer .btn-read-more {
    font-size: 16px !important;
    color: #3F4BA0 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    letter-spacing: 1.5px !important; }

.page-template-section-page-php .homepage-section, .page-template-w4w-landing-page-php .homepage-section, .page-template-w4w-login-page-php .homepage-section, .page-template-w4w-account-page-php .homepage-section {
  padding: 40px 0 70px 0; }
  .page-template-section-page-php .homepage-section .sectionOverlay, .page-template-section-page-php .homepage-section .sectionImage, .page-template-w4w-landing-page-php .homepage-section .sectionOverlay, .page-template-w4w-landing-page-php .homepage-section .sectionImage, .page-template-w4w-login-page-php .homepage-section .sectionOverlay, .page-template-w4w-login-page-php .homepage-section .sectionImage, .page-template-w4w-account-page-php .homepage-section .sectionOverlay, .page-template-w4w-account-page-php .homepage-section .sectionImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-template-section-page-php .homepage-section .sectionImage, .page-template-w4w-landing-page-php .homepage-section .sectionImage, .page-template-w4w-login-page-php .homepage-section .sectionImage, .page-template-w4w-account-page-php .homepage-section .sectionImage {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-size: cover;
    behavior: url(/wp-content/themes/imge-framework/imge-custom/inc/compatability/backgroundsize.htc) \9;
    _behavior: none;
    background-position: 50%;
    background-position: 50% 0;
    background-attachment: fixed; }
  .page-template-section-page-php .homepage-section .container h1, .page-template-w4w-landing-page-php .homepage-section .container h1, .page-template-w4w-login-page-php .homepage-section .container h1, .page-template-w4w-account-page-php .homepage-section .container h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: .05em; }
  .page-template-section-page-php .homepage-section .container p, .page-template-w4w-landing-page-php .homepage-section .container p, .page-template-w4w-login-page-php .homepage-section .container p, .page-template-w4w-account-page-php .homepage-section .container p {
    font-weight: 200;
    line-height: 1.75em; }

/*****************************/
#footer {
  padding: 50px 0;
  background: #051831;
  overflow-x: hidden; }
  #footer .container.footer-content-top {
    padding-bottom: 0 !important; }
  #footer .container.footer-content-bottom {
    padding-top: 0 !important; }
  #footer .row {
    margin: 0 !important; }
  #footer #footer-wrapper {
    margin: auto; }
    #footer #footer-wrapper #footer-logo {
      max-width: 130px;
      padding: 0;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        #footer #footer-wrapper #footer-logo {
          margin: 0 auto 20px;
          padding: 5px 10px !important; } }
      @media (max-width: 991px) {
        #footer #footer-wrapper #footer-logo {
          padding: 5px 15px !important; } }
    #footer #footer-wrapper > div {
      padding: 40px 0; }
      @media (max-width: 992px) {
        #footer #footer-wrapper > div {
          min-height: 1px; } }
      #footer #footer-wrapper > div:last-child {
        padding-top: 0; }
    #footer #footer-wrapper .temp-copyright {
      color: #fff;
      font-size: 12px !important;
      text-align: center; }
      @media (max-width: 1199px) {
        #footer #footer-wrapper .temp-copyright {
          display: none !important; } }
      @media (min-width: 1200px) {
        #footer #footer-wrapper .temp-copyright {
          text-align: left; } }
      #footer #footer-wrapper .temp-copyright span {
        color: #fff !important;
        font-size: 12px;
        border: 1px solid #fff;
        opacity: 0.6;
        padding: 5px;
        display: inline-block;
        position: relative; }
    #footer #footer-wrapper .copyright {
      color: #fff;
      font-size: 12px !important;
      text-align: center; }
      @media (min-width: 1200px) {
        #footer #footer-wrapper .copyright {
          display: none !important; } }
      @media (min-width: 1200px) {
        #footer #footer-wrapper .copyright {
          text-align: left; } }
      #footer #footer-wrapper .copyright span {
        color: #ffff !important;
        font-size: 12px;
        border: 1px solid #ffff;
        opacity: 0.6;
        padding: 5px;
        display: inline-block;
        position: relative; }
    #footer #footer-wrapper .footer-navWrap {
      padding: 5px 0; }
      #footer #footer-wrapper .footer-navWrap nav {
        text-align: center; }
        @media (min-width: 1200px) {
          #footer #footer-wrapper .footer-navWrap nav {
            text-align: right; } }
      #footer #footer-wrapper .footer-navWrap .footer-table {
        display: table; }
        @media (max-width: 767px) {
          #footer #footer-wrapper .footer-navWrap .footer-table {
            display: block !important; } }
        #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu, #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 {
          display: table-cell; }
          @media (max-width: 767px) {
            #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu, #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 {
              display: block !important; } }
        #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li {
            display: table-cell;
            margin: 0;
            padding: 0 10px; }
            @media (max-width: 767px) {
              #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li {
                display: block !important; } }
            #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .menu-title {
              border: none;
              font-size: 14px !important;
              font-weight: 300 !important;
              color: #fff !important;
              background: none !important;
              text-transform: uppercase !important;
              letter-spacing: 1.1px !important;
              margin-bottom: 10px; }
            #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .social {
              text-align: center !important;
              float: none !important; }
              #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .social .social-icons {
                text-align: center !important;
                float: none !important; }
                #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .social .social-icons a {
                  display: block !important;
                  margin: 0 auto 10px !important;
                  opacity: 0.5; }
                  #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .social .social-icons a:hover {
                    opacity: 1; }
        @media (max-width: 1199px) {
          #footer #footer-wrapper .footer-navWrap .footer-table {
            width: 100%; }
            #footer #footer-wrapper .footer-navWrap .footer-table #menu-header-menu-1 {
              display: table;
              width: 100%; }
              #footer #footer-wrapper .footer-navWrap .footer-table #menu-header-menu-1 li {
                text-align: center; }
            #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 {
              display: block !important; }
              #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul {
                width: 100%; }
                #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li {
                  display: block !important;
                  text-align: center; }
                  #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li .social .social-icons.nav.pull-right a {
                    display: inline-block !important;
                    margin: 10px !important; }
                  #footer #footer-wrapper .footer-navWrap .footer-table .footer-menu-2 ul li:last-child {
                    margin-bottom: 20px; } }
        @media (max-width: 767px) {
          #footer #footer-wrapper .footer-navWrap .footer-table #menu-header-menu-1 {
            padding-bottom: 0 !important; } }
      #footer #footer-wrapper .footer-navWrap .footer-menu {
        display: table;
        text-align: right;
        padding: 0; }
        @media (max-width: 767px) {
          #footer #footer-wrapper .footer-navWrap .footer-menu {
            text-align: center; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li {
              display: block;
              text-align: center;
              margin: 0 0 10px 0; }
              #footer #footer-wrapper .footer-navWrap .footer-menu li a {
                margin: 0;
                padding: 0; } }
        #footer #footer-wrapper .footer-navWrap .footer-menu li {
          display: table-cell;
          float: none !important;
          text-align: left;
          padding: 0 !important;
          width: auto;
          white-space: nowrap; }
          @media (max-width: 767px) {
            #footer #footer-wrapper .footer-navWrap .footer-menu li {
              display: block !important;
              margin-bottom: 20px !important; } }
          #footer #footer-wrapper .footer-navWrap .footer-menu li.menu-item-has-children a {
            pointer-events: none; }
          #footer #footer-wrapper .footer-navWrap .footer-menu li.menu-item-has-children .sub-menu a {
            pointer-events: auto !important;
            font-size: 10px !important;
            color: #fff !important;
            opacity: 0.6;
            margin: 7.5px 0 !important;
            padding: 0 10px !important; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li.menu-item-has-children .sub-menu a:first-child {
              margin-top: 15px !important; }
          #footer #footer-wrapper .footer-navWrap .footer-menu li a {
            display: block !important;
            position: relative;
            padding: 0 10px !important;
            color: #fff !important;
            opacity: 1; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li a[title="run-for-office"] {
              display: none !important; }
          #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu {
            display: block !important;
            padding: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            margin: 0 !important; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu li {
              padding: 0 !important;
              display: block !important; }
              #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu li a {
                padding: 0 !important; }
          #footer #footer-wrapper .footer-navWrap .footer-menu li a {
            border: none;
            font-size: 14px !important;
            font-weight: 300 !important;
            background: none !important;
            text-transform: uppercase !important;
            letter-spacing: 1.1px !important; }
        #footer #footer-wrapper .footer-navWrap .footer-menu .sub-menu {
          display: none; }
  #footer .social {
    text-align: right; }
    @media (max-width: 1199px) {
      #footer .social {
        text-align: center;
        margin-bottom: 10px; } }
  #footer .social-title {
    display: inline-block;
    color: #3F4BA0;
    font-weight: 200 !important;
    letter-spacing: 1.1px; }
    @media (max-width: 767px) {
      #footer .social-title {
        display: block;
        text-align: center;
        margin-bottom: 20px; } }
  #footer .social-icons {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0;
    float: none !important;
    display: inline-block; }
    #footer .social-icons a {
      padding: 5px;
      display: inline-block;
      color: #FFF;
      text-align: center;
      margin-right: 5px;
      background: #3F4BA0 !important;
      width: auto;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-left: 20px; }
      @media (max-width: 767px) {
        #footer .social-icons a {
          margin: 0 10px; } }
    @media (max-width: 992px) {
      #footer .social-icons {
        float: none !important; } }

/*****************************/
/*****************************/
a[title="twitter"] {
  background-color: #0e8ac8; }

a[title="facebook"] {
  background-color: #375a9c; }

a[title="linkedin"] {
  background-color: #0977b4; }

a[title="email"] {
  background-color: #6cbd45; }

/*****************************/
/*****************************/
#gforms_confirmation_message {
  color: #FFF;
  text-align: center;
  margin-top: 20px; }

.gform_confirmation_message {
  font-size: 18px !important;
  color: #3F4BA0 !important;
  height: 193px !important; }

.loading-icon {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute !important;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: block; }
  .loading-icon img {
    margin: 0 auto;
    vertical-align: middle;
    width: 100px; }
  .loading-icon .status-text {
    font-size: 18px !important;
    color: #3F4BA0 !important; }

.preferences-loading-icon {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute !important;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: block; }
  .preferences-loading-icon img {
    margin: 0 auto;
    vertical-align: middle;
    width: 100px; }
  .preferences-loading-icon .status-text {
    font-size: 18px !important;
    color: #3F4BA0 !important; }

.custom-form-loading-page .gform_confirmation_message {
  opacity: 0 !important; }

.custom-form-loading-page #gform_confirmation_message_131.show {
  opacity: 1 !important; }

.gform_wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }
  .gform_wrapper.gform_validation_error form {
    opacity: 1 !important; }
  .gform_wrapper.loading form {
    opacity: 0 !important; }
  .gform_wrapper form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
    .gform_wrapper form .validation_error {
      color: #3F4BA0 !important;
      font-weight: 900 !important;
      border: 0 !important; }
    .gform_wrapper form .gf_progressbar_wrapper {
      margin: 25px 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important; }
      .gform_wrapper form .gf_progressbar_wrapper h3.gf_progressbar_title {
        font-weight: 900 !important;
        margin: 10px 0 !important;
        font-size: 18px !important;
        color: #3F4BA0 !important;
        opacity: 1 !important; }
      .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        background: none !important;
        box-shadow: 0 0 1px #ef4756;
        -webkit-box-shadow: 0 0 1px #ef4756;
        -moz-box-shadow: 0 0 1px #ef4756;
        -o-box-shadow: 0 0 1px #ef4756;
        -ms-box-shadow: 0 0 1px #ef4756; }
        .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar:after {
          display: none !important; }
        .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
          margin: 0 !important;
          padding: 5px 0;
          background: #3F4BA0 !important; }
          .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_0 span {
            color: #3F4BA0; }
        .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar span {
          color: #fff;
          display: inline-block;
          position: relative;
          padding: 0 10px;
          font-size: 10px !important;
          margin: 0 !important;
          line-height: 15px !important; }
    .gform_wrapper form .gform_body {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important; }
      .gform_wrapper form .gform_body ul.gform_fields {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield {
          display: block;
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 !important;
          padding: 0 !important; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
            border: 0 !important;
            background: none !important;
            max-width: 100% !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
              max-width: 100% !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
              display: none !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container select, .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container textarea {
              border-color: #3F4BA0 !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_select {
              border-color: #3F4BA0 !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .gfield_description {
              color: #3F4BA0 !important; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
            display: none !important; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield.show-label label {
            display: block !important; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
              display: block !important;
              width: 100% !important;
              max-width: 100% !important;
              font-size: 16px !important;
              padding: 15px 20px !important;
              margin: 0 0 20px 0 !important;
              font-weight: 200 !important;
              color: #5f5f5f !important;
              box-shadow: 0 0 0 #fff;
              -webkit-box-shadow: 0 0 0 #fff;
              -moz-box-shadow: 0 0 0 #fff;
              -o-box-shadow: 0 0 0 #fff;
              -ms-box-shadow: 0 0 0 #fff;
              outline: none !important;
              border: 1px solid #3F4BA0 !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder {
                opacity: 0.5 !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-moz-placeholder {
                opacity: 0.5 !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder {
                opacity: 0.5 !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder {
                opacity: 0.5 !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:focus {
                border-color: #7488F7 !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .ginput_counter {
              display: none !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
              padding: 13px 15px !important;
              border: 1px solid #3F4BA0 !important;
              margin-bottom: 20px !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select {
                padding: 0 !important;
                margin: 0 !important;
                border: 0 !important;
                background: none !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_password {
              overflow: hidden !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_password span {
                margin: 0 !important;
                padding: 0 !important;
                display: block !important;
                position: relative !important;
                width: 100% !important; }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_password span {
                    width: 50% !important;
                    float: left !important; }
                    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span:first-child, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_password span:first-child {
                      padding-right: 10px !important; }
                    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span:last-child, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_password span:last-child {
                      padding-left: 10px !important; } }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.has_zip span {
              margin: 0 !important;
              padding: 0 !important;
              width: 100% !important;
              max-width: 100% !important;
              display: block !important;
              position: relative !important; }
            .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox {
              margin-bottom: 25px !important; }
              .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li {
                overflow: hidden !important;
                margin-bottom: 10px;
                display: table !important; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label {
                  display: table-cell !important;
                  vertical-align: middle; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input {
                  display: none !important; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input:checked + .radio .radio-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input:checked + .radio .radio-outer .radio-inner {
                  display: block; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input:checked + .checkbox .checkbox-outer .fa-check, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input:checked + .checkbox .checkbox-outer .fa-check {
                  display: block; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .radio, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .radio, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox {
                  display: table-cell; }
                  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .radio .radio-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .radio .checkbox-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .radio-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .checkbox-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .radio .radio-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .radio .checkbox-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .radio-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer {
                    display: block;
                    vertical-align: middle;
                    height: 25px;
                    width: 25px;
                    margin: 0 10px 0 0 !important;
                    background: #fff !important;
                    border-radius: 50%;
                    border: 2px solid #7488F7 !important;
                    padding: 5px; }
                    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .radio .radio-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .radio .checkbox-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .radio-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .checkbox-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .radio .radio-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .radio .checkbox-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .radio-outer .radio-inner, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer .radio-inner {
                      display: none;
                      height: 100%;
                      width: 100%;
                      background: #3F4BA0;
                      border-radius: 50% !important; }
                .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .checkbox-outer, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer {
                  border-radius: 5px !important; }
                  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li .checkbox .checkbox-outer .fa-check, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer .fa-check {
                    display: none;
                    font-size: 20px !important;
                    left: -4px;
                    top: -3px;
                    color: #3F4BA0 !important; }
      .gform_wrapper form .gform_body .gform_page_footer {
        border: 0 !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important; }
        .gform_wrapper form .gform_body .gform_page_footer .button {
          font-size: 16px !important;
          font-weight: normal !important;
          text-transform: uppercase !important;
          display: inline-block !important;
          background: #3F4BA0 !important;
          color: #ffffff !important;
          border: 1px solid #3F4BA0 !important;
          padding: 15px 20px !important;
          margin: 0 !important;
          outline: none !important;
          letter-spacing: 1.1px !important;
          box-shadow: 0 0 0 #fff;
          -webkit-box-shadow: 0 0 0 #fff;
          -moz-box-shadow: 0 0 0 #fff;
          -o-box-shadow: 0 0 0 #fff;
          -ms-box-shadow: 0 0 0 #fff; }
          .gform_wrapper form .gform_body .gform_page_footer .button:hover {
            background: #000054 !important;
            border: 1px solid #000054 !important; }
          .gform_wrapper form .gform_body .gform_page_footer .button:nth-child(2) {
            float: right; }
          @media (max-width: 640px) {
            .gform_wrapper form .gform_body .gform_page_footer .button {
              text-align: center !important;
              margin-bottom: 10px !important; } }
    .gform_wrapper form .gform_footer {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
      .gform_wrapper form .gform_footer img {
        display: none !important; }
      .gform_wrapper form .gform_footer .gform_button {
        font-size: 16px !important;
        text-align: center !important;
        font-weight: normal !important;
        text-transform: uppercase !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        background: #3F4BA0 !important;
        color: #ffffff !important;
        border: 1px solid #3F4BA0 !important;
        padding: 15px 20px !important;
        margin: 0 !important;
        outline: none !important;
        letter-spacing: 1.1px !important;
        box-shadow: 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 #fff;
        -moz-box-shadow: 0 0 0 #fff;
        -o-box-shadow: 0 0 0 #fff;
        -ms-box-shadow: 0 0 0 #fff; }
        .gform_wrapper form .gform_footer .gform_button:hover {
          background: #000054 !important;
          border: 1px solid #000054 !important;
          color: #fff !important; }
    @media (min-width: 759px) {
      .gform_wrapper form.weekly-wins .gform_body {
        display: inline-block !important;
        width: 70% !important;
        max-width: 70% !important;
        padding-right: 40px !important;
        float: left !important;
        clear: none !important; }
      .gform_wrapper form.weekly-wins .gform_footer {
        display: inline-block !important;
        width: 30% !important;
        max-width: 30% !important;
        float: right !important;
        clear: none !important; } }
    .gform_wrapper form.weekly-wins .gform_footer .gform_button {
      background: #fff !important;
      border-color: #fff !important;
      color: #3F4BA0 !important; }
      .gform_wrapper form.weekly-wins .gform_footer .gform_button:hover {
        background: #000054 !important;
        border: 1px solid #000054 !important;
        color: #fff !important; }

/*****************************/
/*****************************/
body .ladder-loop-title {
  color: #3F4BA0;
  margin-bottom: 50px !important; }
  @media (max-width: 767px) {
    body .ladder-loop-title {
      text-align: center; } }

body #newsletter-signup {
  background: #3F4BA0;
  padding: 50px 0; }
  body #newsletter-signup .loading-icon {
    border-radius: 0px;
    background: #fff !important; }
    @media (min-width: 768px) {
      body #newsletter-signup .loading-icon {
        display: block !important;
        width: 30% !important;
        max-width: 30% !important;
        margin: 0 auto !important; }
        body #newsletter-signup .loading-icon img {
          height: 51px !important;
          width: auto !important;
          margin: 0 auto !important; }
        body #newsletter-signup .loading-icon .status-text {
          display: none !important; } }
  body #newsletter-signup h3 {
    color: #fff !important;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 30px !important; }

body .brush-bg .homepage-section {
  background: url("/wp-content/uploads/2017/10/brush.png") !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
  @media (max-width: 767px) {
    body .brush-bg .homepage-section {
      background: none !important; } }

/*****************************/
/*****************************/
body h1, body h2 {
  font-size: 42px !important;
  text-transform: none !important;
  margin: 0 0 30px 0 !important; }
  body h1 strong, body h1 b, body h2 strong, body h2 b {
    font-weight: 900 !important; }
  body h1.quote, body h2.quote {
    font-size: 32px !important;
    margin: 50px 0 75px auto !important;
    display: inline-block; }
    @media (min-width: 768px) {
      body h1.quote, body h2.quote {
        max-width: 80%; } }
    @media (max-width: 991px) {
      body h1.quote, body h2.quote {
        margin: 75px 0 !important; } }
    body h1.quote:before, body h1.quote:after, body h2.quote:before, body h2.quote:after {
      content: '';
      height: 75px;
      width: 75px;
      position: absolute; }
      @media (max-width: 991px) and (min-width: 768px) {
        body h1.quote:before, body h1.quote:after, body h2.quote:before, body h2.quote:after {
          height: 50px;
          width: 50px; } }
      @media (max-width: 767px) {
        body h1.quote:before, body h1.quote:after, body h2.quote:before, body h2.quote:after {
          display: block;
          position: relative;
          margin: 0 auto; } }
    body h1.quote:before, body h2.quote:before {
      background: url("/wp-content/uploads/2017/10/quote-pre.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      left: -125px;
      top: -25px;
      opacity: 0.3;
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */ }
      @media (max-width: 991px) {
        body h1.quote:before, body h2.quote:before {
          left: -25px; } }
    body h1.quote:after, body h2.quote:after {
      background: url("/wp-content/uploads/2017/10/quote-post.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      right: -125px;
      opacity: 0.3;
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
      @media (max-width: 991px) {
        body h1.quote:after, body h2.quote:after {
          right: -25px; } }
      @media (max-width: 767px) {
        body h1.quote:after, body h2.quote:after {
          margin-top: 25px; } }

body h1 {
  font-weight: 900 !important;
  text-transform: uppercase !important; }

body .quote-author {
  font-weight: normal !important;
  font-size: 18px !important;
  color: #3F4BA0 !important;
  font-style: italic !important; }
  @media (max-width: 991px) {
    body .quote-author {
      text-align: center !important; } }

body h3 {
  font-size: 32px !important;
  margin: 0 0 30px 0 !important; }

body h4 {
  font-size: 22px !important;
  margin: 0 0 30px 0 !important; }

body h5 {
  font-size: 19px !important; }

body h6 {
  font-size: 16px !important; }

body p {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 28px !important; }

body .border-bottom {
  color: #3F4BA0 !important;
  padding-bottom: 15px !important;
  margin-bottom: 20px;
  font-weight: 900 !important; }
  @media (max-width: 991px) {
    body .border-bottom {
      text-align: center;
      margin-bottom: 0px !important; } }
  body .border-bottom:after {
    content: '';
    height: 3px;
    width: 40px;
    background: #3F4BA0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 991px) {
      body .border-bottom:after {
        position: relative !important;
        margin: 15px auto 0 !important; } }

@media (max-width: 991px) {
  body .img-block {
    margin-bottom: 20px;
    text-align: center; }
    body .img-block img {
      width: 250px;
      margin: 0 auto !important; } }

body .img-block img, body .img-block p {
  max-width: 100%;
  margin: 0;
  padding: 0; }

body .img-block .box-shadow img {
  box-shadow: 0 0 30px #ccc;
  -webkit-box-shadow: 0 0 30px #ccc;
  -moz-box-shadow: 0 0 30px #ccc;
  -o-box-shadow: 0 0 30px #ccc;
  -ms-box-shadow: 0 0 30px #ccc; }

body .img-block .image-title {
  font-size: 11px !important;
  color: #5f5f5f !important;
  line-height: 15px !important;
  margin: 5px 0 0 !important; }

body .img-block .image-subtitle {
  font-size: 11px !important;
  color: #3F4BA0 !important;
  line-height: 15px !important;
  margin: 5px 0 0 !important; }

body .pre-title {
  color: #3F4BA0 !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 1.1px !important;
  margin: 0 0 5px 0; }
  @media (max-width: 991px) {
    body .pre-title {
      text-align: center; } }

body .btn {
  max-width: 100%;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  background: #3F4BA0 !important;
  color: #fff !important;
  border: 1px solid #3F4BA0 !important;
  padding: 15px 40px !important;
  margin: 0 !important;
  white-space: normal !important;
  border-radius: 0px !important;
  letter-spacing: 1.1px !important; }
  body .btn.btn-read-more {
    background: none !important;
    color: #3F4BA0 !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: bold !important; }
  body .btn.btn-white {
    border-color: #fff !important;
    background: #fff !important;
    color: #3F4BA0 !important; }
  body .btn:hover {
    background: #000054 !important;
    border-color: #000054 !important;
    color: #fff !important; }

body .social-widget {
  text-align: center !important; }
  @media (max-width: 991px) {
    body .social-widget {
      margin-bottom: 25px; } }
  body .social-widget .fb-page, body .social-widget .sbi {
    width: 300px; }
  body .social-widget iframe, body .social-widget .sbi {
    box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc; }
  body .social-widget * {
    max-width: 100%; }
  body .social-widget.instagram-social-feed div:first-child {
    max-width: 100%;
    width: 300px;
    margin: 0 auto; }
  body .social-widget .sbi h3 {
    font-size: 20px !important; }

/*****************************/
/*****************************/
#sidebar .widget .widget-title {
  font-weight: 900 !important;
  color: #5f5f5f !important; }
  @media (max-width: 991px) {
    #sidebar .widget .widget-title {
      text-align: center; } }

#sidebar .widget .nav-tabs {
  border: 0; }
  @media (max-width: 1199px) {
    #sidebar .widget .nav-tabs {
      text-align: left; }
      #sidebar .widget .nav-tabs li {
        float: none;
        margin-right: 0;
        margin-bottom: 5px !important; } }
  @media (max-width: 991px) {
    #sidebar .widget .nav-tabs {
      text-align: center; }
      #sidebar .widget .nav-tabs li {
        float: none;
        margin-right: 0; } }
  #sidebar .widget .nav-tabs li {
    border: 0;
    background: none; }
    #sidebar .widget .nav-tabs li a {
      border: 0;
      background: none;
      padding-left: 0;
      color: #3F4BA0;
      opacity: 0.5;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    #sidebar .widget .nav-tabs li.active a {
      opacity: 1; }

#sidebar .widget .tab-content {
  margin-top: 25px; }
  #sidebar .widget .tab-content .tab-pane iframe {
    box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc; }

@media (max-width: 991px) {
  #sidebar .widget.categories, #sidebar .widget.recent-posts {
    display: none; } }

#sidebar .widget.categories ul, #sidebar .widget.recent-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #sidebar .widget.categories ul li, #sidebar .widget.recent-posts ul li {
    margin: 0 0 20px;
    padding: 0;
    display: block; }
    #sidebar .widget.categories ul li a, #sidebar .widget.recent-posts ul li a {
      position: relative;
      color: #3F4BA0;
      letter-spacing: 0.8px;
      opacity: 0.5;
      text-transform: uppercase; }
    #sidebar .widget.categories ul li.active a, #sidebar .widget.recent-posts ul li.active a {
      opacity: 1; }

#sidebar .widget.recent-posts ul li a {
  text-transform: none; }

/*****************************/
/*****************************/
body #wrapper .homepage-section {
  padding: 100px 0 !important; }
  @media (max-width: 767px) {
    body #wrapper .homepage-section {
      padding: 50px 0 !important; } }
  @media (max-width: 767px) and (max-width: 767px) {
    body #wrapper .homepage-section h1, body #wrapper .homepage-section h2, body #wrapper .homepage-section h3, body #wrapper .homepage-section h4 {
      text-align: center; } }
  @media (min-width: 992px) {
    body #wrapper .homepage-section#featured-issues {
      padding-bottom: 0 !important; } }
  @media (min-width: 992px) {
    body #wrapper .homepage-section#social-feeds {
      padding: 0 0 50px !important; } }
  body #wrapper .homepage-section#social-feeds h4 {
    color: #3F4BA0 !important;
    font-weight: 900 !important; }
  body #wrapper .homepage-section.dark .sectionOverlay {
    display: none !important; }
  body #wrapper .homepage-section.dark h1, body #wrapper .homepage-section.dark h2, body #wrapper .homepage-section.dark h3, body #wrapper .homepage-section.dark h4, body #wrapper .homepage-section.dark h5, body #wrapper .homepage-section.dark h6, body #wrapper .homepage-section.dark p, body #wrapper .homepage-section.dark li {
    color: #fff; }
  body #wrapper .homepage-section.white {
    background: #fff !important; }
    body #wrapper .homepage-section.white .sectionOverlay {
      display: none !important; }
    body #wrapper .homepage-section.white h1, body #wrapper .homepage-section.white h2, body #wrapper .homepage-section.white h3 {
      color: #3F4BA0; }
    body #wrapper .homepage-section.white h4, body #wrapper .homepage-section.white h5, body #wrapper .homepage-section.white h6 {
      color: #5f5f5f;
      font-weight: 900 !important; }
    body #wrapper .homepage-section.white p, body #wrapper .homepage-section.white li {
      color: #5f5f5f; }
    body #wrapper .homepage-section.white p a {
      text-decoration: none !important;
      color: #7488F7 !important; }
      body #wrapper .homepage-section.white p a:hover {
        text-decoration: underline !important; }
    body #wrapper .homepage-section.white li {
      margin-bottom: 20px; }
    body #wrapper .homepage-section.white h6 span a {
      text-decoration: none !important;
      color: #7488F7 !important; }
      body #wrapper .homepage-section.white h6 span a:hover {
        text-decoration: underline !important; }
  body #wrapper .homepage-section.faqs {
    padding: 70px 0 50px 0 !important; }
    @media (max-width: 767px) {
      body #wrapper .homepage-section.faqs {
        padding: 20px 0 10px 0 !important; } }
    body #wrapper .homepage-section.faqs h2 {
      margin-bottom: 50px !important;
      color: #3F4BA0; }
    body #wrapper .homepage-section.faqs .content-block {
      margin-bottom: 70px; }
      body #wrapper .homepage-section.faqs .content-block h5 {
        font-weight: 900 !important;
        margin-bottom: 20px; }
      body #wrapper .homepage-section.faqs .content-block p {
        opacity: 0.8; }
  body #wrapper .homepage-section.hero-section {
    padding-top: 0 !important; }
    body #wrapper .homepage-section.hero-section h2.heros-section-title {
      margin-top: 50px !important; }
    body #wrapper .homepage-section.hero-section .slick-dots {
      position: relative;
      bottom: auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      body #wrapper .homepage-section.hero-section .slick-dots li button:before {
        color: #3F4BA0;
        font-size: 12px; }
    body #wrapper .homepage-section.hero-section .column-outer .column-wrapper {
      padding: 0 10px;
      max-width: 100%;
      width: 400px;
      margin-left: auto !important;
      margin-right: auto !important;
      margin: 50px 0 50px 0; }
      @media (max-width: 1199px) {
        body #wrapper .homepage-section.hero-section .column-outer .column-wrapper {
          padding: 0px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        body #wrapper .homepage-section.hero-section .column-outer .column-wrapper {
          padding: 0 20px; } }
      body #wrapper .homepage-section.hero-section .column-outer .column-wrapper a {
        text-decoration: none; }
      body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner {
        cursor: pointer;
        box-shadow: 0 0 30px #ccc;
        -webkit-box-shadow: 0 0 30px #ccc;
        -moz-box-shadow: 0 0 30px #ccc;
        -o-box-shadow: 0 0 30px #ccc;
        -ms-box-shadow: 0 0 30px #ccc; }
        body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner:hover {
          box-shadow: 0 0 50px #999;
          -webkit-box-shadow: 0 0 50px #999;
          -moz-box-shadow: 0 0 50px #999;
          -o-box-shadow: 0 0 50px #999;
          -ms-box-shadow: 0 0 50px #999; }
        body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .profile-image {
          display: block;
          height: 350px;
          overflow: hidden; }
          @media (max-width: 767px) {
            body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .profile-image {
              background: none !important;
              height: auto !important; } }
          body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .profile-image .mobile-image {
            width: 100%;
            max-width: 100%; }
            @media (min-width: 768px) {
              body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .profile-image .mobile-image {
                display: none !important; } }
        body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content {
          background: #fff;
          padding: 20px; }
          @media (max-width: 767px) {
            body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content {
              height: auto !important; } }
          body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content h4 {
            margin: 0 !important;
            color: #3F4BA0;
            text-decoration: none;
            font-weight: 900 !important; }
          body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content h6 {
            margin: 10px 0 0 !important;
            color: #3F4BA0;
            font-size: 12px !important;
            text-transform: uppercase;
            font-weight: 200;
            letter-spacing: 0.3px;
            line-height: 18px !important; }
            @media (max-width: 767px) {
              body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content h6 {
                text-align: center; } }
          body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content .btn-wrapper {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            text-align: center; }
            body #wrapper .homepage-section.hero-section .column-outer .column-wrapper .column-inner .info-content .btn-wrapper .btn:hover {
              animation: none !important;
              -webkit-animation: none !important;
              -moz-animation: none !important;
              -o-animation: none !important;
              -ms-animation: none !important; }
    body #wrapper .homepage-section.hero-section .column-outer.candidate .column-inner .info-content {
      padding-bottom: 50px; }
      body #wrapper .homepage-section.hero-section .column-outer.candidate .column-inner .info-content h6 {
        font-weight: 200 !important; }
  @media (min-width: 992px) {
    body #wrapper .homepage-section.candidates.white .candidate-section-heading {
      min-height: 164px; } }
  body #wrapper .homepage-section.candidates.white .candidate-section-heading h1 {
    text-align: right !important; }
  body #wrapper .homepage-section.candidates.white .candidate-section-heading h4 {
    font-weight: 300 !important;
    text-align: right !important; }
  @media (max-width: 991px) and (min-width: 768px) {
    body #wrapper .homepage-section.candidates.white .candidate-section-heading {
      margin-bottom: 150px; } }
  @media (max-width: 991px) {
    body #wrapper .homepage-section.candidates.white .candidate-section-heading h1, body #wrapper .homepage-section.candidates.white .candidate-section-heading h4 {
      text-align: left !important; } }
  @media (max-width: 767px) {
    body #wrapper .homepage-section.candidates.white .candidate-section-heading {
      text-align: center; }
      body #wrapper .homepage-section.candidates.white .candidate-section-heading h1, body #wrapper .homepage-section.candidates.white .candidate-section-heading h4 {
        text-align: center !important; } }
  body #wrapper .homepage-section.home-slider {
    padding: 0 !important;
    background: #3F4BA0; }
    body #wrapper .homepage-section.home-slider .post_wrap .slick-dots {
      position: relative;
      bottom: auto;
      margin-top: 10px; }
      body #wrapper .homepage-section.home-slider .post_wrap .slick-dots li {
        margin: 0 4px; }
        body #wrapper .homepage-section.home-slider .post_wrap .slick-dots li button:before {
          font-size: 11px;
          color: #fff; }
    body #wrapper .homepage-section.home-slider .post_wrap .btn {
      color: #3F4BA0 !important;
      background: #fff !important;
      border-color: #fff !important; }
    body #wrapper .homepage-section.home-slider .slide {
      background: #3F4BA0;
      display: table; }
      body #wrapper .homepage-section.home-slider .slide .container_full {
        display: table-cell;
        vertical-align: middle; }
      body #wrapper .homepage-section.home-slider .slide .equalHeight {
        margin-left: 0;
        margin-right: 0; }
        @media (max-width: 991px) {
          body #wrapper .homepage-section.home-slider .slide .equalHeight {
            display: block; } }
      body #wrapper .homepage-section.home-slider .slide .middle-align {
        vertical-align: middle; }
      body #wrapper .homepage-section.home-slider .slide .bottom-align {
        vertical-align: middle; }
      body #wrapper .homepage-section.home-slider .slide .slide-text {
        padding: 20px 50px; }
        @media (max-width: 767px) {
          body #wrapper .homepage-section.home-slider .slide .slide-text {
            padding: 20px;
            text-align: center !important; } }
        body #wrapper .homepage-section.home-slider .slide .slide-text .btn {
          margin-top: 25px !important; }
        body #wrapper .homepage-section.home-slider .slide .slide-text h6 {
          font-size: 12px !important;
          font-weight: 300 !important;
          color: #7488F7;
          text-transform: uppercase;
          letter-spacing: 1.1px; }
        body #wrapper .homepage-section.home-slider .slide .slide-text h3 {
          font-weight: bold !important; }
          body #wrapper .homepage-section.home-slider .slide .slide-text h3:after {
            content: '';
            display: block;
            height: 2.5px;
            margin-top: 10px;
            background: #7488F7;
            width: 40px; }
            @media (max-width: 767px) {
              body #wrapper .homepage-section.home-slider .slide .slide-text h3:after {
                margin: 10px auto 0; } }

/*****************************/
/*****************************/
body.menu-open #header .navbar .navbar-collapse {
  left: 0 !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2) !important; }

/*****************************/
/*****************************/
body.logged-in #pageHeadImg .textHolder .featured-subtitle .home-form-section {
  display: none !important; }

body.home #pageHeadImg {
  background-size: contain !important;
  background-position: 100% 100% !important; }
  @media (max-width: 991px) {
    body.home #pageHeadImg {
      background: none !important; } }
  body.home #pageHeadImg .textHolder .featured-subtitle h1, body.home #pageHeadImg .textHolder .featured-subtitle h4 {
    color: #051831 !important; }
    body.home #pageHeadImg .textHolder .featured-subtitle h1.text-center, body.home #pageHeadImg .textHolder .featured-subtitle h4.text-center {
      text-align: center !important; }
  @media (min-width: 992px) {
    body.home #pageHeadImg .textHolder .featured-subtitle .gform_confirmation_message {
      height: 193px !important; } }
  @media (min-width: 992px) {
    body.home #pageHeadImg .textHolder .featured-subtitle .home-form-section {
      min-height: 350px; } }

@media (max-width: 991px) {
  body.home #wrapper .homepage-section .btn.btn-read-more {
    display: block;
    margin: 0 auto; } }

body.home #wrapper .homepage-section#about-winning-for-women h2, body.home #wrapper .homepage-section#about-winning-for-women p {
  color: #3F4BA0; }

body.home #wrapper .homepage-section.home-slider {
  padding: 0 !important;
  background: #3F4BA0; }
  body.home #wrapper .homepage-section.home-slider .post_wrap .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 10px; }
    body.home #wrapper .homepage-section.home-slider .post_wrap .slick-dots li {
      margin: 0 4px; }
      body.home #wrapper .homepage-section.home-slider .post_wrap .slick-dots li button:before {
        font-size: 11px;
        color: #fff; }
  body.home #wrapper .homepage-section.home-slider .post_wrap .btn {
    color: #3F4BA0 !important;
    background: #fff !important;
    border-color: #fff !important; }
    body.home #wrapper .homepage-section.home-slider .post_wrap .btn:hover {
      background: #000054 !important;
      border-color: #000054 !important;
      color: #fff !important; }
  body.home #wrapper .homepage-section.home-slider .slide {
    background: #3F4BA0;
    display: table; }
    body.home #wrapper .homepage-section.home-slider .slide .container_full {
      display: table-cell;
      vertical-align: middle; }
    body.home #wrapper .homepage-section.home-slider .slide .equalHeight {
      margin-left: 0;
      margin-right: 0; }
      @media (max-width: 991px) {
        body.home #wrapper .homepage-section.home-slider .slide .equalHeight {
          display: block; } }
    body.home #wrapper .homepage-section.home-slider .slide .middle-align {
      vertical-align: middle; }
    body.home #wrapper .homepage-section.home-slider .slide .bottom-align {
      vertical-align: middle; }
    body.home #wrapper .homepage-section.home-slider .slide .slide-text {
      padding: 20px 50px; }
      @media (max-width: 767px) {
        body.home #wrapper .homepage-section.home-slider .slide .slide-text {
          padding: 20px;
          text-align: center !important; } }
      body.home #wrapper .homepage-section.home-slider .slide .slide-text .btn {
        margin-top: 25px !important; }
      body.home #wrapper .homepage-section.home-slider .slide .slide-text h6 {
        font-size: 12px !important;
        font-weight: 300 !important;
        color: #7488F7;
        text-transform: uppercase;
        letter-spacing: 1.1px; }
      body.home #wrapper .homepage-section.home-slider .slide .slide-text h3 {
        font-weight: bold !important; }
        body.home #wrapper .homepage-section.home-slider .slide .slide-text h3:after {
          content: '';
          display: block;
          height: 2.5px;
          margin-top: 10px;
          background: #7488F7;
          width: 40px; }
          @media (max-width: 767px) {
            body.home #wrapper .homepage-section.home-slider .slide .slide-text h3:after {
              margin: 10px auto 0; } }

/*****************************/
/*****************************/
.ways-to-donate #pageHeadImg {
  background: #fff !important; }
  .ways-to-donate #pageHeadImg h3 {
    color: #3F4BA0 !important;
    font-size: 25px !important; }
  .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form {
    padding: 50px;
    background: #f9fafc !important; }
    @media (max-width: 550px) {
      .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form {
        padding: 30px; } }
    .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form h3 {
      font-size: 18px !important;
      line-height: 1.5 !important;
      margin-bottom: 0px !important;
      text-align: center; }
    .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form {
      margin-top: 30px !important; }
      .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form p {
        color: #3F4BA0;
        margin-bottom: 10px;
        text-align: center; }
        .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form p a {
          color: #3F4BA0 !important;
          text-decoration: underline; }
      .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input {
        font-size: 16 !important; }
        .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck {
          padding: 10px 0 10px 10px;
          border: 1px solid #ced0d5;
          height: 42px;
          line-height: 42px;
          width: 100%;
          color: #5f5f5f !important; }
          .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck::-webkit-input-placeholder {
            color: #e0e0e0; }
          .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck:-moz-placeholder {
            color: #e0e0e0; }
          .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck::-moz-placeholder {
            color: #e0e0e0; }
          .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck:-ms-input-placeholder {
            color: #e0e0e0; }
          .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailcheck.not-valid {
            border-color: #3F4BA0; }
        .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form form input#emailsubmit {
          color: #ffffff;
          height: 42px;
          border: 0;
          margin-top: 20px;
          background-color: #c02026;
          width: 100%; }
    .ways-to-donate #pageHeadImg .featured-subtitle #email-verification-form p {
      font-weight: 300 !important;
      margin-top: 30px !important;
      font-size: 12px !important;
      line-height: 1.8 !important; }
  .ways-to-donate #pageHeadImg .button-group {
    text-align: center !important; }
    @media (min-width: 992px) {
      .ways-to-donate #pageHeadImg .button-group {
        text-align: left !important; }
        .ways-to-donate #pageHeadImg .button-group .btn {
          margin: 0 auto;
          display: inline-block; }
          .ways-to-donate #pageHeadImg .button-group .btn:first-of-type {
            margin-right: 10px !important; }
        .ways-to-donate #pageHeadImg .button-group p {
          display: inline-block !important; } }
  .ways-to-donate #pageHeadImg h1.text-center {
    text-align: center !important; }

#wrapper .homepage-section.candidates-donate {
  padding-top: 0 !important; }
  #wrapper .homepage-section.candidates-donate .section-title {
    color: #3F4BA0 !important;
    font-size: 25px !important; }

.candidate-small .column-wrapper {
  box-shadow: 0 0 10px #afafaf;
  -webkit-box-shadow: 0 0 10px #afafaf;
  -moz-box-shadow: 0 0 10px #afafaf;
  -o-box-shadow: 0 0 10px #afafaf;
  -ms-box-shadow: 0 0 10px #afafaf;
  margin-bottom: 20px;
  background: #3F4BA0;
  text-align: center !important;
  padding: 25px;
  text-align: center; }
  .candidate-small .column-wrapper:hover {
    animation: 0.3s shrink alternate !important;
    -webkit-animation: 0.3s shrink alternate !important;
    -moz-animation: 0.3s shrink alternate !important;
    -o-animation: 0.3s shrink alternate !important;
    -ms-animation: 0.3s shrink alternate !important; }

@keyframes shrink {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(0.925);
    -webkit-transform: scale(0.925);
    -moz-transform: scale(0.925);
    -o-transform: scale(0.925);
    -ms-transform: scale(0.925); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); } }
  .candidate-small .column-wrapper a {
    text-decoration: none !important; }
  .candidate-small .column-wrapper .profile-image {
    height: 100px;
    width: 100px;
    max-width: 100%;
    margin: 0 auto; }
  .candidate-small .column-wrapper .info-content h4 {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 10px !important; }
  .candidate-small .column-wrapper .info-content h6 {
    color: #fff;
    margin: 0; }

/*****************************/
/*****************************/
body.page-template-w4w-landing-page-php #header, body.page-template-w4w-login-page-php #header, body.page-template-w4w-account-page-php #header {
  position: relative; }

body.page-template-w4w-landing-page-php #wrapper .homepage-section, body.page-template-w4w-login-page-php #wrapper .homepage-section, body.page-template-w4w-account-page-php #wrapper .homepage-section {
  padding: 50px 0 50px !important; }
  @media (max-width: 991px) {
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .img-block .img-responsive, body.page-template-w4w-login-page-php #wrapper .homepage-section .img-block .img-responsive, body.page-template-w4w-account-page-php #wrapper .homepage-section .img-block .img-responsive {
      width: 300px; } }
  body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block a strong em, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block a strong em, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block a strong em {
    font-style: none !important;
    text-decoration: underline !important; }
  body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .info-message, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .info-message, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .info-message {
    color: #3F4BA0;
    margin-bottom: 20px;
    text-align: center; }
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .info-message.secure-account, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .info-message.secure-account, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .info-message.secure-account {
      font-size: 15px !important;
      color: #5f5f5f;
      line-height: 25px !important;
      font-weight: 300 !important; }
  @media (max-width: 991px) {
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block h1, body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block h2, body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block h3, body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block h4, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block h1, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block h2, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block h3, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block h4, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block h1, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block h2, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block h3, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block h4 {
      text-align: center; } }
  @media (max-width: 991px) {
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .staff-portal-nav, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .staff-portal-nav, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .staff-portal-nav {
      text-align: center !important; }
      body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .staff-portal-nav .btn, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .staff-portal-nav .btn, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .staff-portal-nav .btn {
        margin: 0 auto; } }
  body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form {
    text-align: center !important; }
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form p, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form p, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form p {
      font-size: 18px !important;
      font-weight: bold !important;
      margin-bottom: 40px !important; }
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label {
      display: block;
      font-size: 18px !important; }
      body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label input, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label input, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label input {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        padding: 15px 20px !important;
        margin: 10px 0 20px 0 !important;
        font-weight: 200 !important;
        color: #5f5f5f !important;
        box-shadow: 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 #fff;
        -moz-box-shadow: 0 0 0 #fff;
        -o-box-shadow: 0 0 0 #fff;
        -ms-box-shadow: 0 0 0 #fff;
        outline: none !important;
        border: 1px solid #1976d2 !important; }
        body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label input::-webkit-input-placeholder, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label input::-webkit-input-placeholder, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label input::-webkit-input-placeholder {
          opacity: 0.5 !important; }
        body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label input:-moz-placeholder, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label input:-moz-placeholder, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label input:-moz-placeholder {
          opacity: 0.5 !important; }
        body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label input::-moz-placeholder, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label input::-moz-placeholder, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label input::-moz-placeholder {
          opacity: 0.5 !important; }
        body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form label input:-ms-input-placeholder, body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form label input:-ms-input-placeholder, body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form label input:-ms-input-placeholder {
          opacity: 0.5 !important; }
    body.page-template-w4w-landing-page-php #wrapper .homepage-section .text-block .post-password-form input[type="submit"], body.page-template-w4w-login-page-php #wrapper .homepage-section .text-block .post-password-form input[type="submit"], body.page-template-w4w-account-page-php #wrapper .homepage-section .text-block .post-password-form input[type="submit"] {
      font-size: 16px !important;
      text-align: center !important;
      font-weight: normal !important;
      text-transform: uppercase !important;
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      background: #3F4BA0 !important;
      color: #ffffff !important;
      border: 1px solid #3F4BA0 !important;
      padding: 15px 20px !important;
      margin: 0 !important;
      outline: none !important;
      letter-spacing: 1.1px !important;
      box-shadow: 0 0 0 #fff;
      -webkit-box-shadow: 0 0 0 #fff;
      -moz-box-shadow: 0 0 0 #fff;
      -o-box-shadow: 0 0 0 #fff;
      -ms-box-shadow: 0 0 0 #fff; }

/*****************************/
/*****************************/
#wrapper .homepage-section.featured-person {
  overflow: hidden;
  padding: 125px 0 !important; }
  @media (max-width: 767px) {
    #wrapper .homepage-section.featured-person {
      padding: 50px !important; } }
  @media (min-width: 992px) {
    #wrapper .homepage-section.featured-person {
      padding: 0 !important; } }
  #wrapper .homepage-section.featured-person p, #wrapper .homepage-section.featured-person h2 {
    color: #fff !important; }
    #wrapper .homepage-section.featured-person p.featured-name, #wrapper .homepage-section.featured-person h2.featured-name {
      font-weight: 300 !important; }
    #wrapper .homepage-section.featured-person p span, #wrapper .homepage-section.featured-person h2 span {
      color: #fff !important; }
    #wrapper .homepage-section.featured-person p *, #wrapper .homepage-section.featured-person h2 * {
      color: #fff !important; }
  #wrapper .homepage-section.featured-person h6 {
    font-weight: 300 !important; }
  #wrapper .homepage-section.featured-person .tr {
    display: table;
    min-height: 550px; }
    @media (min-width: 992px) {
      #wrapper .homepage-section.featured-person .tr {
        min-height: 550px; } }
    #wrapper .homepage-section.featured-person .tr .tc {
      display: table-cell;
      float: none; }
      #wrapper .homepage-section.featured-person .tr .tc.tc-left {
        vertical-align: middle; }
      #wrapper .homepage-section.featured-person .tr .tc.tc-right {
        vertical-align: bottom; }
    @media (max-width: 991px) {
      #wrapper .homepage-section.featured-person .tr .tc-right {
        display: none !important; } }
  #wrapper .homepage-section.featured-person.dark-blue .btn {
    background: #fff !important;
    border-color: #fff !important;
    color: #3F4BA0 !important; }
  #wrapper .homepage-section.featured-person.dark-blue .sectionImage {
    background: #3F4BA0 !important; }
  #wrapper .homepage-section.featured-person.light-blue .hero-info h6 {
    color: #fff !important;
    opacity: 0.8; }
  #wrapper .homepage-section.featured-person.light-blue .hero-info:after {
    background: #3F4BA0 !important; }
  #wrapper .homepage-section.featured-person.light-blue .btn {
    background: #3F4BA0 !important;
    border-color: #3F4BA0 !important;
    color: #fff !important; }
  #wrapper .homepage-section.featured-person.light-blue .sectionImage {
    background: #73bdec !important; }
  #wrapper .homepage-section.featured-person.red .hero-info h6 {
    color: #fff !important;
    opacity: 0.8; }
  #wrapper .homepage-section.featured-person.red .hero-info:after {
    background: #7488F7 !important; }
  #wrapper .homepage-section.featured-person.red .btn {
    background: #fff !important;
    border-color: #fff !important;
    color: #3F4BA0 !important; }
  #wrapper .homepage-section.featured-person.red .sectionImage {
    background: #3F4BA0 !important; }
  #wrapper .homepage-section.featured-person h2 {
    font-weight: 900 !important; }
    #wrapper .homepage-section.featured-person h2 .not-bold {
      font-weight: 200 !important; }
  #wrapper .homepage-section.featured-person .hero-info {
    display: block;
    margin-top: 40px; }
    @media (max-width: 767px) {
      #wrapper .homepage-section.featured-person .hero-info {
        text-align: center; } }
    #wrapper .homepage-section.featured-person .hero-info:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 40px;
      background: #7488F7;
      margin-bottom: 20px; }
    #wrapper .homepage-section.featured-person .hero-info h5 {
      margin: 0;
      font-weight: 900 !important;
      letter-spacing: 1.1px; }
    #wrapper .homepage-section.featured-person .hero-info h6 {
      color: #7488F7 !important;
      margin: 10px 0 15px;
      font-size: 12px !important;
      text-transform: uppercase;
      letter-spacing: 1.1px; }
  #wrapper .homepage-section.featured-person .text-wrapper {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    #wrapper .homepage-section.featured-person .btn-wrapper {
      text-align: center; } }

/*****************************/
/*****************************/
body.single-national-security #pageHeadImg .sectionOverlay, body.economic-freedom-template-default #pageHeadImg .sectionOverlay {
  background: none;
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)); }

/*****************************/
/*****************************/
body.single-heros #header, body.single-candidates #header, body.single-staff #header, body.single-board #header {
  position: relative; }

body.single-heros p, body.single-candidates p, body.single-staff p, body.single-board p {
  color: #5f5f5f !important; }

body.single-heros h2, body.single-candidates h2, body.single-staff h2, body.single-board h2 {
  color: #3F4BA0; }

body.single-heros .stance, body.single-candidates .stance, body.single-staff .stance, body.single-board .stance {
  margin-bottom: 30px; }
  body.single-heros .stance .stance-issue, body.single-candidates .stance .stance-issue, body.single-staff .stance .stance-issue, body.single-board .stance .stance-issue {
    color: #5f5f5f !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    margin-bottom: 10px !important; }

body.single-heros #wrapper .homepage-section .achievements p, body.single-candidates #wrapper .homepage-section .achievements p, body.single-staff #wrapper .homepage-section .achievements p, body.single-board #wrapper .homepage-section .achievements p {
  margin-bottom: 20px; }

body.single-heros #wrapper .homepage-section .top-row, body.single-candidates #wrapper .homepage-section .top-row, body.single-staff #wrapper .homepage-section .top-row, body.single-board #wrapper .homepage-section .top-row {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    body.single-heros #wrapper .homepage-section .top-row, body.single-candidates #wrapper .homepage-section .top-row, body.single-staff #wrapper .homepage-section .top-row, body.single-board #wrapper .homepage-section .top-row {
      display: block; } }
  @media (max-width: 767px) {
    body.single-heros #wrapper .homepage-section .top-row, body.single-candidates #wrapper .homepage-section .top-row, body.single-staff #wrapper .homepage-section .top-row, body.single-board #wrapper .homepage-section .top-row {
      margin-bottom: 50px; } }
  body.single-heros #wrapper .homepage-section .top-row .profile-image, body.single-candidates #wrapper .homepage-section .top-row .profile-image, body.single-staff #wrapper .homepage-section .top-row .profile-image, body.single-board #wrapper .homepage-section .top-row .profile-image {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px #ccc;
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc;
    -o-box-shadow: 0 0 30px #ccc;
    -ms-box-shadow: 0 0 30px #ccc; }
  body.single-heros #wrapper .homepage-section .top-row .btn_wrapper, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper, body.single-board #wrapper .homepage-section .top-row .btn_wrapper {
    display: table;
    width: 100%;
    margin-top: 40px; }
    body.single-heros #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-board #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap {
      display: table-cell;
      width: 50%;
      padding: 0 20px; }
      body.single-heros #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap.single-button, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap.single-button, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap.single-button, body.single-board #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap.single-button {
        display: inline-block !important;
        width: auto !important; }
      body.single-heros #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap .btn, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap .btn, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap .btn, body.single-board #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap .btn {
        width: 100% !important;
        max-width: 100% !important; }
    @media (max-width: 767px) {
      body.single-heros #wrapper .homepage-section .top-row .btn_wrapper, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper, body.single-board #wrapper .homepage-section .top-row .btn_wrapper {
        display: block;
        margin-top: 20px; }
        body.single-heros #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-candidates #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-staff #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap, body.single-board #wrapper .homepage-section .top-row .btn_wrapper .btn_wrap {
          display: block;
          width: 100%;
          max-width: 100%;
          margin-top: 20px; } }
  body.single-heros #wrapper .homepage-section .top-row .info-block, body.single-candidates #wrapper .homepage-section .top-row .info-block, body.single-staff #wrapper .homepage-section .top-row .info-block, body.single-board #wrapper .homepage-section .top-row .info-block {
    vertical-align: top; }
    @media (max-width: 767px) {
      body.single-heros #wrapper .homepage-section .top-row .info-block, body.single-candidates #wrapper .homepage-section .top-row .info-block, body.single-staff #wrapper .homepage-section .top-row .info-block, body.single-board #wrapper .homepage-section .top-row .info-block {
        height: auto !important; } }
    @media (max-width: 991px) {
      body.single-heros #wrapper .homepage-section .top-row .info-block, body.single-candidates #wrapper .homepage-section .top-row .info-block, body.single-staff #wrapper .homepage-section .top-row .info-block, body.single-board #wrapper .homepage-section .top-row .info-block {
        margin-top: 25px; } }
    body.single-heros #wrapper .homepage-section .top-row .info-block ul, body.single-candidates #wrapper .homepage-section .top-row .info-block ul, body.single-staff #wrapper .homepage-section .top-row .info-block ul, body.single-board #wrapper .homepage-section .top-row .info-block ul {
      padding: 0 0 0 20px !important; }
      body.single-heros #wrapper .homepage-section .top-row .info-block ul li, body.single-candidates #wrapper .homepage-section .top-row .info-block ul li, body.single-staff #wrapper .homepage-section .top-row .info-block ul li, body.single-board #wrapper .homepage-section .top-row .info-block ul li {
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 28px !important;
        margin: 0 0 10px; }
    body.single-heros #wrapper .homepage-section .top-row .info-block .get-involved, body.single-candidates #wrapper .homepage-section .top-row .info-block .get-involved, body.single-staff #wrapper .homepage-section .top-row .info-block .get-involved, body.single-board #wrapper .homepage-section .top-row .info-block .get-involved {
      margin-bottom: 20px !important; }
    body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h1 {
      font-size: 32px !important;
      margin: 0 !important;
      color: #3F4BA0;
      text-decoration: none;
      font-weight: 900 !important; }
      @media (max-width: 767px) {
        body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h1, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h1 {
          text-align: center; } }
    body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h6 {
      margin: 10px 0 0 !important;
      color: #3F4BA0;
      font-size: 12px !important;
      text-transform: uppercase;
      font-weight: 200;
      letter-spacing: 0.3px; }
      @media (max-width: 767px) {
        body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h6, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h6 {
          text-align: center; } }
      body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h6:after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        position: relative;
        background: #3F4BA0;
        margin: 15px 0 30px; }
        @media (max-width: 767px) {
          body.single-heros #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-candidates #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-staff #wrapper .homepage-section .top-row .info-block .info-content h6:after, body.single-board #wrapper .homepage-section .top-row .info-block .info-content h6:after {
            margin: 15px auto 30px; } }
    @media (max-width: 767px) {
      body.single-heros #wrapper .homepage-section .top-row .info-block .social-info, body.single-candidates #wrapper .homepage-section .top-row .info-block .social-info, body.single-staff #wrapper .homepage-section .top-row .info-block .social-info, body.single-board #wrapper .homepage-section .top-row .info-block .social-info {
        text-align: center; }
        body.single-heros #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-candidates #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-staff #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-board #wrapper .homepage-section .top-row .info-block .social-info .fa {
          margin: 0px 15px 20px !important; } }
    body.single-heros #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-candidates #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-staff #wrapper .homepage-section .top-row .info-block .social-info .fa, body.single-board #wrapper .homepage-section .top-row .info-block .social-info .fa {
      position: relative !important;
      color: #3F4BA0 !important;
      text-decoration: none !important;
      margin: 0px 15px 20px 0 !important;
      font-size: 20px !important; }

/*****************************/
/*****************************/
body.about-us.about #pageHeadImg h1 {
  text-align: center !important; }
  body.about-us.about #pageHeadImg h1:after {
    content: ''; }

@media (max-width: 767px) {
  body.about-us.about #pageHeadImg .textHolder {
    margin-top: 105px;
    margin-bottom: 35px; } }

body.about-us #pageHeadImg {
  background-position: center top !important; }

body.about-us #wrapper .offset-top {
  margin-top: -225px; }

/*****************************/
/*****************************/
body.page-template-w4w-blog-page #header {
  position: relative; }

body.page-template-w4w-blog-page #wrapper .homepage-section .post-loop-wrap {
  max-width: 100%; }
  @media (min-width: 992px) {
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-loop-wrap {
      min-height: 777px;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 2px solid #3F4BA0; } }
  @media (max-width: 767px) {
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-loop-wrap h5 {
      text-align: center; } }

body.page-template-w4w-blog-page #wrapper .homepage-section .post-item {
  padding: 30px 0; }
  body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-heading h4 {
    margin: 0 0 10px !important; }
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-heading h4 a {
      font-size: 22px !important;
      color: #5f5f5f;
      font-weight: 900 !important; }
  @media (max-width: 991px) {
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-heading {
      text-align: center; } }
  body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-body p {
    margin-bottom: 20px !important;
    color: #5f5f5f !important; }
    @media (max-width: 991px) {
      body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-body p {
        text-align: center; } }
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-body p a {
      color: #3F4BA0 !important; }
  body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-body .read-more {
    display: none !important; }
  @media (max-width: 991px) {
    body.page-template-w4w-blog-page #wrapper .homepage-section .post-item .post-item-footer {
      text-align: center; } }

body.page-template-w4w-blog-page #wrapper .homepage-section .pager {
  text-align: left; }
  body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi span, body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi a {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 15px 0 0;
    border: 2px solid #3F4BA0;
    color: #3F4BA0 !important;
    text-decoration: none !important; }
    body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi span:last-child, body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi a:last-child {
      margin-right: 0; }
    body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi span.current, body.page-template-w4w-blog-page #wrapper .homepage-section .pager .wp-pagenavi a.current {
      background: #3F4BA0;
      color: #fff !important; }

@media (min-width: 1200px) {
  body.single-post #sidebar .widget .nav-tabs li a {
    font-size: 14px !important; } }

body.single-post h1 .fa, body.page-template-w4w-blog-page h1 .fa {
  cursor: pointer;
  font-size: 20px !important;
  bottom: 3px;
  z-index: 10; }
  @media (min-width: 992px) {
    body.single-post h1 .fa, body.page-template-w4w-blog-page h1 .fa {
      display: none !important; } }

@media (max-width: 991px) {
  body.single-post .post-item-heading, body.page-template-w4w-blog-page .post-item-heading {
    text-align: center; } }

body.single-post .post-item-date, body.page-template-w4w-blog-page .post-item-date {
  margin: 0 0 20px !important;
  color: #3F4BA0;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.3px; }
  body.single-post .post-item-date:after, body.page-template-w4w-blog-page .post-item-date:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #3F4BA0;
    position: relative;
    display: block;
    margin-top: 10px; }
    @media (max-width: 991px) {
      body.single-post .post-item-date:after, body.page-template-w4w-blog-page .post-item-date:after {
        margin: 10px auto 0; } }

body.single-post .col-md-12 #blog-submenu, body.page-template-w4w-blog-page .col-md-12 #blog-submenu {
  display: none; }
  @media (min-width: 992px) {
    body.single-post .col-md-12 #blog-submenu, body.page-template-w4w-blog-page .col-md-12 #blog-submenu {
      display: none !important; } }
  @media (max-width: 991px) {
    body.single-post .col-md-12 #blog-submenu, body.page-template-w4w-blog-page .col-md-12 #blog-submenu {
      text-align: center; } }
  body.single-post .col-md-12 #blog-submenu ul, body.page-template-w4w-blog-page .col-md-12 #blog-submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.single-post .col-md-12 #blog-submenu ul li, body.page-template-w4w-blog-page .col-md-12 #blog-submenu ul li {
      display: inline-block;
      margin: 0 15px 20px 0;
      padding: 0; }
      body.single-post .col-md-12 #blog-submenu ul li a, body.page-template-w4w-blog-page .col-md-12 #blog-submenu ul li a {
        color: #3F4BA0; }
      body.single-post .col-md-12 #blog-submenu ul li:last-child, body.page-template-w4w-blog-page .col-md-12 #blog-submenu ul li:last-child {
        margin-right: 0 !important; }
  body.single-post .col-md-12 #blog-submenu.active, body.page-template-w4w-blog-page .col-md-12 #blog-submenu.active {
    display: block; }

/*****************************/
/*****************************/
body.single-post #header {
  position: relative; }

body.single-post #wrapper .homepage-section .post-wrap {
  max-width: 100%; }
  body.single-post #wrapper .homepage-section .post-wrap img.alignleft {
    margin: 5px 10px 10px 0; }
  body.single-post #wrapper .homepage-section .post-wrap img.alignright {
    margin: 5px 0 10px 10px; }
  body.single-post #wrapper .homepage-section .post-wrap p {
    margin-bottom: 20px;
    color: #5f5f5f !important; }
    body.single-post #wrapper .homepage-section .post-wrap p a {
      text-decoration: none !important;
      color: #7488F7 !important; }
      body.single-post #wrapper .homepage-section .post-wrap p a:hover {
        text-decoration: underline !important; }

body.single-post #wrapper .homepage-section #sidebar {
  max-width: 100%; }
  @media (min-width: 992px) {
    body.single-post #wrapper .homepage-section #sidebar {
      padding-left: 40px;
      border-left: 2px solid #3F4BA0; } }

/*****************************/
/*****************************/
body.error404 #header {
  position: relative; }
  body.error404 #header #menu_content {
    display: none !important; }
  body.error404 #header .navbar-header {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center; }
    body.error404 #header .navbar-header #logo {
      padding: 0;
      margin: 0 auto;
      float: none; }

body.error404 #pageHeadImg, body.error404 #footer {
  display: none; }

body.error404 #wrapper {
  text-align: center;
  margin-top: 30px; }
  body.error404 #wrapper h2 {
    color: #3F4BA0;
    font-weight: bold !important;
    margin-bottom: 10px !important; }
  body.error404 #wrapper h6 a, body.error404 #wrapper p a {
    color: #3F4BA0 !important; }

.graph-gif {
  width: 100% !important;
  max-width: 100% !important; }

p span {
  font-weight: inherit !important; }

p em, p i {
  font-style: italic !important;
  font-weight: inherit !important; }
  p em *, p i * {
    font-style: italic !important;
    font-weight: inherit !important; }

p strong, p b {
  font-weight: bold !important; }
  p strong *, p b * {
    font-weight: inherit !important; }

.custom-tabs {
  list-style-type: none;
  display: table;
  padding: 0;
  overflow: hidden !important;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #3F4BA0;
  border-radius: 0px; }
  .custom-tabs .custom-tab {
    display: table-cell;
    width: 25%;
    border-right: 1px solid #1976d2;
    overflow: hidden;
    vertical-align: middle; }
    .custom-tabs .custom-tab:last-child {
      border: 0; }
    .custom-tabs .custom-tab a {
      color: #5f5f5f !important;
      padding: 15px;
      display: block;
      text-decoration: none !important; }
    .custom-tabs .custom-tab.active {
      background: #3F4BA0; }
      .custom-tabs .custom-tab.active a {
        color: #fff !important; }
  @media (max-width: 767px) {
    .custom-tabs {
      display: block; }
      .custom-tabs .custom-tab {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        border: none !important;
        border-bottom: 1px solid #3F4BA0 !important; }
        .custom-tabs .custom-tab a {
          padding: 7.5px; }
        .custom-tabs .custom-tab:last-child {
          border: none !important; } }

body #wrapper .homepage-section .custom-tabs-content {
  padding-bottom: 50px; }
  body #wrapper .homepage-section .custom-tabs-content .tab-content h2:not(.featured-name) {
    font-weight: bold !important;
    font-size: 28px !important;
    color: #5f5f5f !important;
    margin: 50px 0 0 !important; }
  body #wrapper .homepage-section .custom-tabs-content .tab-content#staff-all .column-wrapper .info-content h6 {
    font-weight: 300 !important; }

.modal-backdrop {
  background: #fff; }

.modal {
  background: none !important; }
  .modal .modal-dialog {
    width: 850px;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; }
    @media (max-width: 991px) {
      .modal .modal-dialog {
        padding: 0 20px; } }
    .modal .modal-dialog .modal-header {
      padding: 0;
      border: none !important;
      position: absolute;
      right: 20px;
      top: 20px; }
    .modal .modal-dialog .modal-content {
      border: 3px solid #1976d2;
      padding: 30px 20px; }
      .modal .modal-dialog .modal-content .modal-body h4 {
        color: #3F4BA0 !important;
        font-size: 20px !important;
        margin-bottom: 10px !important;
        font-weight: 900 !important;
        margin: 0 !important; }
      .modal .modal-dialog .modal-content .modal-body h6 {
        color: #3F4BA0 !important;
        margin: 10px 0 10px !important;
        font-size: 12px !important;
        text-transform: uppercase;
        font-weight: 200 !important;
        letter-spacing: 0.3px;
        line-height: 18px !important; }
      .modal .modal-dialog .modal-content .modal-body .modal-content-text {
        font-size: 18px;
        line-height: 28px !important;
        color: #5f5f5f !important;
        margin-bottom: 20px !important; }
      @media (max-width: 767px) {
        .modal .modal-dialog .modal-content .modal-body #candidate-modal-image {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .modal .modal-dialog .modal-content .modal-body #candidate-right-col {
          text-align: center; } }

#gform_0 .gform_heading {
  display: none !important; }

body.page-template-w4w-login-page-php .gform_confirmation_wrapper {
  font: normal normal normal 14px/1 FontAwesome !important;
  text-align: center;
  color: #3F4BA0 !important; }
  body.page-template-w4w-login-page-php .gform_confirmation_wrapper:before {
    font-size: 40px;
    content: "\f00c";
    display: block;
    margin-bottom: 20px !important; }
  body.page-template-w4w-login-page-php .gform_confirmation_wrapper .gform_confirmation_message {
    opacity: 1 !important;
    text-align: center !important;
    line-height: 30px !important; }

body.page-template-w4w-login-page-php .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container input {
  margin-bottom: 0 !important; }

body.page-template-w4w-login-page-php .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
  text-align: center !important;
  padding-top: 5px !important;
  display: block !important;
  margin-bottom: 20px !important; }

body .gf_login_links {
  text-align: center; }
  body .gf_login_links a {
    position: relative;
    display: inline-block !important; }
    body .gf_login_links a:first-child {
      margin: 10px 0; }

body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label {
  color: #5f5f5f !important; }

body.page-template-w4w-login-page-php h1, body.page-template-w4w-account-page-php h1 {
  text-align: center; }

body.page-template-w4w-login-page-php h6, body.page-template-w4w-account-page-php h6 {
  margin: 0 0 20px; }
  body.page-template-w4w-login-page-php h6 a, body.page-template-w4w-account-page-php h6 a {
    color: #3F4BA0 !important;
    font-weight: 300 !important;
    text-decoration: underline !important; }

body.page-template-w4w-login-page-php .gf_login_links, body.page-template-w4w-account-page-php .gf_login_links {
  text-align: center; }
  body.page-template-w4w-login-page-php .gf_login_links a, body.page-template-w4w-account-page-php .gf_login_links a {
    position: relative;
    display: inline-block !important; }
    body.page-template-w4w-login-page-php .gf_login_links a:first-child, body.page-template-w4w-account-page-php .gf_login_links a:first-child {
      margin: 10px 0; }

body.page-template-w4w-login-page-php .account-updated, body.page-template-w4w-account-page-php .account-updated {
  color: #3F4BA0 !important;
  text-align: center !important; }

body.page-template-w4w-login-page-php .border-top-grid, body.page-template-w4w-account-page-php .border-top-grid {
  border: 1px solid #3F4BA0;
  padding: 10px 40px; }
  body.page-template-w4w-login-page-php .border-top-grid h5.edit-account-form-title, body.page-template-w4w-account-page-php .border-top-grid h5.edit-account-form-title {
    color: #5f5f5f !important;
    font-weight: 300 !important; }

body.page-template-w4w-login-page-php .border-bottom-grid, body.page-template-w4w-account-page-php .border-bottom-grid {
  padding: 40px;
  border-bottom: 1px solid #3F4BA0;
  border-right: 1px solid #3F4BA0;
  border-left: 1px solid #3F4BA0; }
  body.page-template-w4w-login-page-php .border-bottom-grid h6, body.page-template-w4w-account-page-php .border-bottom-grid h6 {
    margin: 20px 0 0; }
  body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label_before_complex, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label_before_complex {
    display: none !important; }
  body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield label, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield label {
    display: block !important;
    color: #3F4BA0 !important;
    margin: 0 0 10px !important;
    font-weight: 300 !important; }
    body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield label span, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield label span {
      display: none !important; }
  @media (min-width: 768px) {
    body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-50, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-50 {
      max-width: 50% !important;
      width: 50% !important;
      float: left !important;
      clear: none !important;
      padding-right: 10px !important; }
    body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-25, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-25 {
      max-width: 25% !important;
      width: 25% !important;
      float: left !important;
      clear: none !important;
      padding-left: 10px !important; }
      body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-25:last-child, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield.width-25:last-child {
        padding-left: 20px !important; } }
  body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    margin-bottom: 10px !important; }
  body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password label, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password label {
    display: none !important; }
  body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_footer, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_footer {
    margin-top: 20px !important; }
    @media (min-width: 768px) {
      body.page-template-w4w-login-page-php .border-bottom-grid .gform_wrapper form .gform_footer, body.page-template-w4w-account-page-php .border-bottom-grid .gform_wrapper form .gform_footer {
        width: 50% !important;
        padding-right: 10px !important; } }

body.page-template-action-center-page-php #pageHeadImg .textHolder .featured-subtitle .text-block .already-member {
  margin: 10px 0 0 0 !important; }
  body.page-template-action-center-page-php #pageHeadImg .textHolder .featured-subtitle .text-block .already-member a {
    font-weight: inherit !important;
    color: #3F4BA0 !important; }

body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate {
  padding-top: 50px !important; }
  body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate .section-title {
    margin-bottom: 50px !important; }
  body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate .equalHeight .table-cell {
    vertical-align: middle; }
    body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate .equalHeight .table-cell .table-cell-inner {
      padding: 30px;
      background: #fff !important;
      text-align: center !important; }
    @media (max-width: 991px) {
      body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate .equalHeight .table-cell {
        margin-bottom: 20px; } }
    body.page-template-action-center-page-php #wrapper .homepage-section.ways-to-donate .equalHeight .table-cell h3 {
      color: #5f5f5f !important;
      font-size: 20px !important; }

body.page-template-action-center-page-php #wrapper .homepage-section.candidates-donate .section-title {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  color: #5f5f5f !important;
  font-size: 25px !important; }

body.page-template-action-center-page-php #wrapper .homepage-section#social-feeds h4 {
  font-size: 35px !important;
  color: #3F4BA0 !important;
  font-weight: 300 !important; }
  @media (max-width: 991px) {
    body.page-template-action-center-page-php #wrapper .homepage-section#social-feeds h4 {
      text-align: center; } }

@media (min-width: 992px) {
  body.page-template-action-center-page-php #wrapper .homepage-section#social-feeds {
    padding: 50px 0 !important; } }

body.page-template-action-center-page-php #wrapper .homepage-section.get-involved h2 {
  font-size: 35px !important;
  color: #3F4BA0 !important;
  font-weight: 300 !important; }

body.page-template-action-center-page-php #wrapper .homepage-section.get-involved p {
  color: #5f5f5f !important; }

body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper {
  margin-top: 25px !important; }
  body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields {
    overflow: hidden !important; }
    body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
      color: #5f5f5f !important;
      margin-bottom: 20px !important;
      font-weight: 900 !important; }
    @media (min-width: 992px) {
      body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.width-75 {
        width: 75% !important;
        max-width: 75% !important;
        float: left !important;
        clear: none !important;
        padding-right: 10px !important; } }
    @media (min-width: 992px) {
      body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.width-25 {
        width: 25% !important;
        max-width: 25% !important;
        float: right !important;
        clear: none !important;
        padding-left: 10px !important; } }
    body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important; }
      body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
        width: 50% !important;
        float: left !important;
        margin-bottom: 15px !important; }
        @media (min-width: 1200px) {
          body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
            width: 25% !important;
            float: left !important; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
            width: 33.3333% !important;
            float: left !important; } }
        body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
          font-size: 13px !important; }
        body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li .checkbox {
          width: 30px; }
        @media (max-width: 767px) {
          body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
            float: none !important;
            width: 100% !important;
            max-width: 100% !important; }
            body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
              width: auto !important; } }
    body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox {
      margin: 0 !important; }
      body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox {
        margin: 0 !important; }
        body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox li {
          display: block !important;
          float: none !important;
          width: 100% !important;
          max-width: 100% !important;
          margin: 10px 0 20px !important; }
          @media (min-width: 1200px) {
            body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox li {
              float: none !important;
              width: 100% !important;
              max-width: 100% !important; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox li {
              float: none !important;
              width: 100% !important;
              max-width: 100% !important; } }
          @media (max-width: 991px) {
            body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox li {
              float: none !important;
              width: 100% !important;
              max-width: 100% !important; }
              body.page-template-action-center-page-php #wrapper .homepage-section .gform_wrapper form .gform_body .gform_fields .gfield.volunteer .ginput_container_checkbox .gfield_checkbox li label {
                width: auto !important; } }

#gallery-modal .modal-dialog {
  margin-top: 30px !important; }

#gallery-modal #gallery-modal-image {
  max-height: 425px; }

#gallery-modal .modal-footer {
  border: none !important;
  padding: 15px 15px 0; }
  #gallery-modal .modal-footer .modal-table {
    display: table;
    width: 100%;
    max-width: 100%; }
    #gallery-modal .modal-footer .modal-table .modal-table-cell {
      display: table-cell;
      vertical-align: middle; }
      #gallery-modal .modal-footer .modal-table .modal-table-cell #modal-next-image {
        margin: 0 0 0 auto; }
      #gallery-modal .modal-footer .modal-table .modal-table-cell #modal-prev-image {
        margin: 0 auto 0 0; }
      #gallery-modal .modal-footer .modal-table .modal-table-cell#gallery-modal-caption {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
        color: #5f5f5f !important; }
      #gallery-modal .modal-footer .modal-table .modal-table-cell .fa {
        display: table;
        height: 30px;
        width: 30px;
        border: 1px solid #3F4BA0;
        border-radius: 50%;
        cursor: pointer; }
        #gallery-modal .modal-footer .modal-table .modal-table-cell .fa:before {
          display: table-cell;
          text-align: center;
          color: #3F4BA0;
          vertical-align: middle;
          font-size: 18px; }
        #gallery-modal .modal-footer .modal-table .modal-table-cell .fa.fa-caret-left:before {
          transform: translateX(-1px);
          -webkit-transform: translateX(-1px);
          -moz-transform: translateX(-1px);
          -o-transform: translateX(-1px);
          -ms-transform: translateX(-1px); }
        #gallery-modal .modal-footer .modal-table .modal-table-cell .fa.fa-caret-right:before {
          transform: translateX(1px);
          -webkit-transform: translateX(1px);
          -moz-transform: translateX(1px);
          -o-transform: translateX(1px);
          -ms-transform: translateX(1px); }

#back-to-all-galleries {
  cursor: pointer;
  color: #3F4BA0; }
  #back-to-all-galleries:hover {
    color: #3F4BA0;
    text-decoration: underline; }

.gallery-image {
  padding: 10px;
  cursor: pointer; }
  .gallery-image img {
    width: 100%;
    max-width: 100%; }
  .gallery-image .gallery-image-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(21, 111, 200, 0.5);
    margin: 10px; }
    .gallery-image .gallery-image-overlay .gallery-image-caption {
      display: block;
      vertical-align: bottom;
      color: #fff;
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      font-weight: 300 !important;
      font-size: 14px !important;
      font-family: "museo-sans", sans-serif !important; }
  .gallery-image:hover .gallery-image-overlay {
    display: block; }

.gallery-item-outer {
  padding: 10px; }
  .gallery-item-outer .gallery-item .gallery-item-inner {
    width: 100%;
    height: 200px;
    cursor: pointer; }
    .gallery-item-outer .gallery-item .gallery-item-inner .gallery-item-overlay {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(21, 111, 200, 0.5); }
      .gallery-item-outer .gallery-item .gallery-item-inner .gallery-item-overlay .gallery-item-text {
        display: block;
        vertical-align: bottom;
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 5px;
        right: 5px;
        font-weight: 300 !important;
        font-size: 14px !important;
        font-family: "museo-sans", sans-serif !important; }
    .gallery-item-outer .gallery-item .gallery-item-inner:hover .gallery-item-overlay {
      display: block; }

.temp-hide {
  display: none !important; }

body #wrapper .homepage-section.hero-section {
  padding-bottom: 0 !important; }

.featured-heros {
  margin-bottom: 0 !important; }

body.voter-reg-check .gform_wrapper form {
  opacity: 1 !important; }
  body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container span.address_state:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    right: 20px;
    color: #5f5f5f;
    font-size: 21px; }
  body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container span.address_state select {
    height: 50px !important;
    background: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 99; }
  body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox label {
    padding-right: 20px !important; }
  body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input.error, body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea.error, body.voter-reg-check .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select.error {
    border: 2px solid #3F4BA0 !important; }

body.voter-reg-check .gform_wrapper.hide {
  display: none !important; }

body.voter-reg-check .gform_wrapper.afterLoad {
  margin-top: 40px !important; }

body.voter-reg-check .loading-screen {
  background-color: #ffffff;
  text-align: center; }
  body.voter-reg-check .loading-screen a.registrar_link span.registrar_link {
    font-style: italic !important;
    color: inherit !important; }
  body.voter-reg-check .loading-screen a.registrar_link:hover, body.voter-reg-check .loading-screen a.registrar_link:focus, body.voter-reg-check .loading-screen a.registrar_link:active {
    color: #3F4BA0 !important;
    text-decoration: none !important; }

body.voter-reg-check .loading-icon {
  display: none !important; }

body.voter-reg-check .gform_confirmation_wrapper {
  display: none !important; }

body.voter-reg-check .page-headline {
  font-size: 30px !important;
  text-align: center;
  font-weight: bold; }

body.voter-reg-check .disclaimer {
  text-align: center; }
  body.voter-reg-check .disclaimer span {
    font-size: 12px !important; }

body.voter-reg-check .list-group .list-group-item {
  margin-bottom: -1px !important; }
  body.voter-reg-check .list-group .list-group-item:hover {
    cursor: pointer;
    background-color: #3F4BA0;
    color: #ffffff !important; }

body.voter-reg-check .panel .panel-heading h3.panel-title {
  font-size: 20px !important;
  margin: 0px !important;
  color: #000000; }

body.voter-reg-check .panel .panel-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  body.voter-reg-check .panel .panel-body ul li {
    margin-bottom: 10px !important; }
    body.voter-reg-check .panel .panel-body ul li:last-child {
      margin-bottom: 0 !important; }
    body.voter-reg-check .panel .panel-body ul li a {
      color: #1976d2; }
    body.voter-reg-check .panel .panel-body ul li .fa.fa-check {
      color: green; }
    body.voter-reg-check .panel .panel-body ul li .fa.fa-window-close {
      color: #3F4BA0; }

body.page-template-preference-center-page #pageHeadImg {
  display: none !important; }

body.page-template-preference-center-page #wrapper {
  padding-top: 250px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    body.page-template-preference-center-page #wrapper {
      padding-top: 150px !important; } }
  body.page-template-preference-center-page #wrapper #preference-center header h1 {
    color: #3F4BA0 !important;
    font-weight: 200 !important;
    margin: 0 !important; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .btn {
    margin-bottom: 80px !important; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body h3 {
    color: #5f5f5f;
    font-weight: 200 !important;
    margin: 80px 0 50px !important; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container {
      display: table-cell;
      width: 40px;
      vertical-align: top; }
      body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox {
        height: 20px;
        width: 20px;
        border: 1px solid #5f5f5f;
        margin: 0 !important;
        cursor: pointer; }
        body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox .fa-check {
          color: #3F4BA0 !important;
          margin: -3px 0 0 2px; }
        body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox[data-checked="false"] {
          color-color: #5f5f5f; }
          body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox[data-checked="false"] .fa-check {
            display: none; }
        body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox[data-checked="true"] {
          border-color: #3F4BA0; }
          body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .checkbox-container .checkbox[data-checked="true"] .fa-check {
            display: inline-block; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .label-container {
      display: table-cell;
      vertical-align: top; }
      body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .label-container p {
        cursor: default;
        color: #5f5f5f;
        margin: 0 0 0 0; }
        body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox .label-container p strong {
          color: #3F4BA0 !important;
          display: block;
          margin-bottom: 5px; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox.aota {
      margin-bottom: 0; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .sub-checkbox.break-checkbox {
      margin-bottom: 5px; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select {
    border-radius: 0px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin-left: 40px;
    margin-bottom: 40px;
    cursor: pointer; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .break-select-val {
      padding: 10px 20px 10px 10px;
      border: 1px solid #3F4BA0;
      background: #fff;
      z-index: 2;
      border-radius: 0px;
      color: #3F4BA0; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select[data-value="none"] .break-select-val {
      color: #3F4BA0; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .fa {
      color: #3F4BA0 !important;
      position: absolute;
      top: 14px;
      right: 15px;
      font-size: 20px;
      z-index: 3; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .break-select-dropdown {
      display: none;
      z-index: 1;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(100, 100, 100, 0.2); }
      body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .break-select-dropdown .break-select-option {
        padding: 10px;
        border-bottom: 1px solid #3F4BA0; }
        body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .break-select-dropdown .break-select-option:last-child {
          border-bottom: none !important; }
      body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .break-select .break-select-dropdown.show-dropdown {
        display: block; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .unsub-preferences .unsub-image {
    margin-bottom: 40px;
    max-width: 100%; }
  body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .unsub-preferences .gform_wrapper {
    margin-bottom: 30px !important; }
    body.page-template-preference-center-page #wrapper #preference-center .preference-center-body .unsub-preferences .gform_wrapper .gform_footer .gform_button {
      opacity: 0 !important;
      position: absolute !important;
      z-index: -1; }
  body.page-template-preference-center-page #wrapper #preference-center .loading-preferences-overlay {
    z-index: -9999;
    opacity: 0;
    display: table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    position: fixed; }
    body.page-template-preference-center-page #wrapper #preference-center .loading-preferences-overlay .loading-preferences-overlay-inner {
      display: table-cell;
      vertical-align: middle; }
      body.page-template-preference-center-page #wrapper #preference-center .loading-preferences-overlay .loading-preferences-overlay-inner .preferences-loading-icon {
        margin-top: -70px; }
  body.page-template-preference-center-page #wrapper #preference-center.loading-preferences .loading-preferences-overlay {
    z-index: 99999;
    text-align: center;
    opacity: 1;
    background: #fff; }

body.page-id-309 #wrapper .homepage-section:first-child {
  padding-top: 0 !important; }

.w4w-candidates {
  margin-bottom: 100px; }
  .w4w-candidates .w4w-candidates-header {
    display: block;
    position: relative;
    margin-bottom: 80px; }
    .w4w-candidates .w4w-candidates-header .w4w-candidates-toggle {
      display: inline-block;
      position: relative; }
      .w4w-candidates .w4w-candidates-header .w4w-candidates-toggle .candidates-category {
        display: inline-block;
        position: relative; }
        .w4w-candidates .w4w-candidates-header .w4w-candidates-toggle .candidates-category a {
          position: relative;
          display: block;
          padding: 10px 20px;
          box-shadow: 0 0 5px #e0e0e0;
          text-transform: uppercase !important;
          font-weight: 900 !important;
          background: #F0F0F0;
          text-decoration: none !important;
          color: #3F4BA0 !important;
          color: rgba(63, 75, 160, 0.2) !important; }
          .w4w-candidates .w4w-candidates-header .w4w-candidates-toggle .candidates-category a.active {
            color: #3F4BA0 !important;
            background: #fff;
            z-index: 2; }
  .w4w-candidates .w4w-candidates-toggle-container {
    display: none; }
    .w4w-candidates .w4w-candidates-toggle-container h2 {
      font-weight: 900 !important;
      color: #051831;
      text-transform: uppercase !important; }
    .w4w-candidates .w4w-candidates-toggle-container .sub-header-category {
      margin: 0 !important;
      color: #3F4BA0;
      margin-bottom: 20px !important;
      font-size: 25px !important;
      font-weight: 700 !important; }
    .w4w-candidates .w4w-candidates-toggle-container .header-category {
      margin-bottom: 0 !important; }
    .w4w-candidates .w4w-candidates-toggle-container.active {
      display: block; }
    .w4w-candidates .w4w-candidates-toggle-container .candidate-block {
      margin-bottom: 40px; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image {
        background-color: #7488F7; }
        @media (max-width: 991px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image {
            padding-top: 60% !important; } }
        @media (max-width: 1199px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image.candidate-featured-image-desktop {
            display: none !important; } }
        @media (min-width: 1200px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image.candidate-featured-image-mobile {
            display: none !important; } }
      @media (max-width: 991px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image-desktop-element {
          display: none !important; } }
      @media (min-width: 992px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-featured-image-mobile-element {
          display: none !important; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-donation a {
        font-size: 14px !important;
        display: inline-block;
        padding: 10px 15px !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block p {
        font-size: 14px !important;
        line-height: 1.75 !important; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block p .candidate-subtitle {
          display: block !important;
          font-size: 18px !important;
          color: #F3C845 !important;
          font-size: 22px !important;
          margin: 0 0 10px 0 !important;
          font-weight: 700 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block .candidate-block-inner {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      @media (min-width: 768px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block {
          padding: 30px; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 h3, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 h3, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v h3 {
        color: #051831;
        font-size: 28px !important;
        margin: 0 0 0 0 !important;
        font-weight: 900 !important;
        text-transform: uppercase; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 h4, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 h4, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v h4 {
        font-size: 18px !important;
        color: #F3C845;
        margin: 0 0 20px 0 !important;
        font-weight: 700 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 h3, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 h3, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v h3 {
        color: #fff;
        font-size: 28px !important;
        margin: 0 0 0 0 !important;
        font-weight: 900 !important;
        text-transform: uppercase; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 h4, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 h4, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v h4 {
        font-size: 18px !important;
        color: #F3C845;
        margin: 0 !important;
        font-weight: 700 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-donation a, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-donation a, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-donation a {
        font-size: 14px !important;
        background: #fff !important;
        border-color: #fff !important;
        color: #7488F7 !important;
        display: inline-block;
        padding: 10px 15px !important; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-donation a:hover, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-donation a:hover, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-donation a:hover {
          color: #fff !important;
          background: #051831 !important;
          border-color: #051831 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1:before {
        content: '';
        background: #051831;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 30%;
        right: 30%; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-featured-image {
        display: block;
        position: relative;
        padding-top: 45%;
        background-color: #7488F7; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text {
        padding: 30px;
        background: #3F4BA0; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text p {
          margin: 0 0 10px 0;
          padding: 0 0 0 50px;
          font-size: 14px !important;
          line-height: 1.75 !important;
          color: #fff; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text p:before {
            content: '';
            width: 15px;
            background: #F3C845;
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0; }
          @media (max-width: 767px) {
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text p {
              padding: 0 0 0 30px; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text p:before {
                left: 0; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display {
          display: table;
          width: 100%;
          max-width: 100%; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-name {
            display: table-cell;
            vertical-align: top;
            padding-right: 20px; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-donation {
            display: table-cell;
            vertical-align: top; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-donation a {
              font-size: 14px !important;
              background: #fff !important;
              border-color: #fff !important;
              color: #7488F7 !important;
              display: inline-block;
              padding: 10px 15px !important; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-donation a:hover {
                color: #fff !important;
                background: #051831 !important;
                border-color: #051831 !important; }
          @media (max-width: 1199px) {
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display {
              display: block; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-name, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-donation {
                display: block; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-1 .candidate-text .table-display .candidate-donation {
                margin-top: 15px; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v:before {
        content: '';
        background: #051831;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-featured-image {
        z-index: 2; }
        @media (min-width: 1200px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-featured-image {
            width: 45%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0; } }
        @media (max-width: 1199px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-featured-image {
            padding-top: 45%; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-donation a {
        background-color: #7488F7 !important;
        border-color: #7488F7 !important; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-donation a:hover {
          background-color: #000054 !important;
          border-color: #000054 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text {
        display: inline-block;
        background: #fff; }
        @media (min-width: 1200px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text {
            padding-left: 45%; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner {
          padding: 30px; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner h3 {
            color: #051831;
            font-size: 28px !important;
            margin: 0 0 0 0 !important;
            font-weight: 900 !important; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner h4 {
            font-size: 18px !important;
            color: #F3C845;
            margin: 0 0 20px 0 !important;
            font-weight: 700 !important; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner .table-display {
            padding: 30px 0 0 20px; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner .table-display p {
              margin: 0 0 20px 0; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner .table-display:before {
              content: '';
              height: 15px;
              background: #F3C845;
              position: absolute;
              left: 20px;
              right: 0;
              top: 0px; }
            @media (max-width: 767px) {
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner .table-display {
                padding: 30px 0 0 0; }
                .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-v .candidate-text .candidate-text-inner .table-display:before {
                  left: 0; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-block-inner {
        background: #fff; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-donation a {
        background-color: #7488F7 !important;
        border-color: #7488F7 !important; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-donation a:hover {
          background-color: #000054 !important;
          border-color: #000054 !important; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1:before {
        content: '';
        background: #051831;
        position: absolute;
        top: 15%;
        right: 0;
        bottom: 15%;
        left: 0; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .candidate-featured-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        @media (max-width: 1200px) and (min-width: 992px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .candidate-featured-image {
            position: relative;
            padding-top: 45%; } }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .candidate-featured-image {
            position: relative;
            padding-top: 45%; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .table-display-inner:last-child {
        padding: 70px 30px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .table-display-inner:last-child {
            padding: 30px 30px 0 30px; } }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .table-display-inner:last-child {
            padding: 30px 30px 0 30px; } }
      @media (min-width: 1200px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display {
          display: table;
          width: 100%;
          max-width: 100%; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .table-display-inner {
            display: table-cell;
            vertical-align: middle;
            width: 50%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display {
          display: table;
          width: 100%;
          max-width: 100%; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .table-display .table-display-inner {
            display: table-cell;
            vertical-align: middle;
            width: 50%; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-text {
        padding: 30px; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-text p {
          margin: 0 0 0 0;
          padding: 0 0 0 50px; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-text p:before {
            content: '';
            width: 15px;
            background: #F3C845;
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0; }
          @media (max-width: 767px) {
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-text p {
              padding: 0 0 0 30px; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-1 .candidate-text p:before {
                left: 0; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2:before {
        content: '';
        background: #fff;
        border: 15px solid #051831;
        position: absolute;
        top: 30%;
        left: 0;
        bottom: 0;
        right: 30%; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-block-inner {
        background: #3F4BA0;
        overflow: hidden;
        position: relative; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-featured-image {
        display: block;
        position: relative;
        padding-top: 40%;
        margin-top: 30px;
        margin-right: 60px;
        background-color: #7488F7; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .table-display {
        padding: 0 30px;
        margin-top: 20px; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-text {
        padding: 30px 30px 30px 60px;
        background: #3F4BA0; }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-text {
            padding: 30px; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-text p {
          margin: 0 0 10px 0;
          padding: 0 0 0 30px;
          font-size: 14px !important;
          line-height: 1.75 !important;
          color: #fff; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-h-2 .candidate-text p:before {
            content: '';
            width: 15px;
            background: #F3C845;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v:before {
        content: '';
        background: #fff;
        border: 15px solid #051831;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-block-inner {
        background: #3F4BA0;
        position: relative; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-featured-image {
        width: 45%;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; }
        @media (max-width: 1199px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-featured-image {
            position: relative;
            width: 100%;
            left: auto;
            top: auto;
            bottom: auto;
            right: auto;
            padding-top: 40%; } }
      @media (min-width: 1200px) {
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text {
          padding-left: 45%; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text .candidate-text-inner {
        padding: 75px 30px 60px; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text .candidate-text-inner p {
          color: #fff !important;
          margin: 0 !important; }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text .candidate-text-inner:before {
          content: '';
          height: 15px;
          background: #F3C845;
          position: absolute;
          left: 30px;
          right: 30px;
          top: 45px; }
        @media (max-width: 1199px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text .candidate-text-inner {
            padding: 45px 30px 15px; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .candidate-text .candidate-text-inner:before {
              top: 15px; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display {
        z-index: 3;
        padding: 0 30px 30px; }
        @media (min-width: 768px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display {
            display: table;
            width: 100%;
            max-width: 100%; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display .candidate-name, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display .candidate-donation {
              display: table-cell;
              vertical-align: top; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display .candidate-donation {
              text-align: right; } }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.d-v .table-display .candidate-donation {
            margin-top: 15px; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2:before {
        content: '';
        background: #051831;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 30%;
        left: 0; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-block-inner {
        background: #fff;
        position: relative;
        padding: 15px; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-featured-image {
        display: block;
        position: relative;
        padding-top: 40%;
        background-color: #7488F7;
        margin-bottom: 15px; }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text {
        padding: 0 30px 15px 30px; }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text {
            padding: 0 0 30px 0; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text p {
          margin: 0 0 0 0;
          padding: 0 0 0 50px; }
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text p:before {
            content: '';
            width: 15px;
            background: #F3C845;
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0; }
          @media (max-width: 767px) {
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text p {
              padding: 0 0 0 30px; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .candidate-text p:before {
                left: 0; } }
      .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display {
        z-index: 3; }
        @media (max-width: 991px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display.desktop {
            display: none; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display.mobile {
          margin-bottom: 20px; }
          @media (min-width: 992px) {
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display.mobile {
              display: none; } }
        .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display h4 {
          margin: 0 !important; }
        @media (max-width: 767px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-donation {
            margin-top: 15px; } }
        @media (min-width: 768px) {
          .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display {
            display: table;
            width: 100%;
            max-width: 100%; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-name, .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-donation {
              display: table-cell;
              vertical-align: top; }
            .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-donation {
              text-align: right; }
              .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-donation a {
                background-color: #7488F7 !important;
                border-color: #7488F7 !important; }
                .w4w-candidates .w4w-candidates-toggle-container .candidate-block.l-h-2 .table-display .candidate-donation a:hover {
                  background-color: #000054 !important;
                  border-color: #000054 !important; } }

body.w4w-vote-page #pageHeadImg .textHolder .featured-subtitle h1 {
  color: #3F4BA0 !important; }
  body.w4w-vote-page #pageHeadImg .textHolder .featured-subtitle h1.text-center {
    text-align: center !important; }

body.w4w-vote-page #pageHeadImg .textHolder .featured-subtitle p strong {
  color: #3F4BA0 !important;
  font-weight: bold !important; }

body.w4w-vote-page #wrapper .homepage-section h1.text-purple, body.w4w-vote-page #wrapper .homepage-section h2.text-purple, body.w4w-vote-page #wrapper .homepage-section h3.text-purple, body.w4w-vote-page #wrapper .homepage-section h4.text-purple, body.w4w-vote-page #wrapper .homepage-section h5.text-purple, body.w4w-vote-page #wrapper .homepage-section h6.text-purple {
  color: #3F4BA0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important; }

body.w4w-vote-page #wrapper .homepage-section#why-vote {
  padding-top: 0 !important; }

body.w4w-vote-page #wrapper .homepage-section .why-vote {
  background: #3F4BA0;
  padding: 40px 20px !important;
  cursor: pointer;
  margin-bottom: 20px !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote img {
    margin: 0 auto 20px !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote h1, body.w4w-vote-page #wrapper .homepage-section .why-vote h2, body.w4w-vote-page #wrapper .homepage-section .why-vote h3, body.w4w-vote-page #wrapper .homepage-section .why-vote h4, body.w4w-vote-page #wrapper .homepage-section .why-vote h5 {
    color: #fff !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote h4 {
    margin-bottom: 10px !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote h6 {
    color: #F8E3A0 !important;
    margin: 0 !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote h1, body.w4w-vote-page #wrapper .homepage-section .why-vote h2, body.w4w-vote-page #wrapper .homepage-section .why-vote h3, body.w4w-vote-page #wrapper .homepage-section .why-vote h4, body.w4w-vote-page #wrapper .homepage-section .why-vote h5, body.w4w-vote-page #wrapper .homepage-section .why-vote h6, body.w4w-vote-page #wrapper .homepage-section .why-vote p {
    text-align: center !important; }

body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer {
  display: none !important;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0;
  z-index: 999999;
  background: none !important;
  padding: none !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer.modal-open {
    display: block !important; }
  body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container {
    display: table;
    height: 100%; }
    body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle {
      display: table-cell;
      vertical-align: middle; }
      @media (min-width: 992px) {
        body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle {
          width: 66.66666667% !important; } }
      body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal {
        box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -webkit-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -moz-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -o-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        -ms-box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
        background: #fff;
        padding: 40px 20px; }
        body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal .why-vote-modal-close {
          position: absolute;
          height: 20px;
          width: 20px;
          background: #3F4BA0;
          line-height: 0 !important;
          top: 25px;
          font-size: 25px !important;
          right: 25px;
          cursor: pointer;
          color: #fff; }
          body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal .why-vote-modal-close:before {
            content: 'x';
            z-index: 99;
            position: absolute;
            color: #fff !important;
            font-size: 22px;
            line-height: none !important;
            top: 9px;
            right: 4px; }
        body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal .row {
          margin: 0 !important; }
          @media (max-width: 767px) {
            body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal .row .col-sm-9 {
              max-height: 300px;
              overflow-y: auto; } }
        body.w4w-vote-page #wrapper .homepage-section .why-vote-modal-toggle-outer .container .why-vote-modal-toggle .why-vote-modal h2 {
          text-align: center !important;
          font-weight: 900 !important;
          text-transform: uppercase !important;
          padding: 0 40px; }

body.w4w-vote-page #wrapper .homepage-section#am-i-registered {
  background: #051831 !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered h1, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h2 {
    font-weight: 900 !important;
    text-transform: uppercase !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered h1, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h2, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h3, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h4, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h5, body.w4w-vote-page #wrapper .homepage-section#am-i-registered h6, body.w4w-vote-page #wrapper .homepage-section#am-i-registered p {
    text-align: center !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .loading-screen {
    background: none !important;
    color: #fff !important; }
    body.w4w-vote-page #wrapper .homepage-section#am-i-registered .loading-screen a {
      color: #7488F7 !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h1, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h2, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h3, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h4, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h5, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel h6, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel p {
    text-align: left !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-heading {
    background: #7488F7 !important;
    border-color: #7488F7 !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h1, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h2, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h3, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h4, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h5, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body h6, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body p, body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body li {
    color: #051831 !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .panel .panel-body a {
    color: #3F4BA0 !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .disclaimer span {
    color: #fff !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .address_state {
    background: #fff !important; }
    body.w4w-vote-page #wrapper .homepage-section#am-i-registered .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .address_state select {
      border: none !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
    color: #fff !important; }
  body.w4w-vote-page #wrapper .homepage-section#am-i-registered .gform_wrapper form .gform_footer .gform_button {
    background: #7488F7 !important; }

body.w4w-vote-page #wrapper .homepage-section#election-dates h1, body.w4w-vote-page #wrapper .homepage-section#election-dates h2 {
  color: #3F4BA0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important; }

body.w4w-vote-page #wrapper .homepage-section#election-dates p strong {
  color: #3F4BA0 !important;
  font-weight: 900 !important; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .march, body.w4w-vote-page #wrapper .homepage-section#election-dates .april, body.w4w-vote-page #wrapper .homepage-section#election-dates .may, body.w4w-vote-page #wrapper .homepage-section#election-dates .june, body.w4w-vote-page #wrapper .homepage-section#election-dates .august, body.w4w-vote-page #wrapper .homepage-section#election-dates .september, body.w4w-vote-page #wrapper .homepage-section#election-dates .july {
  margin-top: 40px;
  padding: 10px 20px;
  text-align: center; }
  body.w4w-vote-page #wrapper .homepage-section#election-dates .march h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .april h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .may h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .june h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .august h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .september h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .july h5 {
    color: #fff !important; }
  @media (max-width: 767px) {
    body.w4w-vote-page #wrapper .homepage-section#election-dates .march, body.w4w-vote-page #wrapper .homepage-section#election-dates .april, body.w4w-vote-page #wrapper .homepage-section#election-dates .may, body.w4w-vote-page #wrapper .homepage-section#election-dates .june, body.w4w-vote-page #wrapper .homepage-section#election-dates .august, body.w4w-vote-page #wrapper .homepage-section#election-dates .september, body.w4w-vote-page #wrapper .homepage-section#election-dates .july {
      padding: 5px !important;
      margin-top: 10px !important; }
      body.w4w-vote-page #wrapper .homepage-section#election-dates .march h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .april h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .may h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .june h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .august h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .september h5, body.w4w-vote-page #wrapper .homepage-section#election-dates .july h5 {
        font-size: 16px !important; } }

body.w4w-vote-page #wrapper .homepage-section#election-dates .march {
  background: #F3C845; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .april {
  background: #9674F7; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .may {
  background: #8084BF; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .june {
  background: #3E4DA0; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .july {
  background: #2f5c7d; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .august {
  background: #51547A; }

body.w4w-vote-page #wrapper .homepage-section#election-dates .september {
  background: #051831; }

body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place {
  background: #3F4BA0 !important; }
  body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h1, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h2 {
    font-weight: 900 !important;
    text-transform: uppercase !important; }
  body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h1, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h2, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h3, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h4, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h5, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place h6, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place p, body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place li {
    color: #fff !important; }
  @media (max-width: 991px) {
    body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place div[class*='col-'] {
      text-align: center !important; } }
  body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place .find-polling-place-select {
    background: #fff;
    display: block;
    margin-top: 20px; }
    body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place .find-polling-place-select:after {
      content: "\f0d7";
      position: absolute;
      font-size: 24px !important;
      color: #5f5f5f  !important;
      right: 12px;
      bottom: 11px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    body.w4w-vote-page #wrapper .homepage-section#find-your-polling-place .find-polling-place-select select {
      font-size: 16px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      background: #fff !important;
      border: none !important;
      box-shadow: none !important;
      padding: 15px 25px 15px 15px;
      border-radius: none !important;
      font-weight: 300 !important;
      width: 100%; }

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