/*
 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; }

.select2-container, .select2-dropdown, .select2-search, .select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

* {
  -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% "Roboto", sans-serif; }
  *:not(.navWrap) {
    -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; }
  *.slick-track, *.slick-list {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
  * p em, * p i {
    font-style: italic !important; }
  * p strong, * p b {
    font-weight: bold !important; }

@media (max-width: 767px) {
  body.menu-open .navbar-collapse:before {
    content: ''; } }

/*****************************/
.container {
  max-width: 100% !important; }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

/*****************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: none;
  border: 0; }
  #header .navbar {
    background: none;
    border: 0; }
    #header .navbar .navWrap {
      background: none;
      border: 0; }
      #header .navbar .navWrap #featured-action-bar {
        background: #e72b04; }
        @media (max-width: 767px) {
          #header .navbar .navWrap #featured-action-bar {
            display: none !important; } }
        #header .navbar .navWrap #featured-action-bar .container {
          display: table; }
          #header .navbar .navWrap #featured-action-bar .container .featured-action-anchor {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px; }
          #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-title, #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss {
            display: table-cell; }
            #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-title h6, #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss h6 {
              margin: 0;
              font-size: 14px;
              color: #fff !important; }
              #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-title h6 a, #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss h6 a {
                color: #fff !important; }
          #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss {
            width: 15%;
            text-align: right; }
            #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss .featured-action-dismiss {
              cursor: pointer;
              font-size: 14px;
              font-weight: bold;
              color: #fff !important;
              opacity: 0.6; }
              #header .navbar .navWrap #featured-action-bar .container .featured-action-bar-dismiss .featured-action-dismiss:hover {
                opacity: 1; }
      @media (min-width: 768px) {
        #header .navbar .navWrap #menu-header-menu {
          margin-right: 30px !important; } }
      #header .navbar .navWrap #toggle-search {
        position: absolute;
        right: 0;
        top: 39px;
        color: #fff;
        font-size: 18px;
        color: #fff;
        cursor: pointer; }
        #header .navbar .navWrap #toggle-search:hover {
          color: #7580a5; }
        @media (max-width: 767px) {
          #header .navbar .navWrap #toggle-search {
            display: none; } }
      #header .navbar .navWrap #search-container {
        position: absolute;
        background: #111e4b;
        right: -15px;
        top: 80%;
        border-radius: 0;
        padding: 15px;
        display: none;
        width: 300px;
        max-width: 100%; }
        #header .navbar .navWrap #search-container.open {
          display: inline-block; }
        @media (max-width: 767px) {
          #header .navbar .navWrap #search-container {
            display: block;
            margin: 0 !important;
            width: 100%;
            top: auto;
            bottom: 0;
            right: 0;
            background: #243a7b !important; } }
        #header .navbar .navWrap #search-container:before {
          content: '';
          border-bottom: 10px solid #111e4b;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          top: -10px;
          content: "";
          position: absolute;
          right: 15px;
          margin: 0 auto;
          margin-left: -10px;
          width: 0;
          height: 0; }
        #header .navbar .navWrap #search-container form {
          max-width: 100%; }
          #header .navbar .navWrap #search-container form input {
            border-radius: 0 !important;
            height: 40px; }
      #header .navbar .navWrap .navbar-header {
        background: none;
        border: 0; }
        #header .navbar .navWrap .navbar-header #featured-action-mobile-toggle {
          float: right;
          top: 30px;
          right: 120px;
          background: none !important;
          padding: 0 !important;
          border: none !important;
          outline: none; }
          @media (min-width: 768px) {
            #header .navbar .navWrap .navbar-header #featured-action-mobile-toggle {
              display: none !important; } }
          #header .navbar .navWrap .navbar-header #featured-action-mobile-toggle .fa-bell {
            font-size: 20px;
            color: #e72b04;
            cursor: pointer;
            -webkit-animation: ring 8s .7s ease-in-out infinite;
            -webkit-transform-origin: 50% 4px;
            -moz-animation: ring 8s .7s ease-in-out infinite;
            -moz-transform-origin: 50% 4px;
            animation: ring 8s .7s ease-in-out infinite;
            transform-origin: 50% 4px; }
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
        #header .navbar .navWrap .navbar-header #hamburger {
          width: 40px;
          float: right;
          top: 25px;
          right: 30px;
          background: none !important;
          padding: 0 !important;
          border: none !important;
          outline: none; }
          @media (min-width: 768px) {
            #header .navbar .navWrap .navbar-header #hamburger {
              display: none; } }
          #header .navbar .navWrap .navbar-header #hamburger .bun {
            background: #fff;
            height: 4px;
            margin-bottom: 8px;
            transform-origin: right; }
          #header .navbar .navWrap .navbar-header #hamburger.active .bun:first-child {
            transform: rotate(-45deg); }
          #header .navbar .navWrap .navbar-header #hamburger.active .bun:nth-child(2) {
            opacity: 0; }
          #header .navbar .navWrap .navbar-header #hamburger.active .bun:last-child {
            transform: rotate(46deg) translate(4px, 3px); }
        #header .navbar .navWrap .navbar-header .navbar-toggle {
          top: 22px; }
        #header .navbar .navWrap .navbar-header #logo {
          z-index: 50;
          margin-top: 10px; }
          @media (max-width: 767px) {
            #header .navbar .navWrap .navbar-header #logo {
              max-width: 180px !important;
              margin-top: 10px !important;
              margin-bottom: 10px !important;
              z-index: 999; } }
          #header .navbar .navWrap .navbar-header #logo img {
            max-width: 100%; }
      #header .navbar .navWrap .nav {
        float: right; }
        #header .navbar .navWrap .nav > li > a {
          padding: 40px 25px;
          color: #fff !important;
          background: none !important;
          font-weight: bold;
          font-size: 16px; }
          @media (max-width: 991px) {
            #header .navbar .navWrap .nav > li > a {
              font-size: 12px;
              padding: 40px 15px; } }
          @media (min-width: 768px) {
            #header .navbar .navWrap .nav > li > a[title="donate"] {
              padding: 10px 25px;
              margin: 30px 0px;
              background: #e72b04 !important;
              color: #fff !important; }
              #header .navbar .navWrap .nav > li > a[title="donate"]:hover {
                color: #fff !important;
                background: #e72b04 !important; } }
          #header .navbar .navWrap .nav > li > a:hover {
            background: #1976d2;
            color: #7580a5 !important; }
        @media (min-width: 768px) {
          #header .navbar .navWrap .nav li.dropdown .dropdown-menu {
            background: #111e4b;
            right: 0;
            left: auto;
            border-radius: 0;
            text-align: right;
            padding-top: 15px;
            padding-bottom: 15px;
            top: 80%; }
            #header .navbar .navWrap .nav li.dropdown .dropdown-menu:before {
              content: '';
              border-bottom: 10px solid #111e4b;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              top: -10px;
              content: "";
              position: absolute;
              left: 83%;
              margin: 0 auto;
              margin-left: -10px;
              width: 0;
              height: 0; }
            #header .navbar .navWrap .nav li.dropdown .dropdown-menu li {
              margin: 0;
              padding: 0; }
              #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
                background: none !important;
                padding-top: 10px;
                color: #fff !important;
                padding-bottom: 10px;
                font-weight: bold;
                font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
          font-size: 12px;
          padding: 10px 15px; } }
        @media (min-width: 768px) {
                #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a:hover {
                  background: none !important;
                  color: #929dbd !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: 767px) {
      #header .navbar .navbar-collapse {
        display: block !important;
        border: none !important;
        min-width: 220px;
        width: 75%;
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: -100%;
        padding: 0 !important;
        background: #111e4b;
        margin: 0 !important; }
        #header .navbar .navbar-collapse #menu-header-menu {
          width: 100%;
          max-width: 100%;
          position: absolute;
          top: 81px;
          bottom: 0;
          left: 15px !important;
          right: 0;
          padding: 0 !important;
          overflow-x: none;
          overflow-y: scroll; }
          #header .navbar .navbar-collapse #menu-header-menu li a {
            font-size: 16px;
            padding: 20px 25px !important; }
          #header .navbar .navbar-collapse #menu-header-menu li .dropdown-menu {
            padding: 0 !important; }
            #header .navbar .navbar-collapse #menu-header-menu li .dropdown-menu li a {
              padding: 20px 35px 20px 45px !important;
              font-size: 16px;
              display: block !important;
              position: relative !important;
              font-weight: bold;
              white-space: normal !important; }
              #header .navbar .navbar-collapse #menu-header-menu li .dropdown-menu li a:hover {
                color: #929dbd !important; }
            #header .navbar .navbar-collapse #menu-header-menu li .dropdown-menu li.active {
              background: none !important; }
              #header .navbar .navbar-collapse #menu-header-menu li .dropdown-menu li.active a {
                background: none !important;
                color: #929dbd !important; }
          #header .navbar .navbar-collapse #menu-header-menu.show-menu {
            left: 0; }
        #header .navbar .navbar-collapse.show-menu {
          left: 0; } }
    @media (max-width: 768px) {
      #header .navbar .navbar-collapse.in, #header .navbar .navbar-collapse.collapsing {
        background: #4c4d4f;
        z-index: 500; }
        #header .navbar .navbar-collapse.in .nav, #header .navbar .navbar-collapse.collapsing .nav {
          float: none;
          padding: 0;
          margin-top: 0; }
          #header .navbar .navbar-collapse.in .nav > li > a, #header .navbar .navbar-collapse.collapsing .nav > li > a {
            color: #fff !important; }
            #header .navbar .navbar-collapse.in .nav > li > a:hover, #header .navbar .navbar-collapse.collapsing .nav > li > a:hover {
              background-color: #243a7b;
              padding-left: 25px; }
          #header .navbar .navbar-collapse.in .nav > li.active > a, #header .navbar .navbar-collapse.in .nav > li.open > a, #header .navbar .navbar-collapse.collapsing .nav > li.active > a, #header .navbar .navbar-collapse.collapsing .nav > li.open > a {
            background-color: #E2693E; }
            #header .navbar .navbar-collapse.in .nav > li.active > a:hover, #header .navbar .navbar-collapse.in .nav > li.open > a:hover, #header .navbar .navbar-collapse.collapsing .nav > li.active > a:hover, #header .navbar .navbar-collapse.collapsing .nav > li.open > a:hover {
              background-color: #243a7b; }
          #header .navbar .navbar-collapse.in .nav > li.active .dropdown-menu > li > a, #header .navbar .navbar-collapse.in .nav > li.open .dropdown-menu > li > a, #header .navbar .navbar-collapse.collapsing .nav > li.active .dropdown-menu > li > a, #header .navbar .navbar-collapse.collapsing .nav > li.open .dropdown-menu > li > a {
            background-color: #303030; }
            #header .navbar .navbar-collapse.in .nav > li.active .dropdown-menu > li > a:hover, #header .navbar .navbar-collapse.in .nav > li.open .dropdown-menu > li > a:hover, #header .navbar .navbar-collapse.collapsing .nav > li.active .dropdown-menu > li > a:hover, #header .navbar .navbar-collapse.collapsing .nav > li.open .dropdown-menu > li > a:hover {
              color: #ACACAC; } }
  #header.sticky-header .navbar .navWrap {
    min-height: 100px;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
    -moz-box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
    -o-box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
    -ms-box-shadow: 0 0 20px rgba(150, 150, 150, 0.3); }
    @media (max-width: 767px) {
      #header.sticky-header .navbar .navWrap {
        min-height: 80px; } }
    @media (max-width: 767px) {
      #header.sticky-header .navbar .navWrap .navbar-collapse {
        background: #fff !important; } }
    #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li a {
      color: #243a7b !important; }
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li a:hover {
        color: #fff !important;
        background: #243a7b !important; }
      @media (min-width: 768px) {
        #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="donate"] {
          color: #fff !important;
          background: #e72b04 !important; }
          #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="donate"]:hover {
            color: #fff !important;
            background: #e72b04 !important; } }
    @media (min-width: 768px) {
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown.open {
        background: #243a7b !important; }
        #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown.open a {
          color: #fff !important; }
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown .dropdown-menu {
        top: auto; }
        #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown .dropdown-menu li a:hover {
          background: none !important;
          color: #929dbd !important; } }
    @media (max-width: 767px) {
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown .dropdown-menu li a:hover {
        color: #fff !important;
        background: #243a7b !important; }
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown .dropdown-menu li.active a:hover {
        color: #fff !important;
        background: #243a7b !important; } }
    #header.sticky-header .navbar .navWrap #toggle-search {
      color: #111e4b; }
      #header.sticky-header .navbar .navWrap #toggle-search:hover {
        color: #e72b04; }
    #header.sticky-header .navbar .navWrap #search-container {
      top: 100%; }
    #header.sticky-header .navbar .navWrap .navbar-header #hamburger .bun {
      background: #243a7b !important; }
    @media (max-width: 767px) {
      #header.sticky-header .navbar .navWrap .navbar-collapse #menu-header-menu {
        background: #fff; } }

/*****************************/
#pageHeadImg .textHolder > div .featured-title {
  font-weight: 300;
  font-size: 45px; }
  #pageHeadImg .textHolder > div .featured-title p {
    display: inherit; }
