/* media queries */
/* color mixins */
/* alpha color */
/* -------------------------------------- -------------------------------------- */
#block-superfish-1 #superfish-1-select {
  width: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  background-color: transparent;
  color: #c22121;
  font-family: sans-serif;
  outline: none;
  position: relative;
  z-index: 20;
}
#block-superfish-1 #superfish-1 li.sf-depth-1 a#mobile-search{
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1-select {
    display: block !important;
  }
  #block-superfish-1 #superfish-1 li.sf-depth-1 a#mobile-search{
    display: block;
  }
}
#menu .content select {
  float: right;
  margin-right: 30px;
}
/* helper classes */
.font {
  font-family: 'Open Sans', sans-serif;
}
.a_link {
  transition: all ease .3s;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.ul_row {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.ul_row li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.ul_row li a {
  display: block;
}
.ul_col {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ul_col li {
  display: block;
  float: none;
}
.ul_col li a {
  display: block;
}
.no_wrap {
  display: block;
  overflow: hidden;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input_strip {
  -webkit-appearance: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000526;
  opacity: .25;
}
.transition {
  transition: all ease .3s;
}
.sticky {
  position: fixed !important;
  bottom: 0;
  transition: all ease .3s;
  z-index: 5000;
}
.scrolled-nav {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 0;
  background-color: #000627;
  border-bottom: 1px solid white;
  z-index: 5000;
  transition: all ease .3s;
}
.scrolled-nav #block-block-7 {
  display: none;
}
.scrolled-nav #block-block-8 {
  transition: all ease .3s;
  top: 0;
}
.scrolled-nav #block-block-8 .nav_logo img {
  width: 231.3334px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .scrolled-nav #block-block-8 .nav_logo img {
    margin-top: 10px;
  }
}
/* -------------------------------------- -------------------------------------- */
/* page element */
body * {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #5e5e5e;
  -webkit-font-smoothing: antialiased;
}
p,
li {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
a {
  color: #c22121;
  transition: all ease .3s;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
}
a:hover {
  color: #e15151;
}
img {
  border: none;
  outline: none;
  display: block;
}
.media-youtube-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 59.75%;
  padding-top: 0px;
  height: 0;
}
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="submit"],
textarea,
select,
button {
  -webkit-appearance: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
.needsfilled {
  color: #db000b !important;
}
.fb-like {
  width: 82px !important;
}
.clearfix:after {
  font-size: 0px;
}
#admin-menu li {
  font-size: 14px;
  line-height: 16px;
}
.boxes-box-controls ul {
  margin: 0;
}
/* -------------------------------------- -------------------------------------- */
/* page structure */
body {
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
#page-wrapper {
  margin: 0px;
  padding: 0px;
}
#page {
  margin: 0px;
  padding: 0px;
}
.section {
  margin: 0px;
}
.base_page {
  max-width: 1340px;
  margin: 0px auto;
  padding: 0px 30px;
}
/* -------------------------------------- */
/* header */
#header {
  background-color: #000627;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #header {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAMElEQVQYV2NkYFPbzIAMft3yYUQR/HXLh4FNbQtCECoA0gQRRBKACDIw/AdpQTYWAJIyEIHJyDLIAAAAAElFTkSuQmCC), url("/sites/newhouse.house.gov/themes/pg_newhouse/images//mob_hero_bg.jpg");
    background-position: center, center bottom;
    background-size: initial, cover;
    background-repeat: repeat, no-repeat;
  }
}
#header .section {
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #header .section {
    padding: 0px;
  }
}
/* -------------------------------------- */
/* menu */
#menu .section {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 30px;
}
@media only screen and (min-width: 1300px) {
  #menu .section {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #menu .section {
    padding: 0;
  }
}

/* -------------------------------------- */
/* banner */
/* -------------------------------------- */
/* content top */
/* -------------------------------------- */
/* content mid */
#content-mid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px 30px;
  font-size: 0;
}
/* -------------------------------------- */
/* main-wrapper */
#main-wrapper #main {
  /* -------------------------------------- */
  /* content */
}
/* -------------------------------------- */
/* content after */
/* -------------------------------------- */
/* content bottom */
#content-bottom {
  background-color: #ffffff;
}
/* -------------------------------------- */
/* footer */
#footer {
  position: relative;
  background: url("/sites/newhouse.house.gov/themes/pg_newhouse/images//footer_bg.jpg");
  background-size: cover;
}
#footer .section {
  position: relative;
  max-width: 1340px;
  margin: 0px auto;
  padding: 0px 30px;
  text-align: center;
}
/* -------------------------------------- */
/* footer second */
#footer-second {
  background-color: #000526;
}
#footer-second .section {
  max-width: 1340px;
  margin: 0px auto;
  padding: 0px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #footer-second .section {
    padding: 0px;
    height: 132px;
  }
}
/* -------------------------------------- -------------------------------------- */
/**** HEADER - Header Region ****/
#header {
  position: relative;
}
.not-front #header {
  position: relative;
  background: url("/sites/newhouse.house.gov/themes/pg_newhouse/images//interiorHeader.jpg");
  background-size: cover;
  background-position: right top;
  height: 336px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #header {
    background-position: 70% top;
  }
}
#block-block-6 {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-6 {
    display: none;
  }
}
#block-block-6 #header-video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  min-width: 1600px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-block-6 .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(4, 22, 46, 0.25) 4px, rgba(4, 22, 46, 0.25) 1px);
  background-color: rgba(0, 5, 38, 0.15);
}
#block-block-7 {
  position: relative;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding-top: 26px;
}
#block-block-7 .header_socials {
  text-align: right;
}
#block-block-7 .header_socials a {
  color: #fff;
}
#block-block-7 .header_socials a:hover {
  color: #c22121;
}
#block-block-7 .header_socials a i {
  font-size: 26px;
  vertical-align: middle;
  margin: 0 9.5px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-7 .header_socials a i {
    font-size: 20px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-7 .header_socials a i {
    display: none;
  }
}
#block-block-7 .header_socials a i.fa-instagram {
  /* margin-right: 0; */
}
#block-block-7 .header_socials a i.fa-search {
  /* display: none; */
  font-size: 22px;
}
#block-block-8 {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  position: relative;
  top: -21px;
}
@media only screen and (max-width: 1300px) {
  #block-block-8 {
    width: 25%;
    top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-8 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80%;
  }
}
#block-block-8 img {
  width: 347px;
  max-width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-8 img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-8 img {
    width: 231.3334px;
    margin: 0;
  }
}
#block-superfish-1 {
  margin: 0px 0px 0px;
  display: inline-block;
  vertical-align: top;
  width: 72%;
}
@media only screen and (max-width: 1300px) {
  #block-superfish-1 {
    width: 75%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-superfish-1 {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 {
    padding: 0px;
  }
}
#block-superfish-1 #superfish-1 {
  display: block;
  text-align: center;
  font-size: 0px;
  text-align: right;
  /* margin-right: 29px; */
}
@media only screen and (max-width: 1300px) {
  #block-superfish-1 #superfish-1 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-superfish-1 #superfish-1 {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1 {
    display: none !important;
  }
}
#block-superfish-1 #superfish-1 li {
  margin: 0px;
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1 li {
    display: block;
  }
}
#block-superfish-1 #superfish-1 li a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 56px;
  height: 56px;
  font-weight: 300;
  letter-spacing: .075em;
  margin: 0px 0px 0px;
  padding: 0px 13px;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1300px) {
  #block-superfish-1 #superfish-1 li a {
    font-size: 13px;
    padding: 0 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1 li a {
    line-height: 44px;
    height: 44px;
  }
}
#block-superfish-1 #superfish-1 li a:hover,
#block-superfish-1 #superfish-1 li a.active {
  text-decoration: underline;
  transition: all ease .3s;
}
#block-superfish-1 #superfish-1 li.last.sf-depth-1 a {
  padding-right: 0;
}
#block-superfish-1 #superfish-1 li ul {
  margin: 15px 0px 0px -48px;
  text-align: center;
  padding: 0px;
  background-color: #000627;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1 li ul {
    box-shadow: none;
    margin: 0px;
    display: block !important;
    visibility: visible !important;
    position: static;
    width: 100%;
  }
}
#block-superfish-1 #superfish-1 li ul li ul {
  background-color: #3d5b99;
  margin-left: 1px;
}
#block-superfish-1 #superfish-1 li ul li a {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  line-height: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
}
#block-superfish-1 #superfish-1 li ul li a:hover,
#block-superfish-1 #superfish-1 li ul li a.active {
  background-color: #c22121;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 #superfish-1 li ul li a:hover,
  #block-superfish-1 #superfish-1 li ul li a.active {
    background-color: #c6c6c6;
  }
}
#block-superfish-1 .sf-mob-trigger .sf-mob-icon {
  color: #c22121;
  line-height: 50px;
  height: 50px;
  padding: 0px 30px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  display: none;
  margin: 0px 0px 0px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -4px;
  cursor: pointer;
}
#block-superfish-1 .sf-mob-trigger .sf-mob-icon:hover {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 .sf-mob-trigger .sf-mob-icon {
    display: none;
  }
}
#block-search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  height: 56px;
}
@media only screen and (max-width: 1300px) {
  #block-search-form {
    display: none;
  }
}
#block-search-form #edit-search-block-form--2 {
  display: none;
}
#block-search-form .fa-search {
  color: #fff;
  background-color: transparent;
  display: inline;
  font-size: 22px;
  vertical-align: middle;
}
#block-search-form .fa-search.focus,
#block-search-form .fa-search:active,
#block-search-form .fa-search:hover {
  cursor: pointer;
  outline: none;
}
#block-block-5 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px 125px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-5 {
    padding: 20px 30px 100px;
  }
}
#block-block-5 .hero-wrap {
  position: relative;
}
#block-block-5 .hero-wrap .state {
  margin: 0 auto;
  display: inline-block;
  width: 113px;
  padding: 0 24px;
}
#block-block-5 .hero-wrap::after,
#block-block-5 .hero-wrap::before {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 136px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -22px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-5 .hero-wrap::after,
  #block-block-5 .hero-wrap::before {
    width: 45px;
  }
}
#block-block-5 .hero-wrap::before {
  margin-right: -4px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-5 .hero-wrap {
    display: none;
  }
}
#block-block-5 .hero_text {
  display: block;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin-left: -6px;
  padding-bottom: 10px;
}
#block-block-5 .hero_text .bold {
  font-weight: 700;
}
#block-block-5 .hero_text .italic {
  font-style: italic;
  margin-left: -15px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-5 .hero_text .italic {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-5 .hero_text {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-5 .hero_text {
    font-size: 38px;
    line-height: 45px;
  }
}
#block-block-5 .more {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 300;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 246px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
#block-block-5 .more:hover {
  background-color: #fff;
  color: #c22121;
  transition: all ease .3s;
}
/*NEW SEPARATED STATE AND BANNER BLOCKS  */
#block-block-11 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px 0px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-11 {
    padding: 20px 30px 0px;
  }
}
#block-block-11 .hero-wrap {
  position: relative;
}
#block-block-11 .hero-wrap .state {
  margin: 0 auto;
  display: inline-block;
  width: 113px;
  padding: 0 24px;
}
#block-block-11 .hero-wrap::after,
#block-block-11 .hero-wrap::before {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 136px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -22px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-11 .hero-wrap::after,
  #block-block-11 .hero-wrap::before {
    width: 45px;
  }
}
#block-block-11 .hero-wrap::before {
  margin-right: -4px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-11 .hero-wrap {
    display: none;
  }
}
#block-block-10 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 30px 125px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-10 {
    padding: 0px 30px 100px;
  }
}
#block-block-10 p {
  display: block;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin-left: -6px;
  line-height: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-10 p {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-10 p {
    font-size: 38px;
    line-height: 45px;
  }
}
#block-block-10 strong {
  font-weight: 700;
}
#block-block-10 em {
  font-style: italic;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-10 em {
    margin-left: 0;
  }
}
#block-block-10 p a {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 300;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  margin: 15px auto 0;
  padding: 0 15px;
  max-width: 246px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
