/*
 Theme Name:     Boeing Watch Us Fly
 Theme URI:      http://imge.com/
 Description:    IMGE Framework Child Theme
 Author:         IMGE
 Author URI:     http://example.com
 Template:       imge-framework
 Version:        1.0.0
 License: GNU General Public License, version 3 (GPLv3)
*/
@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: #253646;
}
input:-moz-placeholder {
  color: #253646;
}
input::-moz-placeholder {
  color: #253646;
}
input:-ms-input-placeholder {
  color: #253646;
}

* {
  transition: all 0.2s ease;
  -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;
}
*.post-wrapper {
  transition: all 0s ease;
}
*.post-wrapper * {
  transition: all 0s ease;
}
*#hamburger-button {
  transition: all 0s ease;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100% !important;
  background: #fff;
}
body p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 300;
}
body #wrapper {
  margin-bottom: 50px;
}
body #edit-post-link {
  position: fixed;
  z-index: 99999;
}

/*****************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 92px) and (max-width: 1199px) {
  .container {
    max-width: 930px;
  }
}

/*****************************/
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: none;
  border: 0;
  box-shadow: 0;
}
#header #hamburger-button {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  padding: 35px 20px 47px 30px;
}
@media (min-width: 992px) {
  #header #hamburger-button {
    display: none !important;
  }
}
#header #hamburger-button .hamburger-inner {
  width: 40px;
  cursor: pointer;
}
#header #hamburger-button .hamburger-inner .bun {
  transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  width: 100%;
  max-width: 100%;
  background: #fff;
  height: 2px;
  margin-bottom: 9px;
}
#header #hamburger-button .hamburger-inner .bun:last-child {
  margin-bottom: 0;
}
#header #hamburger-button.crossed {
  background: #253746;
  padding: 35px 35px 47px 30px;
  position: fixed;
}
#header #hamburger-button.crossed .hamburger-inner .bun {
  background: #fff;
}
#header #hamburger-button.crossed .hamburger-inner .bun:first-child {
  transform: rotate(-45deg) translate(-2px, -5px);
  -webkit-transform: rotate(-45deg) translate(-2px, -5px);
  -moz-transform: rotate(-45deg) translate(-2px, -5px);
  -o-transform: rotate(-45deg) translate(-2px, -5px);
  -ms-transform: rotate(-45deg) translate(-2px, -5px);
}
#header #hamburger-button.crossed .hamburger-inner .bun:nth-child(2) {
  opacity: 0;
}
#header #hamburger-button.crossed .hamburger-inner .bun:last-child {
  transform: rotate(46deg) translate(1px, 6.5px);
  -webkit-transform: rotate(46deg) translate(1px, 6.5px);
  -moz-transform: rotate(46deg) translate(1px, 6.5px);
  -o-transform: rotate(46deg) translate(1px, 6.5px);
  -ms-transform: rotate(46deg) translate(1px, 6.5px);
}
#header .navbar {
  background: none;
  border: 0;
  box-shadow: 0;
}
#header .navbar .navWrap {
  background: none;
  border: 0;
  box-shadow: 0;
}
@media (max-width: 991px) {
  #header .navbar .navWrap .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #header .navbar .navWrap .navbar-header {
    max-width: 185px;
  }
}
@media (max-width: 991px) {
  #header .navbar .navWrap .navbar-header {
    float: none !important;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  #header .navbar .navWrap .navbar-header #logo {
    max-width: 140px !important;
    margin: 0 auto !important;
    text-align: center;
    float: none;
    padding: 10px;
  }
}
#header .navbar .navWrap .navbar-header .navbar-toggle {
  top: 22px;
}
#header .navbar .navWrap .navbar-header #logo {
  z-index: 50;
}
#header .navbar .navWrap .navbar-header #logo img {
  max-width: 100%;
}
#header .navbar .navWrap .navbar-collapse {
  float: left;
}
@media (max-width: 991px) {
  #header .navbar .navWrap .navbar-collapse {
    float: none !important;
    display: none !important;
    display: none;
    position: fixed;
    background: #253746;
    top: 105px;
    right: 0px;
    border: 0;
    width: 50%;
    min-width: 50%;
    max-width: 100%;
    padding: 0 30px 0 20px;
    border: 0 !important;
    box-shadow: 0 10px 20px #555;
    -webkit-box-shadow: 0 10px 20px #555;
    -moz-box-shadow: 0 10px 20px #555;
    -o-box-shadow: 0 10px 20px #555;
    -ms-box-shadow: 0 10px 20px #555;
    height: calc(100vh - 75px) !important;
    height: -o-calc(100vh - 75px) !important;
    height: -ms-calc(100vh - 75px) !important;
    padding-bottom: 120px !important;
    max-height: none !important;
    border-radius: 3px 0 0 0;
    overflow: scroll;
  }
  #header .navbar .navWrap .navbar-collapse.navbar-open {
    display: block !important;
    z-index: 99999;
  }
  #header .navbar .navWrap .navbar-collapse #menu-header-menu {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
    max-width: 100%;
    text-align: right;
  }
  #header .navbar .navWrap .navbar-collapse #menu-header-menu li {
    padding: 0 !important;
    margin: 30px 0 !important;
    display: block !important;
    float: none !important;
  }
  #header .navbar .navWrap .navbar-collapse #menu-header-menu li a {
    display: block;
    position: relative;
    padding: 0 !important;
    font-size: 16px !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown .dropdown-toggle[aria-expanded=true] {
    color: #009bdf !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #header .navbar .navWrap .navbar-collapse #menu-header-menu li.dropdown li:first-child a {
    text-transform: uppercase !important;
  }
}
@media (max-width: 767px) {
  #header .navbar .navWrap .navbar-collapse {
    right: 15px;
    width: 70%;
  }
}
#header .navbar .navWrap #emailSignup {
  float: right;
}
#header .navbar .navWrap .nav {
  float: right;
}
#header .navbar .navWrap .nav > li > a {
  padding: 50px 15px 40px;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  background: none !important;
}
@media (max-width: 1199px) {
  #header .navbar .navWrap .nav > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  #header .navbar .navWrap .nav > li > a {
    font-size: 14px;
  }
}
#header .navbar .navWrap .nav > li > a:hover {
  color: #009bdf !important;
}
#header .navbar .navWrap .nav li.active a {
  color: #009bdf !important;
}
@media (min-width: 992px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu {
    display: none !important;
  }
  #header .navbar .navWrap .nav li.dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
#header .navbar .navWrap .nav li.dropdown .dropdown-menu {
  top: 90px;
  border-radius: 3px !important;
  background: #fff;
  width: 350px;
  min-width: 0 !important;
}
#header .navbar .navWrap .nav li.dropdown .dropdown-menu li {
  padding: 0 !important;
  display: block;
}
@media (min-width: 992px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li:after {
    content: "";
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background: #d4d6d8;
  }
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li:last-child:after {
    display: none;
  }
}
#header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #009bdf !important;
  background: none !important;
  white-space: pre-wrap;
  margin: 10px 0 !important;
}
@media (min-width: 992px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1199px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu {
    position: relative !important;
    width: auto !important;
    background: none;
    box-shadow: none !important;
    border: none !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li {
    margin: 0 5px 0 0 !important;
  }
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
    text-align: right;
    color: #fff !important;
    margin: 0 !important;
  }
  #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a:hover {
    color: #009bdf !important;
  }
}
@media (max-width: 991px) {
  #header .navbar #emailSignup {
    float: none !important;
    position: absolute;
    left: 30px;
    right: 30px;
    top: -5px;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #profile_link {
    font-size: 0px;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #profile_link:after {
    font-size: 23px !important;
    content: "\f007";
    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;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #logout_link {
    font-size: 0px;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #logout_link:after {
    font-size: 23px !important;
    content: "\f08b";
    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;
  }
}
@media (max-width: 767px) {
  #header .navbar #emailSignup {
    top: 35px;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #signup-link, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links .sep {
    display: none;
  }
}
#header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span {
  padding: 50px 5px 40px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a .fa, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span .fa {
    display: none;
  }
}
@media (max-width: 1199px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span span {
    display: none;
  }
  #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a#login-link, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span#login-link {
    font-size: 23px !important;
  }
}
#header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover, #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span:hover {
  color: #009bdf !important;
  text-decoration: none !important;
}
#header .navbar #emailSignup .signupFormHolder .header-buttons #search-link {
  padding: 50px 0px 40px 20px;
  color: #fff !important;
  cursor: pointer;
}
@media (max-width: 1199px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link {
    font-size: 12px;
    padding: 53px 0px 40px 5px;
  }
}
@media (max-width: 991px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link {
    display: none;
  }
}
#header .navbar #emailSignup .signupFormHolder .header-buttons #search-link:hover {
  color: #009bdf !important;
  text-decoration: none !important;
}
#header .navbar #emailSignup .signupFormHolder .header-buttons .sep {
  color: #fff !important;
}
#header .navbar #emailSignup .signupFormHolder #login-form, #header .navbar #emailSignup .signupFormHolder #search-form, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder {
  text-align: center;
  display: none;
  position: absolute;
  width: 300px;
  top: 85px;
  right: 0;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  -moz-box-shadow: 0 0 10px #777;
  -o-box-shadow: 0 0 10px #777;
  -ms-box-shadow: 0 0 10px #777;
}
@media (max-width: 991px) {
  #header .navbar #emailSignup .signupFormHolder #login-form, #header .navbar #emailSignup .signupFormHolder #search-form, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder {
    top: 75px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #header .navbar #emailSignup .signupFormHolder #login-form, #header .navbar #emailSignup .signupFormHolder #search-form, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder {
    width: 400px;
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  #header .navbar #emailSignup .signupFormHolder #login-form, #header .navbar #emailSignup .signupFormHolder #search-form, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder {
    max-width: 100%;
  }
}
#header .navbar #emailSignup .signupFormHolder #login-form hr, #header .navbar #emailSignup .signupFormHolder #search-form hr, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder hr {
  display: block;
  position: relative;
  margin: 10px 0 !important;
}
#header .navbar #emailSignup .signupFormHolder #login-form .mobile-signup, #header .navbar #emailSignup .signupFormHolder #search-form .mobile-signup, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder .mobile-signup {
  margin: 10px 0 0;
  color: #a9aeb2;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  #header .navbar #emailSignup .signupFormHolder #login-form .mobile-signup, #header .navbar #emailSignup .signupFormHolder #search-form .mobile-signup, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder .mobile-signup {
    display: none;
  }
}
#header .navbar #emailSignup .signupFormHolder #login-form .mobile-signup a, #header .navbar #emailSignup .signupFormHolder #search-form .mobile-signup a, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder .mobile-signup a {
  color: #009bdf !important;
  text-decoration: none !important;
  font-weight: 300;
}
#header .navbar #emailSignup .signupFormHolder #login-form .facebook-signup, #header .navbar #emailSignup .signupFormHolder #search-form .facebook-signup, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder .facebook-signup {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #3B5998 !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
  outline: none !important;
  background: #3B5998 !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#header .navbar #emailSignup .signupFormHolder #login-form .facebook-signup i, #header .navbar #emailSignup .signupFormHolder #search-form .facebook-signup i, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder .facebook-signup i {
  margin-right: 10px;
}
#header .navbar #emailSignup .signupFormHolder #login-form input, #header .navbar #emailSignup .signupFormHolder #search-form input, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #d4d6d8;
  font-size: 14px !important;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
  outline: none !important;
}
#header .navbar #emailSignup .signupFormHolder #login-form input:first-child, #header .navbar #emailSignup .signupFormHolder #search-form input:first-child, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input:first-child {
  margin-top: 5px;
}
#header .navbar #emailSignup .signupFormHolder #login-form input::-webkit-input-placeholder, #header .navbar #emailSignup .signupFormHolder #search-form input::-webkit-input-placeholder, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input::-webkit-input-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #login-form input:-moz-placeholder, #header .navbar #emailSignup .signupFormHolder #search-form input:-moz-placeholder, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input:-moz-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #login-form input::-moz-placeholder, #header .navbar #emailSignup .signupFormHolder #search-form input::-moz-placeholder, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input::-moz-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #login-form input:-ms-input-placeholder, #header .navbar #emailSignup .signupFormHolder #search-form input:-ms-input-placeholder, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input:-ms-input-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #login-form input:focus, #header .navbar #emailSignup .signupFormHolder #search-form input:focus, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input:focus {
  border-color: #009bdf;
}
#header .navbar #emailSignup .signupFormHolder #login-form input[type=submit], #header .navbar #emailSignup .signupFormHolder #search-form input[type=submit], #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder input[type=submit] {
  border-color: #009bdf;
  background: #009bdf !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#header .navbar #emailSignup .signupFormHolder #login-form.open, #header .navbar #emailSignup .signupFormHolder #search-form.open, #header .navbar #emailSignup .signupFormHolder .iah_login_form_holder.open {
  display: block;
}
#header .navbar #emailSignup .signupFormHolder #search-form {
  overflow: hidden;
}
#header .navbar #emailSignup .signupFormHolder #search-form input {
  clear: none;
}
#header .navbar #emailSignup .signupFormHolder #search-form input::-webkit-input-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #search-form input:-moz-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #search-form input::-moz-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #search-form input:-ms-input-placeholder {
  color: #d4d6d8;
}
#header .navbar #emailSignup .signupFormHolder #search-form input[type=text] {
  width: 83% !important;
  margin-right: 2%;
  float: left;
}
#header .navbar #emailSignup .signupFormHolder #search-form input[type=submit] {
  width: 15% !important;
  float: right;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #header .navbar .navbar-collapse.in, #header .navbar .navbar-collapse.collapsing {
    background: #253646;
    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: #009bdf;
    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: #ffa400;
  }
  #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: #009bdf;
  }
  #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;
  }
}