#pageHeadImg .textHolder > div .featured-subtitle {
  text-align: left;
  padding-top: 30px;
  margin: 0;
  line-height: 1; }
  #pageHeadImg .textHolder > div .featured-subtitle span {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
  #pageHeadImg .textHolder > div .featured-subtitle p {
    display: inherit; }

/*****************************/
.page .page-header {
  border: none; }

/*****************************/
.page-template-section-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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-template-section-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 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 28px; }
  .page-template-section-page-php .homepage-section .container p {
    font-weight: 200;
    line-height: 1.75em; }

/*****************************/
#footer {
  padding: 0;
  background: #16265e;
  overflow-x: hidden; }
  #footer .join-the-fight_wrapper form .gform_heading .gform_description {
    font-size: 20px !important; }
    @media (max-width: 991px) {
      #footer .join-the-fight_wrapper form .gform_heading .gform_description {
        text-align: center; } }
  #footer #footer-wrapper {
    margin: auto; }
    #footer #footer-wrapper .row {
      padding: 40px 0; }
      #footer #footer-wrapper .row.bottom-row {
        padding-bottom: 0; }
      @media (max-width: 991px) {
        #footer #footer-wrapper .row.third-row {
          padding-top: 20px; } }
      #footer #footer-wrapper .row.top-row {
        border-bottom: 1px solid #929dbd; }
    #footer #footer-wrapper .sub-footer {
      background: #111e4b; }
      #footer #footer-wrapper .sub-footer .row {
        padding-top: 10px;
        padding-bottom: 10px; }
        #footer #footer-wrapper .sub-footer .row .copyright {
          color: #929dbd;
          font-size: 12px;
          text-align: left; }
          @media (max-width: 991px) {
            #footer #footer-wrapper .sub-footer .row .copyright {
              text-align: center;
              margin-bottom: 20px; } }
          #footer #footer-wrapper .sub-footer .row .copyright span {
            border: 1px solid #929dbd;
            padding: 5px;
            display: inline-block;
            position: relative; }
        #footer #footer-wrapper .sub-footer .row .second-copyright {
          text-align: right; }
          @media (max-width: 991px) {
            #footer #footer-wrapper .sub-footer .row .second-copyright {
              text-align: center; } }
          #footer #footer-wrapper .sub-footer .row .second-copyright span {
            display: inline-block;
            position: relative;
            padding: 5px;
            color: #929dbd; }
            @media (max-width: 991px) {
              #footer #footer-wrapper .sub-footer .row .second-copyright span {
                display: block;
                position: relative; } }
            #footer #footer-wrapper .sub-footer .row .second-copyright span:first-child {
              margin-right: 20px; }
            #footer #footer-wrapper .sub-footer .row .second-copyright span a {
              color: #929dbd;
              margin-right: 10px; }
              #footer #footer-wrapper .sub-footer .row .second-copyright span a:first-child {
                color: #fff !important;
                opacity: 0.8; }
    @media (max-width: 992px) {
      #footer #footer-wrapper > div {
        min-height: 1px; } }
    #footer #footer-wrapper > div:last-child {
      padding-top: 0; }
    #footer #footer-wrapper .address-info {
      color: #929dbd !important; }
      @media (max-width: 991px) {
        #footer #footer-wrapper .address-info {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        #footer #footer-wrapper .address-info {
          text-align: center; } }
      #footer #footer-wrapper .address-info strong, #footer #footer-wrapper .address-info .addr {
        display: block;
        margin-bottom: 10px; }
      #footer #footer-wrapper .address-info strong {
        font-weight: normal;
        color: #fff !important;
        opacity: 0.8; }
    #footer #footer-wrapper .twitter-timeline {
      background: #fff !important;
      width: 100% !important;
      max-width: 100% !important; }
      @media (max-width: 767px) {
        #footer #footer-wrapper .twitter-timeline {
          margin-bottom: 10px !important; } }
    #footer #footer-wrapper .social {
      margin-top: 20px; }
      #footer #footer-wrapper .social h4, #footer #footer-wrapper .social p {
        color: #fff !important; }
      #footer #footer-wrapper .social h4 {
        margin-bottom: 10px; }
      #footer #footer-wrapper .social p {
        opacity: 0.7;
        line-height: 25px !important; }
      @media (max-width: 767px) {
        #footer #footer-wrapper .social {
          text-align: center;
          width: 100%;
          max-width: 100%; }
          #footer #footer-wrapper .social span {
            text-align: left;
            width: 55%; }
          #footer #footer-wrapper .social .social-icons {
            text-align: left; } }
      @media (max-width: 991px) {
        #footer #footer-wrapper .social {
          margin-bottom: 30px; } }
      #footer #footer-wrapper .social span {
        color: #929dbd !important;
        padding-right: 10px; }
      #footer #footer-wrapper .social .social-icons {
        text-align: left; }
        @media (max-width: 767px) {
          #footer #footer-wrapper .social .social-icons {
            text-align: center; } }
        #footer #footer-wrapper .social .social-icons a {
          font-size: 16px;
          height: 30px;
          min-width: 30px;
          margin-right: 10px; }
          #footer #footer-wrapper .social .social-icons a:last-child {
            margin-right: 0px; }
      #footer #footer-wrapper .social span, #footer #footer-wrapper .social .social-icons {
        float: none !important;
        vertical-align: middle; }
    #footer #footer-wrapper #footer-logo {
      padding: 5px 15px;
      text-align: center;
      display: block;
      max-width: 220px; }
      @media (max-width: 991px) {
        #footer #footer-wrapper #footer-logo {
          margin: 0 auto 25px; } }
      @media (max-width: 767px) {
        #footer #footer-wrapper #footer-logo {
          max-width: 180px; } }
    #footer #footer-wrapper .footer-navWrap {
      padding: 5px 0; }
      #footer #footer-wrapper .footer-navWrap .footer-menu {
        text-align: left;
        margin: 0;
        padding: 0;
        display: table;
        width: 100%; }
        @media (max-width: 767px) {
          #footer #footer-wrapper .footer-navWrap .footer-menu {
            display: block !important;
            text-align: center; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li {
              display: block !important; }
              #footer #footer-wrapper .footer-navWrap .footer-menu li:last-of-type {
                margin-bottom: 10px; }
              #footer #footer-wrapper .footer-navWrap .footer-menu li a {
                display: inline-block; } }
        #footer #footer-wrapper .footer-navWrap .footer-menu li {
          position: relative;
          display: table-cell; }
          @media (min-width: 768px) {
            #footer #footer-wrapper .footer-navWrap .footer-menu li#menu-item-360 {
              width: 35%; } }
          #footer #footer-wrapper .footer-navWrap .footer-menu li a {
            color: #fff;
            border: none;
            padding: 0 0 5px 20px;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            display: block;
            position: relative; }
          #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu {
            display: block;
            padding: 0; }
            #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu li {
              display: block; }
              #footer #footer-wrapper .footer-navWrap .footer-menu li .sub-menu li a {
                font-weight: normal;
                color: #929dbd !important; }
  #footer .social-icons {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0; }
    #footer .social-icons a {
      padding: 5px;
      display: inline-block;
      color: #FFF;
      min-width: 40px;
      text-align: center;
      margin-right: 5px;
      height: 40px; }
    @media (max-width: 992px) {
      #footer .social-icons {
        float: none !important; } }

/*****************************/
#gform_wrapper_1, #gform_wrapper_4, #gform_wrapper_5 {
  max-width: 100%;
  text-align: right;
  padding-top: 8px;
  margin: 10px 0; }
  #gform_wrapper_1 form > div, #gform_wrapper_4 form > div, #gform_wrapper_5 form > div {
    display: inline-block;
    vertical-align: top; }
  #gform_wrapper_1 label.gfield_label + div.ginput_container, #gform_wrapper_4 label.gfield_label + div.ginput_container, #gform_wrapper_5 label.gfield_label + div.ginput_container {
    margin-top: 0; }
  #gform_wrapper_1 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_5 .gform_heading {
    width: 34%;
    padding: 0 10px;
    line-height: 2.5 !important;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_5 .gform_heading {
        display: none; } }
    #gform_wrapper_1 .gform_heading span, #gform_wrapper_4 .gform_heading span, #gform_wrapper_5 .gform_heading span {
      color: #FFF;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem;
      margin: 9px 0; }
  #gform_wrapper_1 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_5 .gform_body {
    width: 50%; }
    #gform_wrapper_1 .gform_body .gfield, #gform_wrapper_4 .gform_body .gfield, #gform_wrapper_5 .gform_body .gfield {
      margin-top: 0; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_5 .gform_body {
        width: 77%; } }
  #gform_wrapper_1 form, #gform_wrapper_4 form, #gform_wrapper_5 form {
    text-align: right; }
  #gform_wrapper_1 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
    padding: 0;
    margin: 0;
    width: 14%;
    display: inline-block; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
        width: 21%; } }
    #gform_wrapper_1 .gform_footer input, #gform_wrapper_4 .gform_footer input, #gform_wrapper_5 .gform_footer input {
      padding: 16px;
      width: 100%;
      border: none;
      background-color: #243a7b;
      color: #FFF; }
  #gform_wrapper_1 ul li input, #gform_wrapper_4 ul li input, #gform_wrapper_5 ul li input {
    padding: 8px 15px;
    font-size: 11px;
    background: url(/rgba/255/255/255/10);
    background: rgba(255, 255, 255, 0.1);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF',GradientType=0 );
    border: none;
    color: #FFF;
    text-transform: uppercase; }
    #gform_wrapper_1 ul li input::-webkit-input-placeholder, #gform_wrapper_4 ul li input::-webkit-input-placeholder, #gform_wrapper_5 ul li input::-webkit-input-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input:-moz-placeholder, #gform_wrapper_4 ul li input:-moz-placeholder, #gform_wrapper_5 ul li input:-moz-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input::-moz-placeholder, #gform_wrapper_4 ul li input::-moz-placeholder, #gform_wrapper_5 ul li input::-moz-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input:-ms-input-placeholder, #gform_wrapper_4 ul li input:-ms-input-placeholder, #gform_wrapper_5 ul li input:-ms-input-placeholder {
      color: #FFF; }
  #gform_wrapper_1 input[type=submit], #gform_wrapper_4 input[type=submit], #gform_wrapper_5 input[type=submit] {
    background-color: #243a7b;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase; }

/*****************************/
/*****************************/
#gform_wrapper_4 {
  text-align: left; }
  #gform_wrapper_4 form {
    text-align: left; }
    #gform_wrapper_4 form .gform_heading {
      width: 24%; }
      #gform_wrapper_4 form .gform_heading span {
        border: none; }
  @media (max-width: 992px) {
    #gform_wrapper_4 {
      text-align: center; }
      #gform_wrapper_4 form {
        text-align: center; } }

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

/*****************************/
/*****************************/
.read-more {
  background: #243a7b;
  text-transform: uppercase;
  font-size: 11px;
  width: 90px;
  margin-left: auto; }
  .read-more a {
    color: #FFF;
    padding: 10px;
    display: block; }
    .read-more a:hover {
      text-decoration: none; }

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

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

a[title="youtube"] {
  background-color: #ff0000; }

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

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

.mga_loop {
  list-style-type: none; }
  .mga_loop article {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
  .mga_loop li {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
    .mga_loop li .slidePostWrap .mga_loop_postImg {
      min-width: 140px;
      display: inline-block;
      height: 140px;
      background-size: cover;
      margin-right: 3%;
      margin-top: 15px;
      width: 20%; }
    .mga_loop li .slidePostWrap .mga_loop_content {
      width: 77%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: -50px; }
      .mga_loop li .slidePostWrap .mga_loop_content.noThumb {
        width: 100%; }
    .mga_loop li .slidePostWrap h1 {
      display: none; }
    .mga_loop li .slidePostWrap .excerptHolder {
      font-size: 15px;
      font-size: 1.5rem; }
    .mga_loop li .slidePostWrap .dateHolder {
      top: -50px;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      color: #B7B7B7; }

.page-template-landing-page #footer #footer-wrapper > div {
  padding: 0; }
.page-template-landing-page #footer #footer-wrapper .footer-navWrap, .page-template-landing-page #footer #footer-wrapper .social {
  display: none; }
.page-template-landing-page #footer #footer-wrapper .copyright span {
  display: inline-block;
  margin: 40px auto; }

#gform_wrapper_5 form {
  text-align: left; }