#block-block-10 p a:hover {
  background-color: #fff;
  color: #c22121;
  transition: all ease 0.3s;
}




/**** end HEADER - Header Region ****/
/**** MENU - Menu Region ****/
/**** end MENU - Menu Region ****/
/**** BANNER - Banner Region ****/
/**** end BANNER - Banner Region ****/
/**** CONTENTTOP - Content Top Region ****/
#block-boxes-congress-newsletter-signup {
  background-color: #c22121;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-boxes-congress-newsletter-signup {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-newsletter-signup {
    position: fixed !important;
    bottom: 0;
    transition: all ease .3s;
    z-index: 5000;
  }
}
#block-boxes-congress-newsletter-signup #signup_trigger {
  position: absolute;
  right: 10%;
  top: -35px;
  background-color: #c22121;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: .075em;
  color: #ffffff;
  padding: 0px;
  min-width: 114px;
  transition: all ease .3s;
  text-align: center;
}
#block-boxes-congress-newsletter-signup #signup_trigger:hover {
  min-width: 135px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-newsletter-signup #signup_trigger {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 114px;
  }
}
#block-boxes-congress-newsletter-signup #signup_trigger .open {
  display: block;
}
#block-boxes-congress-newsletter-signup #signup_trigger .close {
  display: none;
  background-color: #c22121;
  font-size: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  min-width: 114px;
}
#block-boxes-congress-newsletter-signup #signup_trigger .close:before {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -8px;
  right: 7px;
}
#block-boxes-congress-newsletter-signup #signup_trigger .close:after {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -8px;
  left: 6px;
}
#block-boxes-congress-newsletter-signup .border {
  width: 100%;
  height: 34px;
  background-color: #c22121;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-newsletter-signup .border {
    height: 15px;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap {
  padding: 2px 20px 43px;
  font-size: 0px;
  display: none;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  text-align: center;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main {
  display: inline-block;
  margin-bottom: 10px;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main .star {
  color: #ffffff;
  font-size: 25px;
  padding: 0 10px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main .star {
    display: none;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main .star.left {
  padding: 0 14px 0 0;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main h3 {
    font-size: 24px;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_header #signup_main .star.right {
  padding: 0 0 0 11px;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap {
  max-width: 600px;
  width: 100%;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form .signup_input {
  color: #686868;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 300;
  height: 51px;
  line-height: 51px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  border: none;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form .signup_input:focus,
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form .signup_input:active {
  outline: none;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form .signup_input {
    margin: 5px 0;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #signup_email {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 57.5%;
  margin-right: 4.2%;
  padding-left: 19px;
  background-color: #611010;
  color: #ffffff;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #signup_email:focus,
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #signup_email:active {
  background-color: #4b0c0c;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #signup_email {
    width: 100%;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #submit {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  line-height: 51px;
  height: 51px;
  color: #c22121;
  background-color: #ffffff;
  cursor: pointer;
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #submit:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form #submit {
    width: 100%;
  }
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#block-boxes-congress-newsletter-signup #signup_wrap #signup_form_wrap .signup_form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#signup_var {
  position: relative;
}
#signup_var #signup_trigger {
  position: absolute;
  right: 10%;
  top: -35px;
  background-color: #c22121;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: .075em;
  color: #ffffff;
  padding: 0px;
  min-width: 114px;
  transition: all ease .3s;
  text-align: center;
}
#signup_var #signup_trigger:hover {
  min-width: 135px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #signup_var #signup_trigger {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 114px;
  }
}
#signup_var #signup_trigger .open {
  display: block;
}
#signup_var #signup_trigger .close {
  display: none;
  background-color: #c22121;
  font-size: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  min-width: 114px;
}
#signup_var #signup_trigger .close:before {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -8px;
  right: 7px;
}
#signup_var #signup_trigger .close:after {
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -8px;
  left: 6px;
}
#signup_var .border {
  width: 100%;
  height: 34px;
  background-color: #c22121;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #signup_var .border {
    height: 15px;
  }
}
#signup_var #signup_wrap {
  padding: 2px 20px 43px;
  font-size: 0px;
  display: none;
}
#signup_var #signup_wrap #signup_header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  text-align: center;
}
#signup_var #signup_wrap #signup_header #signup_main {
  display: inline-block;
  margin-bottom: 10px;
}
#signup_var #signup_wrap #signup_header #signup_main .star {
  color: #ffffff;
  font-size: 25px;
  padding: 0 10px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #signup_var #signup_wrap #signup_header #signup_main .star {
    display: none;
  }
}
#signup_var #signup_wrap #signup_header #signup_main .star.left {
  padding: 0 14px 0 0;
}
#signup_var #signup_wrap #signup_header #signup_main h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #signup_var #signup_wrap #signup_header #signup_main h3 {
    font-size: 24px;
  }
}
#signup_var #signup_wrap #signup_header #signup_main .star.right {
  padding: 0 0 0 11px;
}
#signup_var #signup_wrap #signup_form_wrap {
  max-width: 600px;
  width: 100%;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_input {
  color: #686868;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 300;
  height: 51px;
  line-height: 51px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  border: none;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_input:focus,
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_input:active {
  outline: none;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #signup_var #signup_wrap #signup_form_wrap .signup_form .signup_input {
    margin: 5px 0;
  }
}
#signup_var #signup_wrap #signup_form_wrap .signup_form #signup_email {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 57.5%;
  margin-right: 4.2%;
  padding-left: 19px;
  background-color: #611010;
  color: #ffffff;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form #signup_email:focus,
