@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #3c3d41;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

sup {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  vertical-align: super;
}

sup a {
  text-decoration: underline;
}

.icon {
  background-image: url("/public/sprites/sprite-bbe031af38.png");
}

.icon-nav-down-arrow {
  background-position: -0px -0px;
  width: 13px;
  height: 7px;
}

.icon-down-arrow {
  background-position: -0px -7px;
  width: 24px;
  height: 16px;
}

.icon-email {
  background-position: -0px -23px;
  width: 24px;
  height: 17px;
}

.icon-twitter {
  background-position: -0px -40px;
  width: 22px;
  height: 18px;
}

.icon-instagram {
  background-position: -0px -58px;
  width: 19px;
  height: 20px;
}

.icon-facebook {
  background-position: -0px -78px;
  width: 12px;
  height: 23px;
}

.icon-modal-close {
  background-position: -0px -101px;
  width: 36px;
  height: 36px;
}

.icon-logo-small {
  background-position: -0px -137px;
  width: 160px;
  height: 51px;
}

.icon-footer-logo {
  background-position: -0px -188px;
  width: 77px;
  height: 96px;
}

.fa {
  background: #8f8f8f;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #3c3d41;
  display: block;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transition-property: background;
  transition-property: background;
  width: 36px;
}

.fa:hover {
  background: #fff;
}

.masthead {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0 0 2px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

@media only screen and (min-width: 1180px) {
  .masthead {
    padding: 10px 10px 50px;
    position: relative;
  }
}

.masthead .subnav {
  background: #3c3d41;
  bottom: 0;
  display: none;
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.masthead .subnav.sticky-nav {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 10000000;
}

@media only screen and (min-width: 1180px) {
  .masthead .subnav {
    display: block;
  }
}

.masthead .subnav div {
  display: none;
  margin: 0 5%;
  max-width: 90%;
}

.masthead .subnav div.active {
  display: block;
}

.masthead .subnav ul {
  display: block;
  text-align: center;
}

.masthead .subnav li {
  display: inline-block;
}

.masthead .subnav a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}

.masthead .subnav a.active, .masthead .subnav a:hover {
  background: #636363;
}

.masthead h1 {
  padding: 10px 0 10px 10px;
  width: 160px;
}

@media only screen and (min-width: 1180px) {
  .masthead h1 {
    margin: 0;
    padding: 0;
    width: 250px;
  }
}

.masthead .logo {
  display: block;
  height: auto;
  width: 160px;
}

@media only screen and (min-width: 1180px) {
  .masthead .logo {
    height: 100px;
    width: auto;
  }
}

.hamburger {
  background-clip: content-box;
  background-color: #3c3d41;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  height: 40px;
  line-height: initial;
  margin-left: -7px;
  margin-top: -20px;
  overflow: hidden;
  padding: 19px 8px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-indent: -9999px;
  text-shadow: none;
  text-transform: uppercase;
  top: 40px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  width: 40px;
  z-index: 9989;
}

.hamburger:focus {
  outline: 0 none;
}

.navOpen .hamburger {
  background-color: transparent;
}

.hamburger::before {
  margin-top: -8px;
}

.navOpen .hamburger::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}

.hamburger::after {
  margin-top: 6px;
}

.navOpen .hamburger::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

.hamburger::before, .hamburger::after {
  background-color: #3c3d41;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  height: 2px;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1180px) {
  .hamburger {
    display: none;
  }
}

.header-nav {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 9989;
}

.header-nav a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #3c3d41;
  display: block;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.header-nav a.active, .header-nav a.hovered, .header-nav a:hover {
  color: #3c3d41;
}

@media only screen and (min-width: 1180px) {
  .header-nav {
    display: block;
    right: 165px;
    text-align: left;
  }
  .header-nav a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    line-height: 2.5rem;
    border-bottom: 6px solid transparent;
    display: inline-block;
    padding: 0 20px;
  }
  .header-nav a.active, .header-nav a.hovered, .header-nav a:hover {
    border-bottom: 6px solid #cc3b53;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-nav {
    right: 165px;
  }
  .header-nav a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0 0 0 15px;
  }
}

.mobile-nav {
  background: #3c3d41;
  display: none;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  max-height: -webkit-calc(100vh - 76px);
  max-height: calc(100vh - 76px);
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 76px;
  width: 100%;
  z-index: 1000000;
}

.navOpen .mobile-nav {
  display: block;
}

@media only screen and (min-width: 1180px) {
  .navOpen .mobile-nav {
    display: none;
  }
}

.mobile-nav ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-nav ul li .subnav-caret {
  cursor: pointer;
  height: 8px;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 9px;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  width: 13px;
}

.mobile-nav ul li ul {
  display: none;
  margin: 0 15px;
}

.mobile-nav ul li.open .subnav-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav ul li.open ul {
  display: block;
}

.mobile-nav li {
  border-bottom: 1px solid #4e5054;
  display: block;
  position: relative;
}

.mobile-nav li:last-child {
  border-bottom: 0;
}

.mobile-nav li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #f7f7f7;
  display: block;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav li a:hover {
  text-decoration: none;
}

.mobile-nav li li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
  text-transform: none;
}

@media only screen and (min-width: 1180px) {
  .mobile-nav {
    display: none;
  }
}

.header-actions {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  clear: both;
}

.header-actions::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 1180px) {
  .header-actions {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 126px;
  }
}

.header-actions a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  background: #cc3b53;
  color: #fefefe;
  display: none;
  float: left;
  height: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: -webkit-calc(50% - 0.5px);
  width: calc(50% - 0.5px);
}

.header-actions a:last-child {
  float: right;
}

@media only screen and (min-width: 1180px) {
  .header-actions a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 38px;
    line-height: 2.375rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: none;
    height: 38px;
    margin: 0 0 3px;
    width: 100%;
  }
}

.header-actions a:hover {
  background: #ae283a;
}

body {
  padding-top: 76px;
}

@media only screen and (min-width: 1180px) {
  body {
    padding-top: 0;
  }
}

.main {
  background: #fff;
}

.hero {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 2px;
  position: relative;
}

@media only screen and (min-width: 1050px) {
  .hero {
    margin: 0 auto;
    max-width: 2400px;
  }
}