#gform_wrapper_5 .gform_body {
  width: auto;
  display: block; }
#gform_wrapper_5 ul li input {
  background: url(/rgba/255/255/255/50);
  background: rgba(255, 255, 255, 0.5);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80FFFFFF', endColorstr='#80FFFFFF',GradientType=0 ); }
#gform_wrapper_5 .gform_footer {
  width: 99.2%;
  display: block;
  margin: 20px 0 0 0; }
#gform_wrapper_5 input[type=submit] {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2 {
  margin-top: 0;
  font-size: 54px !important;
  font-family: "balboa-plus-fill",sans-serif;
  font-weight: 300 !important;
  line-height: 1.2; }
  @media (max-width: 1199px) {
    h1, h2 {
      font-size: 50px !important;
      line-height: 1.1; } }

h3 {
  line-height: 35px; }

h4 {
  font-size: 20px;
  line-height: 30px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 20px; }

p {
  font-size: 16px; }
  p.white {
    color: #fff !important; }
    p.white * {
      color: #fff !important; }

.btn {
  background: #e72b04 !important;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 0;
  border: 0 !important;
  font-weight: bold;
  box-shadow: none !important;
  outine: none !important; }
  .btn.white, .btn.btn-white, .btn.white-btn {
    background: #fff !important;
    color: #e72b04 !important; }

.table-block {
  display: table;
  width: 100%; }
  .table-block .cell-block {
    display: table-cell; }
  @media (max-width: 767px) {
    .table-block {
      display: block;
      width: 100% !important;
      max-width: 100% !important; }
      .table-block .cell-block {
        display: block;
        width: 100% !important;
        max-width: 100% !important; } }

.wp-pagenavi {
  text-align: left; }
  @media (max-width: 767px) {
    .wp-pagenavi {
      text-align: center; } }
  .wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    color: #969799;
    margin: 2px 5px;
    padding: 10px;
    text-decoration: none !important; }
    .wp-pagenavi a:hover, .wp-pagenavi span:hover {
      color: #e72b04; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      font-weight: normal;
      color: #fff;
      background: url("/wp-content/uploads/2018/07/red-circle.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink {
      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;
      font-size: 0;
      color: transparent;
      text-decoration: none !important; }
    .wp-pagenavi a.nextpostslink:before, .wp-pagenavi span.nextpostslink:before {
      font-size: 14px;
      color: #969799;
      content: "\f061";
      font: normal normal normal 14px/1 FontAwesome; }
    .wp-pagenavi a.nextpostslink:hover:before, .wp-pagenavi span.nextpostslink:hover:before {
      color: #e72b04; }
    .wp-pagenavi a.previouspostslink:before, .wp-pagenavi span.previouspostslink:before {
      font-size: 14px;
      color: #969799;
      content: "\f060";
      font: normal normal normal 14px/1 FontAwesome; }
    .wp-pagenavi a.previouspostslink:hover:before, .wp-pagenavi span.previouspostslink:hover:before {
      color: #e72b04; }

#wrapper {
  margin-bottom: 0 !important; }

@media (max-width: 991px) {
  .equalHeight {
    width: auto !important;
    display: block !important; } }
.equalHeight .vertical-align-middle {
  vertical-align: middle !important; }
@media (max-width: 991px) {
  .equalHeight div[class*=' col-'] {
    display: block !important; } }

@media (max-width: 767px) {
  .panel-block {
    margin-bottom: 25px; } }
.panel-block .play-video, .panel-block .yt-play-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }
  .panel-block .play-video.clicked .play-icon-wrapper .play-icon .fa.fa-play, .panel-block .yt-play-video.clicked .play-icon-wrapper .play-icon .fa.fa-play {
    display: none; }
  .panel-block .play-video .play-icon-wrapper, .panel-block .yt-play-video .play-icon-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .panel-block .play-video .play-icon-wrapper .play-icon, .panel-block .yt-play-video .play-icon-wrapper .play-icon {
      display: table; }
      @media (max-width: 767px) {
        .panel-block .play-video .play-icon-wrapper .play-icon, .panel-block .yt-play-video .play-icon-wrapper .play-icon {
          margin: 0 auto; } }
      .panel-block .play-video .play-icon-wrapper .play-icon .fa-play, .panel-block .yt-play-video .play-icon-wrapper .play-icon .fa-play {
        display: table-cell;
        color: #fff;
        background: #e72b04;
        padding: 15px; }
      .panel-block .play-video .play-icon-wrapper .play-icon .play-text, .panel-block .yt-play-video .play-icon-wrapper .play-icon .play-text {
        display: table-cell;
        padding: 10px 20px;
        font-weight: bold;
        background: #fff;
        color: #e72b04; }

.gif-player {
  display: inline-block; }
  .gif-player .gif-player-image {
    cursor: pointer; }
  .gif-player .gif-player-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer; }
    .gif-player .gif-player-play-overlay .gif-player-play-overlay-inner {
      display: table;
      height: 100%;
      width: 100%; }
      .gif-player .gif-player-play-overlay .gif-player-play-overlay-inner .gif-player-play-overlay-inner-table {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .gif-player .gif-player-play-overlay .gif-player-play-overlay-inner .gif-player-play-overlay-inner-table .fa-play {
          background: #fff;
          box-shadow: 0 0 20px rgba(100, 100, 100, 0.4);
          border-radius: 50%;
          padding: 10px 10px 10px 15px;
          font-size: 20px;
          color: #243a7b; }

#principles-modal .modal-content .modal-header, #issues-modal .modal-content .modal-header {
  padding-bottom: 0;
  border-bottom: none !important; }
#principles-modal .modal-content .modal-body, #issues-modal .modal-content .modal-body {
  text-align: center;
  padding: 0 30px 20px 30px; }
  #principles-modal .modal-content .modal-body h4, #issues-modal .modal-content .modal-body h4 {
    color: #111e4b !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  #principles-modal .modal-content .modal-body p, #issues-modal .modal-content .modal-body p {
    color: #2d2f34 !important; }
  #principles-modal .modal-content .modal-body .red-btn, #issues-modal .modal-content .modal-body .red-btn {
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff !important;
    background: #e72b04 !important; }
    #principles-modal .modal-content .modal-body .red-btn.hidden, #issues-modal .modal-content .modal-body .red-btn.hidden {
      display: none !important; }

.homepage-section.faded-blue {
  background-color: #243a7b; }
  .homepage-section.faded-blue h1, .homepage-section.faded-blue h2, .homepage-section.faded-blue h3, .homepage-section.faded-blue h4, .homepage-section.faded-blue h5, .homepage-section.faded-blue h6, .homepage-section.faded-blue p, .homepage-section.faded-blue li {
    color: #fff; }
  .homepage-section.faded-blue p {
    opacity: 0.7; }
.homepage-section.even-padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }
@media (max-width: 767px) {
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6, .homepage-section p, .homepage-section .gform_heading {
    text-align: center; } }
.homepage-section.dark-bg h1, .homepage-section.dark-bg h2, .homepage-section.dark-bg h3, .homepage-section.dark-bg h4, .homepage-section.dark-bg h5, .homepage-section.dark-bg h6 {
  color: #fff !important; }
.homepage-section.dark-bg p {
  color: #d6def6 !important; }
  .homepage-section.dark-bg p.white {
    color: #fff !important; }
    .homepage-section.dark-bg p.white * {
      color: #fff !important; }
.homepage-section#homepage-hero-section {
  background-color: #243a7b; }
  @media (min-width: 768px) {
    .homepage-section#homepage-hero-section {
      margin-bottom: 80px; } }
.homepage-section#homepage-principles {
  padding-top: 100px !important; }
  .homepage-section#homepage-principles #principles-info-wrap {
    padding: 30px;
    border: 3px solid #243a7b; }
    @media (max-width: 767px) {
      .homepage-section#homepage-principles #principles-info-wrap {
        margin-bottom: 25px; } }
    .homepage-section#homepage-principles #principles-info-wrap .acuf-logo {
      max-width: 100%;
      width: 150px;
      margin-left: auto;
      margin-right: auto; }
    .homepage-section#homepage-principles #principles-info-wrap .info-text {
      width: 350px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .homepage-section#homepage-principles #principles-info-wrap .info-text:after {
        content: '';
        background: #243a7b;
        height: 2px;
        width: 70%;
        display: block;
        position: relative;
        margin: 20px auto 20px; }
  .homepage-section#homepage-principles #principles-loop .principle-wrap {
    display: table;
    padding: 15px;
    display: block;
    width: 100%;
    max-width: 100%;
    cursor: pointer; }
    .homepage-section#homepage-principles #principles-loop .principle-wrap:hover {
      background: #e72b04; }
      .homepage-section#homepage-principles #principles-loop .principle-wrap:hover .principle-number, .homepage-section#homepage-principles #principles-loop .principle-wrap:hover h5 {
        color: #fff !important; }
    .homepage-section#homepage-principles #principles-loop .principle-wrap .principle-number {
      display: table-cell;
      width: 50px;
      font-family: "balboa-plus-fill",sans-serif;
      font-size: 25px;
      color: #929dbd;
      vertical-align: top; }
    .homepage-section#homepage-principles #principles-loop .principle-wrap h5 {
      display: table-cell;
      line-height: 25px;
      font-size: 18px;
      vertical-align: top;
      text-align: left !important; }
@media (min-width: 768px) {
  .homepage-section .red-map-section {
    position: absolute;
    bottom: -170px; } }
@media (max-width: 767px) {
  .homepage-section .red-map-section {
    text-align: center; } }
.homepage-section .red-map-section .row {
  background: #e72b04;
  padding: 20px;
  box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.4); }
.homepage-section .red-map-section h3 {
  margin-top: 20px; }
.homepage-section .red-map-section img {
  margin: 0; }

#featured-news-slider {
  margin-bottom: 15px; }
  #featured-news-slider .featured-news {
    padding: 0 10px;
    display: table; }
    #featured-news-slider .featured-news .featured-news-inner {
      background: #fff;
      text-align: center;
      padding: 30px;
      height: 100%;
      display: table-cell;
      vertical-align: middle; }
      #featured-news-slider .featured-news .featured-news-inner h5 {
        color: #929dbd !important;
        font-family: "balboa-plus-fill",sans-serif;
        font-weight: 500 !important;
        font-size: 18px; }
      #featured-news-slider .featured-news .featured-news-inner h3 {
        color: #2d2f34 !important;
        font-size: 35px;
        font-weight: bold !important; }
      #featured-news-slider .featured-news .featured-news-inner p {
        color: #2d2f34 !important;
        text-align: center; }
      #featured-news-slider .featured-news .featured-news-inner .read-more {
        display: none; }
      #featured-news-slider .featured-news .featured-news-inner .btn-wrap {
        text-align: center; }
  #featured-news-slider .slick-dots {
    display: none !important; }

#featured-news-slider-arrows {
  display: inline-block; }
  #featured-news-slider-arrows #slick-numbers {
    color: #fff !important; }
    #featured-news-slider-arrows #slick-numbers i:first-child {
      font-weight: bold; }
  #featured-news-slider-arrows .fa {
    color: #fff;
    cursor: pointer;
    background: #e72b04;
    padding: 10px;
    border-radius: 50%; }
    #featured-news-slider-arrows .fa.fa-arrow-left {
      left: -25px; }
    #featured-news-slider-arrows .fa.fa-arrow-right {
      right: -25px; }

@media (min-width: 767px) {
  body.featured-action {
    padding-top: 36px; } }
body.featured-action #featured-action-mobile {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px;
  background: #fff;
  padding: 20px;
  top: 100px;
  box-shadow: 0 0 30px rgba(100, 100, 100, 0.3);
  text-align: center; }
  body.featured-action #featured-action-mobile.open {
    display: block; }
  body.featured-action #featured-action-mobile:before {
    content: '';
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    content: "";
    position: absolute;
    right: 105px;
    margin: 0 auto;
    margin-left: -10px;
    width: 0;
    height: 0; }
  body.featured-action #featured-action-mobile h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111e4b; }
    body.featured-action #featured-action-mobile h6 a {
      color: #111e4b !important; }
  body.featured-action #featured-action-mobile .featured-action-dismiss {
    color: #e72b04 !important;
    cursor: pointer;
    font-weight: bold; }