#signup_var #signup_wrap #signup_form_wrap .signup_form #signup_email:active {
  background-color: #4b0c0c;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #signup_var #signup_wrap #signup_form_wrap .signup_form #signup_email {
    width: 100%;
  }
}
#signup_var #signup_wrap #signup_form_wrap .signup_form #submit {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  line-height: 51px;
  height: 51px;
  color: #c22121;
  background-color: #ffffff;
  cursor: pointer;
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form #submit:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #signup_var #signup_wrap #signup_form_wrap .signup_form #submit {
    width: 100%;
  }
}
#signup_var #signup_wrap #signup_form_wrap .signup_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#block-panels-mini-congress-home-page-rotator {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
}
#block-panels-mini-congress-home-page-rotator h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
  padding: 50px 0px 0px;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block {
  padding: 50px 0;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post {
    padding-bottom: 50px;
  }
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_head {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_head {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_head img {
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    max-width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_head img {
    margin: 0;
  }
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content {
    width: 100%;
    padding: 16px;
  }
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_title {
  font-size: 32px;
  line-height: 40px;
  max-height: 126px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  #block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_title {
    max-height: none;
    font-size: 28px;
    line-height: 36px;
  }
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_date_wrap {
  padding: 20px 0;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_date_wrap .news_date_int {
  font-size: 16px;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_date_wrap a,
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_date_wrap .news_separator {
  display: none;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_read a {
  color: #c22121;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 300;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border: 1px solid #c22121;
  border-radius: 10px;
  display: block;
  padding: 0 15px;
  max-width: 246px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
#block-panels-mini-congress-home-page-rotator .hprotator-text-block .news_post .news_content .news_read a:hover {
  background-color: #c22121;
  color: #fff;
  transition: all ease .3s;
}
#block-panels-mini-congress-home-page-rotator .flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: #c6c6c6;
  box-shadow: none;
  margin: 0 10px;
  z-index: 1000;
  position: relative;
}
#block-panels-mini-congress-home-page-rotator .flex-control-nav li a:hover {
  background-color: #c22121;
}
#block-panels-mini-congress-home-page-rotator .flex-control-nav li a.flex-active {
  background-color: #c22121;
}
#block-panels-mini-congress-home-page-rotator .flex-direction-nav {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .news_post .news_head .news_img {
    padding: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .news_post .news_head .news_img img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .news_post .news_head .news_img img {
    margin: 0 auto;
  }
}
.news_post .news_content {
  padding: 23px 7px 34px 16px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .news_post .news_content {
    padding: 0px 7px 50px 16px;
    box-sizing: border-box;
  }
}
.news_post .news_content .news_title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .05em;
  font-weight: 300;
  text-transform: none;
}
.news_post .news_content .news_title a {
  color: #5e5e5e;
}
.news_post .news_content .news_title a:hover {
  color: #c22121;
}
.news_post .news_content .news_date_wrap {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 17px 0 5px;
}
.news_post .news_content .news_body {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
}
.news_post .news_content .news_read {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.news_post .news_social_wrap {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.news_post .news_social_wrap a i {
  font-size: 25px;
  vertical-align: middle;
}
.news_post .news_social_wrap a i.fa-facebook-f {
  font-size: 20px;
  margin: 0 16px;
  color: #3b5998;
}
.news_post .news_social_wrap a i.fa-facebook-f:hover {
  color: #c22121;
  transition: all ease .3s;
}
.news_post .news_social_wrap a i.fa-envelope {
  color: #c6c6c6;
}
.news_post .news_social_wrap a i.fa-envelope:hover {
  color: #c22121;
  transition: all ease .3s;
}
.news_post .news_social_wrap a i.fa-twitter {
  color: #40a2f6;
}
.news_post .news_social_wrap a i.fa-twitter:hover {
  color: #c22121;
  transition: all ease .3s;
}
.front .view-congress-press-releases {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 77px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases {
    padding: 30px;
  }
}
.front .view-congress-press-releases .view-content {
  font-size: 0;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content {
    flex-wrap: wrap;
  }
}
.front .view-congress-press-releases .view-content .views-row {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row {
    width: 49%;
    margin: 0 1% 1% 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .front .view-congress-press-releases .view-content .views-row {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-2 {
    margin-right: 0;
  }
}
.front .view-congress-press-releases .view-content .views-row.views-row-3 {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-3 .news_post .news_head {
    display: inline-block;
    width: 35%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-3 .news_post .news_head {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-3 .news_post .news_content {
    display: inline-block;
    width: 60%;
    padding: 16px 7px 50px 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .front .view-congress-press-releases .view-content .views-row.views-row-3 .news_post .news_content {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row .news_post .news_head .news_img {
    padding: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row .news_post .news_head .news_img img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .front .view-congress-press-releases .view-content .views-row .news_post .news_head .news_img img {
    margin: 0 auto;
  }
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content {
  padding: 23px 7px 34px 16px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .front .view-congress-press-releases .view-content .views-row .news_post .news_content {
    padding: 0px 7px 50px 16px;
    box-sizing: border-box;
  }
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .05em;
  font-weight: 300;
  text-transform: none;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_title a {
  color: #5e5e5e;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_title a:hover {
  color: #c22121;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_date_wrap {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 17px 0 5px;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_body {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_body p {
  font-size: 14px;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_content .news_read {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i {
  font-size: 25px;
  vertical-align: middle;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-facebook-f {
  font-size: 20px;
  margin: 0 16px;
  color: #3b5998;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-facebook-f:hover {
  color: #c22121;
  transition: all ease .3s;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-envelope {
  color: #c6c6c6;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-envelope:hover {
  color: #c22121;
  transition: all ease .3s;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-twitter {
  color: #40a2f6;
}
.front .view-congress-press-releases .view-content .views-row .news_post .news_social_wrap a i.fa-twitter:hover {
  color: #c22121;
  transition: all ease .3s;
}
/**** end CONTENTTOP - Content Top Region ****/
/**** CONTENT - Content Region ****/
/**** end CONTENT - Content Region ****/
/**** CONTENTREGION - Content Region ****/
/**** end CONTENTREGION - Content Region ****/
/**** CONTENTAFTER - Content After Region ****/
/**** end CONTENTAFTER - Content After Region ****/
/**** CONTENTBOTTOM - Content Bottom Region ****/
/**** end CONTENTBOTTOM - Content Bottom Region ****/
/**** FOOTERREGION - Footer Region ****/
#block-boxes-congress-service-center {
  background-color: #000627;
}
#block-boxes-congress-service-center .services {
  text-align: center;
  padding: 63px 30px 50px 40px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-service-center .services {
    padding: 50px 0 20px;
  }
}
#block-boxes-congress-service-center .services h3 {
  color: #ffffff;
  text-align: center;
  padding: 0px 0 69px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-service-center .services h3 {
    padding: 0px 30px 30px;
  }
}
#block-boxes-congress-service-center .services div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-service-center .services div {
    padding: 0 30px 30px;
    width: 25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-boxes-congress-service-center .services div {
    width: 49%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-boxes-congress-service-center .services div {
    width: 100%;
  }
}
#block-boxes-congress-service-center .services div a {
  color: #ffffff;
}
#block-boxes-congress-service-center .services div a:hover {
  color: #e15151;
}
#block-boxes-congress-service-center .services div a i {
  font-size: 4.3vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-boxes-congress-service-center .services div a i {
    font-size: 40px;
  }
}
#block-boxes-congress-service-center .services div a i:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 23px;
  padding: 12.8px 0;
  border-bottom: 1px solid #c22121;
}
#block-boxes-congress-service-center .services div a span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 300;
  display: block;
  text-align: center;
  padding-top: 13px;
}
#block-boxes-congress-service-center .services div.office {
  padding: 0 5% 30px 6.6%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-service-center .services div.office {
    padding: 0 30px 30px;
  }
}
#block-boxes-congress-service-center .services div.military {
  padding: 0 2.9% 30px 4.1%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-service-center .services div.military {
    padding: 0 30px 30px;
  }
}
#block-block-3 {
  background: #c22121;
  padding: 64px 30px 50px 40px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-3 {
    padding: 50px 30px 20px;
  }
}
#block-block-3 h3 {
  color: #ffffff;
  text-align: center;
  padding: 0px 0px 69px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-3 h3 {
    padding: 0px 0px 30px;
  }
}
#block-block-3 .legislative {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 32px;
  box-sizing: border-box;
  width: 100%;
  margin-left: -7px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-3 .legislative {
    margin-left: 0;
    padding-bottom: 0px;
  }
}
#block-block-3 .legislative a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
#block-block-3 .legislative a:hover i:after {
  width: 50px;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-3 .legislative a {
    padding: 0 5.4% 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-block-3 .legislative a {
    width: 100%;
    padding: 0 0 30px;
  }
}
#block-block-3 .legislative a i {
  font-size: 4.5vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-3 .legislative a i {
    font-size: 40px;
  }
}
#block-block-3 .legislative a i:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 23px;
  padding: 11.3px 0;
  border-bottom: 1px solid #ffffff;
}
#block-block-3 .legislative a span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 300;
  display: block;
  text-align: center;
  padding-top: 13px;
}
#block-block-3 .legislative a.co_sponsored {
  padding: 0 5.4%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-block-3 .legislative a.co_sponsored {
    padding: 0 5.4% 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  #block-block-3 .legislative a.co_sponsored {
    padding: 0 0 30px;
  }
}
#block-block-2 {
  background-color: #ffffff;
  max-width: 960px;
  margin: 0 auto;
  padding: 63px 30px 50px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-2 {
    padding: 50px 30px 50px 30px;
  }
}
#block-block-2 .issues {
  text-align: center;
  font-size: 0;
}
#block-block-2 .issues h3 {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-2 .issues h3 {
    padding-bottom: 30px;
  }
}
#block-block-2 .issues .row {
  display: block;
}
#block-block-2 .issues .row a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 217px;
  margin: 0 0 30px 0;
  padding: 0 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#block-block-2 .issues .row a:hover .overlay {
  opacity: .5;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-block-2 .issues .row a {
    margin: 10px 0px;
    height: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-2 .issues .row a {
    margin: 5px 0px;
    height: 100px;
  }
}
#block-block-2 .issues .row a .overlay {
  border-radius: 10px;
  background-color: #142048;
  opacity: 0.3;
}
#block-block-2 .issues .row a h5 {
  font-size: 25px;
  line-height: 36px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .03em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#block-block-2 .issues .row a.see_more {
  background-color: #c22121;
}
#block-block-2 .issues .row a.see_more:hover {
  background-color: #e15151;
  transition: all ease .3s;
}
#block-block-2 .issues .row a.wide {
  width: 63.5%;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-2 .issues .row a.wide {
    width: 100%;
  }
}
#block-block-2 .issues .row a.narrow {
  width: 33.3%;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-2 .issues .row a.narrow {
    width: 100%;
  }
}
#block-block-2 .issues .row a.left {
  margin-right: 3.2%;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-2 .issues .row a.left {
    margin-right: 0;
  }
}
#block-block-4 .social_header {
  text-align: center;
  padding: 14px 30px 32px;
}
#block-block-4 .social_header h3 {
  padding: 0 30px 11px;
  text-align: center;
}
#block-block-4 .social_header .row {
  display: inline;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-4 .social_header .row {
    display: block;
  }
}
#block-block-4 .social_header .row a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .1em;
}
#block-block-4 .social_header .row a i {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
#block-block-4 .social_header .row a.tw {
  color: #40a2f6;
}
#block-block-4 .social_header .row a.tw:hover {
  color: #a1d1fb;
}
#block-block-4 .social_header .row a.fb {
  color: #3b5998;
}
#block-block-4 .social_header .row a.fb:hover {
  color: #718dc8;
}
#block-block-4 .social_header .row a.yt {
  color: #ff0000;
}
#block-block-4 .social_header .row a.yt:hover {
  color: #ff6666;
}
#block-block-4 .social_header .row a.insta {
  color: #d95593;
}
#block-block-4 .social_header .row a.insta:hover {
  color: #eca8c8;
}
#block-block-4 .social_header .row a.insta i {
  color: #fff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