#social-sidebar {
  position: fixed;
  z-index: 9999;
  left: -10px;
  top: 160px;
  padding: 15px 10px 15px 25px;
  background: #fff;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  -moz-box-shadow: 0 0 5px #777;
  -o-box-shadow: 0 0 5px #777;
  -ms-box-shadow: 0 0 5px #777;
}
@media (max-width: 991px) {
  #social-sidebar {
    display: none;
  }
}
#social-sidebar:hover {
  left: 0px;
}
#social-sidebar a {
  display: block;
  float: none;
  position: relative;
  background: none !important;
  font-size: 20px;
  margin-bottom: 15px;
}
#social-sidebar a.not-focus {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#social-sidebar a:last-child {
  margin-bottom: 0;
}
#social-sidebar a i.fa-twitter {
  color: #1da1f2 !important;
}
#social-sidebar a i.fa-x-twitter {
  color: #000 !important;
}
#social-sidebar a i.fa-facebook {
  color: #3B5998 !important;
}
#social-sidebar a i.fa-youtube {
  color: #ff0000 !important;
}

/*****************************/
.breadcrumb {
  display: none !important;
}

#pageHeadImg {
  padding: 50px 0;
  max-height: none !important;
  min-height: 0 !important;
}
#pageHeadImg .attachment-post-thumbnail.wp-post-image {
  display: none;
}
#pageHeadImg .textHolder {
  position: relative !important;
  margin-top: 120px;
}
@media (max-width: 767px) {
  #pageHeadImg .textHolder {
    margin-top: 50px;
  }
}
#pageHeadImg .textHolder > div .featured-title {
  font-weight: 300;
  font-size: 45px;
}
@media (max-width: 991px) {
  #pageHeadImg .textHolder > div .featured-title {
    text-align: center;
  }
}
#pageHeadImg .textHolder > div .featured-title p {
  display: inherit;
}
#pageHeadImg .textHolder > div .featured-subtitle {
  margin: 0;
}
@media (max-width: 991px) {
  #pageHeadImg .textHolder > div .featured-subtitle {
    text-align: center;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle span {
  color: #fff;
}
#pageHeadImg .textHolder > div .featured-subtitle p {
  display: block;
  line-height: 1.75em;
  margin: 0;
}
@media (max-width: 991px) {
  #pageHeadImg .textHolder > div .featured-subtitle h2, #pageHeadImg .textHolder > div .featured-subtitle h3, #pageHeadImg .textHolder > div .featured-subtitle h4, #pageHeadImg .textHolder > div .featured-subtitle h5, #pageHeadImg .textHolder > div .featured-subtitle h6, #pageHeadImg .textHolder > div .featured-subtitle p, #pageHeadImg .textHolder > div .featured-subtitle a {
    text-align: center;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle h1 {
  font-size: 50px;
  font-weight: bolder;
  margin-top: 0;
}
@media (max-width: 600px) {
  #pageHeadImg .textHolder > div .featured-subtitle h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  #pageHeadImg .textHolder > div .featured-subtitle h1 {
    text-align: center;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle h1.extra-large {
  font-size: 95px;
}
@media (max-width: 1199px) {
  #pageHeadImg .textHolder > div .featured-subtitle h1.extra-large {
    font-size: 75px;
  }
}
@media (max-width: 600px) {
  #pageHeadImg .textHolder > div .featured-subtitle h1.extra-large {
    font-size: 45px;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle h1.text-center {
  text-align: center;
}
#pageHeadImg .textHolder > div .featured-subtitle h1.text-uppercase {
  text-transform: uppercase !important;
}
#pageHeadImg .textHolder > div .featured-subtitle h1.text-shadow {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#pageHeadImg .textHolder > div .featured-subtitle .pre-title {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #pageHeadImg .textHolder > div .featured-subtitle .pre-title {
    font-size: 18px;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block {
  background: #fff;
  box-shadow: 0 5px 15px #777;
  -webkit-box-shadow: 0 5px 15px #777;
  -moz-box-shadow: 0 5px 15px #777;
  -o-box-shadow: 0 5px 15px #777;
  -ms-box-shadow: 0 5px 15px #777;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .or {
  text-align: center;
  margin-bottom: 10px;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .or:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  left: 0;
  top: 7px;
  background: #d4d6d8;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .or:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  right: 0;
  top: 7px;
  background: #d4d6d8;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .featured-text {
  background: #ffa400;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 30px;
  margin: 0;
  line-height: 25px;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner {
  padding: 30px;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form {
  max-width: 100%;
  width: 100%;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form[data-campaign_id=home_head_signup] {
  margin-bottom: 10px !important;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form .validation_error {
  font-size: 14px;
  text-align: center;
  color: #253746;
  margin-bottom: 10px;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form input {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  #pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form .form_input_field[data-field_id=email] {
    width: 75%;
    display: inline-block;
    float: left;
    padding-right: 10px;
  }
  #pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form .form_input_field[data-field_id=zip] {
    width: 25%;
    display: inline-block;
    float: right;
  }
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block .form-block-inner form .row {
  clear: both;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block h6 {
  color: #a9aeb2;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block h6 a {
  font-weight: 300;
  color: #009bdf !important;
  text-decoration: none !important;
}
#pageHeadImg .textHolder > div .featured-subtitle .form-block h6#sign-in-below strong {
  font-weight: 300 !important;
  color: #009bdf !important;
  cursor: pointer !important;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block {
  padding: 0 !important;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block .text-post-wrapper {
  box-shadow: 0 5px 15px #777;
  -webkit-box-shadow: 0 5px 15px #777;
  -moz-box-shadow: 0 5px 15px #777;
  -o-box-shadow: 0 5px 15px #777;
  -ms-box-shadow: 0 5px 15px #777;
  padding: 20px 15px;
  background: #fff;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block .text-post-wrapper .img-caption {
  color: #a9aeb2 !important;
  margin-top: 0;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block .text-post-wrapper h3 {
  margin-top: 0;
  color: #ffa400;
  font-weight: 900;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block .text-post-wrapper p {
  color: #666;
  line-height: 23px;
  margin-bottom: 25px;
}
#pageHeadImg .textHolder > div .featured-subtitle #form-issue-block .issue-text-block .text-post-wrapper .btn-clear {
  background: #fff;
  color: #009bdf !important;
  border-radius: 2px;
  box-shadow: none !important;
  border: 2px solid #009bdf !important;
  padding: 10.5px 18px;
  font-size: 13px;
  font-weight: bold;
}

/*****************************/
.page .page-header {
  border: none;
}
/*****************************/
#content .iah_campaign_content li {
  color: #253746;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 300;
}
#content .iah_campaign_content h3 {
  background: none !important;
  color: #253746 !important;
  padding: 0 !important;
}

.page-template-section-page-php .homepage-section, .page-template-general-page .homepage-section {
  padding: 70px 0 70px 0;
}
@media (max-width: 991px) {
  .page-template-section-page-php .homepage-section, .page-template-general-page .homepage-section {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 650px) {
  .page-template-section-page-php .homepage-section, .page-template-general-page .homepage-section {
    text-align: center;
  }
}
.page-template-section-page-php .homepage-section .sectionOverlay, .page-template-section-page-php .homepage-section .sectionImage, .page-template-general-page .homepage-section .sectionOverlay, .page-template-general-page .homepage-section .sectionImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-template-section-page-php .homepage-section .sectionImage, .page-template-general-page .homepage-section .sectionImage {
  transition: none;
  background-size: cover;
  behavior: url(/wp-content/themes/imge-framework/imge-custom/inc/compatability/backgroundsize.htc) \9 ;
  _behavior: none;
  background-position: 50%;
  background-position: 50% 0;
  background-attachment: fixed;
}
.page-template-section-page-php .homepage-section .container h1, .page-template-general-page .homepage-section .container h1 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.page-template-section-page-php .homepage-section .container .section-title, .page-template-general-page .homepage-section .container .section-title {
  margin-bottom: 50px;
}
.page-template-section-page-php .homepage-section .container h2, .page-template-general-page .homepage-section .container h2 {
  margin-bottom: 20px;
}
.page-template-section-page-php .homepage-section .container p, .page-template-general-page .homepage-section .container p {
  font-weight: 200;
  line-height: 1.75em;
}
.page-template-section-page-php .homepage-section .container a, .page-template-general-page .homepage-section .container a {
  color: #009bdf;
}
.page-template-section-page-php .homepage-section .container iframe, .page-template-section-page-php .homepage-section .container .mga_video, .page-template-general-page .homepage-section .container iframe, .page-template-general-page .homepage-section .container .mga_video {
  margin: 0 0 20px !important;
}

/*****************************/
#footer {
  padding: 40px 0;
  overflow-x: hidden;
  border-top: 1px solid #d4d6d8;
  background: #fff !important;
}
#footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#footer #footer-wrapper {
  margin: auto;
}
#footer #footer-wrapper > div {
  padding: 40px 0;
}
@media (max-width: 992px) {
  #footer #footer-wrapper > div {
    min-height: 1px;
  }
}
#footer #footer-wrapper > div:last-child {
  padding-top: 0;
}
#footer #footer-wrapper .acquisition-text p {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  #footer #footer-wrapper .acquisition-text p {
    text-align: center;
    padding: 0 15px;
  }
}
#footer #footer-wrapper .copyright {
  color: #a9aeb2;
  font-size: 12px;
}
@media (min-width: 992px) {
  #footer #footer-wrapper .copyright.text-right {
    text-align: right !important;
  }
}
#footer #footer-wrapper .copyright a {
  color: #a9aeb2 !important;
}
#footer #footer-wrapper .copyright .sub-footer-menu {
  margin-top: 20px;
}
#footer #footer-wrapper .copyright .sub-footer-menu a {
  color: #253746;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
#footer #footer-wrapper .copyright .sub-footer-menu a:first-child {
  margin-right: 20px;
}
#footer #footer-wrapper .footer-navWrap {
  padding: 0 0 10px;
  text-align: right;
}
#footer #footer-wrapper .footer-navWrap .footer-menu {
  padding: 0;
}
@media (max-width: 991px) {
  #footer #footer-wrapper .footer-navWrap .footer-menu {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #footer #footer-wrapper .footer-navWrap .footer-menu li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}
#footer #footer-wrapper .footer-navWrap .footer-menu li a {
  color: #009bdf;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}
#footer #footer-wrapper .footer-navWrap .footer-menu .sub-menu {
  display: none;
}
#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_5, #gform_wrapper_4, #gform_wrapper_1 {
  max-width: 100%;
  text-align: right;
  padding-top: 8px;
  margin: 10px 0;
}
#gform_wrapper_5 form > div, #gform_wrapper_4 form > div, #gform_wrapper_1 form > div {
  display: inline-block;
  vertical-align: top;
}
#gform_wrapper_5 label.gfield_label + div.ginput_container, #gform_wrapper_4 label.gfield_label + div.ginput_container, #gform_wrapper_1 label.gfield_label + div.ginput_container {
  margin-top: 0;
}
#gform_wrapper_5 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_1 .gform_heading {
  width: 34%;
  padding: 0 10px;
  line-height: 2.5 !important;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #gform_wrapper_5 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_1 .gform_heading {
    display: none;
  }
}
#gform_wrapper_5 .gform_heading span, #gform_wrapper_4 .gform_heading span, #gform_wrapper_1 .gform_heading span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 9px 0;
}
#gform_wrapper_5 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_1 .gform_body {
  width: 50%;
}
#gform_wrapper_5 .gform_body .gfield, #gform_wrapper_4 .gform_body .gfield, #gform_wrapper_1 .gform_body .gfield {
  margin-top: 0;
}
@media (max-width: 992px) {
  #gform_wrapper_5 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_1 .gform_body {
    width: 77%;
  }
}
#gform_wrapper_5 form, #gform_wrapper_4 form, #gform_wrapper_1 form {
  text-align: right;
}
#gform_wrapper_5 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_1 .gform_footer {
  padding: 0;
  margin: 0;
  width: 14%;
  display: inline-block;
}
@media (max-width: 992px) {
  #gform_wrapper_5 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_1 .gform_footer {
    width: 21%;
  }
}
#gform_wrapper_5 .gform_footer input, #gform_wrapper_4 .gform_footer input, #gform_wrapper_1 .gform_footer input {
  padding: 16px;
  width: 100%;
  border: none;
  background-color: #009bdf;
  color: #FFF;
}
#gform_wrapper_5 ul li input, #gform_wrapper_4 ul li input, #gform_wrapper_1 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_5 ul li input::-webkit-input-placeholder, #gform_wrapper_4 ul li input::-webkit-input-placeholder, #gform_wrapper_1 ul li input::-webkit-input-placeholder {
  color: #FFF;
}
#gform_wrapper_5 ul li input:-moz-placeholder, #gform_wrapper_4 ul li input:-moz-placeholder, #gform_wrapper_1 ul li input:-moz-placeholder {
  color: #FFF;
}
#gform_wrapper_5 ul li input::-moz-placeholder, #gform_wrapper_4 ul li input::-moz-placeholder, #gform_wrapper_1 ul li input::-moz-placeholder {
  color: #FFF;
}
#gform_wrapper_5 ul li input:-ms-input-placeholder, #gform_wrapper_4 ul li input:-ms-input-placeholder, #gform_wrapper_1 ul li input:-ms-input-placeholder {
  color: #FFF;
}
#gform_wrapper_5 input[type=submit], #gform_wrapper_4 input[type=submit], #gform_wrapper_1 input[type=submit] {
  background-color: #009bdf;
  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;
}

/*****************************/
/*****************************/
.wp-caption {
  border: 0;
  padding: 0;
}
.wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  padding: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #253746;
  opacity: 0.4;
}

.read-more {
  background: #009bdf;
  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=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;
}

.alert-warning {
  position: absolute;
  z-index: 99999;
  text-align: center;
  left: 0;
  right: 0;
  background: #009bdf;
  border: 0;
  color: #fff;
  border-radius: 0;
}
.alert-warning a {
  color: #fff !important;
}
.alert-warning a.alert-link {
  text-decoration: underline;
  font-weight: normal;
}

#nprogress .bar {
  background: #ffa400;
  height: 3px;
}
#nprogress .bar .peg {
  box-shadow: none !important;
}
#nprogress .spinner .spinner-icon {
  border-top-color: #ffa400;
  border-left-color: #ffa400;
}