.hero .wp-post-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-height: 198px;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 792px) {
  .hero .wp-post-image {
    margin: 0 0 0 -webkit-calc(-1 * ((792px - 100%) / 2));
    margin: 0 0 0 calc(-1 * ((792px - 100%) / 2));
    max-width: 792px;
    width: 792px;
  }
}

.home .hero .wp-post-image {
  min-height: 330px;
}

@media only screen and (min-width: 320px) and (max-width: 792px) {
  .home .hero .wp-post-image,
  .page-issues .hero .wp-post-image {
    margin: 0 0 0 -webkit-calc(-1 * (792px - 100%));
    margin: 0 0 0 calc(-1 * (792px - 100%));
    max-width: 792px;
    width: 792px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 792px) {
  .page-action .hero .wp-post-image {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.hero p {
  margin: 0 0 0 -webkit-calc((96% / 2) * -1);
  margin: 0 0 0 calc((96% / 2) * -1);
  width: 96%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 3.125rem;
  bottom: 50%;
  color: #fff;
  display: table-cell;
  height: auto;
  left: 50%;
  margin-bottom: -25px;
  position: absolute;
  text-align: center;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .hero p {
    font-size: 64px;
    font-size: 4rem;
    line-height: 68px;
    line-height: 4.25rem;
  }
}

.home .hero p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  bottom: 18%;
  height: 44%;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .home .hero p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 26px;
    line-height: 1.625rem;
    height: 48%;
    width: 97%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .home .hero p {
    margin: 0 0 0 -webkit-calc((93% / 2) * -1);
    margin: 0 0 0 calc((93% / 2) * -1);
    width: 93%;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    height: 49%;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .home .hero p {
    margin: 0 0 0 -webkit-calc((95% / 2) * -1);
    margin: 0 0 0 calc((95% / 2) * -1);
    width: 95%;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 29px;
    line-height: 1.8125rem;
    height: 53%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .hero p {
    margin: 0 0 0 -webkit-calc((630px / 2) * -1);
    margin: 0 0 0 calc((630px / 2) * -1);
    width: 630px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    height: 40%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .home .hero p {
    margin: 0 0 0 -webkit-calc((830px / 2) * -1);
    margin: 0 0 0 calc((830px / 2) * -1);
    width: 830px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
    height: 40%;
  }
}

@media only screen and (min-width: 1050px) {
  .home .hero p {
    margin: 0 0 0 -webkit-calc((900px / 2) * -1);
    margin: 0 0 0 calc((900px / 2) * -1);
    width: 900px;
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 50px;
    line-height: 3.125rem;
    bottom: 18%;
    height: 214px;
  }
}

.home .hero p.loaded {
  bottom: 10%;
  opacity: 1;
}

@media only screen and (min-width: 1050px) {
  .home .hero p.loaded {
    bottom: 80px;
  }
}

.hero .down-arrow {
  bottom: 5%;
  display: block;
  left: 50%;
  margin: 0 0 0 -12px;
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

.hero .down-arrow img {
  display: block;
  height: 8px;
  width: 12px;
}

@media only screen and (min-width: 1050px) {
  .hero .down-arrow img {
    height: 16px;
    width: 24px;
  }
}

.hero .down-arrow.loaded {
  opacity: 1;
}

.subscribe-bar {
  background: #3c3d41;
  padding: 18px;
}

.subscribe-bar::after {
  clear: both;
  content: '';
  display: table;
}

.subscribe-bar .subscribe-content {
  margin: 0 auto;
  max-width: 1200px;
}

.subscribe-bar h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #fefefe;
  float: left;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .subscribe-bar h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 45px;
    line-height: 2.8125rem;
    margin: 0 10px 0 20px;
  }
}

.subscribe-bar form {
  margin: 0 auto 20px;
}

.subscribe-bar form::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 1200px) {
  .subscribe-bar form {
    width: 770px;
  }
}

.subscribe-bar .subscribe-social {
  margin: 0 auto;
  text-align: center;
  width: 250px;
}

.subscribe-bar .subscribe-social::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 1200px) {
  .subscribe-bar .subscribe-social {
    width: 300px;
  }
}

.subscribe-bar .subscribe-social h3 {
  display: block;
  float: left;
  line-height: 36px;
}

@media only screen and (min-width: 1200px) {
  .subscribe-bar .subscribe-social h3 {
    line-height: 45px;
  }
}

.subscribe-bar nav {
  display: block;
  float: left;
}

.subscribe-bar nav::after {
  clear: both;
  content: '';
  display: table;
}

.subscribe-bar .fa {
  float: left;
  margin: 0 5px;
}

.subscribe-bar .fa:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .subscribe-bar .fa {
    margin: 5px 10px;
  }
  .subscribe-bar .fa:last-child {
    margin-right: 0;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters {
    margin: 0 auto;
    width: 770px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #action_info,
#can-form-area-get-updates-from-empire-state-humane-voters #logo_wrap {
  display: none;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #d_sharing,
#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner .ajax-loading,
#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner h2,
#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner h4 {
  display: none;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #action_welcome_message {
  color: #8f8f8f;
  margin: 0 0 20px;
  text-align: center;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #action_welcome_message a {
  color: #8f8f8f;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #action_welcome_message {
    float: left;
    margin: 0 22px 20px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 {
    float: left;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .core_field {
  display: block;
  float: left;
  margin: 0 0 2px;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .core_field:nth-of-type(odd) {
  float: right;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .core_field {
    margin: 0 1px 0 0;
    width: auto;
  }
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .core_field:nth-of-type(odd) {
    float: left;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .country_wrap,
#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .country_drop_wrap,
#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 .international_link-wrap {
  display: none;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  background: #636363;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 45px;
    line-height: 2.8125rem;
    color: #f7f7f7;
    float: left;
    height: 45px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:active, #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:focus {
  color: #f7f7f7;
  outline: 0;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::-webkit-input-placeholder {
  color: #f7f7f7;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-moz-placeholder {
  color: #f7f7f7;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::-moz-placeholder {
  color: #f7f7f7;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-ms-input-placeholder {
  color: #f7f7f7;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::placeholder {
  color: #f7f7f7;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::-webkit-input-placeholder {
    color: #f7f7f7;
  }
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-moz-placeholder {
    color: #f7f7f7;
  }
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::-moz-placeholder {
    color: #f7f7f7;
  }
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-ms-input-placeholder {
    color: #f7f7f7;
  }
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input::placeholder {
    color: #f7f7f7;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-webkit-autofill, #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-webkit-autofill:hover, #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-webkit-autofill:focus, #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
  box-shadow: 0 0 0 1000px #f7f7f7 inset;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width: 1199px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col1 input {
    width: 100%;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 {
  clear: both;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 {
    clear: none;
    float: left;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 input[type='submit'] {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cc3b53;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 input[type='submit']:hover {
  background: #2aace5;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.action-logged-in #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 input[type='submit'] {
    margin: 0 auto;
    width: 300px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  body.action-logged-in #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 input[type='submit'] {
    margin: 0 auto;
    width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form_col2 input[type='submit'] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 45px;
    line-height: 2.8125rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 45px;
    margin: 0 0 0 2px;
    width: 120px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-first_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-first_name {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    width: 160px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-last_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-last_name {
    width: 160px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-email {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-email {
    width: 160px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-zip_code {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #form-zip_code {
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    margin: 0;
    width: 163px;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #can_thank_you h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #fefefe;
  float: left;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #can_thank_you h1 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 45px;
    line-height: 2.8125rem;
    margin: 0 10px 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #can_thank_you h1 {
    margin: 0 48px 0 0;
  }
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #can_thank_you h4 {
  display: none;
}

#can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner .can_thank_you-block {
  display: none;
}

@media only screen and (min-width: 1050px) {
  body.action-logged-in #can-form-area-get-updates-from-empire-state-humane-voters {
    width: 515px;
  }
}

body.action-logged-in #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #action_welcome_message div {
  display: inline;
}

@media only screen and (min-width: 768px) {
  body.action-logged-in #can-form-area-get-updates-from-empire-state-humane-voters #can_embed_form_inner #action_welcome_message div {
    line-height: 45px;
  }
}

.blue-text {
  color: #2852a1;
}

.centered-content {
  margin: 0 5%;
  max-width: 90%;
  min-height: 300px;
}

.page .centered-content iframe {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.content {
  background: #fff;
  color: #3c3d41;
  font-weight: 400;
  padding: 2px 0 18px;
}

.content::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .content {
    padding: 18px 0;
  }
}

.home .content:not(.agenda-content):not(.animal-content) {
  padding: 2px 0 20px;
}

@media only screen and (min-width: 1050px) {
  .home .content:not(.agenda-content):not(.animal-content) {
    padding: 2px 0;
  }
}

.content .home-content {
  background: #e0e3e3;
  overflow: hidden;
}

.content .home-content h2 {
  margin-top: 10px;
}

.content .home-content p {
  padding: 0 0 20px;
}

@media only screen and (min-width: 1050px) {
  .content .home-content p {
    padding: 0;
  }
}

.content .section-image {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content .section-image {
    margin: 0 0 0 10%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .content .section-image {
    margin: 0 0 0 10%;
  }
}

@media only screen and (min-width: 1050px) {
  .content .section-image {
    float: left;
    margin: 0 22px 0 0;
  }
}

.content img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .content img {
    margin: 0;
  }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.content h2,
.content h3 {
  color: #2852a1;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 5% 5% 2%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin: 2% 20% 2% 10%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin: 2% 20% 2% 10%;
  }
}

@media only screen and (min-width: 1050px) {
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin: 0;
  }
}

.content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1050px) {
  .content h3 {
    margin: 20px 0 10px;
  }
}

.content h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #2852a1;
  margin: 20px 5%;
}

@media only screen and (min-width: 768px) {
  .content h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin: 20px 20% 20px 10%;
  }
}

.single .content h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #000;
}

.content h4,
.content h5,
.content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 5%;
}

@media only screen and (min-width: 768px) {
  .content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin: 0 10%;
  }
}

.content li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .content li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.content li strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .content li strong {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

.content.animal-content {
  text-align: center;
}

.home .content.animal-content {
  padding: 30px 0;
}

.content.animal-content a {
  color: #cc3b53;
  text-decoration: none;
  text-transform: uppercase;
}

.content.agenda-content {
  background: #e0e3e3;
  padding: 30px 0;
  text-align: center;
}

.content.agenda-content ul {
  margin: 20px auto 30px;
  max-width: 320px;
  overflow: hidden;
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .content.agenda-content ul {
    max-width: 410px;
  }
}

@media only screen and (min-width: 768px) {
  .content.agenda-content ul {
    max-width: 606px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .content.agenda-content ul {
    max-width: 910px;
  }
}

@media only screen and (min-width: 1050px) {
  .content.agenda-content ul {
    max-width: 910px;
  }
}

.content.agenda-content li {
  cursor: pointer;
  display: inline-block;
  height: 155px;
  line-height: 155px;
  margin: 1px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 1s;
  transition: background 1s;
  width: 155px;
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .content.agenda-content li {
    height: 200px;
    line-height: 200px;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .content.agenda-content li {
    height: 290px;
    line-height: 290px;
    margin: 5px;
    width: 290px;
  }
}

.content.agenda-content li .background {
  display: block;
  height: auto;
  position: absolute;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
  z-index: 1;
}

.content.agenda-content li:hover .background {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.content.agenda-content li .done {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 7px;
  right: 7px;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .content.agenda-content li .done {
    height: 50px;
    width: 50px;
    top: 20px;
    right: 20px;
  }
}

.content.agenda-content li span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .content.agenda-content li span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.content.agenda-content li section {
  display: none;
}

.content.agenda-content li .agenda-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.content.agenda-content li:nth-of-type(1) .agenda-overlay, .content.agenda-content li:nth-of-type(2) .agenda-overlay, .content.agenda-content li:nth-of-type(12) .agenda-overlay, .content.agenda-content li:nth-of-type(16) .agenda-overlay {
  background: rgba(6, 131, 205, 0.6);
}

.content.agenda-content li:nth-of-type(1):hover .agenda-overlay, .content.agenda-content li:nth-of-type(2):hover .agenda-overlay, .content.agenda-content li:nth-of-type(12):hover .agenda-overlay, .content.agenda-content li:nth-of-type(16):hover .agenda-overlay {
  background: rgba(6, 131, 205, 0.75);
}

.content.agenda-content li:nth-of-type(3) .agenda-overlay, .content.agenda-content li:nth-of-type(4) .agenda-overlay, .content.agenda-content li:nth-of-type(8) .agenda-overlay {
  background: rgba(191, 37, 66, 0.6);
}

.content.agenda-content li:nth-of-type(3):hover .agenda-overlay, .content.agenda-content li:nth-of-type(4):hover .agenda-overlay, .content.agenda-content li:nth-of-type(8):hover .agenda-overlay {
  background: rgba(191, 37, 66, 0.75);
}

.content.agenda-content li:nth-of-type(5) .agenda-overlay {
  background: rgba(112, 66, 112, 0.6);
}

.content.agenda-content li:nth-of-type(5):hover .agenda-overlay {
  background: rgba(112, 66, 112, 0.75);
}

.content.agenda-content li:nth-of-type(6) .agenda-overlay, .content.agenda-content li:nth-of-type(10) .agenda-overlay, .content.agenda-content li:nth-of-type(11) .agenda-overlay, .content.agenda-content li:nth-of-type(13) .agenda-overlay, .content.agenda-content li:nth-of-type(17) .agenda-overlay {
  background: rgba(31, 61, 144, 0.6);
}

.content.agenda-content li:nth-of-type(6):hover .agenda-overlay, .content.agenda-content li:nth-of-type(10):hover .agenda-overlay, .content.agenda-content li:nth-of-type(11):hover .agenda-overlay, .content.agenda-content li:nth-of-type(13):hover .agenda-overlay, .content.agenda-content li:nth-of-type(17):hover .agenda-overlay {
  background: rgba(31, 61, 144, 0.75);
}

.content.agenda-content li:nth-of-type(7) .agenda-overlay, .content.agenda-content li:nth-of-type(14) .agenda-overlay {
  background: rgba(86, 70, 136, 0.6);
}

.content.agenda-content li:nth-of-type(7):hover .agenda-overlay, .content.agenda-content li:nth-of-type(14):hover .agenda-overlay {
  background: rgba(86, 70, 136, 0.75);
}

.content.agenda-content li:nth-of-type(9) .agenda-overlay {
  background: rgba(0, 173, 232, 0.6);
}

.content.agenda-content li:nth-of-type(9):hover .agenda-overlay {
  background: rgba(0, 173, 232, 0.75);
}

.content.agenda-content li:nth-of-type(15) .agenda-overlay {
  background: rgba(175, 41, 41, 0.6);
}

.content.agenda-content li:nth-of-type(15):hover .agenda-overlay {
  background: rgba(175, 41, 41, 0.75);
}

.content .acknowledgements li {
  margin: 0 0 1rem;
}

.content .acknowledgements li strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .content .acknowledgements li strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.content .child-page {
  margin: 0 0 24px;
}

.content.page-content {
  padding: 16px 0 30px;
}

@media only screen and (min-width: 768px) {
  .content.page-content {
    padding: 24px 0 50px;
  }
}

.content.page-content a {
  color: #cc3b53;
  text-decoration: none;
}

.content.page-content a:hover {
  text-decoration: underline;
}

.content.page-content a.btn-at-primary {
  color: #fff;
}

.content.page-content h1 {
  margin: 0 0 16px;
  padding: 0;
}

.single .content.page-content h1 {
  margin: 24px 0;
}

.content.page-content h2 {
  margin: 0;
  text-transform: none;
}

.content.page-content h3 {
  color: #3c3d41;
  margin: 20px 0 10px;
}

.content.page-content p {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .content.page-content p {
    margin-bottom: 1rem;
  }
}

.content .donate-disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 10px;
}

@media only screen and (min-width: 768px) {
  .content .donate-disclaimer {
    margin: 30px;
  }
}

.content .list {
  list-style-type: disc;
  margin: 0 20px 24px 24px;
}

.content .list li {
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

@media only screen and (min-width: 768px) {
  .content .list li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

.content .footnotes li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin: 5px 0;
  padding: 5px;
}

.content .footnotes :target {
  background: #eee;
  color: #000;
}

.content .crumbs {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 24px;
}

.page-wrapper {
  background: #fff;
}

.page-content-wrapper {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .page-content-wrapper {
    margin: 0 10%;
  }
}

.page-content-wrapper p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 768px) {
  .page-content-wrapper p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 1rem;
  }
}

.page-content-wrapper .event_map_wrap,
.page-content-wrapper #action_info,
.page-content-wrapper #logo_wrap {
  display: none;
}

.page-content-wrapper #can_embed_form h2,
.page-content-wrapper #can_embed_form p {
  margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
  .page-content-wrapper #can_embed_form h2,
  .page-content-wrapper #can_embed_form p {
    margin: 0 0 15px;
  }
}

.single .page-content-wrapper .wp-post-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

#js-ticketed_event_widget #action_info,
#js-ticketed_event_widget #donation_recipient_wrap,
#js-ticketed_event_widget #donate_login {
  display: none;
}

#js-ticketed_event_widget #can_embed_form {
  background: #fff;
}

#js-ticketed_event_widget #can_embed_form ul.ticket_list,
#js-ticketed_event_widget #can_embed_form #donation_welcome {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#js-ticketed_event_widget #can_embed_form ul.ticket_list li {
  padding: 10px;
}

#js-ticketed_event_widget #can_embed_form ul.ticket_list li:last-child {
  border-top: 1px solid #d6d6d6;
}