#block-block-4 .social_header .row .separator {
  margin: 0 2px 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-block-4 .social_header .row:nth-child(2) .separator:nth-child(4) {
    display: none;
  }
}
#block-pgsocial-twitter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-pgsocial-twitter {
    padding: 0 30px 30px;
  }
}
#block-pgsocial-twitter .content {
  display: flex;
}
#block-pgsocial-twitter .tw_img {
  display: inline-block;
  vertical-align: top;
  width: 21.3%;
  margin-right: 3.9%;
  padding-left: 13px;
  padding-bottom: 3px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-pgsocial-twitter .tw_img {
    width: 35%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-twitter .tw_img {
    display: none;
  }
}
#block-pgsocial-twitter .tw_img img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#block-pgsocial-twitter .tw_wrap {
  display: inline-block;
  vertical-align: top;
  width: 74.6%;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  position: relative;
  padding-bottom: 65px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-pgsocial-twitter .tw_wrap {
    width: 65%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-twitter .tw_wrap {
    width: 100%;
  }
}
#block-pgsocial-twitter .tw_wrap .tw_post {
  padding: 41px 48px 15px;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_info {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  text-transform: uppercase;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_info .separator {
  margin: 0 11px 0 4px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-pgsocial-twitter .tw_wrap .tw_post .tw_info .separator {
    display: none;
  }
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_info a {
  color: #22a7f3;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_info a:hover {
  color: #096fc7;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-pgsocial-twitter .tw_wrap .tw_post .tw_info a {
    display: block;
  }
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .1em;
  font-weight: 300;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_text a {
  color: #22a7f3;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_text a:hover {
  color: #096fc7;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-twitter .tw_wrap .tw_post .tw_text a {
    word-wrap: break-word;
  }
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_actions {
  position: absolute;
  bottom: 27px;
  right: 30px;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_actions a {
  font-size: 25px;
  color: #c6c6c6;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_actions a:hover {
  color: #000627;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_actions a.tw_like {
  color: #c22121;
}
#block-pgsocial-twitter .tw_wrap .tw_post .tw_actions a.tw_like:hover {
  color: #e15151;
}
#block-pgsocial-facebook {
  font-size: 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-pgsocial-facebook {
    width: 100%;
  }
}
#block-pgsocial-facebook .fb_wrap {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-pgsocial-facebook .fb_wrap {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-facebook .fb_wrap {
    display: initial;
  }
}
#block-pgsocial-facebook .fb_wrap .fb_post {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  position: relative;
  padding-bottom: 60px;
  vertical-align: top;
  width: 45.8%;
  margin-right: 4.6%;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 434px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-pgsocial-facebook .fb_wrap .fb_post {
    width: 48%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-facebook .fb_wrap .fb_post {
    width: 100%;
    margin: 0 0 10px;
  }
}
#block-pgsocial-facebook .fb_wrap .fb_post.fb_num_2 {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-facebook .fb_wrap .fb_post.fb_num_2 {
    margin: 0 0 31px;
  }
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_img_wrap {
  height: 195px;
  background-color: blue;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body {
  padding: 23px 17px 27px;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_date {
  display: inline;
  vertical-align: top;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_date a {
  color: #3b5998;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_date a:hover {
  color: #c22121;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_date .fb_like {
  width: 51px;
  vertical-align: text-top;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_message {
  margin-top: -6px;
  height: 96px;
  overflow: hidden;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_message a {
  color: #3b5998;
}
#block-pgsocial-facebook .fb_wrap .fb_post .fb_body .fb_message a:hover {
  color: #c22121;
}
#block-pgsocial-facebook .fb_wrap .fb_post a.fb_share {
  text-transform: uppercase;
  font-weight: 600;
  color: #3b5998;
  position: absolute;
  bottom: 25px;
  right: 22px;
}
#block-pgsocial-facebook .fb_wrap .fb_post a.fb_share:hover {
  color: #c22121;
}
#block-pgsocial-facebook .fb_wrap .fb_post a.fb_share .fa-facebook-f {
  font-size: 19px;
  font-weight: 300;
}
#block-boxes-congress-youtube-box {
  display: inline-block;
  width: 50%;
  padding-left: 0.4%;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-youtube-box {
    width: 100%;
    padding-left: 0;
  }
}
#block-boxes-congress-youtube-box .yt-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 434px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-boxes-congress-youtube-box .yt-wrapper {
    min-height: auto;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }
}
#block-boxes-congress-youtube-box .yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-pgsocial-instagram {
  padding-top: 31px;
}
#block-pgsocial-instagram .ig_wrap .ig_post {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.7%;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  margin-right: 2.4%;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-instagram .ig_wrap .ig_post {
    width: 100%;
    margin: 5px 0;
  }
}
#block-pgsocial-instagram .ig_wrap .ig_post.ig_num_3 {
  margin-right: 0;
}
#block-pgsocial-instagram .ig_wrap .ig_post .ig_photo {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  height: 259px;
}
#block-pgsocial-instagram .ig_wrap .ig_post .ig_photo:hover .overlay {
  opacity: .5;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-pgsocial-instagram .ig_wrap .ig_post .ig_photo {
    height: 219px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #block-pgsocial-instagram .ig_wrap .ig_post .ig_photo {
    height: 150px;
  }
}
#block-pgsocial-instagram .ig_wrap .ig_post .ig_share {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 27px;
  right: 28px;
}
#block-pgsocial-instagram .ig_wrap .ig_post .ig_share .fa-instagram {
  font-size: 37px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}