.white-bg {
  background: #fff !important;
}

.gray-bg {
  background: #f4f5f6 !important;
}

.share-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  white-space: normal !important;
  border: 0 !important;
  padding: 12.5px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 650px) {
  .share-btn {
    display: block;
    margin-left: 0 !important;
  }
}
.share-btn ~ .share-btn {
  margin-left: 15px;
}
.share-btn.facebook {
  background: #3B5998 !important;
}
.share-btn.twitter {
  background: #1da1f2 !important;
}
.share-btn:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}

.btn {
  text-transform: uppercase;
  white-space: normal !important;
}
.btn.btn-blue {
  background: #009bdf;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: none !important;
  border: 0 !important;
  padding: 12.5px 20px;
  font-size: 13px;
  font-weight: bold;
}
.btn.btn-blue:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
.btn.btn-clear:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
.btn.no-style {
  padding: 0 !important;
  display: inline !important;
  background: none !important;
  color: #009bdf !important;
  text-transform: none !important;
}
.btn.btn-facebook-signup {
  background: #3B5998 !important;
  border-color: #3B5998 !important;
  color: #fff !important;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.btn.btn-facebook-signup:before {
  content: "\f09a";
  margin-right: 10px;
  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;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}
h2.section-title {
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  h2.section-title {
    text-align: center;
  }
}
@media (max-width: 650px) {
  h2.section-title {
    margin-bottom: 40px;
  }
}

h4 {
  line-height: 25px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .row.equalHeight {
    display: block;
  }
}
.row.equalHeight .align-middle {
  vertical-align: middle !important;
}

.block-quote {
  padding: 5px 20px;
  border-left: 1px solid #a9aeb2;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-quote h1:first-child, .block-quote h2:first-child, .block-quote h3:first-child, .block-quote h4:first-child {
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 991px) {
  .block-quote h1:first-child, .block-quote h2:first-child, .block-quote h3:first-child, .block-quote h4:first-child {
    font-size: 20px;
    line-height: 28px;
  }
}
.block-quote h5:last-child, .block-quote h6:last-child {
  font-size: 14px;
  color: #a9aeb2;
  font-weight: 300;
}

@media (max-width: 991px) {
  .homepage-section .row.equalHeight {
    display: block;
  }
}
.homepage-section .row.equalHeight .align-middle {
  vertical-align: middle !important;
}
.homepage-section.light-bg .section-title {
  color: #253746;
}
.homepage-section.dark-bg .section-title {
  color: #fff !important;
}
.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, .homepage-section.dark-bg p, .homepage-section.dark-bg a {
  color: #fff;
}
.homepage-section.no-padding-top {
  padding-top: 0;
}
.homepage-section.no-padding-bottom {
  padding-bottom: 0;
}
.homepage-section#header-facts {
  padding: 25px 0;
  background-color: #ffa400;
}
@media (min-width: 992px) {
  .homepage-section#header-facts .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
  }
  .homepage-section#header-facts .row .fact-block, .homepage-section#header-facts .row .align-middle {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
.homepage-section#header-facts .fact-block img {
  margin: 0;
}
.homepage-section#header-facts .fact-block p {
  margin: 0;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .homepage-section#header-facts .fact-block p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .homepage-section#header-facts .fact-block {
    text-align: center;
  }
  .homepage-section#header-facts .fact-block img {
    float: none;
    margin: 0 auto 10px;
  }
  .homepage-section#header-facts .fact-block p {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 25px;
  }
}
@media (max-width: 991px) {
  .homepage-section#blog .featured-post {
    margin-bottom: 50px;
  }
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper {
  padding: 40px 30px;
  padding-top: 250px;
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent, transparent);
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper .featured-post-date {
  color: #fff;
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper .featured-post-date a {
  color: #fff !important;
  font-weight: 300;
  text-decoration: none !important;
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
  text-decoration: none !important;
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper h3 a {
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
  text-decoration: none !important;
}
.homepage-section#blog .featured-post .featured-post-bg .blog-post-wrapper p {
  color: #fff;
}
.homepage-section#blog .featured-post .featured-post-bg.no-bg-img .blog-post-wrapper {
  padding-top: 0px;
}
.homepage-section#blog .blog-post-wrapper .featured-post-date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.homepage-section#blog .blog-post-wrapper h3 {
  font-size: 18px;
  margin-top: 0 !important;
  font-weight: bold;
}
.homepage-section#blog .blog-post-wrapper h3 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
}
.homepage-section#blog .blog-post-wrapper .read-more {
  display: none !important;
  text-decoration: none !important;
}
.homepage-section#blog .blog-post-wrapper .read-more-btn {
  font-weight: bold;
  text-transform: uppercase;
  color: #009bdf !important;
  text-decoration: none !important;
}
.homepage-section#blog .post_wrap .blog-post-wrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d6d8;
  margin-bottom: 20px;
}
.homepage-section#blog .post_wrap .blog-post-wrapper .featured-post-date {
  color: #a9aeb2;
}
.homepage-section#blog .post_wrap .blog-post-wrapper .featured-post-date a {
  color: #a9aeb2 !important;
  font-weight: 300;
}
.homepage-section#blog .post_wrap .blog-post-wrapper h3 {
  color: #ffa400 !important;
}
.homepage-section#blog .post_wrap .blog-post-wrapper h3 a {
  color: #ffa400 !important;
}
.homepage-section#blog .post_wrap .blog-post-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.homepage-section#issues-section {
  background: #ffa400 !important;
}
.homepage-section#issues-section .equalHeight {
  margin-bottom: 75px;
}
.homepage-section#issues-section .equalHeight:last-child {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .homepage-section#issues-section .equalHeight {
    display: block !important;
  }
}
.homepage-section#issues-section .equalHeight .issue-text-block {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .homepage-section#issues-section .equalHeight .issue-text-block.pad-right {
    padding-right: 100px !important;
  }
  .homepage-section#issues-section .equalHeight .issue-text-block.pad-left {
    padding-left: 100px !important;
  }
}
.homepage-section#issues-section .equalHeight .issue-text-block h3 {
  font-weight: bolder;
  margin-bottom: 30px;
}
.homepage-section#issues-section .equalHeight .issue-text-block .btn {
  margin-top: 20px;
}
.homepage-section#issues-section .equalHeight .issue-image-block * {
  text-decoration: none !important;
}
.homepage-section#issues-section .equalHeight .issue-image-block:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
.homepage-section#issues-section .equalHeight .issue-image-block .issue-post-wrapper .issue-post-content-wrapper {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 15px #777;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  -o-box-shadow: 0 0 15px #777;
  -ms-box-shadow: 0 0 15px #777;
  border-radius: 0 0 3px 3px;
}
.homepage-section#issues-section .equalHeight .issue-image-block .issue-post-wrapper .issue-post-content-wrapper h6 {
  letter-spacing: 1px;
  margin: 0;
  color: #a9aeb2;
  font-weight: 300;
}
.homepage-section#issues-section .equalHeight .issue-image-block .issue-post-wrapper .issue-post-content-wrapper h5 {
  color: #253746;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 20px;
}
.homepage-section#issues-section .equalHeight .issue-image-block .issue-post-wrapper .issue-post-content-wrapper .btn.btn-clear {
  color: #009bdf !important;
  font-weight: bold;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.homepage-section#issues-section .equalHeight .issue-image-block .issue-post-wrapper .issue-post-content-wrapper .btn.btn-clear:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
.homepage-section#our-community .icon-block img {
  width: 75px;
  max-width: 100%;
  margin-bottom: 30px;
}
.homepage-section#our-community h3 {
  margin: 0;
  line-height: 35px;
  font-weight: bold;
}
.homepage-section#our-community p {
  margin: 30px 0 0;
}
.homepage-section#join-the-community, .homepage-section#join-community-community-page {
  border-top: 1px solid #d4d6d8;
  margin-top: 50px;
}
.homepage-section#join-the-community .form-block form .zip-input, .homepage-section#join-community-community-page .form-block form .zip-input {
  float: right;
}
.homepage-section#join-the-community .form-block form .email-input, .homepage-section#join-community-community-page .form-block form .email-input {
  clear: none;
  display: inline-block;
  width: 75% !important;
  max-width: 75% !important;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .homepage-section#join-the-community .form-block form .email-input, .homepage-section#join-community-community-page .form-block form .email-input {
    padding: 0;
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}
@media (min-width: 768px) {
  .homepage-section#join-the-community .form-block form .form_input_field, .homepage-section#join-community-community-page .form-block form .form_input_field {
    float: left;
    width: 70% !important;
    max-width: 70% !important;
    padding-right: 15px;
  }
  .homepage-section#join-the-community .form-block form .form_input_field[data-field_name=ZIP], .homepage-section#join-community-community-page .form-block form .form_input_field[data-field_name=ZIP] {
    width: 30% !important;
    max-width: 30% !important;
    padding-right: 0px;
  }
}
.homepage-section#join-the-community .form-block form .row, .homepage-section#join-community-community-page .form-block form .row {
  clear: both;
}
.homepage-section#join-the-community .form-block form .form-footer, .homepage-section#join-community-community-page .form-block form .form-footer {
  clear: both;
  float: none;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.homepage-section#join-the-community .form-block .or, .homepage-section#join-community-community-page .form-block .or {
  text-align: center;
  margin-bottom: 20px;
  color: #a9aeb2 !important;
  font-size: 14px !important;
  font-weight: 300;
}
.homepage-section#join-the-community .form-block .or:before, .homepage-section#join-community-community-page .form-block .or:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  left: 0;
  top: 7px;
  background: #d4d6d8;
}
.homepage-section#join-the-community .form-block .or:after, .homepage-section#join-community-community-page .form-block .or:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  right: 0;
  top: 7px;
  background: #d4d6d8;
}

form .form_input_field.not_filled input, form .form_input_field.not_filled textarea, form .form_input_field.not_filled select {
  border-color: #af1f24 !important;
}

.form-block h6 {
  clear: both;
}
.form-block .campaign h4 {
  display: none;
}
.form-block form {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.form-block form input {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  clear: both;
  outline: none !important;
}
.form-block form input:focus {
  border-color: #009bdf;
}
.form-block form input::-webkit-input-placeholder {
  color: #d4d6d8;
}
.form-block form input:-moz-placeholder {
  color: #d4d6d8;
}
.form-block form input::-moz-placeholder {
  color: #d4d6d8;
}
.form-block form input:-ms-input-placeholder {
  color: #d4d6d8;
}
.form-block form input.form-submit-btn {
  color: #fff !important;
  background: #009bdf;
  border-color: #009bdf;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.form-block form label {
  display: none;
}
.form-block form .campaign_submit {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #fff !important;
  background: #009bdf;
  border-color: #009bdf;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.form-block form .zip-input {
  clear: none;
  display: inline-block;
  width: 25% !important;
  max-width: 25% !important;
  float: left;
}
@media (max-width: 767px) {
  .form-block form .zip-input {
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}
.form-block form .form-footer {
  padding-left: 15px;
  clear: none;
  display: inline-block;
  width: 75% !important;
  max-width: 75% !important;
  float: right;
}
@media (max-width: 767px) {
  .form-block form .form-footer {
    display: block;
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.well {
  background: #fff;
  border-radius: 2px;
  padding: 15px 35px;
  box-shadow: 0 0 25px #ddd;
  -webkit-box-shadow: 0 0 25px #ddd;
  -moz-box-shadow: 0 0 25px #ddd;
  -o-box-shadow: 0 0 25px #ddd;
  -ms-box-shadow: 0 0 25px #ddd;
  margin-bottom: 50px;
  border: 0 !important;
}
@media (max-width: 767px) {
  .well {
    text-align: center;
  }
}
.well h4 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.well .widget-title {
  margin: 0;
  color: #ffa400;
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .well .widget-title {
    text-align: center;
  }
}
.well ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.well ul li {
  margin: 20px 0 !important;
}
.well ul li.cat-item-21, .well ul li.cat-item-22 {
  display: none !important;
}
.well ul li a {
  padding: 0;
  font-size: 16px;
  color: #253746 !important;
  font-weight: 300;
}
.well ul li a:hover {
  text-decoration: underline;
  color: #009bdf !important;
}
.well .or {
  text-align: center;
  margin-bottom: 20px;
  color: #a9aeb2 !important;
  font-size: 14px !important;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.well .or:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  left: 0;
  top: 7px;
  background: #d4d6d8;
}
.well .or:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  right: 0;
  top: 7px;
  background: #d4d6d8;
}
.well .facebook-signup {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #3B5998 !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
  outline: none !important;
  background: #3B5998 !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.well .facebook-signup i {
  margin-right: 10px;
}
.well form {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.well form[data-campaign_id=home_head_signup] {
  margin-bottom: 0 !important;
}
.well form input {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  clear: both;
  outline: none !important;
}
.well form input:focus {
  border-color: #009bdf;
}
.well form input::-webkit-input-placeholder {
  color: #d4d6d8;
}
.well form input:-moz-placeholder {
  color: #d4d6d8;
}
.well form input::-moz-placeholder {
  color: #d4d6d8;
}
.well form input:-ms-input-placeholder {
  color: #d4d6d8;
}
.well form input.form-submit-btn {
  color: #fff !important;
  background: #009bdf;
  border-color: #009bdf;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  .well form .form_input_field[data-field_id=email] {
    width: 75%;
    display: inline-block;
    float: left;
    padding-right: 10px;
  }
  .well form .form_input_field[data-field_id=zip] {
    width: 25%;
    display: inline-block;
    float: right;
  }
}
.well form .row {
  clear: both;
}
.well form label {
  display: none;
}
.well form .campaign_submit {
  clear: both;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #fff !important;
  background: #009bdf;
  border-color: #009bdf;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.well form .zip-input {
  clear: none;
  display: inline-block;
  width: 25% !important;
  max-width: 25% !important;
  float: left;
}
@media (max-width: 767px) {
  .well form .zip-input {
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}
.well form .form-footer {
  padding-left: 15px;
  clear: none;
  display: inline-block;
  width: 75% !important;
  max-width: 75% !important;
  float: right;
}
@media (max-width: 767px) {
  .well form .form-footer {
    display: block;
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

body.home.iah_is_logged_in #wrapper {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  body.home.iah_is_logged_in #pageHeadImg .textHolder .extra-large {
    font-size: 75px;
  }
}
body.home #pageHeadImg {
  background-size: 80% auto !important;
  background-position: 0% 0% !important;
  padding-bottom: 0 !important;
  min-height: 670px !important;
  max-height: none !important;
  overflow: visible;
}
@media (max-width: 991px) {
  body.home #pageHeadImg {
    background-size: 115% auto !important;
  }
}
@media (max-width: 991px) {
  body.home #pageHeadImg {
    background-size: 135% auto !important;
  }
}
@media (max-width: 650px) {
  body.home #pageHeadImg {
    background-position: center !important;
    background-size: cover !important;
    min-height: 0px !important;
  }
  body.home #pageHeadImg .textHolder .extra-large {
    margin-bottom: 50px;
  }
}
body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .sep, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons a, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span {
  color: #009bdf !important;
}
@media (max-width: 991px) {
  body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .sep, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons a, body.home #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a span {
    color: #fff !important;
  }
}
body.home .homepage-section#join-the-community {
  margin-top: 0px;
  border: 0 !important;
}