body.pad-top #wrapper .homepage-section:first-child {
  padding-top: 200px; }
  @media (max-width: 767px) {
    body.pad-top #wrapper .homepage-section:first-child {
      padding-top: 120px; } }

body.home #pageHeadImg {
  display: none; }
body.home #wrapper #homepage-hero-section #play-video, body.home #wrapper #homepage-hero-section .yt-play-video {
  box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 35px 25px -20px rgba(0, 0, 0, 0.6);
  cursor: pointer; }
  body.home #wrapper #homepage-hero-section #play-video p, body.home #wrapper #homepage-hero-section .yt-play-video p {
    margin: 0 !important; }
  body.home #wrapper #homepage-hero-section #play-video img, body.home #wrapper #homepage-hero-section .yt-play-video img {
    margin: 0; }
body.home #wrapper #homepage-hero-section .video-to-play, body.home #wrapper #homepage-hero-section #video-to-play {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  body.home #wrapper #homepage-hero-section .video-to-play iframe, body.home #wrapper #homepage-hero-section #video-to-play iframe {
    width: 100%;
    max-width: 100%;
    height: 100%; }

.gform_wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }
  .gform_wrapper form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
    .gform_wrapper form .gform_heading {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
      .gform_wrapper form .gform_heading .gform_description {
        display: block !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        font-size: 25px !important;
        color: #fff !important;
        font-weight: bold !important; }
    .gform_wrapper form .gform_body {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
      .gform_wrapper form .gform_body .gform_fields {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
        .gform_wrapper form .gform_body .gform_fields .gfield {
          display: block !important;
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 !important;
          padding: 0 !important;
          background: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield label {
            display: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            background: none !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container label {
              display: inline-block !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
              display: block !important;
              width: 100% !important;
              max-width: 100% !important;
              margin: 0 !important;
              background: rgba(255, 255, 255, 0.2) !important;
              color: #fff !important;
              border: 0 !important;
              padding: 12px !important;
              outline: none !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
                color: #2d2f34 !important;
                color: rgba(255, 255, 255, 0.4) !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
                color: #2d2f34 !important;
                color: rgba(255, 255, 255, 0.4) !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
                color: #2d2f34 !important;
                color: rgba(255, 255, 255, 0.4) !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
                color: #2d2f34 !important;
                color: rgba(255, 255, 255, 0.4) !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 .gform_button {
        background: #e72b04 !important;
        color: #fff !important;
        border: 0 !important;
        padding: 12px !important;
        margin: 0 !important;
        font-weight: bold !important; }
  .gform_wrapper.join-the-fight_wrapper .gform_ajax_spinner {
    position: absolute;
    top: 12px;
    right: -20px; }
  .gform_wrapper.join-the-fight_wrapper form .validation_error {
    color: #e72b04 !important;
    border: 0 !important;
    margin: 0 !important; }
  @media (min-width: 768px) {
    .gform_wrapper.join-the-fight_wrapper form .gform_body {
      padding-right: 10px !important;
      display: inline-block !important;
      max-width: 70% !important; } }
  .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield label {
    color: #fff !important;
    font-weight: 300; }
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield label span {
      display: none; }
  .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    border: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.gfield_error {
    background: none !important;
    border: 0 !important; }
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.gfield_error .validation_message {
      display: none !important; }
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input {
      border: 1px solid #e72b04 !important; }
  @media (min-width: 768px) {
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.email {
      width: 75% !important;
      display: inline-block !important;
      padding-right: 10px !important; } }
  @media (max-width: 767px) {
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.email {
      margin-bottom: 10px !important; } }
  @media (min-width: 768px) {
    .gform_wrapper.join-the-fight_wrapper form .gform_body .gform_fields .gfield.zip {
      width: 25% !important;
      display: inline-block !important; } }
  .gform_wrapper.join-the-fight_wrapper form .gform_footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important; }
    .gform_wrapper.join-the-fight_wrapper form .gform_footer .gform_button {
      width: 100% !important;
      max-width: 100% !important;
      border: 1px solid #e72b04 !important; }
    @media (min-width: 768px) {
      .gform_wrapper.join-the-fight_wrapper form .gform_footer {
        float: right;
        display: inline-block !important;
        margin-top: 0px !important;
        max-width: 30% !important; }
        .gform_wrapper.join-the-fight_wrapper form .gform_footer .gform_button {
          width: 100% !important;
          max-width: 100% !important; } }
  .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important; }
    .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li {
      width: 33.3333% !important;
      float: left !important;
      padding: 10px !important;
      margin: 0 !important; }
      .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input {
        display: none !important; }
      .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li label {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        background: #fff !important;
        color: #e72b04 !important;
        padding: 10px !important;
        text-align: center !important;
        margin: 0 !important; }
        .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li label:hover {
          background: #e72b04 !important;
          color: #fff !important; }
      .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input:checked + label {
        background: #e72b04 !important;
        color: #fff !important; }
      .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:last-child {
        background: none !important;
        width: 100% !important; }
        .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:last-child:before {
          content: '$';
          position: absolute;
          color: #969799 !important;
          font-size: 14px;
          top: 40px;
          z-index: 9;
          left: 20px; }
        .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:last-child input[aria-label="Other"] {
          padding-left: 20px !important;
          display: block !important;
          color: #929dbd !important;
          background: #fff !important; }
@placeholder {
  .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:last-child input[aria-label="Other"] {
    color: #969799 !important; } }
        .gform_wrapper.revv-donation_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:last-child label {
          padding: 0 !important;
          background: none !important;
          text-align: left !important;
          color: #929dbd !important; }
  .gform_wrapper.revv-donation_wrapper form .gform_footer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important; }
    .gform_wrapper.revv-donation_wrapper form .gform_footer .gform_button {
      width: 100%;
      max-width: 100%;
      display: block; }

body.policy-center #wrapper .homepage-section p {
  text-align: left !important; }

.policy-center-wrapper .single-policy {
  margin-bottom: 50px; }
  .policy-center-wrapper .single-policy .table-block .cell-block {
    vertical-align: top; }
    @media (max-width: 767px) {
      .policy-center-wrapper .single-policy .table-block .cell-block {
        text-align: left !important; }
        .policy-center-wrapper .single-policy .table-block .cell-block h5, .policy-center-wrapper .single-policy .table-block .cell-block h3, .policy-center-wrapper .single-policy .table-block .cell-block h4, .policy-center-wrapper .single-policy .table-block .cell-block li {
          text-align: left !important; } }
    .policy-center-wrapper .single-policy .table-block .cell-block.icon-block {
      width: 80px;
      padding-right: 30px; }
      .policy-center-wrapper .single-policy .table-block .cell-block.icon-block img {
        max-width: 100%;
        width: 100%; }
      @media (max-width: 767px) {
        .policy-center-wrapper .single-policy .table-block .cell-block.icon-block {
          padding: 0;
          text-align: left; }
          .policy-center-wrapper .single-policy .table-block .cell-block.icon-block img {
            max-width: 100%;
            width: 50px;
            margin: 0 auto 10px; } }
    .policy-center-wrapper .single-policy .table-block .cell-block h3 {
      font-size: 30px;
      margin-top: 5px; }
    .policy-center-wrapper .single-policy .table-block .cell-block h5 {
      font-size: 18px;
      font-weight: 400 !important;
      font-style: italic;
      opacity: 0.7;
      margin: 0 0 7px !important; }
  @media (max-width: 991px) and (min-width: 768px) {
    .policy-center-wrapper .single-policy .single-policy-issues {
      padding-left: 80px; } }
  @media (min-width: 992px) {
    .policy-center-wrapper .single-policy .single-policy-issues {
      padding-left: 15px;
      border-left: 1px solid #fff; } }
  .policy-center-wrapper .single-policy .single-policy-issues h4 {
    opacity: 0.3; }
    @media (max-width: 767px) {
      .policy-center-wrapper .single-policy .single-policy-issues h4 {
        text-align: left; } }
  .policy-center-wrapper .single-policy .single-policy-issues ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .policy-center-wrapper .single-policy .single-policy-issues ul li {
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .policy-center-wrapper .single-policy .single-policy-issues ul li {
          text-align: left; } }
      .policy-center-wrapper .single-policy .single-policy-issues ul li a {
        color: #fff !important;
        opacity: 0.8; }
        .policy-center-wrapper .single-policy .single-policy-issues ul li a:hover {
          color: #cf2c12 !important;
          opacity: 1; }

body.state-map #pageHeadImg {
  display: none !important; }
body.state-map #wrapper .homepage-section:first-child {
  padding-top: 200px;
  background-color: #243a7b; }
  body.state-map #wrapper .homepage-section:first-child h1, body.state-map #wrapper .homepage-section:first-child h2, body.state-map #wrapper .homepage-section:first-child h3, body.state-map #wrapper .homepage-section:first-child h4, body.state-map #wrapper .homepage-section:first-child h5, body.state-map #wrapper .homepage-section:first-child h6, body.state-map #wrapper .homepage-section:first-child p {
    color: #fff;
    text-align: center; }
  body.state-map #wrapper .homepage-section:first-child p {
    opacity: 0.7; }
body.state-map #wrapper .homepage-section #map-select {
  width: 100%;
  width: 100%;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    body.state-map #wrapper .homepage-section #map-select {
      display: none !important; } }
  body.state-map #wrapper .homepage-section #map-select select {
    border-radius: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 40px; }
body.single-staff #pageHeadImg {
  display: none !important; }
@media (min-width: 992px) {
  body.single-staff #wrapper .homepage-section .mobile-headshot {
    display: none !important; } }
body.single-staff #wrapper .homepage-section:first-child {
  padding-top: 150px;
  padding-bottom: 50px;
  background: url("/wp-content/uploads/2018/07/836454122.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #243a7b; }
  body.single-staff #wrapper .homepage-section:first-child h1, body.single-staff #wrapper .homepage-section:first-child h2, body.single-staff #wrapper .homepage-section:first-child h3, body.single-staff #wrapper .homepage-section:first-child h4, body.single-staff #wrapper .homepage-section:first-child h5, body.single-staff #wrapper .homepage-section:first-child h6, body.single-staff #wrapper .homepage-section:first-child p {
    color: #fff;
    text-align: left; }
  body.single-staff #wrapper .homepage-section:first-child h1 {
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      body.single-staff #wrapper .homepage-section:first-child h1 {
        text-align: center !important; } }
  body.single-staff #wrapper .homepage-section:first-child h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: bold !important;
    font-size: 35px !important;
    margin-bottom: 5px; }
  body.single-staff #wrapper .homepage-section:first-child h3 {
    margin-bottom: 20px;
    opacity: 0.3; }
  body.single-staff #wrapper .homepage-section:first-child p {
    opacity: 0.7;
    line-height: 25px; }
body.single-staff #wrapper .homepage-section .headshot {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 20px rgba(50, 50, 50, 0.5);
  -o-box-shadow: 0 0 20px rgba(50, 50, 50, 0.5);
  -ms-box-shadow: 0 0 20px rgba(50, 50, 50, 0.5); }
  @media (max-width: 991px) {
    body.single-staff #wrapper .homepage-section .headshot {
      margin-bottom: 25px; } }
@media (max-width: 991px) {
  body.single-staff #wrapper .homepage-section .desktop-headshot .headshot {
    display: none !important; } }
body.single-staff #wrapper .homepage-section .social-feed {
  margin-top: 25px;
  border-radius: 0 !important;
  width: 380px;
  max-width: 100%; }
  @media (max-width: 991px) {
    body.single-staff #wrapper .homepage-section .social-feed {
      margin: 25px auto 0; } }
  body.single-staff #wrapper .homepage-section .social-feed iframe {
    border-radius: 0 !important;
    background: #fff;
    width: 100% !important;
    max-width: 100% !important; }
body.single-staff #wrapper .homepage-section .staff-recent-articles {
  margin-top: 22px;
  text-align: left !important; }
  body.single-staff #wrapper .homepage-section .staff-recent-articles h3 {
    opacity: 1 !important;
    text-align: left !important;
    font-size: 22px !important;
    color: #fff !important; }
  body.single-staff #wrapper .homepage-section .staff-recent-articles h5 {
    text-align: left !important; }
    body.single-staff #wrapper .homepage-section .staff-recent-articles h5 a {
      color: #fff !important;
      opacity: 0.7;
      font-size: 14px; }
      body.single-staff #wrapper .homepage-section .staff-recent-articles h5 a:hover {
        opacity: 1; }