#footer {
  font-size: 0;
  /**** FOOTERSECOND - Footer Second Region ****/
  /**** end FOOTERSECOND - Footer Second Region ****/
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #e15151;
}
#footer .ft_logo {
  width: 345px;
  margin: 0 auto;
  padding: 88px 0 81px;
}
#footer .ft_logo:hover {
  opacity: .7;
  transition: all ease .3s;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .ft_logo {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .ft_logo {
    width: 230px;
  }
}
#footer .footer_socials {
  font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .footer_socials {
    font-size: 25px;
  }
}
#footer .footer_socials i.fa-facebook-f {
  margin: 0px 11px 0 12px;
}
#footer .footer_socials i.fa-rss {
  margin: 0 8px 0 12px;
}
#footer .view-content {
  max-width: 960px;
  margin: 81px auto 144px;
  text-align: left;
  padding-left: 19px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content {
    padding-left: 0;
    margin: 30px 0;
  }
}
#footer .view-content .views-row {
  display: inline-block;
  width: 20%;
  margin-right: 2%;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content .views-row {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .view-content .views-row {
    text-align: center;
  }
}
#footer .view-content .views-row h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: .05em;
  margin-bottom: 8px;
}
#footer .view-content .views-row p {
  font-size: 14px;
}
#footer .view-content .views-row.views-row-1 {
  width: 26.2%;
  margin-right: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content .views-row.views-row-1 {
    width: 45%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .view-content .views-row.views-row-1 {
    width: 100%;
    margin-right: 0;
  }
}
#footer .view-content .views-row.views-row-2 {
  width: 21.5%;
  margin-right: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content .views-row.views-row-2 {
    width: 45%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .view-content .views-row.views-row-2 {
    width: 100%;
    margin-right: 0;
  }
}
#footer .view-content .views-row.views-row-3 {
  width: 21%;
  margin-right: 3.9%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content .views-row.views-row-3 {
    width: 45%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .view-content .views-row.views-row-3 {
    width: 100%;
    margin-right: 0;
  }
}
#footer .view-content .views-row.views-row-4 {
  width: 23%;
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .view-content .views-row.views-row-4 {
    width: 45%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer .view-content .views-row.views-row-4 {
    width: 100%;
  }
}
#footer #footer-second .section ul.menu {
  padding: 37px 30px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer #footer-second .section ul.menu {
    padding: 35px 20px;
  }
}
#footer #footer-second .section ul.menu li.leaf {
  display: inline;
  list-style-type: none;
  padding: 0 26px 0 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer #footer-second .section ul.menu li.leaf {
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
  }
}
#footer #footer-second .section ul.menu li.leaf.last {
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #footer #footer-second .section ul.menu li.leaf.last {
    padding: 0 5px;
  }
}
/**** end FOOTERREGION - Footer Region ****/
/* -------------------------------------- -------------------------------------- */
/**** INTERIORSTYLES - Interior Styles ****/
#page-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 48px;
  font-weight: 100;
  padding: 0px 30px 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #page-title {
    margin: 0px 0px 0px 0px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #page-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 70px;
  }
}
#block-system-main {
  background-color: #ffffff;
  margin: 0px 0px 30px;
  padding: 40px;
  min-height: 398px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-system-main {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-system-main {
    margin-bottom: 0px;
  }
}
#block-system-main .field-name-body h1,
#block-system-main .field-name-body h2,
#block-system-main .field-name-body h3,
#block-system-main .field-name-body h4,
#block-system-main .field-name-body p,
#block-system-main .field-name-body ul,
#block-system-main .field-name-body strong {
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-system-main .field-name-body img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 10px 0px !important;
  }
}
#block-block-9 {
  text-align: center;
}
#block-block-9 .int_share_header .int_share_menu .int_share_title {
  font-size: 14px;
  margin: 27px 0px 14px 0px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e2d60;
}
#block-block-9 .int_share_header .int_share_menu .int_share_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px auto;
}
#block-block-9 .int_share_header .int_share_menu .int_share_list li {
  display: inline-block;
}
#block-block-9 .int_share_header .int_share_menu .int_share_list li a .fa-twitter {
  color: #1da1f2;
  font-size: 24px;
}
#block-block-9 .int_share_header .int_share_menu .int_share_list li a .fa-facebook-f {
  font-size: 24px;
  color: #3d5b99;
  padding: 0px 10px;
  padding: 0px 10px 18px;
  border-bottom: 1px solid #c6c6c6;
}
#block-block-9 .int_share_header .int_share_menu .int_share_list li a .fa-envelope {
  font-size: 24px;
  color: #c6c6c6;
}
/**** end INTERIORSTYLES - Interior Styles ****/
/**** POSTSVIEW - Posts View Page ****/
.page-posts #block-system-main {
  background-color: transparent;
  padding: 0px;
  margin-top: 219px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .page-posts #block-system-main {
    margin-top: 210px;
  }
}
.page-posts #block-system-main .view-header {
  background-repeat: repeat;
  margin-bottom: 12px;
}
.page-posts #block-system-main .view-header #news_sort {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.page-posts #block-system-main .view-header #news_sort span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  padding-right: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .view-header #news_sort span {
    display: none;
  }
}
.page-posts #block-system-main .view-header #news_sort a {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 12px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .view-header #news_sort a {
    padding: 0px 7px;
  }
}
.page-posts #block-system-main .view-header #news_sort a:hover,
.page-posts #block-system-main .view-header #news_sort a.active {
  background-color: #c22121;
  font-weight: 700;
}
.page-posts #block-system-main .news_post {
  background-color: #ffffff;
  margin-bottom: 12px;
  padding: 42px 46px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .page-posts #block-system-main .news_post {
    padding: 20px;
  }
}
.page-posts #block-system-main .news_post.media_post {
  padding-bottom: 54px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .page-posts #block-system-main .news_post.media_post {
    padding-bottom: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_head {
    width: 100%;
  }
}
.page-posts #block-system-main .news_post .news_head .news_date_wrap {
  background-color: #909090;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 16px;
}
.page-posts #block-system-main .news_post .news_head .news_date_wrap .news_date_int {
  color: #ffffff;
  font-weight: 700;
}
.page-posts #block-system-main .news_post .news_head .news_date_wrap .news_separator {
  color: #303030;
  padding: 0px 2px;
}
.page-posts #block-system-main .news_post .news_head .news_date_wrap .news_post_type {
  color: #ffffff;
}
.page-posts #block-system-main .news_post .news_head .news_date_wrap .news_post_type a {
  color: #ffffff;
}
@media only screen and (max-width: 1300px) {
  .page-posts #block-system-main .news_post .news_content {
    width: 100%;
  }
}
.page-posts #block-system-main .news_post .news_content .news_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 21px 0px 23px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_content .news_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-posts #block-system-main .news_post .news_content .news_title.media_title {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_content .news_title.media_title {
    margin-bottom: 0px;
  }
}
.page-posts #block-system-main .news_post .news_content .news_title a {
  color: #c22121;
}
.page-posts #block-system-main .news_post .news_content .news_title a:hover {
  color: #e15151;
}
.page-posts #block-system-main .news_post .news_content .news_media {
  float: left;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_content .news_media {
    margin: 0px 0px 20px;
    float: none;
  }
}
.page-posts #block-system-main .news_post .news_content .news_media.media_media {
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_content .news_media.media_media {
    top: 0px;
    margin: 20px 0px 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-posts #block-system-main .news_post .news_content .news_media img {
    margin: 0px auto;
  }
}
.page-posts #block-system-main .news_post .news_content .news_body {
  display: block;
  overflow: hidden;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -8px;
}
.item-list .pager {
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  font-size: 0px;
  position: relative;
  width: 100%;
}
.item-list .pager li {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #c6c6c6;
  padding: 5px;
  border-radius: 8px;
  margin: 0px 9px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item-list .pager li {
    display: none;
  }
}
.item-list .pager li a {
  color: #909090;
  display: block;
  width: 100%;
  height: 100%;
}
.item-list .pager li.pager-item:hover {
  background-color: #c22121;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item-list .pager li.pager-item a {
    display: none;
  }
}
.item-list .pager li.pager-item a:hover {
  color: #ffffff;
  background-color: #c22121;
}
.item-list .pager li.pager-previous {
  font-size: 12px;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 24px;
  border: 1px solid #909090;
  padding: 5px;
  border-radius: 8px;
  margin: 0px 9px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item-list .pager li.pager-previous {
    display: inline-block;
  }
}
.item-list .pager li.pager-previous a:hover {
  color: #c22121;
}
.item-list .pager li.pager-next {
  font-size: 24px;
  line-height: 28px;
  right: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item-list .pager li.pager-next {
    display: inline-block;
  }
}
.item-list .pager li.pager-next a:hover {
  color: #c22121;
}
.item-list .pager li.pager-current {
  color: #ffffff;
  background-color: #c22121;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item-list .pager li.pager-current {
    display: none;
  }
}
.item-list .pager li.pager-first,
.item-list .pager li.pager-last {
  display: none;
}
.item-list .pager li.pager-ellipsis {
  display: none;
}
/**** end POSTSVIEW - Posts View Page ****/
/**** POSTNODE - Post Node Page ****/
/**** end POSTNODE - Post Node Page ****/
/**** NEWSVIEW - News View Page ****/
/**** end NEWSVIEW - News View Page ****/
/**** NEWSNODE - News Node Page ****/
/**** end NEWSNODE - News Node Page ****/
/**** MEDIAVIEW - Media View Page ****/
/**** end MEDIAVIEW - Media View Page ****/
/**** MEDIANODE - Media Node Page ****/
.page-media-center #block-system-main .views-row .news_social_wrap,
.page-taxonomy-term #block-system-main .views-row .news_social_wrap {
  position: relative;
  bottom: inherit;
  right: inherit;
  margin-left: 5px;
}
.page-media-center #block-system-main .views-row .news_social_wrap i.fa-facebook-f,
.page-taxonomy-term #block-system-main .views-row .news_social_wrap i.fa-facebook-f {
  margin: 0 3px;
}
.not-front #block-system-main,
.page-media-center #block-system-main,
.page-taxonomy-term #block-system-main {
  max-width: 983px;
  margin: 0 auto;
  padding: 20px 30px 30px 30px;
}
.not-front #block-system-main .view-header #post_sort,
.page-media-center #block-system-main .view-header #post_sort,
.page-taxonomy-term #block-system-main .view-header #post_sort {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 39px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-header #post_sort,
  .page-media-center #block-system-main .view-header #post_sort,
  .page-taxonomy-term #block-system-main .view-header #post_sort {
    line-height: 28px;
  }
}
.not-front #block-system-main .view-header #post_sort a,
.page-media-center #block-system-main .view-header #post_sort a,
.page-taxonomy-term #block-system-main .view-header #post_sort a {
  color: #c6c6c6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.not-front #block-system-main .view-header #post_sort .active,