.about-page .homepage-section#join-community-community-page {
  margin-top: 0px;
  border: 0 !important;
}

.wp-pagenavi {
  margin: 75px 0 100px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    text-align: center;
  }
}
.wp-pagenavi .current {
  background: #009bdf;
  color: #fff;
  font-weight: normal !important;
}
.wp-pagenavi span, .wp-pagenavi .page {
  padding: 5px 7.5px;
  margin: 10px 5px;
  border: 0 !important;
  color: #253746;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  padding: 15px 20px;
  border: 1px solid #009bdf !important;
  color: #009bdf !important;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.page-template-blog-excerpt #wrapper {
  margin-top: 50px;
}

#content-blog .excerpt-post {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #content-blog .excerpt-post {
    text-align: center;
  }
}
#content-blog .excerpt-post:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
#content-blog .excerpt-post .featured-img-container {
  height: 250px;
  display: block;
  width: 100%;
}
#content-blog .excerpt-post .post-textHolder {
  padding: 20px;
  box-shadow: 0 0 15px #aaa;
  -webkit-box-shadow: 0 0 15px #aaa;
  -moz-box-shadow: 0 0 15px #aaa;
  -o-box-shadow: 0 0 15px #aaa;
  -ms-box-shadow: 0 0 15px #aaa;
}
#content-blog .excerpt-post .post-textHolder .post-author-meta {
  font-size: 15px;
  color: #a9aeb2;
  margin-bottom: 20px;
  font-weight: 300;
}
#content-blog .excerpt-post .post-textHolder h2 {
  font-weight: 900;
  font-size: 30px;
  color: #253746;
  margin-top: 0;
}
#content-blog .excerpt-post .post-textHolder h2 a {
  font-weight: 900;
  color: #253746 !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #content-blog .excerpt-post .post-textHolder h2 {
    font-size: 23px;
    text-align: center;
    line-height: 30px;
  }
}
#content-blog .excerpt-post .post-textHolder p {
  font-weight: 300;
  line-height: 23px;
}
#content-blog .excerpt-post .post-textHolder .read-more {
  display: none !important;
}
#content-blog .excerpt-post .post-textHolder .btn-clear {
  padding: 12.5px 0;
  font-weight: 900;
  color: #009bdf !important;
}
#content-blog .excerpt-post .post-textHolder .btn-clear:hover {
  text-decoration: underline !important;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
}
#content-blog .excerpt-post .post-textHolder .post-footerHolder {
  overflow: hidden;
}
#content-blog .excerpt-post .post-textHolder .post-footerHolder .post-date {
  padding: 10px 0px;
  font-size: 15px;
  color: #a9aeb2;
  font-weight: 300;
  display: inline-block;
}
@media (max-width: 767px) {
  #content-blog .excerpt-post .post-textHolder .post-footerHolder .post-date {
    text-align: center;
    display: block;
  }
}
#content-blog .excerpt-post .post-textHolder .post-footerHolder .post-categories {
  float: right;
}
@media (max-width: 767px) {
  #content-blog .excerpt-post .post-textHolder .post-footerHolder .post-categories {
    text-align: center;
    float: none;
  }
  #content-blog .excerpt-post .post-textHolder .post-footerHolder .post-categories a {
    margin: 10px 7.5px !important;
  }
}
#content-blog .excerpt-post .post-textHolder .post-footerHolder .post-categories a {
  display: inline-block;
  position: relative;
  background: #d4d6d8;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: 300;
  color: #a9aeb2 !important;
  text-decoration: none !important;
  text-decoration: none !important;
}
#content-blog .excerpt-post .post-textHolder .post-footerHolder .post-categories a:last-child {
  margin-right: 0;
}

body.single-post #back-to-posts {
  opacity: 0;
  display: none;
  z-index: 99999;
  position: fixed;
  background: #009bdf;
  padding: 10px;
  border-radius: 5px;
  bottom: 20px;
  right: 25px;
  cursor: pointer;
  font-size: 12px;
  color: #fff !important;
}
@-webkit-keyframes animateUp {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  10% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@keyframes animateUp {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  10% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes animatedown {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
}
@keyframes animatedown {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
}
body.single-post #back-to-posts.is_visible {
  opacity: 1;
  display: block;
  animation: animateUp 0.5s alternate;
  -webkit-animation: animateUp 0.5s alternate;
  -moz-animation: animateUp 0.5s alternate;
  -o-animation: animateUp 0.5s alternate;
  -ms-animation: animateUp 0.5s alternate;
}
body.single-post #scroll-top {
  opacity: 0;
  display: none;
  z-index: 99999;
  position: fixed;
  background: #009bdf;
  padding: 6.6px 10px;
  border-radius: 50%;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
}
@keyframes animateUp {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  10% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@keyframes animatedown {
  0% {
    opacity: 0;
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
}
body.single-post #scroll-top .fa {
  color: #fff;
}
body.single-post #scroll-top.is_visible {
  opacity: 1;
  display: block;
  animation: animateUp 0.5s alternate;
  -webkit-animation: animateUp 0.5s alternate;
  -moz-animation: animateUp 0.5s alternate;
  -o-animation: animateUp 0.5s alternate;
  -ms-animation: animateUp 0.5s alternate;
}
body.single-post #social-sidebar {
  display: none !important;
}
body.single-post.navbar-open-class {
  position: fixed;
  width: 100%;
}
body.single-post.navbar-open-class .post-meta-container {
  z-index: 99 !important;
}
body.single-post .pageHeadImg {
  background-color: #253746;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
body.single-post .pageHeadImg .ie8-background {
  display: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body.single-post .pageHeadImg .ie8-background img {
  width: 100% !important;
}
body.single-post .pageHeadImg .sectionTextOverlay {
  padding: 50px 0 80px;
  background: rgba(0, 0, 0, 0.5);
}
body.single-post .pageHeadImg .sectionTextOverlay .textHolder {
  margin-top: 90px;
}
body.single-post .pageHeadImg .sectionTextOverlay .textHolder h1 {
  font-size: 46px;
  font-weight: 900 !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
}
@media (max-width: 767px) {
  body.single-post .pageHeadImg .sectionTextOverlay .textHolder h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}
body.single-post #wrapper .pad-top {
  padding: 150px 0 0 0;
}
body.single-post #wrapper .post-wrapper.fixed .post-meta-container, body.single-post #wrapper .post-wrapper.fixed .sidebar-share {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.single-post #wrapper .post-info-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  body.single-post #wrapper .post-info-bar .equalHeight {
    display: table !important;
  }
}
body.single-post #wrapper .post-info-bar .post-meta-container {
  background: #fff;
  border-bottom: 1px solid #d4d6d8;
  z-index: 999;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta h5 {
  font-weight: 300;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta h5.post-author {
  margin-top: 0;
  color: #253746;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta h5.post-publish-date {
  margin: 0;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social {
  text-align: right;
}
@media (min-width: 992px) {
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social {
    display: none;
  }
}
@media (max-width: 767px) {
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social {
    text-align: center;
    margin-top: 10px;
  }
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li div {
    display: none !important;
  }
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li a {
    margin: 0 7.5px !important;
  }
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li a {
  margin-right: 15px;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li a i {
  font-size: 20px;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li a i.fa-facebook {
  color: #3B5998 !important;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li a i.fa-twitter {
  color: #1da1f2 !important;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .mobile-social ul li div {
  font-size: 14px;
  margin-right: 10px;
  line-height: 20px;
  font-weight: 300;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories {
  text-align: right !important;
}
@media (max-width: 767px) {
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories {
    text-align: center !important;
  }
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories a {
    font-size: 10px !important;
    padding: 5px 7.5px !important;
    margin-right: 5px !important;
    font-weight: 300;
  }
  body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories a:last-child {
    margin-right: 0;
  }
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories a {
  display: inline-block;
  position: relative;
  background: #d4d6d8;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 3px;
  color: #a9aeb2 !important;
  text-decoration: none !important;
  font-weight: 300;
}
body.single-post #wrapper .post-info-bar .post-meta-container .post-meta .post-categories a:last-child {
  margin-right: 0;
}
body.single-post #wrapper .post-info-bar .sidebar-share {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
@media (max-width: 991px) {
  body.single-post #wrapper .post-info-bar .sidebar-share {
    display: none !important;
  }
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share {
  z-index: 999;
  padding-bottom: 20px;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share h6 {
  color: #a9aeb2;
  font-weight: 300;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 25px;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 20px 0;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share ul li a {
  font-size: 20px;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share ul li a i.fa-facebook {
  color: #3B5998 !important;
}
body.single-post #wrapper .post-info-bar .sidebar-share .social-share ul li a i.fa-twitter {
  color: #1da1f2 !important;
}
body.single-post #wrapper .content {
  z-index: 99;
  max-width: 100%;
  margin-bottom: 50px;
}
body.single-post #wrapper .content div {
  font-size: 15px;
  line-height: 25px;
  max-width: 100%;
}
body.single-post #wrapper .content img {
  max-width: 100%;
}
body.single-post #wrapper .content p {
  max-width: 100%;
}
body.single-post #wrapper .content p em {
  font-weight: inherit !important;
  color: inherit !important;
}
body.single-post #wrapper .content li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 300;
}
body.single-post #wrapper .content .block-quote {
  padding: 5px 20px;
  border-left: 1px solid #a9aeb2;
  margin-top: 40px;
  margin-bottom: 100px;
}
body.single-post #wrapper .content .block-quote h1, body.single-post #wrapper .content .block-quote h2, body.single-post #wrapper .content .block-quote h3, body.single-post #wrapper .content .block-quote h4 {
  max-width: 100%;
}
body.single-post #wrapper .content .block-quote h1:first-child, body.single-post #wrapper .content .block-quote h2:first-child, body.single-post #wrapper .content .block-quote h3:first-child, body.single-post #wrapper .content .block-quote h4:first-child {
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
body.single-post #wrapper .content .block-quote h5, body.single-post #wrapper .content .block-quote h6 {
  max-width: 100%;
}
body.single-post #wrapper .content .block-quote h5:last-child, body.single-post #wrapper .content .block-quote h6:last-child {
  font-size: 14px;
  color: #a9aeb2;
  font-weight: 300;
}
body.single-post #footer {
  margin-top: 200px;
}

body.iah_is_logged_in #join-the-community {
  display: none;
}
body.iah_is_logged_in #widgets2 {
  display: none;
}

body.thank-you #wrapper {
  margin-bottom: 0;
}

body.search #pageHeadImg, body.archive #pageHeadImg {
  background: #253746;
  margin-bottom: 50px;
}
body.search #pageHeadImg .textHolder, body.archive #pageHeadImg .textHolder {
  margin-top: 0;
}
body.search #pageHeadImg .textHolder .featured-title span, body.archive #pageHeadImg .textHolder .featured-title span {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 1px;
}
body.search #search-results, body.archive #search-results {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}
body.search .featured-title {
  display: block !important;
}
body.search .featured-subtitle {
  display: none !important;
}

@media (min-width: 992px) {
  body.generic #pageHeadImg .featured-title, body.generic #pageHeadImg .featured-subtitle {
    max-width: 65%;
  }
}
body.generic #wrapper {
  margin-bottom: 0;
}
body.generic #join-the-community {
  margin-top: 0;
}

body .registration-campaign form .row {
  clear: both;
}
body #wrapper .homepage-section #contact_form .form_row {
  clear: both !important;
}
body #wrapper .homepage-section #contact_form select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body #wrapper .homepage-section #contact_form textarea {
  min-height: 100px;
}
body #wrapper .homepage-section #contact_form input, body #wrapper .homepage-section #contact_form textarea {
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 10px !important;
  color: #253746 !important;
  background: #fff;
  border: 1px solid #d4d6d8 !important;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
}
body #wrapper .homepage-section #contact_form input:focus, body #wrapper .homepage-section #contact_form textarea:focus {
  border-color: #009bdf !important;
  outline: none;
}
body #wrapper .homepage-section #contact_form input::-webkit-input-placeholder, body #wrapper .homepage-section #contact_form textarea::-webkit-input-placeholder {
  color: #dfe1e2;
}
body #wrapper .homepage-section #contact_form input:-moz-placeholder, body #wrapper .homepage-section #contact_form textarea:-moz-placeholder {
  color: #dfe1e2;
}
body #wrapper .homepage-section #contact_form input::-moz-placeholder, body #wrapper .homepage-section #contact_form textarea::-moz-placeholder {
  color: #dfe1e2;
}
body #wrapper .homepage-section #contact_form input:-ms-input-placeholder, body #wrapper .homepage-section #contact_form textarea:-ms-input-placeholder {
  color: #dfe1e2;
}
body #wrapper .homepage-section #contact_form input select, body #wrapper .homepage-section #contact_form textarea select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body #wrapper .homepage-section #contact_form input select:focus, body #wrapper .homepage-section #contact_form textarea select:focus {
  border-color: #009bdf;
  outline: none;
}
body #wrapper .homepage-section #contact_form .radio_wrap_outer .radio_wrap input, body #wrapper .homepage-section #contact_form .radio_wrap_outer .radio_wrap label {
  display: inline-block;
  width: auto;
}
body #wrapper .homepage-section #contact_form .radio_wrap_outer .radio_wrap input {
  width: 25px;
}