#js-ticketed_event_widget #can_embed_form .graytext {
  color: #636363;
}

#js-ticketed_event_widget #can_embed_form h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  color: #2852a1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#js-ticketed_event_widget #can_embed_form h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

html.can_embed-html {
  background: #fff;
}

html.can_embed-html body {
  background: #fff;
}

.page-launch #can-ticketed_event-area-launch-party-for-empire-state-humane-voters {
  margin-top: 25px;
}

.page-launch .page-header {
  margin-bottom: 25px;
}

.page-launch .page-header h1 {
  display: none;
}

.eshv-table th {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .eshv-table th {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 6px;
  }
}

@media only screen and (min-width: 1050px) {
  .eshv-table th {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 10px 15px 10px 8px;
  }
}

@media only screen and (min-width: 1050px) {
  .eshv-table tr > td:first-child {
    white-space: nowrap;
  }
}

.eshv-table td {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 1px solid #eee;
  padding: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .eshv-table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 6px;
  }
}

@media only screen and (min-width: 1050px) {
  .eshv-table td {
    padding: 8px 15px 8px 8px;
  }
}

.animal-shortcode {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 300px;
}

@media only screen and (min-width: 768px) {
  .animal-shortcode {
    width: 500px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .animal-shortcode {
    width: 100%;
  }
}

@media only screen and (min-width: 1050px) {
  .animal-shortcode {
    width: 100%;
  }
}

.home .animal-shortcode {
  padding: 0;
}

.animal-svg {
  display: inline-block;
  margin: 15px;
}

@media only screen and (min-width: 1050px) {
  .animal-svg {
    margin: 12px;
  }
}

.page-what-we-do .page-content-wrapper p > strong {
  color: #2852a1;
}

.page-content-wrapper h3.bio-group {
  margin: 15px 0 0;
}

.page-content-wrapper .vfar-bios {
  max-width: 795px;
  overflow: hidden;
}

.page-content-wrapper .vfar-bios li {
  float: left;
  height: 265px;
  margin: 15px 15px 0 0;
  overflow: hidden;
  width: 146px;
}

.page-content-wrapper .vfar-bios li:nth-of-type(even) {
  margin: 15px 0 0 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1049px) {
  .page-content-wrapper .vfar-bios li:nth-of-type(even) {
    margin: 15px 15px 0 0;
  }
}

@media only screen and (min-width: 1050px) {
  .page-content-wrapper .vfar-bios li {
    margin: 15px 30px 0 0;
    width: 165px;
  }
  .page-content-wrapper .vfar-bios li:nth-of-type(even) {
    margin: 15px 30px 0 0;
  }
}

.page-content-wrapper .vfar-bios li a {
  display: block;
  height: 150px;
  margin: 0 0 10px;
  position: relative;
  width: 150px;
}

.page-content-wrapper .vfar-bios li a::before {
  background: transparent;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  z-index: 1;
}

.page-content-wrapper .vfar-bios li a::after {
  background: url("/wp-content/themes/eshv/images/bio.png") no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  bottom: 8px;
  content: ' ';
  display: block;
  height: 30px;
  opacity: 1;
  position: absolute;
  right: 8px;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 30px;
  z-index: 2;
}

@media only screen and (min-width: 1050px) {
  .page-content-wrapper .vfar-bios li a {
    height: 165px;
    width: 165px;
  }
  .page-content-wrapper .vfar-bios li a::after {
    opacity: 0;
  }
  .page-content-wrapper .vfar-bios li a:hover::after {
    opacity: 1;
  }
  .page-content-wrapper .vfar-bios li a:hover::before {
    background: rgba(3, 151, 215, 0.5);
  }
}

.page-content-wrapper .vfar-bios li p {
  display: none;
}

.page-content-wrapper .vfar-bios strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2852a1;
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.page-content-wrapper .vfar-bios span {
  color: #2852a1;
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 20px;
  margin: 2px 0 0;
}

.page-content-wrapper .vfar-bios img {
  display: block;
}

@media only screen and (min-width: 1050px) {
  .content .page-content-wrapper .vfar-bios p {
    margin-bottom: 8px;
  }
}

#NVContributionForm493141 .SmsLegalDisclaimer,
#NVContributionForm493141 .at-recurring {
  display: none;
}