.page-media-center #block-system-main .view-header #post_sort .active,
.page-taxonomy-term #block-system-main .view-header #post_sort .active {
  color: #000627;
}
.not-front #block-system-main .view-header #post_sort span,
.page-media-center #block-system-main .view-header #post_sort span,
.page-taxonomy-term #block-system-main .view-header #post_sort span {
  color: #000627;
  padding: 0px 2px;
}
.not-front #block-system-main .view-content,
.page-media-center #block-system-main .view-content,
.page-taxonomy-term #block-system-main .view-content {
  max-width: 983px;
  width: 100%;
  margin: 0px auto;
}
.not-front #block-system-main .view-content .views-row,
.page-media-center #block-system-main .view-content .views-row,
.page-taxonomy-term #block-system-main .view-content .views-row {
  margin-bottom: 47px;
}
.not-front #block-system-main .view-content .views-row .news_post,
.page-media-center #block-system-main .view-content .views-row .news_post,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post {
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  margin-bottom: 20px;
}
.not-front #block-system-main .view-content .views-row .news_post .news_head,
.page-media-center #block-system-main .view-content .views-row .news_post .news_head,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head {
  display: inline-block;
  vertical-align: top;
  width: 38%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_head,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_head,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_head .news_img,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_head .news_img,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head .news_img {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_head .news_img,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_head .news_img,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head .news_img {
    padding: 0px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_head .news_img img,
.page-media-center #block-system-main .view-content .views-row .news_post .news_head .news_img img,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head .news_img img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_head .news_img img,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_head .news_img img,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_head .news_img img {
    width: 100%;
    padding: 0px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_content,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content {
  width: 58%;
  display: inline-block;
  padding: 0px 7px 0px 21px;
}
@media only screen and (max-width: 1300px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_content,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_content,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content {
    width: 56%;
    padding: 0px 7px 0px 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_content,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_content,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content {
    width: 100%;
    padding: 10px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap {
  padding: 5px 0 5px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap {
    padding: 8px 0px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap .news_social_wrap i,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap .news_social_wrap i,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_date_wrap .news_social_wrap i {
  font-size: 16px;
  padding: 0px;
}
.not-front #block-system-main .view-content .views-row .news_post .news_content .news_read,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_read,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_read {
  padding-top: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_content .news_read,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_read,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_read {
    padding-top: 8px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_content .news_title,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_title,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_title {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: .05em;
  font-weight: 300;
  text-transform: none;
  margin-top: 5px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  /* min-height: 62px; */
  max-height: 91px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* font-size: 18px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main .view-content .views-row .news_post .news_content .news_title,
  .page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_title,
  .page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_title {
    line-height: 30px;
    max-height: 84px;
  }
}
.not-front #block-system-main .view-content .views-row .news_post .news_content .news_body,
.page-media-center #block-system-main .view-content .views-row .news_post .news_content .news_body,
.page-taxonomy-term #block-system-main .view-content .views-row .news_post .news_content .news_body {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  min-height: 62px;
  max-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* font-size: 18px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/**** end MEDIANODE - Media Node Page ****/
/**** ISSUESVIEW - Issues View Page ****/
/**** end ISSUESVIEW - Issues View Page ****/
/**** ISSUESNODE - Issues Node Page ****/
/**** end ISSUESVIEW - Issues View Page ****/
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .not-front iframe {
    width: 100%;
  }
}
#block-system-main .field-name-body input[type="text"] {
  background-color: #ffffff;
  border: 1px solid #c22121;
  border-radius: 0px;
  box-shadow: none;
  color: #5e5e5e;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 24px;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
}
#block-system-main .field-name-body input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0px 12px;
  font-size: 18px;
  line-height: 36px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #c22121;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-system-main .field-name-body input[type="submit"] {
    padding: 0px 6px;
  }
}
#block-system-main .field-name-body input[type="submit"]:hover {
  background-color: #e15151;
}
#block-system-main .field-name-body .bootstrap fieldset {
  border: 0 none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
#block-system-main .field-name-body .bootstrap legend {
  color: #c22121;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
}
#block-system-main .field-name-body .bootstrap .form-group {
  margin-bottom: 16px;
}
#block-system-main .field-name-body .bootstrap .has-feedback {
  position: relative;
}
#block-system-main .field-name-body .bootstrap label {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  max-width: 100%;
  line-height: 30px;
}
#block-system-main .field-name-body .bootstrap .form-control {
  background-color: #ffffff;
  border: 1px solid #5e5e5e;
  border-radius: 0px;
  box-shadow: none;
  color: #5e5e5e;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 24px;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
}
#block-system-main .field-name-body .bootstrap .has-feedback .form-control {
  padding-right: 36px;
}
#block-system-main .field-name-body .bootstrap .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#block-system-main .field-name-body .bootstrap textarea.form-control {
  height: auto;
}
#block-system-main .field-name-body .bootstrap .fa-asterisk:before {
  color: #c22121;
  font-size: 12px;
}
#block-system-main .field-name-body .bootstrap .form-control-feedback {
  display: block;
  height: 36px;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-align: center;
  top: auto;
  width: 36px;
  bottom: 0px;
}
#block-system-main .field-name-body .bootstrap .form-inline .radio label,
#block-system-main .field-name-body .bootstrap .form-inline .checkbox label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 0px;
  vertical-align: middle;
}
#block-system-main .field-name-body .bootstrap .radio input[type="radio"],
#block-system-main .field-name-body .bootstrap .radio-inline input[type="radio"],
#block-system-main .field-name-body .bootstrap .checkbox input[type="checkbox"],
#block-system-main .field-name-body .bootstrap .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  position: relative;
  padding: 0px;
  line-height: 30px;
  margin: 0px;
}
#block-system-main .field-name-body .bootstrap input[type="file"] {
  display: block;
}
#block-system-main .field-name-body .bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0px 12px;
  font-size: 18px;
  line-height: 36px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #c22121;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-system-main .field-name-body .bootstrap .btn {
    padding: 0px 6px;
  }
}
#block-system-main .field-name-body .bootstrap .btn:hover {
  background-color: #e15151;
}
.page-contact .officeDetails {
  display: inline-block;
  line-height: 21px;
}
.page-contact .officeDetail {
  display: inline-block;
  line-height: 21px;
}
.node-type-congress-page #block-system-main img,
.page-taxonomy #block-system-main img,
.node-type-congress-office-location #block-system-main img {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.node-type-congress-page #block-system-main img.media-element,
.page-taxonomy #block-system-main img.media-element,
.node-type-congress-office-location #block-system-main img.media-element {
  max-width: inherit;
  width: inherit;
  padding: 6px 18px 10px 0px;
  margin: 0px!important;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .node-type-congress-page #block-system-main img.media-element,
  .page-taxonomy #block-system-main img.media-element,
  .node-type-congress-office-location #block-system-main img.media-element {
    width: 50% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .node-type-congress-page #block-system-main img.media-element,
  .page-taxonomy #block-system-main img.media-element,
  .node-type-congress-office-location #block-system-main img.media-element {
    width: 100% !important;
  }
}
.node-type-congress-page #block-system-main .news_img img,
.page-taxonomy #block-system-main .news_img img,
.node-type-congress-office-location #block-system-main .news_img img {
  margin: 0px auto;
}
/*Posts pages*/
.not-front #block-system-main h1 {
  font-weight: 100;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .05em;
  }
}
.not-front #block-system-main h4 {
  font-weight: 100;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .05em;
  }
}
.not-front #block-system-main h2.pane-title {
  font-weight: 100;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .not-front #block-system-main h2.pane-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .05em;
  }
}
.node-type-congress-press-release #block-system-main .content .field-name-body p,
.node-type-congress-article #block-system-main .content .field-name-body p,
.node-type-congress-page #block-system-main .content .field-name-body p,
.node-type-congress-video #block-system-main .content .field-name-body p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: .05em;
}
.node-type-congress-press-release #block-system-main .content .pane-node-created,
.node-type-congress-article #block-system-main .content .pane-node-created,
.node-type-congress-page #block-system-main .content .pane-node-created,
.node-type-congress-video #block-system-main .content .pane-node-created {
  margin-bottom: 24px;
  display: inline-block;
}
.node-type-congress-press-release #block-system-main .content .pane-node-content-type,
.node-type-congress-article #block-system-main .content .pane-node-content-type,
.node-type-congress-page #block-system-main .content .pane-node-content-type,
.node-type-congress-video #block-system-main .content .pane-node-content-type {
  margin-bottom: 24px;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.node-type-congress-press-release #block-system-main .content .pane-node-content-type::before,