@media (min-width: 992px) {
  body.page-template-general-page #pageHeadImg .featured-title, body.page-template-general-page #pageHeadImg .featured-subtitle {
    max-width: 65%;
  }
}
body.page-template-general-page .homepage-section.gray-bg {
  padding-bottom: 50px;
}
body.page-template-general-page .homepage-section#join-the-community {
  margin-top: 0;
}

#pageHeadImg .textHolder > div .featured-subtitle .form-block h6.form-privacy-policy {
  color: #a9aeb2;
  font-size: 12px;
  font-weight: 300;
  margin: 30px 0 0;
  text-align: left;
  line-height: 1.5;
}

.form-privacy-policy {
  color: #a9aeb2;
  font-size: 14px;
  font-weight: 300;
  margin: 30px 0 0;
  text-align: left;
  line-height: 1.5;
}

body.profile.edit .form-submit-wrapper .unsub-wrapper {
  display: none;
}

.ie8 body.single-post #wrapper .post-wrapper .pageHeadImg {
  background-size: 100% !important;
}
.ie8 body.single-post #wrapper .post-wrapper .pageHeadImg .ie8-background {
  display: block !important;
}

@media (max-width: 767px) {
  body.profile .epl {
    text-align: center;
  }
}
body.profile #social-sidebar {
  display: none !important;
}
body.profile #pageHeadImg {
  background: #126db5;
}
body.profile #pageHeadImg.noFImg .textHolder .featured-title {
  text-align: center;
}
@media (max-width: 767px) {
  body.profile #pageHeadImg {
    min-height: 210px !important;
  }
  body.profile #pageHeadImg .textHolder .featured-title {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
  }
}
body.profile #pageHeadImg .breadcrumb {
  display: none;
}
body.profile #pageHeadImg.noFImg {
  padding-top: 0;
  min-height: 275px;
}
body.profile #pageHeadImg .textHolder {
  padding-top: 50px;
}
@media (max-width: 767px) {
  body.profile #pageHeadImg .textHolder {
    padding-top: 81px;
  }
  body.profile #pageHeadImg .textHolder .featured-title {
    margin-top: 20px;
  }
}
body.profile #pageHeadImg .textHolder .featured-title span {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 1px;
}
body.profile #wrapper .info_msg {
  text-align: center;
  color: #253746;
  font-size: 16px;
  line-height: 23px;
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #d4d6d8;
}
body.profile #wrapper .info_msg a {
  color: #009bdf !important;
}
body.profile #wrapper .info_msg + form {
  display: none;
}
body.profile #wrapper .page-content #preference-wrapper {
  clear: both;
  margin-top: 20px;
}
body.profile #wrapper .page-content #preference-wrapper h6 {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
body.profile #wrapper .page-content .section-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content .section-title {
    padding-top: 75px;
  }
}
body.profile #wrapper .page-content section .preference-item {
  opacity: 0.7;
  background: #fff;
  padding: 0;
  cursor: pointer;
}
body.profile #wrapper .page-content section .preference-item span {
  color: #126db5;
  font-weight: bold;
}
body.profile #wrapper .page-content section .preference-item span.subscribe_action {
  display: inline;
  color: #126db5;
}
body.profile #wrapper .page-content section .preference-item span.subscribed_action {
  display: none;
  color: #126db5;
}
body.profile #wrapper .page-content section .preference-item span.subscribed_action:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
body.profile #wrapper .page-content section .preference-item span.unsubscribe_action {
  display: none;
  color: #af1f24;
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content section .preference-item .column {
    width: 100%;
    max-width: 100%;
  }
}
body.profile #wrapper .page-content section .preference-item:hover {
  opacity: 1;
}
body.profile #wrapper .page-content section .preference-item:hover .text-block {
  border-color: #126db5;
}
@media (min-width: 992px) {
  body.profile #wrapper .page-content section .preference-item .text-block .item-status {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
body.profile #wrapper .page-content section .preference-item .text-block .item-status .clearfix .checkbox-wrapper {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed {
  opacity: 1;
}
body.profile #wrapper .page-content section .preference-item.subscribed span.subscribe_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed span.subscribed_action {
  display: inline;
}
body.profile #wrapper .page-content section .preference-item.subscribed span.unsubscribe_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed.toggle:hover span.subscribe_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed.toggle:hover span.subscribed_action {
  display: inline;
}
body.profile #wrapper .page-content section .preference-item.subscribed.toggle:hover span.unsubscribe_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed.toggle:hover .text-block {
  border-color: #126db5;
}
body.profile #wrapper .page-content section .preference-item.subscribed:hover span.subscribe_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed:hover span.subscribed_action {
  display: none;
}
body.profile #wrapper .page-content section .preference-item.subscribed:hover span.unsubscribe_action {
  display: inline;
}
body.profile #wrapper .page-content section .preference-item.subscribed:hover .text-block {
  border-color: #af1f24;
}
body.profile #wrapper .page-content section .preference-item .text-block {
  border-radius: 3px;
  border: 2px solid #d4d6d8;
  padding: 20px;
}
body.profile #wrapper .page-content section .preference-item .text-block h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 992px) {
  body.profile #wrapper .page-content section .preference-item .text-block h3 {
    max-width: 85%;
  }
}
body.profile #wrapper .page-content section .preference-item .text-block p {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content section .form-submit-wrapper {
    display: block !important;
  }
  body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper {
    display: block !important;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body.profile #wrapper .page-content section .form-submit-wrapper .unsub-link-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content section .form-submit-wrapper .unsub-link-wrapper {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper {
    display: inline-block;
  }
}
body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper .unsubscribe-all .checkbox-all-wrapper {
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  outline: none !important;
}
body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper .unsubscribe-all .checkbox-all-wrapper.Selected {
  text-align: center;
}
body.profile #wrapper .page-content section .form-submit-wrapper .unsub-wrapper .unsubscribe-all .checkbox-all-wrapper.Selected:before {
  content: "\f00c";
  color: #009bdf;
  font-size: 22px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
}
@media (max-width: 991px) {
  body.profile #wrapper .page-content .form-submit-wrapper {
    display: block !important;
  }
}
@media (max-width: 767px) {
  body.profile #wrapper .page-content .form-submit-wrapper .unsub-link-wrapper {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper {
    display: block !important;
    text-align: center;
  }
  body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper label span {
    float: none !important;
    margin: 0 auto 25px;
    position: relative;
    display: block;
  }
}
body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper .unsubscribe-all label .checkbox-all-wrapper {
  background: #fff;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {
  body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper .unsubscribe-all label .checkbox-all-wrapper {
    float: none !important;
    margin: 0 auto;
  }
}
body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper .unsubscribe-all label span {
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
}
@media (max-width: 450px) {
  body.profile #wrapper .page-content .form-submit-wrapper .unsub-wrapper .unsubscribe-all label span {
    max-width: 85%;
    text-align: center;
  }
}
body.profile #wrapper .profile_page .fb_iframe_widget {
  float: left;
  margin-right: 5px;
}
body.profile #wrapper .profile_page #link_fb {
  display: inline-block;
  position: relative;
  line-height: 20px;
}
body.profile #wrapper .profile_page .profile_info_heading {
  border-bottom: 2px solid #dfe1e2;
  padding: 10px 0 0;
  margin-bottom: 15px !important;
  padding-bottom: 5px;
}
body.profile #wrapper .profile_page .profile_info_heading h4 {
  display: inline-block;
  margin: 0 20px 0 0;
}
body.profile #wrapper .profile_page .profile_info_heading a {
  display: none !important;
  font-size: 13px;
}
body.profile #wrapper .profile_page .profile_info div:not(.profile_info_heading) {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
}
body.profile #wrapper .profile_page .profile_info div:not(.profile_info_heading) b, body.profile #wrapper .profile_page .profile_info div:not(.profile_info_heading) strong {
  text-transform: uppercase;
  position: relative;
  display: block;
}
body.profile #wrapper .profile_page .profile_info div:not(:nth-child(-n+2)) {
  display: none !important;
}
body.profile #wrapper #my-participation #completed-campaigns {
  background: none;
  border: 0;
  padding: 0;
}
body.profile #wrapper #my-participation #completed-campaigns ul li {
  display: none;
  width: 100%;
  max-width: 100%;
  float: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
  box-shadow: none !important;
}
body.profile #wrapper #my-participation #completed-campaigns ul li p, body.profile #wrapper #my-participation #completed-campaigns ul li a {
  display: none;
}
body.profile #wrapper #my-participation #completed-campaigns ul li h5 {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
body.profile #wrapper #my-participation #completed-campaigns ul li:first-child, body.profile #wrapper #my-participation #completed-campaigns ul li:nth-child(2), body.profile #wrapper #my-participation #completed-campaigns ul li:nth-child(3) {
  display: block;
}
body.profile #wrapper #my-participation #available-campaigns {
  background: none;
  border: 0;
  padding: 0;
}
body.profile #wrapper #my-participation #available-campaigns ul {
  margin-top: 10px !important;
}
body.profile #wrapper #my-participation #completed-campaigns, body.profile #wrapper #my-participation #available-campaigns {
  margin-bottom: 20px;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading {
  border-bottom: 2px solid #dfe1e2;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading h4, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading h4 {
  margin: 0;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading h4 .fa-caret-left, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading h4 .fa-caret-left {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  display: none !important;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading h4 .fa-caret-right, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading h4 .fa-caret-right {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  display: none !important;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading .actions-toggle, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading .actions-toggle {
  position: absolute;
  top: 5px;
  right: 0px;
}
body.profile #wrapper #my-participation #completed-campaigns .profile_info_heading .actions-toggle .fa-caret-right, body.profile #wrapper #my-participation #available-campaigns .profile_info_heading .actions-toggle .fa-caret-right {
  margin-left: 10px;
}
body.profile #wrapper #my-participation #completed-campaigns .arrows, body.profile #wrapper #my-participation #available-campaigns .arrows {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
body.profile #wrapper #my-participation #completed-campaigns .arrows i, body.profile #wrapper #my-participation #available-campaigns .arrows i {
  color: #126db5 !important;
  font-size: 25px !important;
  cursor: pointer !important;
}
body.profile #wrapper #my-participation #completed-campaigns .arrows .prev_action, body.profile #wrapper #my-participation #available-campaigns .arrows .prev_action {
  margin: 0 5px 0 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.profile #wrapper #my-participation #completed-campaigns .arrows .prev_action:before, body.profile #wrapper #my-participation #available-campaigns .arrows .prev_action:before {
  content: "\f0d9";
}
body.profile #wrapper #my-participation #completed-campaigns .arrows .next_action, body.profile #wrapper #my-participation #available-campaigns .arrows .next_action {
  margin: 0 0 0 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.profile #wrapper #my-participation #completed-campaigns .arrows .next_action:before, body.profile #wrapper #my-participation #available-campaigns .arrows .next_action:before {
  content: "\f0da";
}
body.profile #wrapper #my-participation #completed-campaigns {
  display: none !important;
}
body.profile #wrapper #my-participation #available-campaigns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.profile #wrapper #my-participation #available-campaigns ul li {
  width: 100%;
  background: #009bdf;
  padding: 20px 10px;
  border: 0;
  display: none;
  margin: 0 !important;
}
body.profile #wrapper #my-participation #available-campaigns ul li:first-child {
  display: block;
}
body.profile #wrapper #my-participation #available-campaigns ul li:first-child.campaign-slide {
  display: none;
}
body.profile #wrapper #my-participation #available-campaigns ul li:first-child.active {
  display: block;
}
body.profile #wrapper #my-participation #available-campaigns ul li.active {
  display: block;
}
body.profile #wrapper #my-participation #available-campaigns ul li p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
body.profile #wrapper #my-participation #available-campaigns ul li h5 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0 15px;
}
body.profile #wrapper #my-participation #available-campaigns ul li a {
  color: #fff !important;
  text-decoration: underline;
}
body.profile.edit .container {
  padding-top: 0;
}
body.profile.edit #wrapper .col-md-12 {
  background: #fff;
}
body.profile.edit #wrapper .col-md-12 .col-md-12 {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
body.profile.edit #wrapper .col-md-12 form .validation_error {
  font-size: 16px;
  text-align: center;
  color: #253746;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=last_name] + .form_input_field[data-field_id=first_name] {
    padding-left: 5px;
    padding-right: 0;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=first_name] + .form_input_field[data-field_id=last_name] {
    padding-left: 5px;
    padding-right: 0;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=email] + .form_input_field[data-field_id=phone_number] {
    padding-left: 5px;
    padding-right: 0;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=phone_number] + .form_input_field[data-field_id=email] {
    padding-left: 5px;
    padding-right: 0;
  }
}
body.profile.edit #wrapper .col-md-12 form .form_input_field {
  margin-bottom: 16px;
  clear: both;
}
@media (min-width: 768px) {
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=title] {
    width: 33.33333%;
    display: block;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=first_name], body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=last_name], body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=email], body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=phone_number] {
    width: 50%;
    float: left;
    padding-right: 5px;
    clear: none;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=city], body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=state], body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=zip] {
    width: 33.33333%;
    float: left;
    clear: none;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=city] {
    padding-right: 5px;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=state] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  body.profile.edit #wrapper .col-md-12 form .form_input_field[data-field_id=zip] {
    padding-left: 5px;
  }
}
body.profile.edit #wrapper .col-md-12 form .form_input_field select {
  height: 36px;
  background: #fff;
  border: 1px solid #d4d6d8;
  width: 100%;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field select:focus {
  border-color: #009bdf;
  outline: none;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea {
  font-weight: normal;
  color: #253746;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d4d6d8;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  padding: 10px;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input:focus, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea:focus {
  border-color: #009bdf;
  outline: none;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input::-webkit-input-placeholder, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea::-webkit-input-placeholder {
  color: #dfe1e2;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input:-moz-placeholder, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea:-moz-placeholder {
  color: #dfe1e2;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input::-moz-placeholder, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea::-moz-placeholder {
  color: #dfe1e2;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input:-ms-input-placeholder, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea:-ms-input-placeholder {
  color: #dfe1e2;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field input select, body.profile.edit #wrapper .col-md-12 form .form_input_field textarea select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field .radio_wrap_outer .radio_wrap input, body.profile.edit #wrapper .col-md-12 form .form_input_field .radio_wrap_outer .radio_wrap label {
  display: inline-block;
  width: auto;
}
body.profile.edit #wrapper .col-md-12 form .form_input_field .radio_wrap_outer .radio_wrap input {
  width: 25px;
}
body.profile.edit #wrapper .col-md-12 form .form_row {
  clear: both !important;
}
body.profile.edit #wrapper .col-md-12 form .form_row input {
  background: #1e95d3;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px;
}
body.profile.edit #wrapper section .preference-item .text-block {
  border-color: #a9aeb2;
}
body.profile.edit #wrapper .sub_prefs + .row .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
body.profile.edit #wrapper .form-submit-wrapper {
  display: block;
}
body.profile.edit #wrapper .form-submit-wrapper .unsub-wrapper .unsubscribe-all label .checkbox-all-wrapper {
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  outline: none !important;
  height: 30px;
  width: 30px;
}
body.profile.edit #wrapper .form-submit-wrapper .unsub-wrapper .unsubscribe-all label span {
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
}