@media only screen and (min-width: 1050px) {
  #NVContributionForm493141 .label-amount > a {
    height: 68px;
  }
}

#NVContributionForm493141 .HeaderHtml img {
  height: auto !important;
}

.content .archive-wrapper h1 {
  color: #2852a1;
}

.content .archive-wrapper article {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.content .archive-wrapper article:last-of-type {
  border-bottom: 0;
}

.content .archive-wrapper article h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}

.archive-post figure {
  margin: 0 auto 12px;
}

@media only screen and (min-width: 1050px) {
  .archive-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archive-post figure {
    margin: 0 24px 0 0;
    max-width: 33%;
  }
}

.footer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #8f8f8f;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.footer .columns {
  margin: 0 auto 24px;
}

.footer .columns::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .footer .columns {
    padding: 20px 0;
    width: 654px;
  }
}

.footer .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.footer .column h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  color: #f7f7f7;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.footer .nav-column {
  font-family: Montserrat, sans-serif;
  margin: 10px 0;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .footer .nav-column {
    margin: 0;
  }
}

.footer .nav-column a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #eee;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.footer .left-column {
  padding: 20px 0 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .left-column {
    float: left;
    padding: 20px 25px 10px 0;
    width: 50%;
  }
}

.footer .left-column nav {
  margin: 0 0 20px;
}