body.single-staff #wrapper .homepage-section .content-section {
  text-align: left; }
  body.single-staff #wrapper .homepage-section .content-section h2, body.single-staff #wrapper .homepage-section .content-section h3, body.single-staff #wrapper .homepage-section .content-section h4, body.single-staff #wrapper .homepage-section .content-section h5, body.single-staff #wrapper .homepage-section .content-section h6, body.single-staff #wrapper .homepage-section .content-section li, body.single-staff #wrapper .homepage-section .content-section p {
    text-align: left; }
    @media (max-width: 991px) {
      body.single-staff #wrapper .homepage-section .content-section h2, body.single-staff #wrapper .homepage-section .content-section h3, body.single-staff #wrapper .homepage-section .content-section h4, body.single-staff #wrapper .homepage-section .content-section h5, body.single-staff #wrapper .homepage-section .content-section h6, body.single-staff #wrapper .homepage-section .content-section li, body.single-staff #wrapper .homepage-section .content-section p {
        text-align: left !important; } }
body.single-staff #wrapper .homepage-section .panel-block {
  margin-bottom: 25px; }
body.page-template-action-center-page #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.page-template-action-center-page #pageHeadImg {
      padding-bottom: 25px; } }
  body.page-template-action-center-page #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.page-template-action-center-page #pageHeadImg .textHolder {
    position: relative !important; }
    body.page-template-action-center-page #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      margin-bottom: 250px;
      text-shadow: none;
      text-align: center; }
      body.page-template-action-center-page #pageHeadImg .textHolder .featured-title span {
        font-family: "balboa-plus-fill",sans-serif; }
      @media (max-width: 767px) {
        body.page-template-action-center-page #pageHeadImg .textHolder .featured-title {
          font-size: 40px !important;
          text-align: center; } }
body.page-template-action-center-page .homepage-section {
  padding: 50px 0; }
  body.page-template-action-center-page .homepage-section.action-center-latest {
    margin-top: -300px;
    padding-bottom: 0 !important; }
    body.page-template-action-center-page .homepage-section.action-center-latest .latest {
      display: table;
      width: 100%; }
      @media (max-width: 767px) {
        body.page-template-action-center-page .homepage-section.action-center-latest .latest {
          display: block; } }
      body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block {
        display: table-cell; }
        @media (max-width: 767px) {
          body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block {
            display: block;
            text-align: center; } }
        @media (min-width: 768px) {
          body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block {
            padding-left: 30px; } }
        body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block .cell-block .donation-block {
          margin-bottom: 30px;
          padding: 30px 20px 20px; }
          body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block .cell-block .donation-block h5 {
            color: #fff;
            font-size: 22px;
            line-height: 30px; }
          body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block .cell-block .donation-block a {
            display: inline-block;
            position: relative;
            padding: 15px;
            background: #fff;
            font-weight: bold;
            color: #e72b04 !important;
            text-decoration: none !important; }
        body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action {
          width: 65%;
          padding-left: 0;
          vertical-align: bottom; }
          @media (max-width: 1199px) and (min-width: 992px) {
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action {
              width: 60%; } }
          @media (max-width: 991px) {
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action {
              width: 50%; } }
          @media (max-width: 767px) {
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action {
              width: 100%;
              margin-bottom: 30px;
              text-align: center; } }
          body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action .featured-action-inner .featured-action-inner-block {
            padding: 30px; }
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action .featured-action-inner .featured-action-inner-block h5 {
              color: #fff;
              opacity: 0.3;
              font-family: "balboa-plus-fill",sans-serif;
              margin: 0 0 5px;
              font-size: 15px;
              font-weight: normal !important; }
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action .featured-action-inner .featured-action-inner-block h3 {
              color: #fff;
              font-size: 30px;
              margin: 0 0 20px; }
            body.page-template-action-center-page .homepage-section.action-center-latest .latest .latest-block.featured-action .featured-action-inner .featured-action-inner-block a {
              padding: 15px;
              display: inline-block;
              background: #e72b04;
              color: #fff;
              font-weight: bold;
              text-decoration: none !important; }
body.page-template-action-center-page #footer {
  margin-top: 40px; }
body.page-template-action-center-page .all-available-actions .single-action {
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0; }
  body.page-template-action-center-page .all-available-actions .single-action:last-child {
    border-bottom: 0 !important; }
  body.page-template-action-center-page .all-available-actions .single-action h4 {
    margin: 0 !important; }
    body.page-template-action-center-page .all-available-actions .single-action h4 a {
      font-weight: bold;
      color: #2d2f34 !important;
      text-decoration: none !important; }
      body.page-template-action-center-page .all-available-actions .single-action h4 a:hover {
        color: #e72b04 !important; }
body.page-template-action-center-page .filter-header {
  color: #929dbd !important;
  font-family: "balboa-plus-fill",sans-serif;
  letter-spacing: 0.7px;
  font-size: 16px;
  margin: 0 0 10px; }
  body.page-template-action-center-page .filter-header.state-header {
    margin-top: 30px; }
body.page-template-action-center-page #filter-submit {
  background: #111e4b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 10px;
  font-family: "Roboto", sans-serif !important; }
body.page-template-action-center-page #reset-filter {
  color: #e72b04;
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }
body.page-template-action-center-page #combobox, body.page-template-action-center-page #combobox-2 {
  display: none; }
body.page-template-action-center-page .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  outline: none !important; }
  body.page-template-action-center-page .select2-container .select2-dropdown {
    outline: none !important;
    border-color: #e72b04;
    border-radius: 0; }
    body.page-template-action-center-page .select2-container .select2-dropdown .select2-search {
      outline: none !important; }
      body.page-template-action-center-page .select2-container .select2-dropdown .select2-search .select2-search__field {
        padding: 8px;
        outline: none !important;
        border: 1px solid #c0c0c0; }
    body.page-template-action-center-page .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      background: transparent !important;
      color: #2d2f34 !important; }
      body.page-template-action-center-page .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled="true"] {
        opacity: 0.5 !important; }
        body.page-template-action-center-page .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled="true"]:hover {
          background: transparent !important;
          color: #2d2f34 !important; }
      body.page-template-action-center-page .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
        background: #e72b04 !important;
        color: #fff !important; }
body.page-template-action-center-page .select2-selection {
  width: 100% !important;
  max-width: 100% !important;
  height: 38px;
  border: 1px solid #e72b04;
  outline: none !important;
  border-radius: 0; }
  body.page-template-action-center-page .select2-selection .select2-selection__rendered {
    line-height: 38px;
    color: #e72b04;
    font-weight: bold;
    outline: none !important; }
  body.page-template-action-center-page .select2-selection .select2-selection__arrow {
    height: 35px; }
    body.page-template-action-center-page .select2-selection .select2-selection__arrow b {
      border-color: #e72b04 transparent transparent transparent !important; }
body.page-template-action-center-page #category-filter .issue-cat-filter {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background: #e72b04;
  padding: 5px; }
  body.page-template-action-center-page #category-filter .issue-cat-filter .cat-filter-x {
    display: table-cell;
    vertical-align: middle;
    width: 20px; }
    body.page-template-action-center-page #category-filter .issue-cat-filter .cat-filter-x .fa {
      color: #fff;
      opacity: 0.5;
      cursor: pointer; }
  body.page-template-action-center-page #category-filter .issue-cat-filter .issue-cat-filter-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important; }
body.single-imge-map-state .homepage-section.state-header-section {
  background-color: #243a7b !important;
  padding-top: 150px;
  padding-bottom: 150px; }
  body.single-imge-map-state .homepage-section.state-header-section h1 {
    color: #fff;
    text-align: center;
    margin: 0 !important; }
  body.single-imge-map-state .homepage-section.state-header-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.7;
    font-weight: 300; }
  body.single-imge-map-state .homepage-section.state-header-section a {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-decoration: underline;
    display: inline;
    margin-bottom: 15px; }
  body.single-imge-map-state .homepage-section.state-header-section ul {
    margin: 20px 0; }
    body.single-imge-map-state .homepage-section.state-header-section ul li {
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      opacity: 0.7;
      font-weight: 300; }
      body.single-imge-map-state .homepage-section.state-header-section ul li:not(:last-child) {
        margin-bottom: 20px; }
  body.single-imge-map-state .homepage-section.state-header-section .cell-block {
    vertical-align: middle; }
  body.single-imge-map-state .homepage-section.state-header-section .next-prev-state, body.single-imge-map-state .homepage-section.state-header-section .view-all {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px; }
  @media (max-width: 991px) {
    body.single-imge-map-state .homepage-section.state-header-section .next-prev-state {
      display: none !important; } }
  body.single-imge-map-state .homepage-section.state-header-section .view-all {
    margin-bottom: 30px; }
  body.single-imge-map-state .homepage-section.state-header-section .state-content {
    margin-top: 50px; }
    body.single-imge-map-state .homepage-section.state-header-section .state-content h3 {
      color: #ffffff; }
body.single-imge-map-state .homepage-section.iframe-section {
  padding: 50px 0; }
  body.single-imge-map-state .homepage-section.iframe-section .state-actions .state-actions-wrapper {
    padding: 35px;
    background: url("/wp-content/uploads/2018/07/red-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    margin-top: -125px; }
    @media (max-width: 767px) {
      body.single-imge-map-state .homepage-section.iframe-section .state-actions .state-actions-wrapper {
        text-align: center !important; } }
    body.single-imge-map-state .homepage-section.iframe-section .state-actions .state-actions-wrapper h3 {
      color: #fff; }
    body.single-imge-map-state .homepage-section.iframe-section .state-actions .state-actions-wrapper .btn-white {
      position: relative;
      display: inline-block;
      padding: 10px 20px;
      background: #fff;
      color: #e72b04 !important;
      text-decoration: none !important;
      font-weight: bold; }
  body.single-imge-map-state .homepage-section.iframe-section .state-iframe-embed {
    width: 100%;
    max-width: 100%;
    height: 400px; }
body.single-issue #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.single-issue #pageHeadImg {
      padding-bottom: 25px; } }
  body.single-issue #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.single-issue #pageHeadImg .textHolder {
    position: relative !important; }
    body.single-issue #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      text-shadow: none;
      font-family: "balboa-plus-fill",sans-serif; }
      body.single-issue #pageHeadImg .textHolder .featured-title span {
        font-family: "balboa-plus-fill",sans-serif; }
      @media (max-width: 767px) {
        body.single-issue #pageHeadImg .textHolder .featured-title {
          font-size: 40px !important;
          text-align: center; } }