body.iah-campaigns-template {
  background: #eff0f1;
}
body.iah-campaigns-template #social-sidebar {
  display: none !important;
}
body.iah-campaigns-template #header {
  position: absolute !important;
}
body.iah-campaigns-template #widgets {
  display: none;
}
body.iah-campaigns-template #pageHeadImg {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #pageHeadImg {
    min-height: 210px !important;
  }
  body.iah-campaigns-template #pageHeadImg .textHolder .featured-title {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
  }
}
body.iah-campaigns-template #pageHeadImg .sectionOverlay {
  background: rgba(0, 0, 0, 0.6);
}
body.iah-campaigns-template #pageHeadImg .textHolder {
  padding-top: 50px !important;
}
body.iah-campaigns-template #pageHeadImg .textHolder .featured-title span {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold !important;
  letter-spacing: 1px;
  line-height: 60px;
  font-size: 38px !important;
}
body.iah-campaigns-template #wrapper .col-md-10, body.iah-campaigns-template #wrapper .col-md-8 {
  width: 100%;
  margin: 0;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a {
  border: 2px solid #009bdf;
  border-radius: 0;
  background: none !important;
  color: #009bdf !important;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a:after {
  border-top: 18px solid #009bdf;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -18px;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a * {
  color: #009bdf !important;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a .tab-text {
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a {
    padding: 15px 5px !important;
  }
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li a:hover {
  box-shadow: 0 0 20px rgba(150, 150, 150, 0.4);
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li.active a {
  background: #009bdf !important;
  color: #fff !important;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li.active a * {
  color: #fff !important;
}
body.iah-campaigns-template #wrapper .iah-multi-tab .tabbable .nav-tabs li.active a:hover {
  box-shadow: none !important;
}
body.iah-campaigns-template #wrapper .page-header {
  background: #fff;
  padding: 5px 30px 10px;
  margin: 0;
  border: 0;
}
body.iah-campaigns-template #wrapper .page-header .page-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #253746 !important;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .page-header .page-title {
    font-size: 30px;
    line-height: 38px;
  }
}
body.iah-campaigns-template #wrapper .post-entry {
  background: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  body.iah-campaigns-template #wrapper {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper {
    margin: 5px;
  }
}
body.iah-campaigns-template #wrapper #content {
  box-shadow: 0 0 20px #777;
  -webkit-box-shadow: 0 0 20px #777;
  -moz-box-shadow: 0 0 20px #777;
  -o-box-shadow: 0 0 20px #777;
  -ms-box-shadow: 0 0 20px #777;
}
body.iah-campaigns-template #wrapper #content article:first-child {
  border-radius: 3px;
}
body.iah-campaigns-template #wrapper #content.iah-multi-step {
  padding: 0;
}
body.iah-campaigns-template #wrapper .le-post_content p {
  margin-bottom: 20px;
}
body.iah-campaigns-template #wrapper .fb-share-campaign .iah_fb_share {
  background: #3b5998 !important;
}
body.iah-campaigns-template #wrapper .tweet-campaign .campaign_submit {
  background: #1da1f2 !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign .social_text_wrap, body.iah-campaigns-template #wrapper .tweet-campaign .social_text_wrap {
  margin-bottom: 20px;
}
body.iah-campaigns-template #wrapper .fb-share-campaign .campaign_submit, body.iah-campaigns-template #wrapper .tweet-campaign .campaign_submit {
  width: 100%;
}
body.iah-campaigns-template #wrapper .fb-share-campaign form, body.iah-campaigns-template #wrapper .tweet-campaign form {
  border: 0 !important;
  padding-top: 0 !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea, body.iah-campaigns-template #wrapper .tweet-campaign textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  position: relative;
  clear: both;
  outline: none !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea[type=submit], body.iah-campaigns-template #wrapper .tweet-campaign textarea[type=submit] {
  color: #fff !important;
  font-weight: 500 !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea::-webkit-input-placeholder, body.iah-campaigns-template #wrapper .tweet-campaign textarea::-webkit-input-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea:-moz-placeholder, body.iah-campaigns-template #wrapper .tweet-campaign textarea:-moz-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea::-moz-placeholder, body.iah-campaigns-template #wrapper .tweet-campaign textarea::-moz-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea:-ms-input-placeholder, body.iah-campaigns-template #wrapper .tweet-campaign textarea:-ms-input-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign textarea:focus, body.iah-campaigns-template #wrapper .tweet-campaign textarea:focus {
  border-color: #009bdf;
  outline: none;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input, body.iah-campaigns-template #wrapper .tweet-campaign input {
  margin-bottom: 10px;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  color: #253746 !important;
  border: 1px solid #d4d6d8;
  font-size: 14px !important;
  font-weight: 300;
  padding: 15px;
  position: relative;
  clear: both;
  outline: none !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input[type=submit] {
  color: #fff !important;
  font-weight: 500 !important;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input::-webkit-input-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input:-moz-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input::-moz-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input:-ms-input-placeholder {
  color: #dfe1e2;
}
body.iah-campaigns-template #wrapper .fb-share-campaign input:focus {
  border-color: #009bdf;
  outline: none;
}
body.iah-campaigns-template #wrapper .campaign_form {
  border-top: 1px solid #dfe1e2;
  padding-top: 30px;
}
body.iah-campaigns-template #wrapper .campaign_form[data-use_social_creds=true] .social_text_wrap {
  display: block;
}
body.iah-campaigns-template #wrapper .campaign_form .col-md-12 {
  width: 100%;
  margin-left: 0;
}
body.iah-campaigns-template #wrapper .campaign_form h4 {
  margin: 0 0 40px;
  font-weight: 500;
}
body.iah-campaigns-template #wrapper .campaign_form h5 {
  margin: 0 10px 20px 0;
  font-weight: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}
body.iah-campaigns-template #wrapper .campaign_form .recipients {
  display: inline-block;
}
body.iah-campaigns-template #wrapper .campaign_form .recipients .form_row {
  display: inline-block;
  padding: 0 20px 10px 0;
  margin-top: 0;
}
body.iah-campaigns-template #wrapper .campaign_form .recipients .form_row input {
  margin-left: 0;
  z-index: 70;
}
body.iah-campaigns-template #wrapper .campaign_form .letter .letter_text textarea {
  min-height: 300px;
  padding: 20px;
  border: 1px solid #dfe1e2;
  font-size: 15px;
  line-height: 25px;
}
body.iah-campaigns-template #wrapper .campaign_form .letter .letter_signature {
  line-height: 25px;
}
body.iah-campaigns-template #wrapper .campaign_form .letter .letter_sender_addr {
  margin: 20px 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #253746;
}
body.iah-campaigns-template #wrapper .campaign_form .campaign_submit {
  text-transform: uppercase;
  background: #009bdf;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: none !important;
  border: 0 !important;
  padding: 12.5px 20px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
}
body.iah-campaigns-template #wrapper .iah-survey-container .col-md-12 .iah_form_heading {
  display: none;
}
@media (min-width: 992px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question {
    width: 80%;
  }
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field {
    width: 80%;
  }
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field input, body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field textarea, body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field select {
    width: 100%;
    max-width: 100%;
  }
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field input[type=checkbox], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field input[type=radio], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field textarea[type=checkbox], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field textarea[type=radio], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field select[type=checkbox], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question.form_input_field select[type=radio] {
    width: auto;
  }
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .question {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .question {
    font-size: 16px;
  }
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice {
  margin-left: 0;
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice input[type=checkbox], body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice input[type=radio] {
  display: none;
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice input:checked + .checkbox_wrapper:after {
  display: block;
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice label {
  font-size: 16px !important;
  vertical-align: middle;
  display: table-cell;
  text-transform: none !important;
  padding-left: 10px;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice label {
    font-size: 14px !important;
  }
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper {
  display: table-cell;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #d4d6d8;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper {
    width: 20px;
    height: 20px;
  }
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper:after {
  display: none;
  content: "\f00c";
  color: #009bdf !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 4px;
  position: absolute;
  left: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper:after {
    font-size: 11px;
    left: 4px;
  }
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper.radio_wrapper {
  border-radius: 50%;
}
body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper.radio_wrapper:after {
  content: "";
  background: #009bdf;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .survey_question .choices .survey-choice .checkbox_wrapper.radio_wrapper:after {
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
  }
}
@media (min-width: 992px) {
  body.iah-campaigns-template #wrapper .iah-survey-container form .form_input_field {
    width: 50%;
  }
  body.iah-campaigns-template #wrapper .iah-survey-container form .form_input_field textarea, body.iah-campaigns-template #wrapper .iah-survey-container form .form_input_field input, body.iah-campaigns-template #wrapper .iah-survey-container form .form_input_field select {
    width: 100%;
    max-width: 100%;
  }
  body.iah-campaigns-template #wrapper .iah-survey-container form .campaign_submit {
    width: 50%;
  }
}
body .campaign_submit {
  text-transform: uppercase;
}

body.page-template-registration_template-page .campaign .col-md-7 {
  display: none;
}
body.page-template-registration_template-page .campaign .col-md-5 {
  width: 100%;
}
body.page-template-registration_template-page .campaign .col-md-5 .iah_form_heading {
  display: none !important;
}
body.page-template-registration_template-page #social-sidebar, body.page-template-campaign-tabs-page #social-sidebar {
  display: none !important;
}
body.page-template-registration_template-page #header .navbar-header, body.page-template-campaign-tabs-page #header .navbar-header {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}
body.page-template-registration_template-page #header .navbar-header #logo, body.page-template-campaign-tabs-page #header .navbar-header #logo {
  margin: 0 auto !important;
  float: none !important;
}
body.page-template-registration_template-page #header .navWrap .navbar-collapse, body.page-template-registration_template-page #header .navWrap #emailSignup, body.page-template-registration_template-page #header .navWrap #hamburger-button, body.page-template-campaign-tabs-page #header .navWrap .navbar-collapse, body.page-template-campaign-tabs-page #header .navWrap #emailSignup, body.page-template-campaign-tabs-page #header .navWrap #hamburger-button {
  display: none !important;
}
body.page-template-registration_template-page #footer #footer-wrapper .footer-navWrap, body.page-template-campaign-tabs-page #footer #footer-wrapper .footer-navWrap {
  display: none !important;
}
body.page-template-registration_template-page .smarty-tag, body.page-template-campaign-tabs-page .smarty-tag {
  display: none;
}
body.join, body.page-template-registration_template-page {
  background: #eff0f1;
}
body.join #header, body.page-template-registration_template-page #header {
  position: relative;
}
@media (max-width: 991px) {
  body.join #pageHeadImg, body.page-template-registration_template-page #pageHeadImg {
    max-height: 300px !important;
  }
}
body.join #wrapper .col-md-12 #content, body.page-template-registration_template-page #wrapper .col-md-12 #content {
  max-width: 100%;
  background: #fff;
  margin: 30px 0;
  padding: 30px;
}
@media (max-width: 767px) {
  body.join #wrapper .col-md-12 #content, body.page-template-registration_template-page #wrapper .col-md-12 #content {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  body.join #wrapper .col-md-12 #content form, body.page-template-registration_template-page #wrapper .col-md-12 #content form {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=last_name] + .form_input_field[data-field_id=first_name], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=last_name] + .form_input_field[data-field_id=first_name] {
    padding-left: 5px;
    padding-right: 0;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=first_name] + .form_input_field[data-field_id=last_name], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=first_name] + .form_input_field[data-field_id=last_name] {
    padding-left: 5px;
    padding-right: 0;
  }
}
body.join #wrapper .col-md-12 #content form .row, body.page-template-registration_template-page #wrapper .col-md-12 #content form .row {
  clear: both !important;
}
body.join #wrapper .col-md-12 #content form .form_input_field, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field {
  margin-bottom: 16px;
  clear: both;
}
body.join #wrapper .col-md-12 #content form .form_input_field.reg_required label:after, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field.reg_required label:after {
  content: "*";
}
body.join #wrapper .col-md-12 #content form .form_input_field.not_filled label:after, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field.not_filled label:after {
  content: "(Required)";
}
body.join #wrapper .col-md-12 #content form .form_input_field.not_filled input, body.join #wrapper .col-md-12 #content form .form_input_field.not_filled textarea, body.join #wrapper .col-md-12 #content form .form_input_field.not_filled select, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field.not_filled input, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field.not_filled textarea, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field.not_filled select {
  border-color: #af1f24;
}
@media (min-width: 768px) {
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=title], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=title] {
    width: 33.33333%;
    clear: none;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=first_name], body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=last_name], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=first_name], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=last_name] {
    width: 50%;
    float: left;
    padding-right: 5px;
    clear: none;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=city], body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=state], body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=zip], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=city], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=state], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=zip] {
    width: 33.33333%;
    float: left;
    clear: none;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=city], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=city] {
    padding-right: 5px;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=state], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=state] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  body.join #wrapper .col-md-12 #content form .form_input_field[data-field_id=zip], body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field[data-field_id=zip] {
    padding-left: 5px;
  }
}
body.join #wrapper .col-md-12 #content form .form_input_field select, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body.join #wrapper .col-md-12 #content form .form_input_field input, body.join #wrapper .col-md-12 #content form .form_input_field textarea, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea {
  font-weight: normal;
  font-size: 13px;
  padding: 8px;
  color: #253746;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
  max-width: 100%;
}
body.join #wrapper .col-md-12 #content form .form_input_field input:focus, body.join #wrapper .col-md-12 #content form .form_input_field textarea:focus, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input:focus, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea:focus {
  border-color: #009bdf;
  outline: none;
}
body.join #wrapper .col-md-12 #content form .form_input_field input::-webkit-input-placeholder, body.join #wrapper .col-md-12 #content form .form_input_field textarea::-webkit-input-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input::-webkit-input-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea::-webkit-input-placeholder {
  color: #dfe1e2;
}
body.join #wrapper .col-md-12 #content form .form_input_field input:-moz-placeholder, body.join #wrapper .col-md-12 #content form .form_input_field textarea:-moz-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input:-moz-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea:-moz-placeholder {
  color: #dfe1e2;
}
body.join #wrapper .col-md-12 #content form .form_input_field input::-moz-placeholder, body.join #wrapper .col-md-12 #content form .form_input_field textarea::-moz-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input::-moz-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea::-moz-placeholder {
  color: #dfe1e2;
}
body.join #wrapper .col-md-12 #content form .form_input_field input:-ms-input-placeholder, body.join #wrapper .col-md-12 #content form .form_input_field textarea:-ms-input-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input:-ms-input-placeholder, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea:-ms-input-placeholder {
  color: #dfe1e2;
}
body.join #wrapper .col-md-12 #content form .form_input_field input select, body.join #wrapper .col-md-12 #content form .form_input_field textarea select, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input select, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body.join #wrapper .col-md-12 #content form .form_input_field input select:focus, body.join #wrapper .col-md-12 #content form .form_input_field textarea select:focus, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field input select:focus, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field textarea select:focus {
  border-color: #009bdf;
  outline: none;
}
body.join #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap input, body.join #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap label, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap input, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap label {
  display: inline-block;
  width: auto;
}
body.join #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap input, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_input_field .radio_wrap_outer .radio_wrap input {
  width: 25px;
}
body.join #wrapper .col-md-12 #content form .form_row, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_row {
  clear: both !important;
}
body.join #wrapper .col-md-12 #content form .form_row input, body.page-template-registration_template-page #wrapper .col-md-12 #content form .form_row input {
  background: #1e95d3;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px;
}