.footer .left-column a {
  color: #3c3d41;
  display: inline-block;
  margin: 0 10px;
}

.footer .left-column a:hover {
  color: #3c3d41;
}

.footer .left-column form {
  margin: 0 auto;
  width: 232px;
}

.footer .left-column form::after {
  clear: both;
  content: '';
  display: table;
}

.footer .right-column {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .right-column {
    float: right;
    width: 50%;
  }
}

.footer address {
  display: inline;
  font-style: normal;
}

.footer a {
  color: #8f8f8f;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.footer a:hover {
  color: #fff;
}

.footer .credits {
  color: #636363;
  display: block;
  text-decoration: none;
}

.footer .credits a {
  color: #636363;
}

.footer .credits a:hover {
  color: #8f8f8f;
}

.eshv-email {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #4e5054;
  border: 0 none;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #878787;
  float: left;
  height: 45px;
  margin: 0;
  padding: 5px 15px;
  width: 185px;
}

.eshv-email::-webkit-input-placeholder {
  color: #878787;
}

.eshv-email:-moz-placeholder {
  color: #878787;
}

.eshv-email::-moz-placeholder {
  color: #878787;
}

.eshv-email:-ms-input-placeholder {
  color: #878787;
}

.eshv-email::placeholder {
  color: #878787;
}

.eshv-email:focus, .eshv-email:active {
  outline: none;
}

.eshv-submit {
  background: #0397d7;
  border: 0 none;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 45px;
}

.eshv-submit span {
  display: block;
  left: 10.5px;
  position: absolute;
  top: 14px;
}