.node-type-congress-article #block-system-main .content .pane-node-content-type::before,
.node-type-congress-page #block-system-main .content .pane-node-content-type::before,
.node-type-congress-video #block-system-main .content .pane-node-content-type::before {
  content: "•";
  display: block;
  vertical-align: unset;
  position: absolute;
  left: -15px;
  padding-right: 5px;
}
.node-type-congress-press-release #block-system-main .content .panel-separator,
.node-type-congress-article #block-system-main .content .panel-separator,
.node-type-congress-page #block-system-main .content .panel-separator,
.node-type-congress-video #block-system-main .content .panel-separator {
  display: inline-block;
}
.node-type-congress-press-release #block-system-main .content .pane-node-field-featured-image .pane-content .field-name-field-featured-image .field-items .field-item img,
.node-type-congress-article #block-system-main .content .pane-node-field-featured-image .pane-content .field-name-field-featured-image .field-items .field-item img,
.node-type-congress-page #block-system-main .content .pane-node-field-featured-image .pane-content .field-name-field-featured-image .field-items .field-item img,
.node-type-congress-video #block-system-main .content .pane-node-field-featured-image .pane-content .field-name-field-featured-image .field-items .field-item img {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
}
.node-type-congress-press-release .pane-content h2,
.node-type-congress-article .pane-content h2,
.node-type-congress-page .pane-content h2,
.node-type-congress-video .pane-content h2 {
  font-weight: 100;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-congress-press-release .pane-content h2,
  .node-type-congress-article .pane-content h2,
  .node-type-congress-page .pane-content h2,
  .node-type-congress-video .pane-content h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .05em;
  }
}
.node-type-congress-press-release .contextual-links-region img,
.node-type-congress-article .contextual-links-region img,
.node-type-congress-page .contextual-links-region img,
.node-type-congress-video .contextual-links-region img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
/*End Posts pages*/
/**** Video Node ****/
/**** end Video Node ****/
/**** EVENTSVIEW - Events View Page ****/
/**** end EVENTSVIEW - Events View Page ****/
/**** EVENTSNODE - Events Node Page ****/
/**** end EVENTSNODE - Events Node Page ****/