body.single-issue #wrapper {
  padding: 50px 0 !important; }
  body.single-issue #wrapper .issue-tabs {
    display: inline-block;
    border-bottom: 1px solid #4c4d4f;
    margin-bottom: 35px;
    text-align: left; }
    @media (min-width: 768px) {
      body.single-issue #wrapper .issue-tabs {
        display: table;
        width: 100%;
        max-width: 100%; } }
    body.single-issue #wrapper .issue-tabs .issue-tab {
      display: inline-block;
      padding: 20px 25px;
      font-weight: bold;
      cursor: pointer; }
      @media (min-width: 768px) {
        body.single-issue #wrapper .issue-tabs .issue-tab:first-child {
          padding-left: 0; }
        body.single-issue #wrapper .issue-tabs .issue-tab:last-child {
          padding-right: 0; } }
      body.single-issue #wrapper .issue-tabs .issue-tab:hover {
        color: #e72b04 !important;
        text-decoration: underline; }
  body.single-issue #wrapper #content.issue-content .issue-content-single {
    margin-bottom: 70px; }
    body.single-issue #wrapper #content.issue-content .issue-content-single .issue-section-title {
      font-size: 30px;
      font-family: "balboa-plus-fill",sans-serif;
      color: #e72b04;
      font-weight: normal !important; }
    body.single-issue #wrapper #content.issue-content .issue-content-single.issue-list ul {
      margin: 0;
      padding: 0 0 0 20px; }
      body.single-issue #wrapper #content.issue-content .issue-content-single.issue-list ul li a {
        font-weight: bold;
        color: #2d2f34 !important; }
        body.single-issue #wrapper #content.issue-content .issue-content-single.issue-list ul li a:hover {
          color: #e72b04 !important; }
  body.single-issue #wrapper #content p, body.single-issue #wrapper #content li, body.single-issue #wrapper #content blockquote {
    font-size: 16px !important;
    color: #2d2f34;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px; }
  body.single-issue #wrapper #content a {
    color: #e72b04 !important;
    font-size: inherit !important;
    font-weight: inherit;
    line-height: inherit; }
  body.single-issue #wrapper .issue-join-the-fight {
    background: url("/wp-content/uploads/2018/07/joel-jasmin-forestbird-595547-unsplash.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 20px 15px;
    margin-bottom: 25px; }
    body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper .gform_heading .gform_description {
      font-size: 18px !important;
      margin-top: 0 !important; }
    body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper .validation_error {
      color: #fff !important; }
    body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_body {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important; }
      body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
        border-color: #aa1f16 !important;
        background: #aa1f16 !important; }
      body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_body .gform_fields .gfield.email {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-bottom: 10px !important;
        padding: 0 !important; }
      @media (min-width: 767px) {
        body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_body .gform_fields .gfield.zip {
          width: 50% !important;
          max-width: 50% !important;
          padding-right: 5px !important; } }
    @media (min-width: 768px) {
      body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_footer {
        padding-left: 5px !important;
        width: 50% !important;
        max-width: 50% !important;
        position: absolute;
        right: 0;
        bottom: 0; } }
    body.single-issue #wrapper .issue-join-the-fight .join-the-fight_wrapper form .gform_footer .gform_button {
      border-color: #111e4b !important;
      background: #111e4b !important; }
  body.single-issue #wrapper .issue-sidebar {
    margin-bottom: 25px; }
    body.single-issue #wrapper .issue-sidebar h3 {
      color: #969799;
      margin-top: 0; }
      @media (max-width: 767px) {
        body.single-issue #wrapper .issue-sidebar h3 {
          text-align: center; } }
    @media (min-width: 992px) {
      body.single-issue #wrapper .issue-sidebar {
        padding-left: 15px;
        border-left: 1px solid #969799; } }
    body.single-issue #wrapper .issue-sidebar ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      body.single-issue #wrapper .issue-sidebar ul li {
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          body.single-issue #wrapper .issue-sidebar ul li {
            text-align: center; } }
        body.single-issue #wrapper .issue-sidebar ul li a {
          color: #2d2f34 !important;
          font-weight: bold; }
          body.single-issue #wrapper .issue-sidebar ul li a:hover {
            color: #cf2c12 !important; }
@media (max-width: 767px) {
  body.about #pageHeadImg .textHolder .featured-subtitle span {
    text-align: left !important; }
    body.about #pageHeadImg .textHolder .featured-subtitle span h1, body.about #pageHeadImg .textHolder .featured-subtitle span p {
      text-align: left !important; } }
@media (max-width: 767px) {
  body.about #wrapper .homepage-section {
    text-align: left !important; }
    body.about #wrapper .homepage-section h2, body.about #wrapper .homepage-section h3, body.about #wrapper .homepage-section p {
      text-align: left !important; } }
body.about.privacy-policy #pageHeadImg .textHolder .featured-subtitle {
  margin-bottom: 50px; }
body.about.privacy-policy #wrapper .homepage-section p {
  color: #2d2f34; }
  body.about.privacy-policy #wrapper .homepage-section p a {
    color: #e72b04 !important;
    font-weight: inherit !important; }
body.about #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.about #pageHeadImg {
      padding-bottom: 25px; } }
  body.about #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.about #pageHeadImg .textHolder {
    position: relative !important; }
    body.about #pageHeadImg .textHolder .featured-subtitle {
      padding: 0;
      margin-top: 150px;
      margin-bottom: 150px; }
      body.about #pageHeadImg .textHolder .featured-subtitle h1, body.about #pageHeadImg .textHolder .featured-subtitle h2 {
        text-align: center !important;
        font-family: "balboa-plus-fill",sans-serif; }
      @media (min-width: 768px) {
        body.about #pageHeadImg .textHolder .featured-subtitle .columned-count {
          column-count: 2;
          -webkit-column-count: 2;
          -moz-column-count: 2;
          -o-column-count: 2;
          -ms-column-count: 2; } }
      body.about #pageHeadImg .textHolder .featured-subtitle p {
        text-align: left !important;
        line-height: 25px;
        opacity: 0.7; }
        @media (max-width: 767px) {
          body.about #pageHeadImg .textHolder .featured-subtitle p {
            text-align: center !important; } }
body.about #wrapper .homepage-section .red-section {
  margin-top: -150px;
  background: #e72b04;
  padding: 20px 50px; }
  body.about #wrapper .homepage-section .red-section:before {
    content: '';
    position: absolute;
    bottom: 10px;
    height: 20px;
    left: 20px;
    right: 20px;
    box-shadow: 0 20px 30px rgba(100, 100, 100, 0.8); }
  body.about #wrapper .homepage-section .red-section:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 20px;
    background: #e72b04;
    left: 0px;
    right: 0px; }
  body.about #wrapper .homepage-section .red-section h5 {
    font-size: 22px;
    color: #fff;
    font-family: "balboa-plus-fill",sans-serif;
    opacity: 0.7;
    font-weight: normal !important; }
  body.about #wrapper .homepage-section .red-section p {
    font-size: 22px !important;
    font-weight: bold;
    color: #fff; }
body.about #wrapper .homepage-section .panels-loop {
  margin-top: 100px; }
  @media (min-width: 768px) {
    body.about #wrapper .homepage-section .panels-loop .mobile-section-header {
      display: none !important; } }
  body.about #wrapper .homepage-section .panels-loop .panel-bottom {
    margin-bottom: 75px; }
  body.about #wrapper .homepage-section .panels-loop .panel-block {
    display: table;
    width: 100%;
    max-width: 100%; }
    body.about #wrapper .homepage-section .panels-loop .panel-block .panel-column {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding-left: 20px; }
      body.about #wrapper .homepage-section .panels-loop .panel-block .panel-column.video-col {
        width: 55%;
        padding-left: 0px;
        padding-right: 20px; }
    @media (max-width: 767px) {
      body.about #wrapper .homepage-section .panels-loop .panel-block {
        display: block; }
        body.about #wrapper .homepage-section .panels-loop .panel-block .panel-column {
          display: inline-block;
          padding: 0 !important;
          width: 100% !important;
          max-width: 100% !important; }
          body.about #wrapper .homepage-section .panels-loop .panel-block .panel-column.video-col {
            margin-bottom: 25px; }
          body.about #wrapper .homepage-section .panels-loop .panel-block .panel-column h2 {
            display: none !important; } }
body #sidebar .widget.social-widget {
  margin-top: 35px; }
  @media (max-width: 991px) {
    body #sidebar .widget.social-widget {
      display: none !important; } }
  body #sidebar .widget.social-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }
body #sidebar .widget.categories ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  body #sidebar .widget.categories ul li {
    padding: 10px 15px;
    border-left: 1px solid #e72b04; }
    body #sidebar .widget.categories ul li a {
      color: #c0c0c0 !important;
      text-decoration: none !important;
      font-weight: 600;
      letter-spacing: 0.5px;
      font-family: "Roboto", sans-serif !important; }
      body #sidebar .widget.categories ul li a:hover {
        color: #111e4b !important; }
    body #sidebar .widget.categories ul li.active:before {
      content: '';
      background: #e72b04;
      position: absolute;
      left: -4px;
      top: 0;
      bottom: 0;
      width: 3px; }
    body #sidebar .widget.categories ul li.active a {
      color: #111e4b !important; }
  @media (max-width: 991px) {
    body #sidebar .widget.categories ul {
      width: 100%;
      max-width: 100%;
      display: block;
      margin-bottom: 50px !important; }
      body #sidebar .widget.categories ul li {
        display: inline-block !important;
        border: none !important;
        padding: 0 5px !important; }
        body #sidebar .widget.categories ul li.active:before {
          display: none !important; } }
@media (max-width: 991px) {
  body.single-post #sidebar {
    display: none !important; } }
body.single-post #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px;
  padding-top: 0 !important;
  background-color: #111e4b !important; }
  @media (max-width: 767px) {
    body.single-post #pageHeadImg {
      padding-bottom: 25px; } }
  body.single-post #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.single-post #pageHeadImg .sectionOverlay {
    background: rgba(22, 38, 94, 0.9); }
  body.single-post #pageHeadImg .textHolder {
    position: relative !important; }
    body.single-post #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      margin-bottom: 50px;
      text-align: center;
      text-shadow: none !important; }
      body.single-post #pageHeadImg .textHolder .featured-title h1 {
        font-family: "balboa-plus-fill",sans-serif;
        text-shadow: none;
        text-align: center; }
        @media (max-width: 767px) {
          body.single-post #pageHeadImg .textHolder .featured-title h1 {
            font-size: 40px !important;
            text-align: center; } }
      body.single-post #pageHeadImg .textHolder .featured-title .author-date {
        font-size: 16px !important;
        letter-spacing: 0.3px !important;
        font-family: "Roboto", sans-serif !important; }
      body.single-post #pageHeadImg .textHolder .featured-title .post-categories {
        margin-bottom: 10px;
        margin-top: 10px; }
        @media (max-width: 767px) {
          body.single-post #pageHeadImg .textHolder .featured-title .post-categories {
            text-align: center; }
            body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill {
              margin: 5px; } }
        body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill {
          display: inline-block;
          text-align: center;
          padding: 5px 10px;
          color: #111e4b !important;
          background: #fff;
          font-weight: 400;
          margin-right: 5px;
          font-size: 14px !important;
          font-weight: 600 !important;
          letter-spacing: 0.3px !important; }
          body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill.linked {
            padding: 0; }
            body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill.linked a {
              position: relative;
              display: block;
              padding: 5px 10px;
              text-decoration: none;
              font-weight: inherit;
              color: inherit !important; }
            body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill.linked:hover {
              background: #e72b04; }
              body.single-post #pageHeadImg .textHolder .featured-title .post-categories .category-pill.linked:hover a {
                color: #fff !important; }
body.single-post #content {
  margin-top: 50px;
  padding-top: 0; }
  body.single-post #content p, body.single-post #content blockquote, body.single-post #content li {
    line-height: 25px;
    color: #2d2f34; }
    @media (max-width: 991px) {
      body.single-post #content p, body.single-post #content blockquote, body.single-post #content li {
        text-align: left !important; } }
  body.single-post #content a {
    color: #e72b04; }
body.page-template-blog-page #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.page-template-blog-page #pageHeadImg {
      padding-bottom: 25px; } }
  body.page-template-blog-page #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.page-template-blog-page #pageHeadImg .textHolder {
    position: relative !important; }
    body.page-template-blog-page #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      margin-bottom: 125px;
      text-shadow: none;
      text-align: center; }
      body.page-template-blog-page #pageHeadImg .textHolder .featured-title span {
        font-family: "balboa-plus-fill",sans-serif; }
      @media (max-width: 767px) {
        body.page-template-blog-page #pageHeadImg .textHolder .featured-title {
          font-size: 40px !important;
          text-align: center; } }
body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article {
  margin-top: -130px; }
  body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article .featured-overlay {
    background: rgba(22, 38, 94, 0.8);
    padding: 70px; }
    @media (max-width: 767px) {
      body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article .featured-overlay {
        padding: 25px; }
        body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article .featured-overlay * {
          text-align: left; } }
  body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article h5 {
    font-family: "balboa-plus-fill",sans-serif;
    color: #fff;
    opacity: 0.3;
    margin: 0 0 5px;
    font-weight: normal !important; }
  body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article h2 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 33px !important;
    font-family: "Roboto", sans-serif !important; }
    @media (max-width: 767px) {
      body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article h2 {
        font-size: 25px !important; } }
  body.page-template-blog-page #wrapper .homepage-section .featured-post .featured-article .red-btn {
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff !important;
    background: #e72b04 !important; }