.splash-wrapper {
  height: 290px;
  bottom: -webkit-calc((100% - 290px) / 2);
  bottom: calc((100% - 290px) / 2);
  top: -webkit-calc((100% - 290px) / 2);
  top: calc((100% - 290px) / 2);
  left: -webkit-calc((100% - 270px) / 2);
  left: calc((100% - 270px) / 2);
  right: -webkit-calc((100% - 270px) / 2);
  right: calc((100% - 270px) / 2);
  width: 270px;
}

.simple-modal .splash-wrapper {
  height: 158px;
  bottom: -webkit-calc((100% - 158px) / 2);
  bottom: calc((100% - 158px) / 2);
  top: -webkit-calc((100% - 158px) / 2);
  top: calc((100% - 158px) / 2);
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .splash-wrapper {
    height: 333px;
    bottom: -webkit-calc((100% - 333px) / 2);
    bottom: calc((100% - 333px) / 2);
    top: -webkit-calc((100% - 333px) / 2);
    top: calc((100% - 333px) / 2);
    left: -webkit-calc((100% - 310px) / 2);
    left: calc((100% - 310px) / 2);
    right: -webkit-calc((100% - 310px) / 2);
    right: calc((100% - 310px) / 2);
    width: 310px;
  }
  .simple-modal .splash-wrapper {
    height: 182px;
    bottom: -webkit-calc((100% - 182px) / 2);
    bottom: calc((100% - 182px) / 2);
    top: -webkit-calc((100% - 182px) / 2);
    top: calc((100% - 182px) / 2);
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .splash-wrapper {
    height: 344px;
    bottom: -webkit-calc((100% - 344px) / 2);
    bottom: calc((100% - 344px) / 2);
    top: -webkit-calc((100% - 344px) / 2);
    top: calc((100% - 344px) / 2);
    left: -webkit-calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    right: -webkit-calc((100% - 320px) / 2);
    right: calc((100% - 320px) / 2);
    width: 320px;
  }
  .simple-modal .splash-wrapper {
    height: 188px;
    bottom: -webkit-calc((100% - 188px) / 2);
    bottom: calc((100% - 188px) / 2);
    top: -webkit-calc((100% - 188px) / 2);
    top: calc((100% - 188px) / 2);
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .splash-wrapper {
    height: 387px;
    bottom: -webkit-calc((100% - 387px) / 2);
    bottom: calc((100% - 387px) / 2);
    top: -webkit-calc((100% - 387px) / 2);
    top: calc((100% - 387px) / 2);
    left: -webkit-calc((100% - 360px) / 2);
    left: calc((100% - 360px) / 2);
    right: -webkit-calc((100% - 360px) / 2);
    right: calc((100% - 360px) / 2);
    width: 360px;
  }
  .simple-modal .splash-wrapper {
    height: 211px;
    bottom: -webkit-calc((100% - 211px) / 2);
    bottom: calc((100% - 211px) / 2);
    top: -webkit-calc((100% - 211px) / 2);
    top: calc((100% - 211px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .splash-wrapper {
    height: 382px;
    bottom: -webkit-calc((100% - 382px) / 2);
    bottom: calc((100% - 382px) / 2);
    top: -webkit-calc((100% - 382px) / 2);
    top: calc((100% - 382px) / 2);
    left: -webkit-calc((100% - 650px) / 2);
    left: calc((100% - 650px) / 2);
    right: -webkit-calc((100% - 650px) / 2);
    right: calc((100% - 650px) / 2);
    width: 650px;
  }
  .simple-modal .splash-wrapper {
    height: 382px;
    bottom: -webkit-calc((100% - 382px) / 2);
    bottom: calc((100% - 382px) / 2);
    top: -webkit-calc((100% - 382px) / 2);
    top: calc((100% - 382px) / 2);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .splash-wrapper {
    height: 411px;
    bottom: -webkit-calc((100% - 411px) / 2);
    bottom: calc((100% - 411px) / 2);
    top: -webkit-calc((100% - 411px) / 2);
    top: calc((100% - 411px) / 2);
    left: -webkit-calc((100% - 700px) / 2);
    left: calc((100% - 700px) / 2);
    right: -webkit-calc((100% - 700px) / 2);
    right: calc((100% - 700px) / 2);
    width: 700px;
  }
  .simple-modal .splash-wrapper {
    height: 411px;
    bottom: -webkit-calc((100% - 411px) / 2);
    bottom: calc((100% - 411px) / 2);
    top: -webkit-calc((100% - 411px) / 2);
    top: calc((100% - 411px) / 2);
  }
}

@media only screen and (min-width: 1050px) {
  .splash-wrapper {
    height: 411px;
    bottom: -webkit-calc((100% - 411px) / 2);
    bottom: calc((100% - 411px) / 2);
    top: -webkit-calc((100% - 411px) / 2);
    top: calc((100% - 411px) / 2);
    left: -webkit-calc((100% - 700px) / 2);
    left: calc((100% - 700px) / 2);
    right: -webkit-calc((100% - 700px) / 2);
    right: calc((100% - 700px) / 2);
    width: 700px;
  }
  .simple-modal .splash-wrapper {
    height: 411px;
    bottom: -webkit-calc((100% - 411px) / 2);
    bottom: calc((100% - 411px) / 2);
    top: -webkit-calc((100% - 411px) / 2);
    top: calc((100% - 411px) / 2);
  }
}

#modal-dynamic-section {
  bottom: 15%;
  margin: 0 1.5%;
  position: absolute;
  text-align: center;
  width: 97%;
}

@media only screen and (min-width: 768px) {
  body.action-logged-in #modal-dynamic-section {
    bottom: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal:not(.simple-modal) #modal-dynamic-section {
    margin: 0 1.5% 0 41.5%;
    position: static;
    width: 57%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .modal:not(.simple-modal) #modal-dynamic-section {
    margin: 0 1.5% 0 41.5%;
    position: static;
    width: 57%;
  }
}

@media only screen and (min-width: 1050px) {
  .modal:not(.simple-modal) #modal-dynamic-section {
    margin: 0 1.5% 0 41.5%;
    position: static;
    width: 57%;
  }
}

#modal-dynamic-section .eshv-join-header {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #1fabe5;
  display: none;
  margin: 0 0 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  #modal-dynamic-section .eshv-join-header {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  #modal-dynamic-section .eshv-join-header {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  #modal-dynamic-section .eshv-join-header {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media only screen and (min-width: 768px) {
  #modal-dynamic-section .eshv-join-header {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0 0 15px;
  }
}

.simple-modal #modal-dynamic-section {
  bottom: 12%;
}