/**** SEARCH Page ****/
#block-search-form{overflow: hidden;}
.page-search .username{display: none;}
.page-search .item-list .pager-next,
.page-search .item-list .pager-previous {
  width: auto; vertical-align: top;
}

/**** SEARCH Page ****/

.page-search-node #block-system-main #search-form #edit-keys {
  font-family: 'Raleway', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 2%;
  height: 36px;
  line-height: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #6b6b6b;
  background-color: #ffffff;
}
.page-search-node #block-system-main #search-form #edit-submit {
  font-family: 'Raleway', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #cb3535;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.page-node-225 #block-system-main {
  text-align: center;
}
.page-contact #block-system-main .view-content .views-row,
.page-issues #block-system-main .view-content .views-row,
.page-node-55 #block-system-main .view-content .views-row {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-contact #block-system-main .view-content .views-row h3,
  .page-issues #block-system-main .view-content .views-row h3,
  .page-node-55 #block-system-main .view-content .views-row h3 {
    font-size: 30px;
  }
}
.page-contact #block-system-main .view-content .views-row img,
.page-issues #block-system-main .view-content .views-row img,
.page-node-55 #block-system-main .view-content .views-row img {
  float: left;
  margin-right: 30px;
  max-width: 160px;
  margin-top: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .page-contact #block-system-main .view-content .views-row img,
  .page-issues #block-system-main .view-content .views-row img,
  .page-node-55 #block-system-main .view-content .views-row img {
    float: left;
    margin-right: 30px;
    max-width: 260px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0px;
    height: auto;
  }
}
/* WEBFORMSTYLES - Webform Styles */
.node-type-webform #block-system-main .field-name-body {
  margin: 0px 1%;
}
@media only screen and (min-width: 980px) {
  .node-type-webform #block-system-main form .contact_wrap {
    width: 48%;
    float: left;
  }
}
.node-type-webform #block-system-main form .contact_wrap .form-item label {
  display: none;
}
.node-type-webform #block-system-main form .form-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield,
.node-type-webform #block-system-main form .form-item.webform-component-email,
.node-type-webform #block-system-main form .form-item.webform-component-textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield,
  .node-type-webform #block-system-main form .form-item.webform-component-email,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea,
  .node-type-webform #block-system-main form .form-item.webform-component-markup {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input,
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 5%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #5e5e5e;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input {
  line-height: 100%;
}
@media \0screen {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield input,
  .node-type-webform #block-system-main form .form-item.webform-component-email input,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea input,
  .node-type-webform #block-system-main form .form-item.webform-component-markup input {
    line-height: 36px;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  height: auto;
  line-height: auto;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject,
.node-type-webform #block-system-main form .form-item#webform-component-your-message,
.node-type-webform #block-system-main form .form-item#webform-component-email-address,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  width: 98%;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
.node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
  background-color: #c22121;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
  .node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-item.webform-component-select {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select select {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c6c6c6;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 400;
  color: #5e5e5e;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
.node-type-webform #block-system-main form .form-item.webform-component-radios {
  float: left;
  width: 98%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 980px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
  .node-type-webform #block-system-main form .form-item.webform-component-radios {
    width: 48%;
    float: right;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
  background-color: #c22121;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"] span.form-required,
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] span.form-required {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
  .node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
  float: left;
  width: 50%;
  margin: 10px 0%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  border: none;
  height: auto;
  line-height: auto;
  margin: 0px 5% 10px;
  float: left;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio label {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  color: #5e5e5e;
  min-height: 32px;
}
.node-type-webform #block-system-main form .form-item label {
  color: #5e5e5e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.node-type-webform #block-system-main form .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: auto;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-actions {
    max-width: none;
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c22121;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 54px;
  line-height: 48px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .node-type-webform #block-system-main form .form-actions .form-submit {
    font-size: 18px;
    line-height: 48px;
    height: 54px;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit:hover {
  background-color: #e15151;
}
/* end WEBFORMSTYLES - Webform Styles */
/* DRUPALADMIN - Drupal Admin Styles */
/*tabs*/
ul.primary {
  border: none;
  padding: 0px;
  margin: 0px;
}
ul.primary li {
  display: inline-block;
}
ul.primary li a {
  display: block;
  margin: 0px;
  border: none;
  background-color: #000627;
  color: #ffffff;
  text-transform: uppercase;
}
ul.primary li.active a,
ul.primary li:hover a {
  display: block;
  margin: 0px;
  border: none;
  color: #c22121;
  background-color: #000627;
}
/*status*/
div.status,
div.error {
  opacity: 0.8;
  margin: 24px 0px 0px;
}
/*user login*/
.page-user #block-system-main .form-item label {
  color: #5e5e5e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-user #block-system-main .form-item input {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 2%;
  height: 36px;
  line-height: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #5e5e5e;
  background-color: #ffffff;
}
@media \0screen {
  .page-user #block-system-main .form-item input {
    line-height: 36px;
  }
}
.page-user #block-system-main .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: 0px;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-user #block-system-main .form-actions {
    max-width: none;
    width: 100%;
  }
}
.page-user #block-system-main .form-actions .form-submit {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c22121;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
.page-user #block-system-main .form-actions .form-submit:hover {
  background-color: #e15151;
}
/* end DRUPALADMIN - Drupal Admin Styles */
/* Splash Styles */
#html-greyed-out {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#boxes-box-congress_enews_popup {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10000;
  max-width: 960px;
  top: 20%;
  right: 0;
  left: 0;
  border: none;
  background: #c22121;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup {
    /* top: 0%; */
    top: 30px;
    padding: 30px;
  }
}
#boxes-box-congress_enews_popup #close-enews-popup {
  position: absolute;
}
#boxes-box-congress_enews_popup #close-enews-popup:hover {
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #close-enews-popup {
    top: 16px;
  }
}
#boxes-box-congress_enews_popup #house_enews_popup {
  text-align: center;
}
#boxes-box-congress_enews_popup #house_enews_popup #logo-enews {
  max-width: 238px;
  width: 100%;
  margin: 0px auto;
}
#boxes-box-congress_enews_popup #house_enews_popup #title-enews-head {
  color: #ffffff;
  font-size: 60px;
  margin: 23px 0px 24px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #house_enews_popup #title-enews-head {
    font-size: 37px;
    line-height: 35px;
    margin: 12px 0px 12px 0px;
  }
}
#boxes-box-congress_enews_popup #house_enews_popup #title-enews-head .img-enews-stars {
  display: inline-block;
  width: 100%;
  max-width: 141px;
  height: auto;
  vertical-align: middle;
  padding: 0px 10px 5px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #house_enews_popup #title-enews-head .img-enews-stars {
    display: none;
  }
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner {
  max-width: 350px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #title-enews-sub {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #title-enews-sub {
    font-size: 24px;
  }
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 35px auto 28px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email {
    /* margin: 12px auto;
    width: auto; */
    width: 100%;
    margin: 30px auto 10px;
  }
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #signup-email :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #form-enews-submit {
  display: block;
  max-width: 220px;
  width: 100%;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  color: #c22121;
  font-weight: 600;
}
#boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #form-enews-submit:hover {
  cursor: pointer;
  color: #ffffff;
  background: #c22121;
  border: 1px solid #ffffff;
  transition: all ease .3s;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #boxes-box-congress_enews_popup #house_enews_popup #house_enews_popup_inner #form-enews-submit {
    max-width: 350px;
  }
}
/* end Splash Styles */
/* FY-19 Appropriations Page */

#program_funding_requests{
  display: none;
}
#bill_report_requests{
  display: none;
}
#block-system-main #bill-titles .form-control.bill-title:not(:first-child) {
  display: none;
}