body.page-template-blog-page #wrapper .homepage-section .content-section {
  margin-top: 50px;
  margin-bottom: 50px; }
  body.page-template-blog-page #wrapper .homepage-section .content-section .post-block {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #969799; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block:last-of-type {
      border-bottom: none !important; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block h3 {
      color: #000;
      font-weight: bold;
      margin-bottom: 5px !important; }
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block h3 a {
        position: relative;
        display: inline-block;
        color: #000;
        font-weight: bold; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .author-date {
      color: #929dbd;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .author-date {
          text-align: center; } }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .btn-clear {
      color: #e72b04;
      position: relative;
      display: inline-block !important; }
      @media (max-width: 767px) {
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .btn-clear {
          margin-bottom: 20px !important; } }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block p {
      color: #2d2f34;
      opacity: 0.7;
      line-height: 25px; }
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block p .ellipsis {
        line-height: inherit;
        font-size: inherit;
        color: inherit;
        opacity: inherit; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories {
          text-align: left; }
          body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories .category-pill {
            margin: 5px; } }
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories .category-pill {
        display: inline-block;
        text-align: center;
        padding: 5px 10px;
        color: #fff;
        background: #c0c0c0;
        font-weight: 400;
        margin-right: 5px; }
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories .category-pill.linked {
          padding: 0; }
          body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories .category-pill.linked a {
            position: relative;
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            font-weight: inherit;
            color: inherit !important; }
          body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-categories .category-pill.linked:hover {
            background: #e72b04; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .img-block .post-featured-img {
      width: 100%;
      max-width: 100%;
      height: 150px; }
      @media (max-width: 767px) {
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .img-block .post-featured-img {
          height: 250px;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block h3, body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .author-date, body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block p {
        text-align: left !important; } }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .read-more {
      display: none !important; }
    body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block {
      vertical-align: middle; }
      @media (max-width: 767px) {
        body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block {
          text-align: left !important; } }
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block .fa-facebook {
        padding: 3px 5px;
        background: #3B5998;
        color: #fff;
        margin-right: 5px; }
        @media (max-width: 767px) {
          body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block .fa-facebook {
            margin: 0 5px; } }
      body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block .fa-twitter {
        padding: 3px;
        background: #00aced;
        color: #fff; }
        @media (max-width: 767px) {
          body.page-template-blog-page #wrapper .homepage-section .content-section .post-block .post-content-block .post-footer-block .cell-block .fa-twitter {
            margin: 0 5px; } }
body.staff #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.staff #pageHeadImg {
      padding-bottom: 25px; } }
  body.staff #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.staff #pageHeadImg .textHolder {
    position: relative !important; }
    body.staff #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      margin-bottom: 125px;
      text-shadow: none;
      text-align: center; }
      body.staff #pageHeadImg .textHolder .featured-title span {
        font-family: "balboa-plus-fill",sans-serif; }
      @media (max-width: 767px) {
        body.staff #pageHeadImg .textHolder .featured-title {
          font-size: 40px !important;
          text-align: center; } }
body.staff #wrapper .homepage-section .staff-loop-section {
  margin-top: -180px; }
  body.staff #wrapper .homepage-section .staff-loop-section .staff-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
    body.staff #wrapper .homepage-section .staff-loop-section .staff-block a {
      text-decoration: none !important; }
      body.staff #wrapper .homepage-section .staff-loop-section .staff-block a * {
        text-decoration: none !important; }
    body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner {
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
      -moz-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
      -o-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
      -ms-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }
      body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-img {
        height: 500px;
        width: 100%;
        max-width: 100%; }
      body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info {
        position: absolute;
        bottom: -48px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 25px; }
        body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info h3 {
          margin: 0; }
          body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info h3 a {
            font-weight: bold !important;
            color: #2d2f34;
            font-size: 25px !important; }
        body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info h5 {
          margin: 0 0 30px; }
          body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info h5 a {
            color: #2d2f34;
            font-weight: 300 !important;
            font-size: 20px !important; }
        body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block {
          display: table !important; }
          body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block .cell-block {
            display: table-cell !important;
            width: auto !important;
            vertical-align: middle; }
            @media (max-width: 767px) {
              body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block .cell-block {
                text-align: center !important; } }
            body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block .cell-block .btn-clear {
              position: relative !important;
              display: inline-block !important;
              color: #fff !important;
              font-weight: bold !important;
              padding-bottom: 5px;
              border-bottom: 2px solid #fff !important; }
            body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block .cell-block .fa-facebook {
              padding: 3px 5px;
              background: #3B5998;
              color: #fff;
              margin-right: 5px; }
            body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner .staff-block-info .table-block .cell-block .fa-twitter {
              padding: 3px;
              background: #00aced;
              color: #fff; }
      body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner:hover {
        box-shadow: 0 0 30px #323232;
        -moz-box-shadow: 0 0 30px #323232;
        -o-box-shadow: 0 0 30px #323232;
        -ms-box-shadow: 0 0 30px #323232; }
        body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner:hover .staff-block-info {
          background: #e72b04;
          bottom: 0; }
          body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner:hover .staff-block-info h3 a, body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner:hover .staff-block-info h5 a, body.staff #wrapper .homepage-section .staff-loop-section .staff-block .staff-block-inner:hover .staff-block-info .btn-clear {
            color: #fff !important; }
body.page-template-contact-page .contact-block .contact-row {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px; }
  body.page-template-contact-page .contact-block .contact-row .contact-column {
    display: table-cell;
    vertical-align: top; }
    body.page-template-contact-page .contact-block .contact-row .contact-column.contact-icon {
      width: 35px; }
    body.page-template-contact-page .contact-block .contact-row .contact-column p {
      margin: 0; }
body.page-template-contact-page #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.page-template-contact-page #pageHeadImg {
      padding-bottom: 25px; } }
  body.page-template-contact-page #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.page-template-contact-page #pageHeadImg .textHolder {
    position: relative !important; }
    body.page-template-contact-page #pageHeadImg .textHolder .featured-subtitle {
      padding: 0;
      margin-top: 150px; }
      body.page-template-contact-page #pageHeadImg .textHolder .featured-subtitle h1, body.page-template-contact-page #pageHeadImg .textHolder .featured-subtitle h2 {
        font-family: "balboa-plus-fill",sans-serif; }
      body.page-template-contact-page #pageHeadImg .textHolder .featured-subtitle p {
        line-height: 25px;
        opacity: 0.7; }
body.page-template-contact-page #wrapper .homepage-section {
  padding: 100px 0 100px !important; }
  body.page-template-contact-page #wrapper .homepage-section h2 {
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 38px !important;
    margin-bottom: 30px !important; }
body.page-template-contact-page #wrapper .gform_wrapper form .validation_error {
  border: 0 !important;
  color: #e72b04 !important;
  margin-bottom: 10px !important; }
body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields {
  overflow: hidden !important;
  clear: both !important; }
  body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px !important; }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
      border: 0 !important;
      max-width: 100% !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label {
        margin-top: 0 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .validation_message {
        display: none !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
        border: 1px solid #e72b04 !important; }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield label {
      display: inline-block !important;
      font-weight: 300 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
        display: none !important; }
    @media (min-width: 769px) {
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
        display: inline-block !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
      color: #2d2f34 !important;
      background: #f2f3f7 !important;
      border: 1px solid #f2f3f7 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
        color: #d4d5d9 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
        color: #d4d5d9 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
        color: #d4d5d9 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
        color: #d4d5d9 !important; }
    @media (min-width: 992px) {
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
        height: 245px !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li {
      overflow: hidden !important;
      margin-bottom: 10px;
      display: table !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label {
        display: table-cell !important;
        vertical-align: middle;
        font-size: 13px !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input {
        display: none !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input:checked + .radio .radio-outer .radio-inner {
        display: block; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input:checked + .checkbox .checkbox-outer .fa-check {
        display: block; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .radio, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox {
        display: table-cell;
        vertical-align: middle; }
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .radio .radio-outer, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .radio .checkbox-outer, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .radio-outer, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer {
          display: block;
          vertical-align: middle;
          height: 15px;
          width: 15px;
          margin: 0 10px 0 0 !important;
          background: #fff !important;
          border-radius: 0 !important;
          border: 3px solid #cdd1df !important;
          padding: 5px; }
          body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .radio .radio-outer .radio-inner, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .radio .checkbox-outer .radio-inner, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .radio-outer .radio-inner, body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer .radio-inner {
            display: none;
            height: 100%;
            border-radius: 0 !important;
            width: 100%;
            background: #e72b04; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox {
        cursor: pointer !important; }
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer {
          border-radius: 0 !important; }
          body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li .checkbox .checkbox-outer .fa-check {
            display: none;
            font-size: 20px !important;
            left: -5px;
            top: -5px;
            font-size: 11px !important;
            color: #e72b04 !important; }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.first-name {
      width: 25% !important;
      float: left !important;
      clear: none !important;
      padding-right: 10px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.first-name {
          width: 50% !important;
          padding-right: 5px !important; } }
      @media (max-width: 767px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.first-name {
          float: none !important;
          clear: both !important;
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.last-name {
      width: 25% !important;
      float: left !important;
      clear: none !important;
      clear: right !important;
      padding-right: 10px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.last-name {
          width: 50% !important;
          padding-left: 5px !important;
          padding-right: 0 !important; } }
      @media (max-width: 767px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.last-name {
          float: none !important;
          clear: both !important;
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.email {
      width: 50% !important;
      float: left !important;
      clear: both !important;
      padding-right: 10px !important;
      margin-bottom: 0px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.email {
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important;
          float: none !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.phone {
      width: 25% !important;
      float: left !important;
      clear: none !important;
      clear: left !important;
      padding-right: 10px !important;
      margin-bottom: 0px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.phone {
          width: 50% !important;
          padding-right: 5px !important; } }
      @media (max-width: 767px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.phone {
          float: none !important;
          clear: both !important;
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important;
          margin-bottom: 15px !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.zip {
      width: 25% !important;
      float: left !important;
      clear: none !important;
      clear: right !important;
      padding-right: 10px !important;
      margin-bottom: 0px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.zip {
          width: 50% !important;
          padding-left: 5px !important;
          padding-right: 0 !important; } }
      @media (max-width: 767px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.zip {
          float: none !important;
          clear: both !important;
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.message {
      position: absolute !important;
      top: 0 !important;
      right: 0 !important;
      width: 50% !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.message {
          position: relative !important;
          width: 100% !important;
          padding-right: 0px !important;
          float: none !important; } }
    body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check {
      width: 50% !important;
      float: left !important;
      padding-right: 10px !important; }
      @media (max-width: 991px) {
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check {
          width: 100% !important;
          padding-right: 0px !important;
          float: none !important; } }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check .gfield_label {
        display: none !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check .gfield_description {
        position: absolute !important;
        display: none !important;
        color: #fff !important;
        box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
        width: 250px !important;
        bottom: 100%;
        padding: 10px !important;
        background: #e72b04 !important;
        z-index: 9 !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check.show-tooltip .gfield_description {
        display: block !important; }
      body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check ul {
        max-width: 100%; }
        body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check ul li {
          max-width: 100%; }
          body.page-template-contact-page #wrapper .gform_wrapper form .gform_body .gform_fields .gfield.custom-check ul li .fa-question {
            padding: 2px 5px;
            border-radius: 50%;
            margin-left: 7px;
            background: #e72b04;
            color: #fff; }
body.page-template-contact-page #wrapper .gform_wrapper form .gform_footer {
  text-align: right !important; }
  body.page-template-contact-page #wrapper .gform_wrapper form .gform_footer .gform_button {
    padding: 12px 30px !important; }
body.search #pageHeadImg {
  background-color: #243a7b !important;
  background: url("/wp-content/uploads/2018/07/action-center-bg.jpg");
  padding-bottom: 100px !important; }
  body.search #pageHeadImg .textHolder .v_center .featured-title {
    display: block !important;
    text-align: center !important;
    font-family: "balboa-plus-fill",sans-serif;
    font-weight: normal !important;
    text-shadow: none !important;
    margin: 0 !important; }
    body.search #pageHeadImg .textHolder .v_center .featured-title span {
      font-family: "balboa-plus-fill",sans-serif;
      font-weight: normal !important;
      text-shadow: none !important; }
  body.search #pageHeadImg .textHolder .v_center .featured-subtitle {
    display: none !important; }
body.search #content .found-posts {
  font-size: 16px; }
body.search #content .post-block {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #969799; }
  body.search #content .post-block:last-of-type {
    border-bottom: none !important; }
  body.search #content .post-block h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px !important; }
    body.search #content .post-block h3 a {
      position: relative;
      display: inline-block;
      color: #000;
      font-weight: bold; }
  body.search #content .post-block .author-date {
    color: #929dbd;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      body.search #content .post-block .author-date {
        text-align: center; } }
  body.search #content .post-block .btn-clear {
    color: #e72b04;
    position: relative;
    display: inline-block !important; }
    @media (max-width: 767px) {
      body.search #content .post-block .btn-clear {
        margin-bottom: 20px !important; } }
  body.search #content .post-block p {
    color: #2d2f34;
    opacity: 0.7;
    line-height: 25px; }
    body.search #content .post-block p .ellipsis {
      line-height: inherit;
      font-size: inherit;
      color: inherit;
      opacity: inherit; }
  body.search #content .post-block .post-categories {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      body.search #content .post-block .post-categories {
        text-align: center; }
        body.search #content .post-block .post-categories .category-pill {
          margin: 5px; }
          body.search #content .post-block .post-categories .category-pill:first-child {
            margin-left: 0; } }
    body.search #content .post-block .post-categories .category-pill {
      display: inline-block;
      text-align: center;
      padding: 5px 10px;
      color: #fff;
      background: #c0c0c0;
      font-weight: 400;
      margin-right: 5px; }
      body.search #content .post-block .post-categories .category-pill.linked {
        padding: 0; }
        body.search #content .post-block .post-categories .category-pill.linked a {
          position: relative;
          display: block;
          padding: 5px 10px;
          text-decoration: none;
          font-weight: inherit;
          color: inherit !important; }
        body.search #content .post-block .post-categories .category-pill.linked:hover {
          background: #e72b04; }
  body.search #content .post-block .img-block .post-featured-img {
    width: 100%;
    max-width: 100%;
    height: 150px; }
    @media (max-width: 767px) {
      body.search #content .post-block .img-block .post-featured-img {
        height: 250px;
        margin-bottom: 20px; } }
  body.search #content .post-block .post-content-block .read-more {
    display: none !important; }
  body.search #content .post-block .post-content-block .post-footer-block .cell-block {
    vertical-align: middle; }
    @media (max-width: 767px) {
      body.search #content .post-block .post-content-block .post-footer-block .cell-block {
        text-align: center !important; } }
    body.search #content .post-block .post-content-block .post-footer-block .cell-block .fa-facebook {
      padding: 3px 5px;
      background: #3B5998;
      color: #fff;
      margin-right: 5px; }
      @media (max-width: 767px) {
        body.search #content .post-block .post-content-block .post-footer-block .cell-block .fa-facebook {
          margin: 0 5px; } }
    body.search #content .post-block .post-content-block .post-footer-block .cell-block .fa-twitter {
      padding: 3px;
      background: #00aced;
      color: #fff; }
      @media (max-width: 767px) {
        body.search #content .post-block .post-content-block .post-footer-block .cell-block .fa-twitter {
          margin: 0 5px; } }