body.action-logged-in .simple-modal #modal-dynamic-section {
  bottom: 20%;
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .simple-modal #modal-dynamic-section {
    bottom: 15%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .simple-modal #modal-dynamic-section {
    bottom: 15%;
  }
  body.action-logged-in .simple-modal #modal-dynamic-section {
    bottom: 25%;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .simple-modal #modal-dynamic-section {
    bottom: 15%;
  }
  body.action-logged-in .simple-modal #modal-dynamic-section {
    bottom: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .simple-modal #modal-dynamic-section {
    bottom: 25%;
  }
  body.action-logged-in .simple-modal #modal-dynamic-section {
    bottom: 34%;
  }
}

.simple-modal #modal-dynamic-section .eshv-join-header {
  display: block;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000000000;
}

.modal.simple-modal, .modal.auto-modal {
  display: block;
}

.modal .modal-close {
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-close {
    height: 36px;
    right: -18px;
    top: -18px;
    width: 36px;
  }
}

.modal .modal-close img {
  display: block;
  width: 100%;
  height: auto;
}

.modal .modal-wrapper {
  background: #fff;
  bottom: auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: block;
  left: 5%;
  overflow: auto;
  position: fixed;
  right: 5%;
  top: 2%;
  width: 90%;
  z-index: 9991;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper {
    bottom: auto;
    left: 15%;
    right: 15%;
    top: 5%;
    width: 70%;
  }
}

.modal .modal-wrapper .modal-close {
  height: 24px;
  right: 16px;
  top: 16px;
  width: 24px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper .modal-close {
    height: 36px;
    right: 12px;
    top: 12px;
    width: 36px;
  }
}

.modal .modal-wrapper .modal-header-bar {
  background-color: #3c3d41;
  display: block;
  padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper .modal-header-bar {
    padding: 20px 40px;
  }
}

.modal .modal-wrapper .modal-header-bar h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.modal .modal-wrapper section {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper section {
    margin: 0 0 0 170px;
    padding: 20px 40px 40px;
  }
}

.modal .modal-wrapper section article {
  min-height: 170px;
  max-height: -webkit-calc(70vh - 200px);
  max-height: calc(70vh - 200px);
  overflow: auto;
  padding: 0 0 280px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper section article {
    max-height: -webkit-calc(92vh - 200px);
    max-height: calc(92vh - 200px);
    padding: 0 0 40px;
  }
}

.modal .modal-wrapper section strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2852a1;
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.modal .modal-wrapper section span {
  color: #2852a1;
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 20px;
  margin: 2px 0 5px;
}

.modal .modal-wrapper section a {
  color: #2852a1;
}

.modal .modal-wrapper section .bio-image,
.modal .modal-wrapper section .agenda-image {
  display: block;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .modal .modal-wrapper section .bio-image,
  .modal .modal-wrapper section .agenda-image {
    float: left;
    margin: 0 20px 0 -170px;
  }
}

.modal .modal-wrapper section img {
  display: block;
  height: 155px;
  width: 155px;
}

.modal .modal-wrapper section p {
  color: #3c3d41;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 18px 0;
}

.modal.animated-modal .modal-wrapper {
  max-height: 90%;
  opacity: 0;
  overflow: hidden;
  top: 1%;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

@media only screen and (min-width: 768px) {
  .modal.animated-modal .modal-wrapper {
    top: 1%;
  }
}

.modal.animated-modal .modal-wrapper.animated-wrapper {
  opacity: 1;
  top: 2%;
}

@media only screen and (min-width: 768px) {
  .modal.animated-modal .modal-wrapper.animated-wrapper {
    top: 5%;
  }
}

.modal.animated-modal .button {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  background: #cfd0d0;
}

.modal.animated-modal .button a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 28px;
  line-height: 1.75rem;
  background: #cc3b53;
  color: #fefefe;
  display: inline-block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.modal .splash-wrapper {
  background: #3c3d41 url("/wp-content/themes/eshv/splash-dog.jpg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
  display: block;
  position: fixed;
  z-index: 9991;
}

.modal .splash-wrapper .modal-close {
  height: 18px;
  right: -9px;
  top: -9px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .modal .splash-wrapper .modal-close {
    height: 36px;
    right: -18px;
    top: -18px;
    width: 36px;
  }
}

.modal .splash-wrapper section {
  display: block;
  margin: 0 1.5% 0 41.5%;
  padding: 35px 0;
  text-align: center;
  text-transform: uppercase;
  width: 57%;
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .modal .splash-wrapper section {
    padding: 35px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .splash-wrapper section {
    padding: 35px 0 0;
  }
  body.action-logged-in .modal .splash-wrapper section {
    padding: 55px 0 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .modal .splash-wrapper section {
    padding: 40px 0 20px;
  }
  body.action-logged-in .modal .splash-wrapper section {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 1050px) {
  .modal .splash-wrapper section {
    padding: 40px 0 0;
  }
  body.action-logged-in .modal .splash-wrapper section {
    padding: 80px 0 0;
  }
}

.modal .splash-wrapper h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #cc3b53;
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .modal .splash-wrapper h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .modal .splash-wrapper h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .splash-wrapper h3 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .modal .splash-wrapper h3 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}

@media only screen and (min-width: 1050px) {
  .modal .splash-wrapper h3 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}

.modal .splash-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  color: #1fabe5;
  margin: 5px 0;
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .modal .splash-wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .modal .splash-wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  .modal .splash-wrapper p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .splash-wrapper p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 20px 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  .modal .splash-wrapper p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 20px 0;
  }
}

@media only screen and (min-width: 1050px) {
  .modal .splash-wrapper p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 20px 0;
  }
}

.modal.simple-modal .splash-wrapper {
  background: #3c3d41;
}

.modal.simple-modal .splash-wrapper section {
  display: none;
}

body.action-logged-in #modal-form-id #can_embed_form_inner #action_welcome_message div {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline;
}

body.action-logged-in #modal-form-id #can_embed_form_inner #action_welcome_message div small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#modal-form-id #form-first_name,
#modal-form-id #form-last_name,
#modal-form-id #action_info,
#modal-form-id #logo_wrap {
  display: none;
}