body.register #header .navWrap #menu-header-menu, body.iah-campaigns-template #header .navWrap #menu-header-menu {
  display: none;
}
body.register #header .navWrap .navbar-toggle, body.iah-campaigns-template #header .navWrap .navbar-toggle {
  display: none !important;
}

body.page-template-campaign-tabs-page, body.iah-campaigns-template {
  background: #fff !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah_login_form input[type=submit], body.iah-campaigns-template .container .iah-campaigns .campaign .iah_login_form input[type=submit] {
  padding: 15px !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign label, body.iah-campaigns-template .container .iah-campaigns .campaign label {
  font-weight: 300 !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign input, body.page-template-campaign-tabs-page .container .iah-campaigns .campaign select, body.iah-campaigns-template .container .iah-campaigns .campaign input, body.iah-campaigns-template .container .iah-campaigns .campaign select {
  border-radius: 0 !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown, body.iah-campaigns-template .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown {
  text-align: center;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown .cd_text, body.iah-campaigns-template .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown .cd_text {
  border: 0;
  font-size: 20px;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown .time_unit, body.iah-campaigns-template .container .iah-campaigns .campaign .iah-campaign-widgets .iah_countdown .time_unit {
  margin-top: 5px;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah-campaign-widgets h3, body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .legislator_wrap h3, body.iah-campaigns-template .container .iah-campaigns .campaign .iah-campaign-widgets h3, body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap h3 {
  padding: 0 0 10px 0 !important;
  background: none !important;
  color: #253746 !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .legislator_wrap h3, body.iah-campaigns-template .container .iah-campaigns .campaign .legislator_wrap h3 {
  padding: 0 !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign form.campaign_form h3, body.iah-campaigns-template .container .iah-campaigns .campaign form.campaign_form h3 {
  border-radius: 0 !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign form.campaign_form h3.iah_form_heading, body.iah-campaigns-template .container .iah-campaigns .campaign form.campaign_form h3.iah_form_heading {
  background-color: #ffa400;
  border: 1px solid #ffa400;
  font-size: 21px;
  padding: 10px;
  color: #fff;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign form.campaign_form .campaign_submit, body.iah-campaigns-template .container .iah-campaigns .campaign form.campaign_form .campaign_submit {
  padding: 15px !important;
}
body.page-template-campaign-tabs-page .container .iah-campaigns .campaign .iah_generate_required_form .campaign_submit, body.iah-campaigns-template .container .iah-campaigns .campaign .iah_generate_required_form .campaign_submit {
  width: 100% !important;
  padding: 15px;
  font-weight: bold;
  border-radius: 0 !important;
}
body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign h3, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign h3 {
  font-size: 21px;
  background-color: #ffa400;
  color: #fff;
  padding: 15px;
  border-radius: 0px !important;
}
body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign h3 .info, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign h3 .info {
  top: -2px;
}
body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign h3 .info:before, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign h3 .info:before {
  background: #fff;
  color: #009bdf;
  font-size: 15px;
  padding: 5px 11px;
  margin-left: 10px;
}
body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form h3, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form h3 {
  border: 1px solid #ffa400;
  background: none !important;
  color: #ffa400;
}
body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-recipient-container, body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-letter-message .letter .letter_recipient_addr, body.page-template-campaign-tabs-page.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-letter-message .letter .letter_signature, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-recipient-container, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-letter-message .letter .letter_recipient_addr, body.iah-campaigns-template.iah_has_required_form .container .iah-campaigns .campaign form.campaign_form div.iah-letter-message .letter .letter_signature {
  display: none;
}
body.page-template-campaign-tabs-page #header, body.iah-campaigns-template #header {
  position: absolute !important;
}
body.page-template-campaign-tabs-page #widgets, body.iah-campaigns-template #widgets {
  display: none;
}
body.page-template-campaign-tabs-page #pageHeadImg, body.iah-campaigns-template #pageHeadImg {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-campaign-tabs-page #pageHeadImg, body.iah-campaigns-template #pageHeadImg {
    min-height: 210px !important;
  }
  body.page-template-campaign-tabs-page #pageHeadImg .textHolder .featured-title, body.iah-campaigns-template #pageHeadImg .textHolder .featured-title {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
  }
}
body.page-template-campaign-tabs-page #pageHeadImg .sectionOverlay, body.iah-campaigns-template #pageHeadImg .sectionOverlay {
  background: rgba(0, 0, 0, 0.6);
}
body.page-template-campaign-tabs-page #pageHeadImg .textHolder, body.iah-campaigns-template #pageHeadImg .textHolder {
  padding-top: 50px !important;
}
body.page-template-campaign-tabs-page #pageHeadImg .textHolder .featured-title span, body.iah-campaigns-template #pageHeadImg .textHolder .featured-title span {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold !important;
  letter-spacing: 1px;
  line-height: 60px;
  font-size: 38px !important;
}
@media (max-width: 767px) {
  body.page-template-campaign-tabs-page #pageHeadImg .textHolder .featured-title span, body.iah-campaigns-template #pageHeadImg .textHolder .featured-title span {
    text-align: center;
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-campaign-tabs-page .homeContainer, body.iah-campaigns-template .homeContainer {
    min-height: 450px;
  }
}
body.page-template-campaign-tabs-page .homeContainer .twitter-share-button, body.iah-campaigns-template .homeContainer .twitter-share-button {
  margin-top: 20px;
}
body.page-template-campaign-tabs-page .homeContainer .has-widgets, body.iah-campaigns-template .homeContainer .has-widgets {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
body.page-template-campaign-tabs-page .homeContainer .has-widgets .content-block, body.iah-campaigns-template .homeContainer .has-widgets .content-block {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
body.page-template-campaign-tabs-page .homeContainer #content, body.iah-campaigns-template .homeContainer #content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
body.page-template-campaign-tabs-page .homeContainer #content .page-header, body.iah-campaigns-template .homeContainer #content .page-header {
  display: none !important;
}
body.page-template-campaign-tabs-page .homeContainer #content .post-entry, body.iah-campaigns-template .homeContainer #content .post-entry {
  padding: 0 !important;
}
body.page-template-campaign-tabs-page .homepage-section, body.iah-campaigns-template .homepage-section {
  padding: 50px 0;
}
body.page-template-campaign-tabs-page .homepage-section .content-block, body.iah-campaigns-template .homepage-section .content-block {
  background: #fff;
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 0 20px #777;
  -webkit-box-shadow: 0 0 20px #777;
  -moz-box-shadow: 0 0 20px #777;
  -o-box-shadow: 0 0 20px #777;
  -ms-box-shadow: 0 0 20px #777;
}
body.page-template-campaign-tabs-page .homepage-section .content-block .info_msg, body.iah-campaigns-template .homepage-section .content-block .info_msg {
  text-align: center;
  color: #253746;
  font-size: 16px;
  line-height: 23px;
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #d4d6d8;
}
body.page-template-campaign-tabs-page .homepage-section .content-block .info_msg a, body.iah-campaigns-template .homepage-section .content-block .info_msg a {
  color: #009bdf !important;
}
body.page-template-campaign-tabs-page .homepage-section .content-block .info_msg + form, body.iah-campaigns-template .homepage-section .content-block .info_msg + form {
  display: none;
}
body.page-template-campaign-tabs-page .homepage-section .content-block h1, body.iah-campaigns-template .homepage-section .content-block h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-template-campaign-tabs-page .homepage-section .content-block h1, body.iah-campaigns-template .homepage-section .content-block h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
body.page-template-campaign-tabs-page .homepage-section .content-block h3, body.iah-campaigns-template .homepage-section .content-block h3 {
  line-height: 35px;
}