body.error404 {
  background: url("/wp-content/uploads/2018/07/836454122.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #243a7b; }
  body.error404 #footer, body.error404 #pageHeadImg, body.error404 #header {
    display: none !important; }
  body.error404 .container {
    padding: 0 !important; }
  body.error404 #wrapper {
    display: table;
    min-height: 100vh;
    width: 100%; }
    body.error404 #wrapper .row {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      body.error404 #wrapper .row img {
        width: 170px;
        max-width: 100%;
        margin-bottom: 20px; }
      body.error404 #wrapper .row h2 {
        color: #fff !important;
        font-size: 75px !important; }
      body.error404 #wrapper .row p {
        color: #fff !important;
        font-size: 18px; }
      body.error404 #wrapper .row h6 {
        font-size: 18px;
        color: #fff !important; }
        body.error404 #wrapper .row h6 a {
          color: #fff !important;
          font-weight: bold; }
body.iah-campaigns-template > .alert.alert-warning.alert-dismissable {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 999;
  border-radius: 0;
  border: 0;
  text-align: center;
  background-color: #e72b04;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.33); }
  body.iah-campaigns-template > .alert.alert-warning.alert-dismissable > .close {
    color: #ffffff;
    opacity: 1; }
body.iah-campaigns-template #pageHeadImg {
  min-height: 0px;
  max-height: none;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.iah-campaigns-template #pageHeadImg {
      padding-bottom: 25px; } }
  body.iah-campaigns-template #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  body.iah-campaigns-template #pageHeadImg .textHolder {
    position: relative !important; }
    body.iah-campaigns-template #pageHeadImg .textHolder .featured-title {
      margin-top: 150px;
      text-shadow: none; }
      body.iah-campaigns-template #pageHeadImg .textHolder .featured-title span {
        font-family: "balboa-plus-fill",sans-serif; }
      @media (max-width: 767px) {
        body.iah-campaigns-template #pageHeadImg .textHolder .featured-title {
          font-size: 40px !important;
          text-align: center; } }
@media (max-width: 991px) {
  body.iah-campaigns-template .container .iah-campaigns .campaign .iah_campaign_content {
    margin-top: 40px; } }
body.iah-campaigns-template .container .iah-campaigns .campaign .iah_campaign_content p, body.iah-campaigns-template .container .iah-campaigns .campaign .iah_campaign_content li {
  font-size: 16px;
  line-height: 1.8 !important;
  font-weight: 300; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .iah_campaign_content p.intro, body.iah-campaigns-template .container .iah-campaigns .campaign .iah_campaign_content li.intro {
    font-weight: bold;
    font-size: 20px; }
body.iah-campaigns-template .container .iah-campaigns .campaign h3 {
  background-color: #e72b04;
  border: 0;
  padding: 10px 15px;
  color: #ffffff; }
  body.iah-campaigns-template .container .iah-campaigns .campaign h3 i.info {
    top: -3px; }
    body.iah-campaigns-template .container .iah-campaigns .campaign h3 i.info:before {
      font-weight: bold;
      color: #e72b04;
      background-color: rgba(255, 255, 255, 0.5); }
  body.iah-campaigns-template .container .iah-campaigns .campaign h3 .wrong_info {
    font-weight: bold;
    color: #ffffff;
    right: 15px; }
body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap {
  padding: 0 5px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .legislators li {
    margin: 20px 0 20px 0; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap h3 {
    background-color: transparent;
    color: #2d2f34;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold !important; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .recipients input {
    width: 100%;
    z-index: 999;
    opacity: 0; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .recipients label {
    display: inline-block;
    padding-left: 10px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .recipients .rep_info {
    overflow: hidden;
    clear: both;
    margin: 20px 0 20px 0; }
  body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .recipients .checkbox_wrapper {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e72b04;
    float: left; }
    body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap .recipients .checkbox_wrapper.checked:before {
      content: '';
      position: absolute;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      left: 5px;
      top: 5px;
      background: #e72b04; }
body.iah-campaigns-template .container .iah-campaigns .campaign form .row {
  clear: both; }
body.iah-campaigns-template .container .iah-campaigns .campaign form .legislators li input {
  display: none !important; }
body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container h5 {
  font-size: 18px;
  font-weight: 300 !important;
  color: #2d2f34;
  margin-bottom: 5px !important; }
body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info {
  margin-bottom: 5px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info.checkbox:after {
    content: "";
    display: table;
    clear: both; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info.checkbox input {
    opacity: 0;
    z-index: 50;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info.checkbox .checkbox_wrapper {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #f2f3f7; }
    body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info.checkbox .checkbox_wrapper.checked:after {
      content: "\f00c";
      color: #e72b04 !important;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: 2px;
      position: absolute;
      left: 2px;
      font-size: 17px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form .iah-recipient-container .recipients .rep_info.checkbox label {
    float: left; }
body.iah-campaigns-template .container .iah-campaigns .campaign form label {
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize; }
body.iah-campaigns-template .container .iah-campaigns .campaign form select {
  border: 1px solid #e72b04;
  background-color: #f2f3f7;
  border-radius: 0;
  height: 40px; }
body.iah-campaigns-template .container .iah-campaigns .campaign form input, body.iah-campaigns-template .container .iah-campaigns .campaign form textarea {
  border: 1px solid #e72b04;
  background-color: #f2f3f7;
  border-radius: 0;
  padding: 11px 20px !important; }
body.iah-campaigns-template .container .iah-campaigns .campaign form select {
  background-color: #f2f3f7; }
body.iah-campaigns-template .container .iah-campaigns .campaign form .campaign_submit, body.iah-campaigns-template .container .iah-campaigns .campaign form input[type="submit"] {
  background-color: #e72b04 !important;
  border-radius: 0;
  font-weight: bold;
  width: 100% !important;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 16px 20px; }
body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .letter_signature {
  font-size: 14px !important;
  border: 1px solid red;
  border-top: 0;
  padding: 20px 20px 20px;
  margin-top: -3px; }
body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-recipient-container {
  font-size: 12px;
  padding: 20px 20px 20px;
  margin: 0;
  border: 1px solid red;
  border-bottom: 0; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-recipient-container label {
    line-height: 20px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-recipient-container label, body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-recipient-container h5 {
    font-size: 14px; }
body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-letter-message .letter_text {
  margin-bottom: 0;
  padding: 0 20px;
  border: 1px solid #e72b04 !important;
  border-top: 0 !important;
  border-bottom: 0 !important; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-letter-message .letter_text textarea {
    min-height: 300px !important;
    border: 0 !important; }
body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-letter-message #clear_letter_text {
  display: inline-block;
  background-color: #4c4d4f;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px; }
  body.iah-campaigns-template .container .iah-campaigns .campaign form.send-letter .iah-letter-message #clear_letter_text:hover {
    cursor: pointer; }
body.iah-campaigns-template .container .iah-campaigns .campaign .iah_default_disclaimer {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  color: #999999; }
body.iah-campaigns-template .container #content:not(.iah-multi-step) .iah-campaigns {
  padding: 40px 0; }
  body.iah-campaigns-template .container #content:not(.iah-multi-step) .iah-campaigns header.page-header {
    display: none;
    visibility: hidden; }
  body.iah-campaigns-template .container #content:not(.iah-multi-step) .iah-campaigns .campaign .iah_campaign_content {
    margin-top: 15px; }
body.iah-campaigns-template-multi-step .container .col-md-12 {
  width: 100%;
  margin-left: 0;
  float: none; }
  body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step {
    padding: 40px 0; }
    @media (min-width: 992px) {
      body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs {
        padding: 0 50px; } }
    body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li a {
      background-color: #ffffff;
      border: 2px solid #e72b04;
      border-radius: 0; }
      body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li a .fa, body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li a .tab-text {
        color: #e72b04; }
      @media (max-width: 767px) {
        body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li a .tab-text {
          display: block !important;
          font-size: 11px !important; } }
    body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li.active a {
      background-color: #e72b04; }
      body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li.active a .fa, body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li.active a .tab-text {
        color: #ffffff; }
      body.iah-campaigns-template-multi-step .container .col-md-12 .iah-multi-step .iah-multi-tab ul.nav-tabs li.active a:after {
        border-top-color: #e72b04; }
body.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form h3 {
  border: 1px solid #4c4d4f;
  background-color: #ffffff;
  color: #4c4d4f; }
body.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div:not(.iah-letter-to) {
  display: none; }
body.iah_is_logged_in .container .iah-campaigns .campaign .letter_signature {
  font-size: 16px !important;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important;
  color: #4c4d4f !important;
  line-height: 25px; }
body.iah_is_logged_in .container .iah-campaigns .campaign h3.pih_logged_in {
  border: 1px solid #4c4d4f;
  background-color: #ffffff;
  color: #4c4d4f; }
  body.iah_is_logged_in .container .iah-campaigns .campaign h3.pih_logged_in i.info {
    display: none;
    visibility: hidden; }
  body.iah_is_logged_in .container .iah-campaigns .campaign h3.pih_logged_in .wrong_info {
    font-weight: bold;
    color: #e72b04;
    right: 15px; }
body.iah_is_logged_in .container .iah-campaigns .campaign .iah_personal_info .logged_in_as {
  font-size: 16px !important;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important;
  color: #4c4d4f !important; }
  body.iah_is_logged_in .container .iah-campaigns .campaign .iah_personal_info .logged_in_as span {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif !important;
    color: #e72b04 !important; }
    body.iah_is_logged_in .container .iah-campaigns .campaign .iah_personal_info .logged_in_as span:after {
      border-left: 5px solid #e72b04 !important;
      color: #e72b04 !important; }
body.iah_is_logged_in .container .iah-campaigns .campaign .iah_personal_info .iah_personal_info_wrap div {
  color: #2d2f34; }
body.iah_is_logged_in .container .iah-campaigns .campaign .iah_personal_info .iah_personal_info_wrap .iah_letter_info_label {
  color: #c0c0c0;
  text-transform: none;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important; }

body.utm_hide #header {
  display: none; }
body.utm_hide #pageHeadImg {
  padding-top: 50px; }
  body.utm_hide #pageHeadImg .featured-title {
    margin: 0 !important; }
body.utm_hide #footer-wrapper .top-row, body.utm_hide #footer-wrapper .bottom-row, body.utm_hide #footer-wrapper .third-row {
  display: none; }

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