#modal-form-id #can_embed_form_inner .country_wrap,
#modal-form-id #can_embed_form_inner #d_sharing,
#modal-form-id #can_embed_form_inner .ajax-loading,
#modal-form-id #can_embed_form_inner h2,
#modal-form-id #can_embed_form_inner h4 {
  display: none;
}

#modal-form-id #action_welcome_message_inner {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #fff;
}

#modal-form-id #action_welcome_message_inner a {
  color: #fff;
}

#modal-form-id li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
}

#modal-form-id .country_wrap,
#modal-form-id .country_drop_wrap,
#modal-form-id .international_link-wrap {
  display: none;
}

#modal-form-id input[type='email'],
#modal-form-id input[type='text'] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #636363;
  display: block;
  height: 22px;
  margin: 5px auto;
  padding: 0 5px;
  width: 75%;
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  #modal-form-id input[type='email'],
  #modal-form-id input[type='text'] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #modal-form-id input[type='email'],
  #modal-form-id input[type='text'] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    height: 28px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  #modal-form-id input[type='email'],
  #modal-form-id input[type='text'] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    height: 28px;
  }
}

@media only screen and (min-width: 1050px) {
  #modal-form-id input[type='email'],
  #modal-form-id input[type='text'] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    height: 28px;
  }
}

#modal-form-id input[type='email']:active, #modal-form-id input[type='email']:focus,
#modal-form-id input[type='text']:active,
#modal-form-id input[type='text']:focus {
  color: #636363;
  outline: 0;
}

#modal-form-id input[type='email']::-webkit-input-placeholder, #modal-form-id input[type='text']::-webkit-input-placeholder {
  color: #636363;
}

#modal-form-id input[type='email']:-moz-placeholder, #modal-form-id input[type='text']:-moz-placeholder {
  color: #636363;
}

#modal-form-id input[type='email']::-moz-placeholder, #modal-form-id input[type='text']::-moz-placeholder {
  color: #636363;
}

#modal-form-id input[type='email']:-ms-input-placeholder, #modal-form-id input[type='text']:-ms-input-placeholder {
  color: #636363;
}

#modal-form-id input[type='email']::placeholder,
#modal-form-id input[type='text']::placeholder {
  color: #636363;
}

#modal-form-id input[type='email']:-webkit-autofill, #modal-form-id input[type='email']:-webkit-autofill:hover, #modal-form-id input[type='email']:-webkit-autofill:focus, #modal-form-id input[type='email']:-webkit-autofill:active,
#modal-form-id input[type='text']:-webkit-autofill,
#modal-form-id input[type='text']:-webkit-autofill:hover,
#modal-form-id input[type='text']:-webkit-autofill:focus,
#modal-form-id input[type='text']:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  color: #636363;
  -webkit-text-fill-color: #636363;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#modal-form-id input[type='submit'] {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cc3b53;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  height: 20px;
  margin: 10px 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 126px;
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  #modal-form-id input[type='submit'] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    height: 25px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  #modal-form-id input[type='submit'] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    height: 25px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  #modal-form-id input[type='submit'] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    height: 25px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
  #modal-form-id input[type='submit'] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    height: 25px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #modal-form-id input[type='submit'] {
    height: 40px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
  #modal-form-id input[type='submit'] {
    height: 40px;
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 1050px) {
  #modal-form-id input[type='submit'] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
    height: 40px;
    margin: 20px 0 0;
  }
}

.post-content {
  max-width: 800px;
}

.post-content .fb_iframe_widget {
  margin-bottom: 32px;
  max-width: 90% !important;
  width: 90% !important;
}

.post-content .fb_iframe_widget_fluid span {
  width: 90% !important;
}

.post-content img {
  display: block;
}

.post-content img,
.post-content iframe {
  max-width: 100%;
}

.post-content .byline-time {
  margin: 0 0 32px;
}

.post-content .byline {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.post-content .byline .sep,
.post-content .byline a {
  display: inline-block;
  margin-left: 3px;
}

.post-content .byline .sep::before {
  content: ' • ';
}

.post-content .posted-on {
  display: block;
  font-size: 14px;
  margin: 3px 0 0;
}

.post-content .posted-on span {
  font-weight: 600;
}

.post-content .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.post-content .updated:not(.published) {
  display: none;
}

.post-content code {
  background: #eee;
  font-family: monospace;
  padding: 1px;
}

.post-content p img {
  margin: 1em 0;
}

.post-content .wp-caption {
  margin: 0 0 1em;
  max-width: 100%;
}

.post-content .wp-caption img {
  margin: 0 0 10px;
}

.post-content .wp-caption p {
  margin: 0;
}

.post-content .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}

.post-content table {
  margin: 0 0 24px;
}

.post-content table th {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .post-content table th {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 6px;
  }
}

@media only screen and (min-width: 1050px) {
  .post-content table th {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 10px 15px 10px 8px;
  }
}

@media only screen and (min-width: 1050px) {
  .post-content table tr > td:first-child {
    white-space: nowrap;
  }
}

.post-content table td {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 1px solid #eee;
  padding: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .post-content table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 6px;
  }
}

@media only screen and (min-width: 1050px) {
  .post-content table td {
    padding: 8px 15px 8px 8px;
  }
}

.post-content ul {
  list-style-type: disc;
  margin: 0 20px 12px 24px;
}

.post-content ul li {
  margin: 0 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

@media only screen and (min-width: 768px) {
  .post-content ul {
    margin: 24px 20px 24px 24px;
  }
  .post-content ul li {
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

.post-content ol {
  list-style-type: decimal;
  margin: 0 20px 24px 24px;
  margin: 24px 20px 24px 28px;
}

.post-content ol li {
  margin: 0 0 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

@media only screen and (min-width: 768px) {
  .post-content ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

.post-content blockquote {
  border-left: 4px solid #eee;
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
  margin: 28px 0 28px 28px;
  padding: 8px 20px;
}

.post-content blockquote p {
  font-size: 18px;
  line-height: 26px;
}

.post-content blockquote p:last-of-type {
  margin: 0;
}

.post-content sub {
  vertical-align: sub;
}

.post-content sup {
  vertical-align: super;
}

.post-content b {
  font-weight: bold;
}

.post-content i {
  font-style: italic;
}

.post-content big {
  font-size: bigger;
}

.post-content small {
  font-size: smaller;
}

.post-content address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 1em 0;
}