body.page-template-registration_template-page #header nav .navbar {
  position: relative !important;
}
@media (min-width: 992px) {
  body.page-template-registration_template-page .homeContainer {
    min-height: 450px;
  }
}
body.page-template-registration_template-page .homeContainer .twitter-share-button {
  margin-top: 20px;
}
body.page-template-registration_template-page .homepage-section {
  padding: 50px 0;
}
body.page-template-registration_template-page .homepage-section .has-widgets .content-block {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
body.page-template-registration_template-page .homepage-section .content-block {
  background: #fff;
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 0 20px #777;
  -webkit-box-shadow: 0 0 20px #777;
  -moz-box-shadow: 0 0 20px #777;
  -o-box-shadow: 0 0 20px #777;
  -ms-box-shadow: 0 0 20px #777;
}
body.page-template-registration_template-page .homepage-section .content-block .info_msg {
  text-align: center;
  color: #253746;
  font-size: 16px;
  line-height: 23px;
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #d4d6d8;
}
body.page-template-registration_template-page .homepage-section .content-block .info_msg a {
  color: #009bdf !important;
}
body.page-template-registration_template-page .homepage-section .content-block .info_msg + form {
  display: none;
}
body.page-template-registration_template-page .homepage-section .content-block h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-template-registration_template-page .homepage-section .content-block h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
body.page-template-registration_template-page .homepage-section .content-block h3 {
  line-height: 35px;
}
body.page-template-registration_template-page .homepage-section .content-block form {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=last_name] + .form_input_field[data-field_id=first_name] {
    padding-left: 5px;
    padding-right: 0;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=first_name] + .form_input_field[data-field_id=last_name] {
    padding-left: 5px;
    padding-right: 0;
  }
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field {
  margin-bottom: 16px;
  clear: both;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field.reg_required label:after {
  content: "*";
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field.not_filled label:after {
  content: "(Required)";
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field.not_filled input, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field.not_filled textarea, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field.not_filled select {
  border-color: #af1f24;
}
@media (min-width: 768px) {
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=title] {
    width: 33.33333%;
    clear: none;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=first_name], body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=last_name] {
    width: 50%;
    float: left;
    padding-right: 5px;
    clear: none;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=city], body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=state], body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=zip] {
    width: 33.33333%;
    float: left;
    clear: none;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=city] {
    padding-right: 5px;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=state] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=zip] {
    padding-left: 5px;
  }
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field select {
  height: 36px;
  background: #fff;
  border: 1px solid #d4d6d8;
  width: 100%;
  border-radius: 3px;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea {
  font-weight: normal;
  color: #253746;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d4d6d8;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  padding: 10px;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input:focus, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea:focus {
  border-color: #009bdf;
  outline: none;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input::-webkit-input-placeholder, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea::-webkit-input-placeholder {
  color: #dfe1e2;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input:-moz-placeholder, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea:-moz-placeholder {
  color: #dfe1e2;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input::-moz-placeholder, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea::-moz-placeholder {
  color: #dfe1e2;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input:-ms-input-placeholder, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea:-ms-input-placeholder {
  color: #dfe1e2;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input select, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea select {
  height: 33px;
  background: #fff;
  border: 1px solid #253746;
  width: 100%;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field input select:focus, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field textarea select:focus {
  border-color: #009bdf;
  outline: none;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field .radio_wrap_outer .radio_wrap input, body.page-template-registration_template-page .homepage-section .content-block form .form_input_field .radio_wrap_outer .radio_wrap label {
  display: inline-block;
  width: auto;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_input_field .radio_wrap_outer .radio_wrap input {
  width: 25px;
}
body.page-template-registration_template-page .homepage-section .content-block form .row {
  clear: both;
}
body.page-template-registration_template-page .homepage-section .content-block form .form_row input {
  background: #1e95d3;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px;
}
body.page-template-registration_template-page .homepage-section .content-block form .campaign_submit {
  text-transform: uppercase;
  background: #009bdf;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: none !important;
  border: 0 !important;
  padding: 12.5px 20px;
  font-size: 15px;
  font-weight: bold;
}

body.page-template-general-page #my-participation .tabs-container #available-campaigns, body.page-template-general-page #my-participation .tabs-container #completed-campaigns {
  padding: 0;
  border: 0;
  background: none;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns h4, body.page-template-general-page #my-participation .tabs-container #completed-campaigns h4 {
  background: none;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns .profile_info_heading .fa, body.page-template-general-page #my-participation .tabs-container #completed-campaigns .profile_info_heading .fa {
  display: none;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns ul, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul {
  list-style-type: none;
  margin: 0;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li {
  padding: 20px;
  background: #fff;
  border: 1px solid #dfe1e2;
  margin: 0 0 20px;
  box-shadow: 0 0 15px #aaa;
  -webkit-box-shadow: 0 0 15px #aaa;
  -moz-box-shadow: 0 0 15px #aaa;
  -o-box-shadow: 0 0 15px #aaa;
  -ms-box-shadow: 0 0 15px #aaa;
}
@media (min-width: 768px) {
  body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li {
    width: 46%;
    margin: 0 2% 40px 0;
    float: left;
  }
}
@media (min-width: 768px) {
  body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li:nth-child(even), body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li:nth-child(even) {
    width: 46%;
    margin: 0 0 40px 2%;
    float: left;
  }
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li h5, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li h5 {
  line-height: 20px;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li p, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li p {
  font-size: 13px;
  color: #a9aeb2;
  font-weight: 300;
  margin-bottom: 10px;
}
body.page-template-general-page #my-participation .tabs-container #available-campaigns ul li a, body.page-template-general-page #my-participation .tabs-container #completed-campaigns ul li a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #009bdf !important;
}

.has-widgets {
  background: #fff;
  box-shadow: 0 0 20px #777;
  -webkit-box-shadow: 0 0 20px #777;
  -moz-box-shadow: 0 0 20px #777;
  -o-box-shadow: 0 0 20px #777;
  -ms-box-shadow: 0 0 20px #777;
  border-radius: 3px;
}
.has-widgets .content-block, .has-widgets #content {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: none !important;
}

body.sub-page {
  background: #f4f5f6 !important;
}
body.sub-page .homepage-section:not(.sub-head) {
  background: none !important;
}
body.sub-page .homepage-section:not(.sub-head)#header-facts {
  background: #5b198a !important;
}
body.sub-page .homepage-section#join-the-community {
  background: #fff !important;
  text-align: center;
}
body.sub-page .homepage-section#join-the-community h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.sub-page .homepage-section#join-the-community .col-md-5, body.sub-page .homepage-section#join-the-community .col-md-6 {
    float: none;
    width: 50%;
    margin-left: 25%;
  }
}
body.sub-page .homepage-section .recent-posts h2 {
  color: #c0c5ca;
  font-size: 30px;
  margin: 0;
}
body.sub-page .homepage-section .recent-posts .subpage-recent-post {
  padding: 20px 0;
  border-bottom: 1px solid #c0c5ca;
}
body.sub-page .homepage-section .recent-posts .subpage-recent-post:last-child {
  border: none !important;
}
body.sub-page .homepage-section .recent-posts .subpage-recent-post .subpage-recent-post-date {
  color: #c0c5ca;
  font-weight: 300;
}
body.sub-page .homepage-section .recent-posts .subpage-recent-post h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
body.sub-page .homepage-section .recent-posts .subpage-recent-post .read-more-btn {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.sub-page .homepage-section.sub-head {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
body.sub-page .homepage-section.sub-head h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 45px;
}
body.sub-page .homepage-section.sub-head h5 {
  color: #fff !important;
  font-weight: 300;
}
body.sub-page .homepage-section .subpage-article-wrapper * {
  text-decoration: none;
  cursor: pointer !important;
}
body.sub-page .homepage-section .subpage-article-wrapper:hover {
  transform: scale(1.025) !important;
  -webkit-transform: scale(1.025) !important;
  -moz-transform: scale(1.025) !important;
  -o-transform: scale(1.025) !important;
  -ms-transform: scale(1.025) !important;
}
body.sub-page .homepage-section .subpage-article-wrapper a {
  position: relative;
  display: block;
  cursor: pointer;
}
body.sub-page .homepage-section .subpage-article-wrapper .subpage-article-image {
  width: 100%;
  max-width: 100%;
  height: 300px;
}
body.sub-page .homepage-section .subpage-article-wrapper .subpage-article-inner {
  background: #fff;
  padding: 20px;
}
body.sub-page .homepage-section .subpage-article-wrapper .subpage-article-inner h5 {
  color: #929ba2 !important;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
body.sub-page .homepage-section .subpage-article-wrapper .subpage-article-inner h4 {
  font-size: 22px;
  color: #000 !important;
  font-weight: bold;
}
body.sub-page .homepage-section .subpage-article-wrapper .subpage-article-inner .read-more-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #8ab44e !important;
  font-weight: bold;
}
body.sub-page.space #header .navbar .navWrap .nav li a:hover {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar .navWrap .nav li.active a {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover, body.sub-page.space #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover span, body.sub-page.space #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover span {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link:hover {
  color: #8ab44e !important;
}
body.sub-page.space #header .navbar #emailSignup .signupFormHolder #search-form input[type=submit] {
  background: #8ab44e !important;
  border-color: #8ab44e !important;
}
body.sub-page.space #wrapper .homepage-section#header-facts {
  background: #5b198a !important;
}
body.sub-page.space #wrapper .homepage-section .btn {
  background: #8ab44e !important;
}
body.sub-page.space #wrapper .homepage-section .recent-posts .subpage-recent-post h3 {
  color: #5b198a;
}
body.sub-page.space #wrapper .homepage-section .recent-posts .subpage-recent-post .read-more-btn {
  color: #8ab44e !important;
}
body.sub-page.space #wrapper .homepage-section#join-the-community .campaign_submit, body.sub-page.space #wrapper .homepage-section#join-the-community .btn-facebook-signup {
  background: #8ab44e !important;
  border-color: #8ab44e !important;
}
body.sub-page.space #wrapper .homepage-section#join-the-community .btn-facebook-signup {
  background: #3B5998 !important;
  border-color: #3B5998 !important;
}
body.sub-page.space #footer #footer-wrapper .footer-navWrap .footer-menu li a {
  color: #233345 !important;
}
body.sub-page.security #header .navbar .navWrap .nav li a:hover, body.sub-page.jobs #header .navbar .navWrap .nav li a:hover {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar .navWrap .nav li.active a, body.sub-page.jobs #header .navbar .navWrap .nav li.active a {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a, body.sub-page.jobs #header .navbar .navWrap .nav li.dropdown .dropdown-menu li a {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover, body.sub-page.security #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover, body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover, body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover span, body.sub-page.security #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover span, body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links a:hover span, body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder .header-buttons .header-links #login-link:hover span {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link:hover, body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder .header-buttons #search-link:hover {
  color: #ffa400 !important;
}
body.sub-page.security #header .navbar #emailSignup .signupFormHolder #search-form input[type=submit], body.sub-page.jobs #header .navbar #emailSignup .signupFormHolder #search-form input[type=submit] {
  background: #ffa400 !important;
  border-color: #ffa400 !important;
}
body.sub-page.security .homepage-section#header-facts, body.sub-page.jobs .homepage-section#header-facts {
  background: #ffa400 !important;
}
body.sub-page.security #wrapper .homepage-section .btn, body.sub-page.jobs #wrapper .homepage-section .btn {
  background: #009bdf !important;
}
body.sub-page.security #wrapper .homepage-section .recent-posts .subpage-recent-post h3, body.sub-page.jobs #wrapper .homepage-section .recent-posts .subpage-recent-post h3 {
  color: #253746;
}
body.sub-page.security #wrapper .homepage-section .recent-posts .subpage-recent-post .read-more-btn, body.sub-page.jobs #wrapper .homepage-section .recent-posts .subpage-recent-post .read-more-btn {
  color: #009bdf !important;
}
body.sub-page.security #wrapper .homepage-section#join-the-community .campaign_submit, body.sub-page.security #wrapper .homepage-section#join-the-community .btn-facebook-signup, body.sub-page.jobs #wrapper .homepage-section#join-the-community .campaign_submit, body.sub-page.jobs #wrapper .homepage-section#join-the-community .btn-facebook-signup {
  background: #009bdf !important;
  border-color: #009bdf !important;
}
body.sub-page.security #wrapper .homepage-section#join-the-community .btn-facebook-signup, body.sub-page.jobs #wrapper .homepage-section#join-the-community .btn-facebook-signup {
  background: #3B5998 !important;
  border-color: #3B5998 !important;
}
body.sub-page.security #footer #footer-wrapper .footer-navWrap .footer-menu li a, body.sub-page.jobs #footer #footer-wrapper .footer-navWrap .footer-menu li a {
  color: #233345 !important;
}

body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=first_name], body.page-template-registration_template-page .homepage-section .content-block form .form_input_field[data-field_id=last_name] {
  padding: 0 !important;
  width: 100% !important;
}

.profile .registration_form .form_input_field[data-field_id=title] {
  float: none !important;
  display: block;
}

.profile .registration_form .form_input_field[data-field_id=first_name], .profile .registration_form .form_input_field[data-field_id=last_name] {
  width: 50% !important;
  float: left !important;
  padding-right: 5px !important;
  clear: none !important;
}

.profile .campaign .col-md-7 {
  display: none;
}
.profile .campaign .col-md-5 {
  width: 100%;
}
.profile .campaign .col-md-5 .iah_form_heading {
  display: none;
}

body.top-space-none .page-header.entry-header {
  display: none !important;
}

.iah_custom_disclaimer * {
  font-size: 14px;
  line-height: 25px;
}

span[data-iah-db-key-text] a:before {
  top: -3px;
  content: "\f05a";
  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;
}
span[data-iah-db-key-text] a:after {
  content: "Populate Field";
  text-align: left;
  background: #009bdf !important;
  padding-left: 25px;
}

body.hide_iah_personal_info_phone .iah_personal_info .width-50:nth-child(2) {
  opacity: 0;
}

@media (min-width: 992px) {
  body.iah-campaigns-template-quiz #wrapper .col-md-8 {
    width: 66.66666667%;
  }
  body.iah-campaigns-template-quiz #wrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices input[type=checkbox], body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices input[type=radio] {
  display: none;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices input:checked + .checkbox_wrapper:after {
  display: block;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices label {
  font-size: 16px !important;
  display: table-cell;
  text-transform: none !important;
  padding-left: 10px;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices:not([style]) label {
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices:not([style]) label {
    font-size: 14px !important;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper {
  display: table-cell;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #d4d6d8;
}
@media (max-width: 767px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper {
    width: 20px;
    height: 20px;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper:after {
  display: none;
  content: "\f00c";
  color: #009bdf !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 4px;
  position: absolute;
  left: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper:after {
    font-size: 11px;
    left: 4px;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper.radio_wrapper {
  border-radius: 50%;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper.radio_wrapper:after {
  content: "";
  background: #009bdf;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices .checkbox_wrapper.radio_wrapper:after {
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices[style] {
  width: 100% !important;
  margin-bottom: 15px;
}
@media (min-width: 460px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices[style] {
    margin-right: 15px;
    width: 200px !important;
  }
}
@media (min-width: 461px) and (max-width: 767px) {
  body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices[style] {
    width: 150px !important;
  }
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices[style] .checkbox_wrapper {
  display: none !important;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_question .choices[style] label {
  padding: 10px;
}
body.iah-campaigns-template-quiz #wrapper .quiz_form .quiz_page .quiz_pagination button {
  padding: 10.5px 18px;
  font-size: 13px;
  font-weight: bold;
}

.quiz_form .quiz_page:not(.quiz_end) {
  padding-bottom: 30px;
}
.quiz_form .quiz_page .quiz_question {
  margin: 0;
}
.quiz_form .quiz_page .quiz_question .question {
  padding: 20px;
  text-transform: none;
}
.quiz_form .quiz_page .quiz_question .choices {
  padding: 20px;
}
.quiz_form .quiz_page .quiz_pagination button {
  background: #b7b7b7;
  padding: 10.5px 18px;
  font-size: 13px;
  font-weight: bold;
}

.gform_wrapper .gfield_label {
  font-size: 18px !important;
}
.gform_wrapper .gfield_checkbox li input {
  margin-top: 0px !important;
}
.gform_wrapper .gfield_checkbox li label {
  margin-left: 5px !important;
  font-size: 15px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 10px !important;
  color: #253746 !important;
  background: #fff;
  border: 1px solid #d4d6d8 !important;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
}
.gform_wrapper input[type=submit] {
  border: 0;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  color: #fff;
  font: 700 18px/normal Helvetica, Arial, sans-serif;
  background: #0096db;
  padding: 15px 45px;
  -webkit-appearance: none;
  width: 100%;
}

/* Font Awesome 4 to 6 compatibility - force brand icons */
.fa.fa-facebook::before,
.fa-facebook::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  content: "\f09a";
}

.fa.fa-twitter::before,
.fa-twitter::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  content: "\f099";
}

/* Make sure .fa defaults to solid if no brand override */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900) !important;
}
/*# sourceMappingURL=style.css.map */