/* Breakpoints */
/* Colors */
/* Fonts */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?6e1l8");
  src: url("fonts/icomoon.eot?6e1l8#iefix") format('embedded-opentype'), url("fonts/icomoon.woff2?6e1l8") format('woff2'), url("fonts/icomoon.ttf?6e1l8") format('truetype'), url("fonts/icomoon.woff?6e1l8") format('woff'), url("fonts/icomoon.svg?6e1l8#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "MercuryItalic";
  src: url("fonts/MercuryTextG4-Italic-Pro.otf") format("opentype");
}
@font-face {
  font-family: "MercuryRoman";
  src: url("fonts/MercuryTextG4-Roman-Pro.otf") format("opentype");
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-medium:before {
  content: "\e909";
}
.icon-check:before {
  content: "\e908";
}
.icon-down:before {
  content: "\e907";
}
.icon-right:before {
  content: "\e903";
}
.icon-left:before {
  content: "\e904";
}
.icon-youtube-play:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-facebook-f:before {
  content: "\e901";
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  height: 100%;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.body-text {
  font: 400 18px/24px 'brother-1816', sans-serif;
}
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #12204A;
  font: 400 18px/24px 'brother-1816', sans-serif;
}
body.open-modal {
  overflow: hidden;
}
p {
  margin: 0;
}
figure.video-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
html.no-js figure.video-wrapper {
  display: none;
}
figure.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#alert-bar {
  background: black;
  color: #fff;
  padding: 200px 10px;
  font-size: 0;
  text-align: center;
  justify-content: center;
  padding: 40px 20px;
  margin-top: 60px;
  width: 100%;
}
#alert-bar a {
  color: #fff;
  text-decoration: underline;
}
#alert-bar .title {
  letter-spacing: 0.5px;
  color: white;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
  margin-left: 20%;
  margin-right: 20%;
}
#alert-bar .body {
  font: 700 16px/24px MercuryRoman;
  display: inline-block;
  vertical-align: top;
}
#alert-bar .copy-wrap .body {
  line-height: 160%;
}
#alert-bar .copy-wrap .body em {
  font: 100 25px MercuryItalic;
}
#alert-bar .body {
  line-height: 200%;
  margin-left: 10%;
  margin-right: 10%;
}
#alert-bar .title {
  font: 100 25px MercuryRoman;
}
#alert-bar .body {
  font: 100 16px MercuryRoman;
}
@media only screen and (min-width: 1024px) {
  #alert-bar {
    margin-top: 0;
    padding: 50px 35px;
  }
  #alert-bar .copy-wrap {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
  }
  #alert-bar .body,
  #alert-bar .title {
    margin: 0 20%;
    text-align: center;
  }
  #alert-bar .title {
    font: 100 35px MercuryRoman;
  }
  #alert-bar .body {
    font: 100 20px MercuryRoman;
  }
}
#donate-bar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #donate-bar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 5;
    transform: translateY(-100px);
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  body.donate-bar #donate-bar {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  body.page-template-page-home #donate-bar {
    opacity: 1;
    pointer-events: all;
    position: absolute;
    bottom: 20px;
    top: auto;
    transform: none;
  }
}
#donate-bar .donate-bar {
  display: block;
  position: relative;
  padding: 20px 88px;
  height: 100px;
}
#donate-bar .donate-bar:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
body.donate-bar #donate-bar .donate-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
body.donate-bar #donate-bar .donate-bar:before {
  opacity: 1;
}
body.donate-bar.open-menu #donate-bar .donate-bar {
  height: 200px;
}
#donate-bar h2 {
  color: #E7131A;
  width: 160px;
  text-align: right;
  font: 800 30px/30px 'brother-1816', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 88px;
}
body.language-es #donate-bar h2 {
  padding-left: 36px;
}
#donate-bar ul {
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 20px;
  left: 248px;
  right: 88px;
}
#donate-bar ul li {
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  width: 14.28571429%;
}
#donate-bar ul li.other {
  display: none;
}
#donate-bar ul li a {
  display: block;
  padding: 16px 0;
}
@media only screen and (min-width: 1280px) {
  #donate-bar ul li {
    width: 12.5%;
  }
  #donate-bar ul li.other {
    display: inline-block;
  }
}
form {
  max-width: 590px;
  margin: 0 auto;
  text-align: left;
}
body.page-bsd form {
  max-width: none;
}
form .fieldset {
  margin: 0 0 18px;
}
form .fieldset .label {
  margin: 0 0 6px;
  font: 400 15px/22px 'brother-1816', sans-serif;
}
form .fieldset input[type="text"],
form .fieldset input.text,
form .fieldset textarea {
  display: block;
  width: 100%;
  border: 1px solid #12204A;
  background: #fff;
  font: 400 15px/22px 'brother-1816', sans-serif;
  color: #12204A;
  color: rgba(18, 32, 74, 0.7);
  padding: 18px 20px;
  appearance: none;
  border-radius: 0;
}
form .fieldset textarea {
  height: 182px;
  appearance: none;
}
form .fieldset input.text {
  height: 60px;
  line-height: auto;
}
form .checkbox {
  position: relative;
}
form .checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 0;
}
form .checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
form .checkbox label:after,
form .checkbox label:before {
  position: absolute;
  content: '';
  display: block;
}
form .checkbox label:before {
  height: 25px;
  width: 25px;
  border: 1px solid #12204A;
  left: 0;
  top: 0;
}
form .checkbox label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 35px;
  font-size: 25px;
  line-height: 23px;
  text-align: center;
  color: #233F94;
}
form .checkbox input[type="checkbox"] + label:after {
  content: "";
}
form .checkbox input[type="checkbox"]:checked + label:after {
  content: "\e908";
}
form .button {
  cursor: pointer;
  max-width: none;
  display: block;
  appearance: none;
}
form .disclaimer {
  margin: 12px 0 0;
  color: #6D6D6D;
  font: 400 12px/16px 'brother-1816', sans-serif;
}
form table#signuptable .label {
  font: 700 20px/28px 'brother-1816', sans-serif;
  margin: 0 0 5px;
  line-height: 1.3;
}
form table#signuptable input[type="radio"],
form table#signuptable input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin: 8px 8px 8px 0;
}
form table#signuptable select {
  display: block;
  margin: 5px 0 0;
  border: 1px solid #12204A;
  background: #fff;
  font: 400 15px/22px 'brother-1816', sans-serif;
  color: #12204A;
  color: rgba(18, 32, 74, 0.7);
  border-radius: 0;
  height: 60px;
}
form table#signuptable #submit_button {
  text-align: center;
  width: 100%;
  max-width: 362px;
  padding: 16px 30px;
  font: 700 20px/28px 'brother-1816', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none;
  appearance: none;
  border-radius: 0;
  background: #E7131A;
}
form table#signuptable #submit_button:hover {
  background: #CB020A;
}
@media only screen and (min-width: 768px) {
  form .form-inline {
    margin: 0 -5px;
  }
  form .form-inline .fieldset {
    float: left;
    width: 75%;
    padding: 0 5px;
  }
  form .form-inline .fieldset#bsd-field-zip {
    width: 25%;
  }
}
a {
  text-decoration: none;
  color: #12204A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.h1,
h1 {
  font: 800 45px/40px 'brother-1816', sans-serif;
  color: #12204A;
  letter-spacing: -3.5px;
  text-transform: uppercase;
}
.h1.light,
h1.light,
.h1 .light,
h1 .light {
  color: #233F94;
}
@media only screen and (min-width: 1024px) {
  .h1,
  h1 {
    font: 800 80px/65px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
}
.h2,
h2 {
  font: 700 40px/38px 'brother-1816', sans-serif;
  color: #12204A;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  .h2,
  h2 {
    font: 700 60px/62px 'brother-1816', sans-serif;
    letter-spacing: -1.5px;
  }
}
.h2.light,
h2.light,
.h2 .light,
h2 .light {
  color: #233F94;
}
.h2.promo,
h2.promo {
  text-transform: uppercase;
  font-weight: 800;
  color: #233F94;
}
@media only screen and (min-width: 1024px) {
  .h2.promo,
  h2.promo {
    line-height: 50px;
  }
}
.h2.promo.dark,
h2.promo.dark,
.h2.promo .dark,
h2.promo .dark {
  color: #12204A;
}
.h3,
h3 {
  font: 700 32px/40px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  color: #12204A;
}
@media only screen and (min-width: 1024px) {
  .h3,
  h3 {
    font: 700 45px/45px 'brother-1816', sans-serif;
  }
}
.h4,
h4 {
  font: 700 32px/40px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  color: #12204A;
}
.h4.negative,
h4.negative,
.h4 .negative,
h4 .negative {
  color: #97BDFB;
}
.h5,
h5,
h6 {
  text-transform: uppercase;
  font: 700 16px/20px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  color: #12204A;
}
.h5.negative,
h5.negative,
h6.negative,
.h5 .negative,
h5 .negative,
h6 .negative {
  color: #97BDFB;
}
.button {
  text-align: center;
  width: 100%;
  max-width: 362px;
  padding: 16px 30px;
  font: 700 20px/28px 'brother-1816', sans-serif;
  background: #2A4EB9;
  color: #fff;
  text-transform: uppercase;
  border: none;
  appearance: none;
  border-radius: 0;
}
.button:hover {
  background: #173181;
}
.button:hover.disabled {
  background: #2A4EB9;
}
.button.red {
  background: #E7131A;
}
.button.red:hover {
  background: #CB020A;
}
.button.donate {
  width: auto;
  max-width: none;
  font-size: 24px;
}
.button.small {
  width: auto;
  max-width: none;
  font: 700 16px/24px 'brother-1816', sans-serif;
  padding: 8px 15px;
}
figure.quote {
  margin: 0;
}
figure.quote blockquote {
  margin: 0;
  font: 700 32px/40px 'brother-1816', sans-serif;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  figure.quote blockquote {
    font: 700 45px/50px 'brother-1816', sans-serif;
  }
}
figure.quote figcaption {
  margin: 8px 0 0;
  font: 400 15px/22px 'brother-1816', sans-serif;
}
figure.quote figcaption:before {
  content: "\2014";
  display: inline-block;
  margin: 0 4px 0 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}
#site-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#site-header:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #97BDFB;
  transition: opacity 250ms ease-in-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 250ms, opacity 250ms ease-in-out;
}
body.open-menu #site-header:after {
  opacity: 0.85;
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0ms, opacity 250ms ease-in-out;
}
#site-header:before {
  content: '';
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 250ms ease-in-out;
  background: #fff;
  opacity: 0;
}
body.has-alert #site-header:before,
body.scrolled #site-header:before {
  opacity: 1;
}
body.open-menu #site-header:before {
  opacity: 0;
}
#site-header .site-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  z-index: 20;
}
@media only screen and (min-width: 375px) {
  #site-header .site-title {
    width: 140px;
  }
}
#site-header .site-title a {
  height: 60px;
  padding: 9px 0;
  display: block;
}
#site-header .site-title img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
#site-header .burger {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 0;
  width: 88px;
  text-align: center;
  font: 700 15px/42px 'brother-1816', sans-serif;
  background: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 20;
}
#site-header .burger span {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  display: block;
  transition: opacity 250ms ease-in-out;
}
#site-header .burger span.close {
  opacity: 0;
}
body.open-menu #site-header .burger span.close {
  opacity: 1;
}
body.open-menu #site-header .burger span.open {
  opacity: 0;
}
#site-header .donate-button {
  background: #E7131A;
  color: #fff;
  width: 112px;
  top: 0;
  right: 88px;
  position: absolute;
  padding: 16px 0;
  z-index: 20;
}
body.language-es #site-header .donate-button {
  font-size: 14px;
}
@media only screen and (min-width: 375px) {
  #site-header .donate-button {
    width: 132px;
  }
}
#site-header #nav-header {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 250ms, opacity 250ms ease-in-out;
  display: block;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #fff;
  width: 200px;
  padding: 7px 20px;
  overflow: auto;
}
@media only screen and (min-width: 375px) {
  #site-header #nav-header {
    width: 220px;
  }
}
#site-header #nav-header ul.top {
  font-size: 0;
}
#site-header #nav-header ul.top li {
  margin: 7px;
  font: 700 15px/34px 'brother-1816', sans-serif;
  text-transform: uppercase;
}
#site-header #nav-header ul.top li.menu-item {
  letter-spacing: 0.5px;
}
#site-header #nav-header ul.top li.translation {
  font: 300 13px/34px 'brother-1816', sans-serif;
}
#site-header #nav-header ul.top li.social li {
  display: inline-block;
  margin: 0 0 0 20px;
}
#site-header #nav-header ul.top li.social li:first-child {
  margin: 0;
}
#site-header #nav-header ul.top li a {
  display: block;
}
body.open-menu #site-header #nav-header {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0ms, opacity 250ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #site-header {
    position: absolute;
    height: 124px;
  }
  body.has-alert #site-header {
    opacity: 0;
    transition: opacity 100ms ease-in-out;
  }
  body.has-alert #site-header.alert-adjusted {
    opacity: 1;
  }
  #site-header:after,
  #site-header:before {
    display: none;
  }
  #site-header .site-title {
    width: 204px;
  }
  #site-header .site-title a {
    height: 124px;
    padding: 34px 0;
  }
  #site-header .site-title a img {
    width: 134px;
  }
  #site-header .burger {
    position: fixed;
    display: block;
    background: none;
    top: 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0ms, opacity 0 ease-in-out;
  }
  body.donate-bar #site-header .burger {
    transition: visibility 0s linear 0ms, opacity 250ms ease-in-out 500ms;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.page-template-page-home.donate-bar #site-header .burger {
    transition: visibility 0s linear 0ms, opacity 250ms ease-in-out;
  }
  #site-header .donate-button {
    background: none;
    color: #E7131A;
    width: auto;
    padding: 45px 35px;
    right: 0;
    font: 700 15px/34px 'brother-1816', sans-serif;
    letter-spacing: 0.5px;
  }
  #site-header .donate-button:after {
    content: '';
    position: absolute;
    left: 35px;
    bottom: 45px;
    right: 35px;
    border-bottom: 2px solid #E7131A;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left center;
  }
  #site-header .donate-button:hover:after {
    transform: scaleX(1);
  }
  #site-header #nav-header {
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: absolute;
    top: 0;
    padding: 0;
    left: 204px;
    right: 170px;
    text-align: center;
    background: none;
    overflow: hidden;
  }
  #site-header #nav-header ul.top {
    padding: 45px 0;
  }
  #site-header #nav-header ul.top li {
    margin: 0 0 0 16px;
    display: inline-block;
  }
  #site-header #nav-header ul.top li:first-child {
    margin: 0;
  }
  #site-header #nav-header ul.top li.menu-item a {
    position: relative;
  }
  #site-header #nav-header ul.top li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #12204A;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left center;
  }
  #site-header #nav-header ul.top li.menu-item a:hover:after {
    transform: scaleX(1);
  }
  #site-header #nav-header ul.top li.menu-item.current-menu-item a:after {
    transform: scaleX(1);
    border-bottom: 2px solid #E7131A;
  }
  #site-header #nav-header ul.top li.social {
    display: none;
  }
  #site-header #nav-header ul.top li.social ul li {
    margin: 0 0 0 12px;
  }
  html.flexbox #site-header #nav-header ul.top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  html.flexbox #site-header #nav-header ul.top li {
    margin: 0;
  }
  body.donate-bar.open-menu #site-header {
    position: fixed;
    top: 100px !important;
    height: 100px;
    border-top: 1px solid #D7D7D7;
  }
  body.donate-bar.open-menu #site-header #nav-header ul.top {
    padding: 33px 0;
  }
  body.donate-bar.open-menu #site-header .donate-button,
  body.donate-bar.open-menu #site-header .site-title {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  #site-header #nav-header {
    right: 204px;
  }
  #site-header #nav-header ul.top li {
    margin: 0 0 0 36px;
  }
  #site-header #nav-header ul.top li.social {
    display: inline-block;
  }
  html.flexbox #site-header #nav-header ul.top {
    justify-content: space-evenly;
  }
  html.flexbox #site-header #nav-header ul.top li {
    margin: 0;
  }
}
body.page-bsd .bsd-eyebrow {
  background: #12204A;
  color: #fff;
  height: 36px;
  position: relative;
  font: 700 14px/36px 'brother-1816', sans-serif;
}
body.page-bsd .bsd-eyebrow a {
  display: block;
  color: #fff;
}
body.page-bsd .bsd-eyebrow div {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  body.page-bsd .bsd-eyebrow div {
    padding: 0 20px;
  }
}
body.page-bsd .bsd-eyebrow .left {
  position: absolute;
  top: 0;
  left: 0;
}
body.page-bsd .bsd-eyebrow .right {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  body.page-bsd .bsd-eyebrow {
    background: #fff;
    color: #12204A;
    font: 700 18px/48px 'brother-1816', sans-serif;
    border-bottom: 1px solid #D7D7D7;
    height: 48px;
  }
  body.page-bsd .bsd-eyebrow div {
    padding: 0 40px;
  }
  body.page-bsd .bsd-eyebrow a {
    color: #12204A;
  }
}
body.page-bsd #site-header {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
body.page-bsd .signupfooter {
  margin: 12px 0 0;
  color: #6D6D6D;
  font: 400 12px/16px 'brother-1816', sans-serif !important;
}
#site-footer {
  text-align: center;
  padding: 28px 20px;
  font: 400 14px/24px 'brother-1816', sans-serif;
  color: #6D6D6D;
}
@media only screen and (min-width: 768px) {
  #site-footer {
    padding: 40px 20px;
    max-width: 630px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #site-footer {
    max-width: none;
    padding: 40px 70px;
  }
  #site-footer .site-footer__column {
    float: left;
    width: 50%;
    max-width: 430px;
    text-align: left;
  }
  #site-footer .site-footer__column--b {
    float: right;
    text-align: right;
    max-width: 400px;
  }
}
#site-footer form {
  width: 100%;
  margin: 0 0 24px;
  max-width: none;
}
#site-footer form .label {
  color: #12204A;
}
@media only screen and (min-width: 768px) {
  #site-footer form .fieldset {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  #site-footer form .form-inline {
    margin: 0 -5px;
  }
  #site-footer form .form-inline .fieldset {
    width: 70%;
    float: left;
    padding: 0 5px;
  }
  #site-footer form .form-inline .fieldset#bsd-field-zip-footer {
    width: 30%;
  }
  #site-footer form .form-inline .form-submit {
    width: 30%;
    padding: 28px 5px 0;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #site-footer form .form-inline {
    margin: 0 -5px;
  }
  #site-footer form .form-inline .fieldset {
    width: 65%;
  }
  #site-footer form .form-inline .fieldset#bsd-field-zip-footer {
    width: 35%;
  }
  #site-footer form .form-inline .form-submit {
    width: 35%;
  }
}
#site-footer form .form-submit .button {
  height: 60px;
  position: relative;
}
#site-footer form .form-submit .button div {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
#site-footer form .form-submit .button .text {
  padding: 16px 0;
}
#site-footer form .form-submit .button .submitting {
  padding: 12px;
  opacity: 0;
}
#site-footer form .form-submit .button .submitting:after {
  margin: 0 auto;
  content: '';
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  transform: translateZ(0);
  animation: loader 1.1s infinite linear;
}
#site-footer form .form-submit .button .success {
  opacity: 0;
  font-size: 30px;
  line-height: 30px;
  padding: 15px;
}
#site-footer form .form-submit .button.submitting .submitting {
  opacity: 1;
}
#site-footer form .form-submit .button.submitting .success,
#site-footer form .form-submit .button.submitting .text {
  opacity: 0;
}
#site-footer form .form-submit .button.success .success {
  opacity: 1;
}
#site-footer form .form-submit .button.success .submitting,
#site-footer form .form-submit .button.success .text {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  #site-footer form .form-submit {
    padding: 28px 5px 0;
    float: left;
    width: 33.33333333%;
  }
}
#site-footer a {
  color: #6D6D6D;
}
#site-footer ul.social {
  font-size: 0;
  margin: 0 0 28px;
}
@media only screen and (min-width: 1024px) {
  #site-footer ul.social {
    margin: 0 0 40px;
  }
}
#site-footer ul.social li {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}
@media only screen and (min-width: 375px) {
  #site-footer ul.social li {
    margin: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  #site-footer ul.social li {
    margin: 0 0 0 54px;
  }
  #site-footer ul.social li:first-child {
    margin: 0;
  }
}
#site-footer ul.social li .element-invisible {
  font-size: 0;
}
#site-footer ul.social li a {
  display: block;
  vertical-align: middle;
  color: #12204A;
}
#site-footer ul.social li a span {
  display: block;
}
#site-footer .disclaimer {
  padding: 12px;
  text-transform: uppercase;
  border: 1px solid #B5B5B5;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  #site-footer .disclaimer {
    display: inline-block;
    padding: 12px 24px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  #site-footer .disclaimer {
    margin: 0 0 40px;
    padding: 17px 24px;
  }
}
#site-footer .footer-text {
  margin: 0 0 18px;
}
#site-footer .footer-text p {
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  #site-footer .footer-text {
    max-width: 500px;
    margin: 0 auto 18px;
  }
}
#site-footer .footer-text a {
  font-weight: bold;
  text-decoration: underline;
}
#site-footer #nav-footer {
  margin: 0 0 24px;
}
#site-footer #nav-footer li {
  display: inline-block;
  margin: 0 12px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  #site-footer #nav-footer li {
    float: left;
    width: 50%;
    display: block;
    margin: 0;
    padding: 0 12px 0 0;
  }
}
#site-footer #nav-footer a {
  display: block;
}
.type-page.view-livestream {
  position: relative;
  padding: 110px 20px 64px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream {
    padding: 175px 20px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: no-repeat top center;
    background-image: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 50%);
  }
}
.type-page.view-livestream h1 {
  text-align: center;
  position: relative;
  margin: 0 0 26px;
}
.type-page.view-livestream .livestream__share {
  position: relative;
  text-align: center;
  line-height: 45px;
  margin: 0 0 54px;
}
.type-page.view-livestream .livestream__share__title {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
}
.type-page.view-livestream .livestream__share__list {
  display: inline-block;
  vertical-align: top;
}
.type-page.view-livestream .livestream__share__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 16px;
}
.type-page.view-livestream .livestream__share__list a {
  display: block;
  padding: 0 8px;
  font-size: 24px;
  line-height: 45px;
}
.type-page.view-livestream .livestream__stream {
  margin: 0 auto 40px;
  position: relative;
  background: #233F94;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream .livestream__stream {
    margin: 0 auto 68px;
    max-width: 1220px;
  }
}
.type-page.view-livestream .livestream__stream__video {
  position: relative;
}
.type-page.view-livestream .livestream__stream__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream .livestream__stream__video {
    position: absolute;
    top: 0;
    right: 28%;
    bottom: 0;
    left: 0;
    padding: 0 !important;
  }
}
.type-page.view-livestream .livestream__stream__column {
  background: #233F94;
  padding: 30px 36px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream .livestream__stream__column {
    margin: 0 0 0 72%;
  }
}
.type-page.view-livestream .livestream__stream__title {
  color: #fff;
  margin: 0 0 42px;
}
.type-page.view-livestream .livestream__stream__form {
  height: 366px;
}
.type-page.view-livestream .livestream__social__title {
  color: #233F94;
  margin: 0 24px 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .type-page.view-livestream .livestream__social__title {
    line-height: 75px;
  }
}
.type-page.view-livestream .livestream__social__columns {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-livestream .livestream__social__columns {
    margin: 0 auto 60px;
  }
  .type-page.view-livestream .livestream__social__columns:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid #D7D7D7;
  }
}
.type-page.view-livestream .livestream__social__column {
  padding: 40px 0 0;
  border-top: 1px solid #D7D7D7;
  margin: 0 auto 40px;
  max-width: 520px;
}
.type-page.view-livestream .livestream__social__column:first-child {
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-livestream .livestream__social__column {
    max-width: none;
    float: left;
    width: 50%;
    padding: 0 0 0 35px;
    border: none;
    margin: 0;
  }
  .type-page.view-livestream .livestream__social__column:first-child {
    padding: 0 35px 0 0;
  }
}
.type-page.view-livestream .livestream__social__post {
  margin: 0 0 30px;
}
.type-page.view-livestream .livestream__social__post .video-wrapper {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .type-page.view-livestream .livestream__social__post {
    margin: 14px 0 30px;
  }
}
.type-page.view-livestream .livestream__social__link {
  text-align: center;
  margin: 40px 0 0;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-livestream .livestream__social__link {
    margin: 80px 0 0;
  }
}
.type-page.view-livestream .livestream__social__link a {
  padding: 8px 10px;
  margin: 0 auto;
  max-width: 238px;
  display: block;
  text-transform: none;
  font-size: 18px;
}
.type-page.view-livestream .livestream__bottom {
  border-top: 1px solid #D7D7D7;
  max-width: 1110px;
  margin: 0 auto;
  padding: 64px 0 0;
  text-align: center;
}
.type-page.view-livestream .livestream__bottom__title {
  text-transform: uppercase;
  font: 800 22px/45px 'brother-1816', sans-serif;
  letter-spacing: 0.6px;
  margin: 0 0 20px;
}
.type-page.view-livestream .livestream__bottom__body {
  max-width: 670px;
  margin: 0 auto;
}
.type-page.view-page,
.type-page.view-policy {
  padding: 100px 20px 60px;
  border-bottom: 1px solid #D7D7D7;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-page,
  .type-page.view-policy {
    padding: 200px 20px 120px;
  }
}
body.page-bsd .type-page.view-page,
body.page-bsd .type-page.view-policy {
  padding: 0 20px 60px;
}
.type-page.view-page .entry-header,
.type-page.view-policy .entry-header {
  max-width: 800px;
  margin: 0 auto 50px;
}
.type-page.view-page .entry-content,
.type-page.view-policy .entry-content {
  font: 400 20px/27px 'brother-1816', sans-serif;
  max-width: 800px;
  margin: 0 auto;
}
.type-page.view-page .entry-content img,
.type-page.view-policy .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.type-page.view-page .entry-content .wp-caption,
.type-page.view-policy .entry-content .wp-caption {
  margin: 0 0 40px;
  max-width: 100%;
}
.type-page.view-page .entry-content .wp-caption .wp-caption,
.type-page.view-policy .entry-content .wp-caption .wp-caption,
.type-page.view-page .entry-content .wp-caption p,
.type-page.view-policy .entry-content .wp-caption p {
  margin: 0;
}
.type-page.view-page .entry-content .wp-caption .wp-caption-text,
.type-page.view-policy .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  font: 400 14px/18px 'brother-1816', sans-serif;
  color: #12204A;
}
.type-page.view-page .entry-content .alignleft,
.type-page.view-policy .entry-content .alignleft {
  float: left;
  margin: 0 40px 40px 0;
}
.type-page.view-page .entry-content .alignleft img,
.type-page.view-policy .entry-content .alignleft img {
  margin: 0;
}
.type-page.view-page .entry-content .alignright,
.type-page.view-policy .entry-content .alignright {
  float: right;
  margin: 0 0 40px 40px;
}
.type-page.view-page .entry-content .alignright img,
.type-page.view-policy .entry-content .alignright img {
  margin: 0;
}
.type-page.view-page .entry-content h1,
.type-page.view-policy .entry-content h1 {
  margin: 80px 0 50px;
}
.type-page.view-page .entry-content h2,
.type-page.view-policy .entry-content h2 {
  margin: 80px 0 40px;
}
.type-page.view-page .entry-content a,
.type-page.view-policy .entry-content a {
  font-weight: bold;
  text-decoration: underline;
}
.type-page.view-page .entry-content ul,
.type-page.view-policy .entry-content ul {
  margin: 0 0 27px;
  padding: 0;
}
.type-page.view-page .entry-content ul li,
.type-page.view-policy .entry-content ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
}
.type-page.view-page .entry-content ul li:before,
.type-page.view-policy .entry-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 800 30px/27px 'brother-1816', sans-serif;
  color: #E7131A;
  content: '•';
}
.type-page.view-page .entry-content h3,
.type-page.view-policy .entry-content h3,
.type-page.view-page .entry-content h4,
.type-page.view-policy .entry-content h4,
.type-page.view-page .entry-content h5,
.type-page.view-policy .entry-content h5,
.type-page.view-page .entry-content h6,
.type-page.view-policy .entry-content h6 {
  margin: 40px 0 27px;
}
.type-page.view-page .entry-content figure,
.type-page.view-policy .entry-content figure {
  margin: 0 0 40px;
}
.type-page.view-page .entry-content figure.video-wrapper,
.type-page.view-policy .entry-content figure.video-wrapper {
  margin: 0 0 40px;
}
.type-page.view-page .entry-content p,
.type-page.view-policy .entry-content p {
  margin: 0 0 27px;
}
.type-page.view-policy {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .entry-header {
    margin: 0 auto 70px;
  }
}
.type-page.view-policy .entry-content {
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .entry-content {
    margin: 0 auto 90px;
  }
}
.type-page.view-policy .promo {
  margin: 0 0 20px;
  background: #233F94;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .promo {
    margin: 0 20px 40px;
  }
}
.type-page.view-policy .promo__inner {
  padding: 50px 20px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .promo__inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 90px 20px;
  }
}
.type-page.view-policy .promo__title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 50px;
  max-width: 465px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .promo__title {
    text-align: right;
    float: left;
    width: 48.9010989%;
    padding: 0 40px 0 0;
  }
}
.type-page.view-policy .promo__policy {
  display: block;
  font: 700 32px/36px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  background: #12204A;
  max-width: 465px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .promo__policy {
    float: right;
    width: 51.0989011%;
  }
}
.type-page.view-policy .promo__policy .promo__policy__subhead {
  display: block;
  padding: 59px 40px;
  position: relative;
  text-align: left;
}
.type-page.view-policy .promo__policy .promo__policy__subhead:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-policy .promo__policy:hover .promo__policy__subhead:after {
  transform: scaleX(1);
}
.type-page.view-policy .promo__policy img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-policy .promo__policy__subhead {
  color: #fff;
}
.type-page.view-policy .policy__image {
  margin: 0 auto 20px;
  max-width: 1010px;
}
.type-page.view-policy .policy__image img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-policy .policy__images {
  max-width: 1010px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .policy__images {
    margin: 0 auto 90px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .policy__images--2 {
    margin: 0 -10px 50px;
  }
  .type-page.view-policy .policy__images--2 .policy__image {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .policy__images--2 {
    max-width: 1030px;
    margin: 0 auto 90px;
  }
}
.type-page.view-policy .policy__quote {
  max-width: 670px;
  color: #233F94;
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .policy__quote {
    margin: 0 auto 80px;
  }
}
.type-page.view-policy .issues {
  max-width: 800px;
  margin: 0 auto 40px;
  border-top: 1px solid #D7D7D7;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-policy .issues {
    margin: 0 auto 80px;
  }
}
.type-page.view-policy .issue {
  border-bottom: 1px solid #D7D7D7;
}
.type-page.view-policy .issue .issue__subtitle {
  margin: 32px 0 0;
  text-transform: uppercase;
  font: 700 16px/20px 'brother-1816', sans-serif;
  letter-spacing: 1px;
  color: #12204A;
}
.type-page.view-policy .issue .issue__policies {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .issue .issue__policies {
    margin: 16px -10px 0;
  }
}
.type-page.view-policy .issue .issue__policies li {
  margin: 20px auto 0;
  padding: 0;
  max-width: 384px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .issue .issue__policies li {
    max-width: none;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
.type-page.view-policy .issue .issue__policies .issue__policy {
  cursor: pointer;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  font: 700 22px/28px 'brother-1816', sans-serif;
  background: #EFF0F4;
  color: #233F94;
}
.type-page.view-policy .issue .issue__policies .issue__policy span {
  text-align: center;
  width: 100%;
  max-width: 360px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
.type-page.view-policy .issue .issue__policies .issue__policy:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-policy .issue .issue__policies .issue__policy:hover:after {
  transform: scaleX(1);
}
.type-page.view-policy .issue .issue__title {
  font: 700 22px/26px 'brother-1816', sans-serif;
  letter-spacing: 0;
}
.type-page.view-policy .issue .issue__title a {
  display: block;
  color: #233F94;
  padding: 20px 50px 20px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .issue .issue__title a {
    padding: 52px 128px 52px 0;
  }
}
.type-page.view-policy .issue .issue__title a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E7131A;
  content: "\e907";
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 50%;
  margin: -5px 0 0;
  transition: transform 250ms ease-in-out;
  transform: rotate(0);
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .issue .issue__title a:after {
    right: 20px;
  }
}
.type-page.view-policy .issue .issue__body {
  margin: 0;
  padding: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-policy .issue .issue__body {
    padding: 0 0 46px;
  }
}
html.js .type-page.view-policy .issue .issue__body {
  display: none;
}
html.js .type-page.view-policy .issue.open h4 a:after {
  transform: rotate(-180deg);
}
.type-page.view-notfound {
  height: 100vh;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  min-height: 520px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-notfound {
    min-height: 640px;
  }
}
.type-page.view-notfound .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right top;
  background-size: cover;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  opacity: 1;
}
.type-page.view-notfound .background.background-desktop {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .type-page.view-notfound .background.background-desktop {
    background-position: 50% top;
    opacity: 1;
  }
  .type-page.view-notfound .background.background-mobile {
    opacity: 0;
  }
}
.type-page.view-notfound .entry-title {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  width: 224px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .type-page.view-notfound .entry-title {
    left: auto;
    right: 50%;
    text-align: right;
    padding: 0 40px;
    width: 50%;
    max-width: 540px;
    font-size: 50px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-notfound .entry-title {
    font-size: 64px;
    line-height: 60px;
  }
}
.type-page.view-actblue {
  border-bottom: 1px solid #D7D7D7;
  padding: 110px 20px 60px;
  position: relative;
}
.type-page.view-actblue .background {
  display: none;
}
.type-page.view-actblue h1.title {
  margin: 0 0 20px;
}
.type-page.view-actblue .inner {
  max-width: 590px;
  margin: 0 auto;
}
.type-page.view-actblue .body {
  margin: 0 0 26px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-actblue {
    padding: 175px 20px 140px 50%;
  }
  .type-page.view-actblue .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat left top;
    background-size: cover;
  }
  .type-page.view-actblue .inner {
    margin: 0;
    position: relative;
    max-width: 506px;
    padding: 0 0 0 40px;
  }
}
.type-page.view-join {
  border-bottom: 1px solid #D7D7D7;
  padding: 110px 20px 60px;
  position: relative;
}
.type-page.view-join .background {
  display: none;
}
.type-page.view-join h1.title {
  margin: 0 0 20px;
}
.type-page.view-join .inner {
  max-width: 590px;
  margin: 0 auto;
}
.type-page.view-join .body {
  margin: 0 0 26px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-join {
    padding: 175px 20px 140px 50%;
  }
  .type-page.view-join .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat left top;
    background-size: cover;
  }
  .type-page.view-join .inner {
    margin: 0;
    position: relative;
    max-width: 506px;
    padding: 0 0 0 40px;
  }
}
.type-page.view-about .entry-header {
  height: 100vh;
  position: relative;
  min-height: 520px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-about .entry-header {
    min-height: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about .entry-header {
    min-height: 480px;
  }
}
.type-page.view-about .entry-header .background {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about .entry-header .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat right top;
    background-size: cover;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    opacity: 1;
  }
}
.type-page.view-about .entry-header .entry-title {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding: 60px 20px 168px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.type-page.view-about .entry-header .entry-title h1.title {
  color: #233F94;
}
.type-page.view-about .entry-header .entry-title .subhead {
  margin: 12px 0 0;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about .entry-header .entry-title {
    width: 50%;
    max-width: none;
    padding: 124px 40px 24px;
    margin: 0;
    text-align: right;
  }
  .type-page.view-about .entry-header .entry-title .title {
    max-width: 504px;
    margin: 0 0 24px auto;
  }
  .type-page.view-about .entry-header .entry-title .subhead {
    max-width: 504px;
    margin: 0 0 0 auto;
  }
}
.type-page.view-about #chapters {
  position: relative;
  padding: 0;
  background: #233F94;
  min-height: 196px;
}
.type-page.view-about #chapters .tracks {
  height: 360px;
  width: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  left: 50%;
  top: -180px;
  background-image: repeating-linear-gradient(180deg, transparent, transparent 12px, #84A2FC 12px, #84A2FC 13px);
  z-index: 4;
}
@media only screen and (min-width: 375px) {
  .type-page.view-about #chapters .tracks {
    top: -210px;
  }
}
.type-page.view-about #chapters .tracks:before {
  position: absolute;
  content: '';
  top: 0;
  left: 4px;
  bottom: 0;
  border-left: 1px solid #84A2FC;
}
.type-page.view-about #chapters .tracks:after {
  position: absolute;
  content: '';
  top: 0;
  right: 4px;
  bottom: 0;
  border-right: 1px solid #84A2FC;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .tracks {
    top: -344px;
    height: auto;
    bottom: 10px;
  }
}
.type-page.view-about #chapters #train {
  display: block;
  width: 34px;
  margin: 0 0 0 -17px;
  position: absolute;
  left: 50%;
  z-index: 4;
  top: -138px;
}
@media only screen and (min-width: 375px) {
  .type-page.view-about #chapters #train {
    top: -168px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters #train {
    top: -220px;
  }
  .type-page.view-about #chapters #train.fixed {
    position: fixed;
    top: 124px;
  }
  .type-page.view-about #chapters #train.stop {
    position: absolute;
    bottom: 10px;
    top: auto;
  }
}
.type-page.view-about #chapters .chapter {
  border: 10px solid #233F94;
  padding: 60px 10px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter {
    padding: 120px 10px 80px;
  }
}
.type-page.view-about #chapters .chapter .inner {
  margin: 0 auto;
  position: relative;
  max-width: 1036px;
}
.type-page.view-about #chapters .chapter h2.title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 10px 30px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter h2.title {
    margin: 0;
  }
  body.language-es .type-page.view-about #chapters .chapter h2.title {
    font-size: 50px;
    line-height: 52px;
  }
}
.type-page.view-about #chapters .chapter#chapter-1 {
  padding-top: 196px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter#chapter-1 {
    padding-top: 120px;
  }
}
.type-page.view-about #chapters .chapter .section {
  margin: 0 0 40px;
  padding: 40px 0 0;
  position: relative;
}
.type-page.view-about #chapters .chapter .section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #97BDFB;
  opacity: 0.65;
}
.type-page.view-about #chapters .chapter .section.section-1 {
  padding: 0;
}
.type-page.view-about #chapters .chapter .section.section-1:before {
  display: none;
}
.type-page.view-about #chapters .chapter .section.section-2 {
  padding: 0;
}
.type-page.view-about #chapters .chapter .section.section-2:before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter .section {
    padding: 0;
    margin: 0;
  }
  .type-page.view-about #chapters .chapter .section:before {
    display: none;
  }
}
.type-page.view-about #chapters .chapter .section figure {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-about #chapters .chapter .section figure.quote blockquote {
    font: 700 38px/45px 'brother-1816', sans-serif;
  }
}
.type-page.view-about #chapters .chapter .section figure.standalone {
  margin: 0;
}
.type-page.view-about #chapters .chapter .section figure img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-about #chapters .chapter .section h3.title.with-body {
  margin: 0 0 16px;
}
.type-page.view-about #chapters .chapter .section p {
  margin: 0;
}
.type-page.view-about #chapters .chapter.odd {
  color: #fff;
}
.type-page.view-about #chapters .chapter.odd h2.title {
  color: #fff;
}
.type-page.view-about #chapters .chapter.odd .section:before {
  opacity: 0.35;
}
.type-page.view-about #chapters .chapter.odd .section h3.title {
  color: #97BDFB;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter.odd h2.title {
    position: absolute;
    width: 50%;
    left: 50%;
    top: -6px;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .type-page.view-about #chapters .chapter.odd .section {
    width: 50%;
  }
  .type-page.view-about #chapters .chapter.odd .section.odd {
    padding: 0 40px 0 0;
    margin: 0 auto 0 0;
    text-align: right;
  }
  .type-page.view-about #chapters .chapter.odd .section.even {
    padding: 0 0 0 40px;
    margin: 0 0 0 auto;
  }
}
.type-page.view-about #chapters .chapter.even {
  background: #fff;
}
.type-page.view-about #chapters .chapter.even h2.title {
  color: #233F94;
}
.type-page.view-about #chapters .chapter.even blockquote {
  color: #233F94;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about #chapters .chapter.even h2.title {
    position: absolute;
    width: 50%;
    right: 50%;
    top: -6px;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .type-page.view-about #chapters .chapter.even .section {
    width: 50%;
  }
  .type-page.view-about #chapters .chapter.even .section.even {
    padding: 0 40px 0 0;
    margin: 0 auto 0 0;
    text-align: right;
  }
  .type-page.view-about #chapters .chapter.even .section.odd {
    padding: 0 0 0 40px;
    margin: 0 0 0 auto;
  }
}
.type-page.view-about .video {
  background: #233F94;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about .video {
    padding: 120px 20px;
  }
}
.type-page.view-about .video .inner {
  max-width: 1036px;
  margin: 0 auto;
}
.type-page.view-about .video h2.title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 800;
}
.type-page.view-about .video .body {
  margin: 0 auto 30px;
  max-width: 670px;
}
.type-page.view-about .video .body p {
  margin: 0;
}
.type-page.view-about .video .video-wrapper {
  position: relative;
  padding: 56.25% 0 0;
}
html.no-js .type-page.view-about .video .video-wrapper {
  display: none;
}
.type-page.view-about .video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.type-page.view-about .form {
  background: #fff;
  padding: 70px 10px;
  text-align: center;
  border: 10px solid #233F94;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-about .form {
    padding: 110px 10px;
  }
}
.type-page.view-about .form .inner {
  max-width: 1036px;
  margin: 0 auto;
}
.type-page.view-about .form h2.title {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 800;
}
.type-page.view-vision .entry-header {
  height: 100vh;
  position: relative;
  min-height: 420px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision .entry-header {
    min-height: 480px;
  }
}
.type-page.view-vision .entry-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right top;
  background-size: cover;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  opacity: 1;
}
.type-page.view-vision .entry-header .background.background-desktop {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .entry-header .background.background-desktop {
    background-position: 50% top;
    opacity: 1;
  }
  .type-page.view-vision .entry-header .background.background-mobile {
    opacity: 0;
  }
}
.type-page.view-vision .entry-header .entry-title {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  padding: 0 0 120px;
  width: 220px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .entry-header .entry-title {
    left: auto;
    right: 50%;
    padding: 0 40px 0 0;
    text-align: right;
    width: 440px;
  }
}
.type-page.view-vision section.body {
  background: #233F94;
  color: #fff;
  padding: 60px 0 80px;
}
.type-page.view-vision section.body .inner {
  padding: 0 20px;
  max-width: 1050px;
  margin: 0 auto;
}
.type-page.view-vision section.body h2.title {
  text-align: center;
  color: #fff;
  font: 700 38px/45px 'brother-1816', sans-serif;
  letter-spacing: -0.84px;
  margin: 0 0 40px;
}
.type-page.view-vision section.body figure {
  margin: 0 0 40px;
  padding: 0;
}
.type-page.view-vision section.body figure img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-vision section.body .paragraph {
  margin: 0 0 40px;
}
.type-page.view-vision section.body .subhead {
  color: #fff;
  text-align: center;
  font: 800 50px/46px 'brother-1816', sans-serif;
  letter-spacing: -3.75px;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision section.body .inner {
    padding: 0;
  }
  .type-page.view-vision section.body h2.title {
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
  }
  .type-page.view-vision section.body figure {
    float: right;
    width: 50%;
    padding: 0 20px;
  }
  .type-page.view-vision section.body .paragraph {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .type-page.view-vision section.body .paragraph:nth-child(2n) {
    clear: both;
  }
  .type-page.view-vision section.body .subhead {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision section.body {
    padding: 110px 0;
  }
  .type-page.view-vision section.body .inner {
    max-width: 1130px;
  }
  .type-page.view-vision section.body h2.title {
    font: 700 45px/50px 'brother-1816', sans-serif;
    letter-spacing: -1px;
  }
  .type-page.view-vision section.body .paragraph,
  .type-page.view-vision section.body figure,
  .type-page.view-vision section.body h2.title {
    padding: 0 40px;
  }
  .type-page.view-vision section.body .subhead {
    margin: 40px auto 0;
    max-width: 880px;
    font: 800 80px/65px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
}
.type-page.view-vision .section-tabs {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision .section-tabs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .type-page.view-vision .section-tabs li {
    float: left;
    width: 33.33333333%;
    margin: 0;
    padding: 0;
  }
  .type-page.view-vision .section-tabs li a {
    display: block;
    height: 202px;
    background: #12204A;
    color: #fff;
    font: 700 30px/34px 'brother-1816', sans-serif;
    letter-spacing: -0.94px;
    text-align: center;
    position: relative;
    transition: all 250ms ease-in-out;
  }
  .type-page.view-vision .section-tabs li a.open {
    color: #12204A;
    background: #fff;
  }
  .type-page.view-vision .section-tabs li a span {
    max-width: 435px;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.type-page.view-vision .sections {
  border: 10px solid #233F94;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision .sections section.section .section-header {
    display: none;
  }
}
.type-page.view-vision .sections section.section .section-header .inner {
  width: 100%;
  padding: 0 10px;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-page.view-vision .sections section.section .section-header h2 {
  color: #fff;
  font: 700 30px/34px 'brother-1816', sans-serif;
  letter-spacing: -0.94px;
  margin: 0 0 20px;
}
.type-page.view-vision .sections section.section .section-header span.text {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}
.type-page.view-vision .sections section.section .section-header span.icon {
  display: block;
  font-size: 10px;
  transition: transform 250ms ease-in-out;
  transform: rotate(0);
}
.type-page.view-vision .sections section.section .section-header span.close {
  display: none;
}
.type-page.view-vision .sections section.section .section-header a {
  display: block;
  height: 356px;
  background: #12204A;
  color: #97BDFB;
  text-align: center;
  position: relative;
}
.type-page.view-vision .sections section.section .section-inner {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner {
    padding: 28px 10px 80px;
  }
}
.type-page.view-vision .sections section.section .section-inner figure.quote {
  text-align: center;
  color: #233F94;
  margin: 42px auto;
  max-width: 670px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner figure.quote {
    margin: 80px auto;
  }
}
.type-page.view-vision .sections section.section .section-inner figure.image {
  margin: 30px auto;
  max-width: 880px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner figure.image {
    margin: 80px auto;
  }
}
.type-page.view-vision .sections section.section .section-inner figure.image img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-vision .sections section.section .section-inner .body {
  margin: 30px auto;
  max-width: 670px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .body {
    margin: 80px auto;
  }
}
.type-page.view-vision .sections section.section .section-inner .body p {
  margin: 30px 0 0;
}
.type-page.view-vision .sections section.section .section-inner .body p:first-child {
  margin: 0;
}
.type-page.view-vision .sections section.section .section-inner .issues {
  padding: 0 0 40px;
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .issues {
    border-top: 1px solid #D7D7D7;
  }
}
.type-page.view-vision .sections section.section .section-inner .issue {
  border-top: 1px solid #D7D7D7;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .issue {
    border: none;
    border-bottom: 1px solid #D7D7D7;
  }
}
.type-page.view-vision .sections section.section .section-inner .issue h3 {
  font: 700 22px/26px 'brother-1816', sans-serif;
  letter-spacing: 0;
}
.type-page.view-vision .sections section.section .section-inner .issue h3 a {
  display: block;
  color: #233F94;
  padding: 20px 50px 20px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .issue h3 a {
    padding: 52px 128px 52px 20px;
  }
}
.type-page.view-vision .sections section.section .section-inner .issue h3 a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E7131A;
  content: "\e907";
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 50%;
  margin: -5px 0 0;
  transition: transform 250ms ease-in-out;
  transform: rotate(0);
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .issue h3 a:after {
    right: 20px;
  }
}
.type-page.view-vision .sections section.section .section-inner .issue .body {
  margin: 0;
  padding: 0 10px 32px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision .sections section.section .section-inner .issue .body {
    padding: 0 20px 46px;
  }
}
html.js .type-page.view-vision .sections section.section .section-header {
  position: relative;
}
html.js .type-page.view-vision .sections section.section .section-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  opacity: 0.6;
  z-index: 1;
}
html.js .type-page.view-vision .sections section.section#section-0 .section-header:before {
  display: none;
}
html.js .type-page.view-vision .sections section.section .section-inner {
  display: none;
}
html.js .type-page.view-vision .sections section.section .section-inner .issue .body {
  display: none;
}
html.js .type-page.view-vision .sections section.section .section-inner .issue.open h3 a:after {
  transform: rotate(-180deg);
}
html.js .type-page.view-vision .sections section.section.open .section-header .open {
  display: none;
}
html.js .type-page.view-vision .sections section.section.open .section-header .close {
  display: block;
}
html.js .type-page.view-vision .sections section.section.open .section-header .icon {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 1024px) {
  html.js .type-page.view-vision .sections section.section.open .section-inner {
    display: block;
  }
}
.type-page.view-vision-updated .entry-header {
  height: 100vh;
  position: relative;
  min-height: 420px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision-updated .entry-header {
    min-height: 480px;
  }
}
.type-page.view-vision-updated .entry-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right top;
  background-size: cover;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  opacity: 1;
}
.type-page.view-vision-updated .entry-header .background.background-desktop {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .entry-header .background.background-desktop {
    background-position: 50% top;
    opacity: 1;
  }
  .type-page.view-vision-updated .entry-header .background.background-mobile {
    opacity: 0;
  }
}
.type-page.view-vision-updated .entry-header .quote {
  color: #233F94;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  padding: 0 0 160px;
  width: 220px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .entry-header .quote {
    left: auto;
    right: 50%;
    padding: 0 0 0 20px;
    text-align: center;
    width: 440px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision-updated .entry-header .quote {
    padding: 0 0 0 40px;
    width: 650px;
    margin: 0;
    max-width: 50%;
  }
}
.type-page.view-vision-updated .entry-header .entry-title {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  padding: 0 0 120px;
  width: 220px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .entry-header .entry-title {
    left: auto;
    right: 50%;
    padding: 0 40px 0 0;
    text-align: right;
    width: 440px;
  }
}
.type-page.view-vision-updated .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.type-page.view-vision-updated .entry-content .wp-caption {
  margin: 0 0 40px;
  max-width: 100%;
}
.type-page.view-vision-updated .entry-content .wp-caption .wp-caption,
.type-page.view-vision-updated .entry-content .wp-caption p {
  margin: 0;
}
.type-page.view-vision-updated .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  font: 400 14px/18px 'brother-1816', sans-serif;
  color: #12204A;
}
.type-page.view-vision-updated .entry-content .alignleft {
  float: left;
  margin: 0 40px 40px 0;
}
.type-page.view-vision-updated .entry-content .alignleft img {
  margin: 0;
}
.type-page.view-vision-updated .entry-content .alignright {
  float: right;
  margin: 0 0 40px 40px;
}
.type-page.view-vision-updated .entry-content .alignright img {
  margin: 0;
}
.type-page.view-vision-updated .entry-content h1 {
  margin: 80px 0 50px;
}
.type-page.view-vision-updated .entry-content h1:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content h2 {
  margin: 80px 0 40px;
}
.type-page.view-vision-updated .entry-content h2:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content a {
  font-weight: bold;
  text-decoration: underline;
}
.type-page.view-vision-updated .entry-content ul {
  margin: 27px 0 0;
  padding: 0;
}
.type-page.view-vision-updated .entry-content ul:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content ul li {
  position: relative;
  margin: 27px 0 0;
  padding: 0 0 0 30px;
}
.type-page.view-vision-updated .entry-content ul li:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 800 30px/27px 'brother-1816', sans-serif;
  color: #E7131A;
  content: '•';
}
.type-page.view-vision-updated .entry-content h3,
.type-page.view-vision-updated .entry-content h4,
.type-page.view-vision-updated .entry-content h5,
.type-page.view-vision-updated .entry-content h6 {
  margin: 40px 0 27px;
}
.type-page.view-vision-updated .entry-content h3:first-child,
.type-page.view-vision-updated .entry-content h4:first-child,
.type-page.view-vision-updated .entry-content h5:first-child,
.type-page.view-vision-updated .entry-content h6:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content figure {
  margin: 40px 0 0;
}
.type-page.view-vision-updated .entry-content figure:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated .entry-content p {
  margin: 27px 0 0;
}
.type-page.view-vision-updated .entry-content p:first-child {
  margin-top: 0;
}
.type-page.view-vision-updated section.ideas {
  text-align: center;
  border: 10px solid #233F94;
  padding: 42px 20px 27px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated section.ideas {
    border: 40px solid #233F94;
    padding: 86px 20px 54px;
  }
}
.type-page.view-vision-updated section.ideas .title {
  margin: 0 0 27px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated section.ideas .title {
    padding: 0 20px;
  }
}
.type-page.view-vision-updated section.ideas .content {
  max-width: 670px;
  margin: 0 auto;
}
.type-page.view-vision-updated section.ideas .policies {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated section.ideas .policies {
    margin: 66px 10px 0;
  }
}
.type-page.view-vision-updated section.ideas .policies li {
  margin: 20px auto 0;
  padding: 0;
  max-width: 384px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated section.ideas .policies li {
    max-width: none;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision-updated section.ideas .policies li {
    width: 33.33333333%;
  }
}
.type-page.view-vision-updated section.ideas .policies .policy {
  cursor: pointer;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  font: 700 22px/28px 'brother-1816', sans-serif;
  background: #EFF0F4;
  color: #233F94;
}
.type-page.view-vision-updated section.ideas .policies .policy span {
  width: 100%;
  max-width: 360px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
.type-page.view-vision-updated section.ideas .policies .policy:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-vision-updated section.ideas .policies .policy:hover:after {
  transform: scaleX(1);
}
.type-page.view-vision-updated section.body {
  background: #233F94;
  color: #fff;
  padding: 40px 0 30px;
}
.type-page.view-vision-updated section.body .inner {
  padding: 0 20px;
  max-width: 1050px;
  margin: 0 auto;
}
.type-page.view-vision-updated section.body h2.title {
  text-align: center;
  color: #fff;
  font: 700 38px/45px 'brother-1816', sans-serif;
  letter-spacing: -0.84px;
  margin: 0 0 40px;
}
.type-page.view-vision-updated section.body figure {
  margin: 0 0 40px;
  padding: 0;
}
.type-page.view-vision-updated section.body figure img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-vision-updated section.body .paragraph {
  margin: 0 0 40px;
}
.type-page.view-vision-updated section.body .subhead {
  color: #fff;
  text-align: center;
  font: 800 50px/46px 'brother-1816', sans-serif;
  letter-spacing: -3.75px;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated section.body .inner {
    padding: 0;
  }
  .type-page.view-vision-updated section.body h2.title {
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
  }
  .type-page.view-vision-updated section.body figure {
    float: right;
    width: 50%;
    padding: 0 20px;
  }
  .type-page.view-vision-updated section.body .paragraph {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .type-page.view-vision-updated section.body .paragraph:nth-child(2n) {
    clear: both;
  }
  .type-page.view-vision-updated section.body .subhead {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-vision-updated section.body .inner {
    max-width: 1130px;
  }
  .type-page.view-vision-updated section.body h2.title {
    font: 700 45px/50px 'brother-1816', sans-serif;
    letter-spacing: -1px;
  }
  .type-page.view-vision-updated section.body .paragraph,
  .type-page.view-vision-updated section.body figure,
  .type-page.view-vision-updated section.body h2.title {
    padding: 0 40px;
  }
  .type-page.view-vision-updated section.body .subhead {
    margin: 40px auto 0;
    max-width: 880px;
    font: 800 80px/65px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
}
.type-page.view-vision-updated .sections {
  border: 10px solid #233F94;
  border-bottom: none;
  overflow: hidden;
  padding: 80px 20px 36px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections {
    border: 40px solid #233F94;
    border-bottom: none;
  }
}
.type-page.view-vision-updated .sections .sections__title {
  text-align: center;
  max-width: 875px;
  margin: 0 auto 40px;
}
.type-page.view-vision-updated .sections .sections__body {
  max-width: 670px;
  margin: 0 auto 58px;
  text-align: center;
}
.type-page.view-vision-updated .sections section.section {
  max-width: 760px;
  padding: 0;
  margin: 0 auto 76px;
}
.type-page.view-vision-updated .sections section.section .section__title {
  margin: 0 0 40px;
}
.type-page.view-vision-updated .sections section.section .section__image {
  margin: 0 0 40px;
}
.type-page.view-vision-updated .sections section.section .section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-vision-updated .sections section.section .section__body {
  margin: 0 0 64px;
}
.type-page.view-vision-updated .sections section.section .issues {
  border-top: 1px solid #D7D7D7;
}
.type-page.view-vision-updated .sections section.section .issue {
  border-bottom: 1px solid #D7D7D7;
}
.type-page.view-vision-updated .sections section.section .issue .issue__subtitle {
  margin: 32px 0 0;
  text-transform: uppercase;
  font: 700 16px/20px 'brother-1816', sans-serif;
  letter-spacing: 1px;
  color: #12204A;
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections section.section .issue .issue__policies {
    margin: 16px -10px 0;
  }
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies li {
  margin: 20px auto 0;
  padding: 0;
  max-width: 384px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections section.section .issue .issue__policies li {
    max-width: none;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies .policy {
  cursor: pointer;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  font: 700 22px/28px 'brother-1816', sans-serif;
  background: #EFF0F4;
  color: #233F94;
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies .policy span {
  text-align: center;
  width: 100%;
  max-width: 360px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies .policy:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-vision-updated .sections section.section .issue .issue__policies .policy:hover:after {
  transform: scaleX(1);
}
.type-page.view-vision-updated .sections section.section .issue .issue__title {
  font: 700 22px/26px 'brother-1816', sans-serif;
  letter-spacing: 0;
}
.type-page.view-vision-updated .sections section.section .issue .issue__title a {
  display: block;
  color: #233F94;
  padding: 20px 50px 20px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections section.section .issue .issue__title a {
    padding: 52px 128px 52px 0;
  }
}
.type-page.view-vision-updated .sections section.section .issue .issue__title a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E7131A;
  content: "\e907";
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 50%;
  margin: -5px 0 0;
  transition: transform 250ms ease-in-out;
  transform: rotate(0);
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections section.section .issue .issue__title a:after {
    right: 20px;
  }
}
.type-page.view-vision-updated .sections section.section .issue .issue__body {
  margin: 0;
  padding: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-vision-updated .sections section.section .issue .issue__body {
    padding: 0 0 46px;
  }
}
html.js .type-page.view-vision-updated .sections section.section .issue .issue__body {
  display: none;
}
html.js .type-page.view-vision-updated .sections section.section .issue.open h4 a:after {
  transform: rotate(-180deg);
}
.type-page.view-action {
  background: #233F94;
  color: #fff;
  padding: 120px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-action {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-action {
    margin-top: 124px;
  }
}
.type-page.view-action .inner {
  max-width: 1090px;
  margin: 0 auto;
}
.type-page.view-action .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% top;
  background-size: 100%;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  opacity: 1;
}
.type-page.view-action .background.background-desktop {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .type-page.view-action .background.background-desktop {
    background-position: 50% top;
    opacity: 1;
  }
  .type-page.view-action .background.background-mobile {
    opacity: 0;
  }
}
.type-page.view-action .action-item {
  margin: 42px auto 0;
  max-width: 465px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-action .action-item {
    margin: 80px auto 0;
    width: 50%;
    padding: 0 40px;
    float: left;
    max-width: 545px;
  }
  .type-page.view-action .action-item:nth-child(2n+1) {
    float: left;
    text-align: right;
  }
  .type-page.view-action .action-item:nth-child(2n) {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-action .action-item:nth-child(2) {
    margin-top: 142px;
  }
}
.type-page.view-action h1.action-item {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.type-page.view-action a {
  color: #fff;
}
.type-page.view-action .quote figcaption {
  margin: 24px 0 0;
}
.type-page.view-action .action-link {
  display: block;
  font: 700 32px/36px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  background: #12204A;
}
.type-page.view-action .action-link img {
  width: 100%;
  height: auto;
  display: block;
}
.type-page.view-action .action-link .subhead {
  display: block;
  padding: 36px 40px;
  position: relative;
  text-align: left;
}
.type-page.view-action .action-link .subhead img {
  height: 42px;
  width: 90px;
  margin-left: 3px;
  display: inline;
  margin-bottom: -19px;
}
.type-page.view-action .action-link .subhead:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-action .action-link:hover .subhead:after {
  transform: scaleX(1);
}
.type-page.view-endorsements .endorsements {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
.type-page.view-endorsements .endorsements .header {
  text-align: center;
  font-size: 105px;
  line-height: 115px;
  font-weight: bold;
  padding: 200px 50px 150px 50px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .header {
    padding: 200px 25px 80px 25px;
    font-size: 92px;
    line-height: 105px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .type-page.view-endorsements .endorsements .header {
    padding: 200px 25px 80px 25px;
    font-size: 72px;
    line-height: 84px;
  }
}
.type-page.view-endorsements .endorsements .endorsers_subheader {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  padding: 15px 50px 50px 50px;
  color: #233F94;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .endorsers_subheader {
    padding: 15px 10px 25px 10px;
    font-size: 32px;
    line-height: 36px;
  }
}
.type-page.view-endorsements .endorsements .co-chair-header {
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .co-chair-header {
    font-size: 42px;
    line-height: 48px;
  }
}
.type-page.view-endorsements .endorsements .campaign-co-chairs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 50px;
}
.type-page.view-endorsements .endorsements .campaign-co-chairs .headshot-endorser {
  background-color: #97BDFB;
}
.type-page.view-endorsements .endorsements .campaign-co-chairs .headshot-endorser .text {
  color: #12204A;
}
.type-page.view-endorsements .endorsements .endorsers-header {
  padding-top: 50px;
  padding-bottom: 4px !important;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .endorsers-header {
    font-size: 42px;
    line-height: 48px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorsers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #97BDFB;
  padding-bottom: 50px;
  color: #12204A;
}
.type-page.view-endorsements .endorsements .headshot-endorser {
  text-align: left;
  display: flex;
  background-color: #233F94;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser {
    width: 98%;
    height: 300px;
    margin: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser {
    width: 700px;
    height: 400px;
    margin: 15px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorser img {
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 506px) {
  .type-page.view-endorsements .endorsements .headshot-endorser img {
    display: none;
  }
}
@media only screen and (min-width: 507px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser img {
    height: 300px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser img {
    max-height: 400px;
    max-width: 266px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorser .text {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text {
    padding: 25px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorser .text .name {
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .name {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .name {
    font-size: 42px;
    line-height: 48px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorser .text .title {
  padding-top: 10px;
  font-style: italic;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.type-page.view-endorsements .endorsements .headshot-endorser .text .quote {
  padding-top: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .quote {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .headshot-endorser .text .quote {
    font-size: 18px;
    line-height: 24px;
  }
}
.type-page.view-endorsements .endorsements .quote-endorsers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #233F94;
  padding-bottom: 50px;
  color: #fff;
}
.type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser {
  text-align: left;
  padding: 25px;
  margin: 10px;
  width: 400px;
  height: 300px;
  background-color: #12204A;
  color: #fff;
}
.type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .name {
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .name {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .name {
    font-size: 36px;
    line-height: 42px;
  }
}
.type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .title {
  padding-top: 10px;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .quote {
  padding-top: 10px;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .quote {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-endorsements .endorsements .quote-endorsers .quote-endorser .quote {
    font-size: 18px;
    line-height: 24px;
  }
}
.type-page.view-endorsements .endorsements .title-endorsers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #12204A;
  color: #fff;
  padding-bottom: 50px;
}
.type-page.view-endorsements .endorsements .title-endorsers .title-endorser {
  text-align: left;
  padding: 15px;
  margin: 10px;
  width: 300px;
  background-color: #fff;
  color: #12204A;
}
.type-page.view-endorsements .endorsements .title-endorsers .title-endorser .name {
  font-size: 24px;
  line-height: 28px;
}
.type-page.view-endorsements .endorsements .title-endorsers .title-endorser .title {
  font-size: 18px;
  line-height: 24px;
}
.type-page.view-endorsements .endorsements .title-endorsers-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  color: #12204A;
  padding-bottom: 50px;
}
.type-page.view-endorsements .endorsements .title-endorsers-2 .title-endorser-2 {
  text-align: left;
  padding: 15px;
  margin: 10px;
  width: 300px;
  background-color: #97BDFB;
  color: #12204A;
}
.type-page.view-endorsements .endorsements .title-endorsers-2 .title-endorser-2 .name {
  font-size: 24px;
  line-height: 28px;
}
.type-page.view-endorsements .endorsements .title-endorsers-2 .title-endorser-2 .title {
  font-size: 18px;
  line-height: 24px;
}
.type-page.view-endorsements .endorsements .title-endorsers-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #97BDFB;
  color: #12204A;
  padding-bottom: 50px;
}
.type-page.view-endorsements .endorsements .title-endorsers-3 .title-endorser-3 {
  text-align: left;
  padding: 15px;
  margin: 10px;
  width: 300px;
  background-color: #233F94;
  color: #fff;
}
.type-page.view-endorsements .endorsements .title-endorsers-3 .title-endorser-3 .name {
  font-size: 24px;
  line-height: 28px;
}
.type-page.view-endorsements .endorsements .title-endorsers-3 .title-endorser-3 .title {
  font-size: 18px;
  line-height: 24px;
}
.type-page.view-endorsements .endorsements .title-endorsers-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #233F94;
  color: #fff;
  padding-bottom: 50px;
}
.type-page.view-endorsements .endorsements .title-endorsers-4 .title-endorser-4 {
  text-align: left;
  padding: 15px;
  margin: 10px;
  width: 300px;
  background-color: #12204A;
  color: #fff;
}
.type-page.view-endorsements .endorsements .title-endorsers-4 .title-endorser-4 .name {
  font-size: 24px;
  line-height: 28px;
}
.type-page.view-endorsements .endorsements .title-endorsers-4 .title-endorser-4 .title {
  font-size: 18px;
  line-height: 24px;
}
.type-page.view-home {
  border-bottom: 1px solid #D7D7D7;
  /*
    section.join {
      padding: 80px 20px 365px;
      background: @darkblue;
      position: relative;
      @media @tablet {
        height: 400px;
        padding: 0;

        .inner {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 50%;
          transform: translateY(-50%);
          padding: 0 20px;
          max-width: 570px;
        }
      }
      @media @desktop {
        height: 640px;

        .inner {
          right: auto;
          max-width: 610px;
          padding: 0 20px 0 60px;
        }
      }

      .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: no-repeat 50% top;
        background-size: cover;
        transition: opacity 500ms ease-in-out;
        pointer-events: none;
        opacity: 1;

        &.background-desktop {
          opacity: 0;
        }
        @media @tablet {
          &.background-desktop {
            background-position: 50% top;
            opacity: 1;
          }

          &.background-mobile {
            opacity: 0;
          }
        }
      }

      .title {
        color: @white;
        margin: 0 0 40px;
        position: relative;
        max-width: 320px;
      }

      .link {
        position: relative;

        a {
          padding: 16px 0;
          display: block;
          @media @desktop {
            display: inline-block;
            padding: 16px 30px;
          }
        }
      }
    }
    */
}
.type-page.view-home .endorsements {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  height: 500px;
  background-color: #12204A;
  color: white;
}
.type-page.view-home .endorsements .header {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 50px;
}
.type-page.view-home .endorsements .endorsers_subheader {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  padding: 0px 75px 50px 75px;
  color: white;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .type-page.view-home .endorsements .endorsers_subheader {
    font-size: 32px;
    line-height: 36px;
    padding: 0px 15px 50px 15px;
  }
}
.type-page.view-home .endorsements .link {
  margin-bottom: 20px;
  height: 60px;
}
.type-page.view-home .endorsements .button {
  background-color: #E7131A;
  color: white;
}
.type-page.view-home .entry-header {
  height: 100vh;
  min-height: 360px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home .entry-header {
    min-height: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home .entry-header {
    min-height: 600px;
  }
}
.type-page.view-home .entry-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right top;
  background-size: cover;
}
.type-page.view-home .entry-header .background div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right top;
  background-size: cover;
}
.type-page.view-home .entry-header .background.background-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home .entry-header .background.background-desktop {
    background-position: 50% top;
    display: block;
  }
  .type-page.view-home .entry-header .background.background-desktop div {
    background-position: 50% top;
  }
  .type-page.view-home .entry-header .background.background-mobile {
    display: none;
  }
}
.type-page.view-home .entry-header .entry-title {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  transform: translateY(-50%);
  right: 10px;
}
.type-page.view-home .entry-header .entry-title .title {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home .entry-header .entry-title {
    left: auto;
    right: 50%;
    padding: 0 10px 0 0;
    width: 100%;
    max-width: 360px;
  }
  .type-page.view-home .entry-header .entry-title .title {
    width: auto;
    text-align: right;
    font: 800 80px/65px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home .entry-header .entry-title {
    max-width: 456px;
  }
}
.type-page.view-home .entry-header .entry-title form {
  width: auto;
  margin: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home .entry-header .entry-title form {
    margin: 24px -5px 0 auto;
  }
}
.type-page.view-home .entry-header .entry-title form .fields {
  margin: 0 -5px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home .entry-header .entry-title form .fields {
    margin: 0;
    float: left;
    width: 66.66666667%;
  }
}
.type-page.view-home .entry-header .entry-title form .fieldset {
  float: left;
  padding: 0 5px;
  width: 30%;
}
.type-page.view-home .entry-header .entry-title form .fieldset#bsd-field-email-hero {
  width: 70%;
}
.type-page.view-home .entry-header .entry-title form .fieldset label {
  white-space: nowrap;
}
.type-page.view-home .entry-header .entry-title form .submit .button {
  height: 60px;
  position: relative;
}
.type-page.view-home .entry-header .entry-title form .submit .button div {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
.type-page.view-home .entry-header .entry-title form .submit .button .text {
  padding: 16px 0;
}
.type-page.view-home .entry-header .entry-title form .submit .button .submitting {
  padding: 12px;
  opacity: 0;
}
.type-page.view-home .entry-header .entry-title form .submit .button .submitting:after {
  margin: 0 auto;
  content: '';
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  transform: translateZ(0);
  animation: loader 1.1s infinite linear;
}
.type-page.view-home .entry-header .entry-title form .submit .button .success {
  opacity: 0;
  font-size: 30px;
  line-height: 30px;
  padding: 15px;
}
.type-page.view-home .entry-header .entry-title form .submit .button.submitting .submitting {
  opacity: 1;
}
.type-page.view-home .entry-header .entry-title form .submit .button.submitting .success,
.type-page.view-home .entry-header .entry-title form .submit .button.submitting .text {
  opacity: 0;
}
.type-page.view-home .entry-header .entry-title form .submit .button.success .success {
  opacity: 1;
}
.type-page.view-home .entry-header .entry-title form .submit .button.success .submitting,
.type-page.view-home .entry-header .entry-title form .submit .button.success .text {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home .entry-header .entry-title form .submit {
    padding: 28px 5px 0;
    float: left;
    width: 33.33333333%;
  }
}
body.language-es .type-page.view-home .entry-header .entry-title .title {
  width: 220px;
  line-height: 40px;
  font-size: 36px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) {
  body.language-es .type-page.view-home .entry-header .entry-title {
    padding: 0;
    max-width: 380px;
  }
  body.language-es .type-page.view-home .entry-header .entry-title .title {
    width: 100%;
    font: 800 70px/74px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  body.language-es .type-page.view-home .entry-header .entry-title {
    max-width: 500px;
  }
  body.language-es .type-page.view-home .entry-header .entry-title .title {
    font: 800 72px/76px 'brother-1816', sans-serif;
  }
}
.type-page.view-home section.about {
  background: #12204A;
  color: #fff;
  text-align: center;
  padding: 64px 20px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.about {
    padding: 108px 20px;
  }
}
.type-page.view-home section.about h1.title {
  margin: 0 0 50px;
  color: #fff;
  text-transform: uppercase;
}
.type-page.view-home section.about figure.quote {
  max-width: 736px;
  margin: 0 auto 30px;
}
.type-page.view-home section.about figure.quote blockquote {
  font: 700 40px/42px 'brother-1816', sans-serif;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.about figure.quote blockquote {
    font: 700 60px/62px 'brother-1816', sans-serif;
    letter-spacing: -1.3px;
  }
}
.type-page.view-home section.about .body {
  margin: 0 auto 30px;
  max-width: 800px;
}
.type-page.view-home section.about .link {
  font: 800 20px/26px 'brother-1816', sans-serif;
  letter-spacing: 0.6px;
  margin: 0 auto;
  max-width: 500px;
}
.type-page.view-home section.about .link a {
  color: #fff;
  text-decoration: underline;
}
.type-page.view-home section.vision {
  border: 10px solid #233F94;
  text-align: center;
}
.type-page.view-home section.vision .inner {
  padding: 64px 20px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.vision .inner {
    padding: 120px 20px;
  }
}
.type-page.view-home section.vision .carousel {
  position: relative;
  font-size: 0;
}
.type-page.view-home section.vision .carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  background: none;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 8;
  padding: 0;
}
.type-page.view-home section.vision .carousel .slick-arrow span {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.vision .carousel .slick-arrow {
    bottom: auto;
    top: 50%;
    margin: -20px 0 0;
    height: 40px;
    width: 40px;
  }
  .type-page.view-home section.vision .carousel .slick-arrow span {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.type-page.view-home section.vision .carousel .slick-arrow.slick-prev {
  left: 0;
}
.type-page.view-home section.vision .carousel .slick-arrow.slick-prev span {
  padding-right: 4px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.vision .carousel .slick-arrow.slick-prev span {
    padding-right: 6px;
  }
}
.type-page.view-home section.vision .carousel .slick-arrow.slick-next {
  right: 0;
}
.type-page.view-home section.vision .carousel .slick-arrow.slick-next span {
  padding-left: 4px;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.vision .carousel .slick-arrow.slick-next span {
    padding-left: 6px;
  }
}
.type-page.view-home section.vision .carousel .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}
.type-page.view-home section.vision .carousel figure {
  margin: 0;
  overflow: hidden;
  width: 33.33333333%;
  vertical-align: top;
  display: inline-block;
}
.type-page.view-home section.vision .carousel figure img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 1000ms ease-in-out;
}
.type-page.view-home section.vision .carousel figure img:hover {
  transform: scale(1.1);
}
.type-page.view-home section.vision h2.title {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.vision h2.title {
    margin: 0 0 50px;
  }
}
.type-page.view-home section.vision figure.quote {
  margin: 0 auto;
  max-width: 736px;
}
.type-page.view-home section.vision figure.quote blockquote {
  margin: 0 0 42px;
  font: 700 40px/42px 'brother-1816', sans-serif;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.vision figure.quote blockquote {
    font: 700 60px/62px 'brother-1816', sans-serif;
    letter-spacing: -1.3px;
  }
}
.type-page.view-home section.vision .body {
  margin: 0 auto 30px;
  max-width: 670px;
}
.type-page.view-home section.vision .link {
  font: 800 20px/26px 'brother-1816', sans-serif;
  letter-spacing: 0.6px;
  margin: 0 auto;
  max-width: 500px;
}
.type-page.view-home section.vision .link a {
  color: #12204A;
  text-decoration: underline;
}
.type-page.view-home section.action {
  background: #233F94;
  color: #fff;
  padding: 120px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.action {
    padding: 120px 0;
  }
}
.type-page.view-home section.action .inner {
  max-width: 1090px;
  margin: 0 auto;
}
.type-page.view-home section.action .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% top;
  background-size: 100%;
}
.type-page.view-home section.action .background div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% top;
  background-size: 100%;
}
.type-page.view-home section.action .background.background-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.action .background.background-desktop {
    display: block;
  }
  .type-page.view-home section.action .background.background-mobile {
    display: none;
  }
}
.type-page.view-home section.action .action-item {
  margin: 42px auto 0;
  max-width: 465px;
  position: relative;
}
.type-page.view-home section.action .action-item.quote {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.action .action-item {
    margin: 80px auto 0;
    width: 50%;
    padding: 0 40px;
    float: left;
    max-width: 545px;
  }
  .type-page.view-home section.action .action-item:nth-child(2n+1) {
    float: left;
    text-align: right;
  }
  .type-page.view-home section.action .action-item:nth-child(2n) {
    float: right;
  }
  .type-page.view-home section.action .action-item.quote {
    display: block;
  }
  .type-page.view-home section.action .action-item.quote figcaption {
    margin: 24px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.action .action-item:nth-child(2) {
    margin-top: 142px;
  }
}
.type-page.view-home section.action h2.title {
  color: #fff;
  max-width: 465px;
  text-align: center;
}
.type-page.view-home section.action a {
  color: #fff;
}
.type-page.view-home section.action .action-link {
  display: block;
  font: 700 32px/36px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  background: #12204A;
}
.type-page.view-home section.action .action-link .subhead {
  display: block;
  padding: 36px 40px;
  position: relative;
  text-align: left;
}
.type-page.view-home section.action .action-link .subhead img {
  height: 42px;
  width: 90px;
  margin-left: 3px;
  display: inline;
  margin-bottom: -19px;
}
.type-page.view-home section.action .action-link .subhead:after {
  content: '';
  position: absolute;
  display: block;
  background: #E7131A;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 250ms ease-in-out;
}
.type-page.view-home section.action .action-link:hover .subhead:after {
  transform: scaleX(1);
}
.type-page.view-home section.action .action-link img {
  width: 100%;
  height: auto;
  display: block;
}
.type-page.view-home section.action .link {
  font: 800 20px/26px 'brother-1816', sans-serif;
  letter-spacing: 0.6px;
  margin: 32px auto 0;
  text-align: center;
}
.type-page.view-home section.action .link a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.action .link {
    text-align: left;
    float: none;
    clear: both;
    margin: 32px 0 0 50%;
  }
}
.type-page.view-home section.social {
  background: #12204A;
  color: #fff;
  padding: 120px 40px;
}
.type-page.view-home section.social a {
  color: #fff;
}
.type-page.view-home section.social .inner {
  max-width: 1010px;
  margin: 0 auto;
}
.type-page.view-home section.social h2 {
  margin: 0 auto 32px;
}
.type-page.view-home section.social h3 {
  margin: 0 auto 12px;
}
.type-page.view-home section.social .title {
  text-align: center;
  text-transform: uppercase;
  color: #97BDFB;
  font: 800 22px/45px 'brother-1816', sans-serif;
  letter-spacing: 0.6px;
}
.type-page.view-home section.social .image-wrapper {
  margin: 0 auto 32px;
}
.type-page.view-home section.social .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.type-page.view-home section.social .video-wrapper {
  position: relative;
  margin: 0 auto 32px;
}
html.no-js .type-page.view-home section.social .video-wrapper {
  display: none;
}
.type-page.view-home section.social .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.type-page.view-home section.social .body {
  text-align: center;
  font: 700 32px/46px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  max-width: 800px;
  margin: 0 auto 64px;
}
.type-page.view-home section.social .body a {
  text-decoration: underline;
}
.type-page.view-home section.social ul.social {
  font-size: 0;
  margin: 0;
  text-align: center;
}
.type-page.view-home section.social ul.social li {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  margin: 0 14px;
  vertical-align: top;
}
.type-page.view-home section.social ul.social li .element-invisible {
  font-size: 0;
}
.type-page.view-home section.social ul.social li a {
  vertical-align: middle;
  color: #fff;
}
.type-page.view-home section.social ul.social li a span {
  display: block;
}
.type-page.view-home section.support {
  padding: 80px 20px 452px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.support {
    height: 400px;
    padding: 0;
  }
  .type-page.view-home section.support .inner {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    max-width: 570px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.support {
    height: 640px;
  }
}
.type-page.view-home section.support .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right bottom;
  background-size: 100% auto;
}
.type-page.view-home section.support .background div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right bottom;
  background-size: 100% auto;
}
.type-page.view-home section.support .background.background-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.support .background.background-desktop {
    background-size: auto 100%;
    display: block;
  }
  .type-page.view-home section.support .background.background-desktop div {
    background-size: auto 100%;
  }
  .type-page.view-home section.support .background.background-mobile {
    display: none;
  }
}
.type-page.view-home section.support .title {
  margin: 0 0 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.support .title {
    max-width: 240px;
    margin: 0 0 40px auto;
  }
  .type-page.view-home section.support .title span {
    color: #233F94;
  }
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.support .title {
    max-width: 400px;
  }
}
.type-page.view-home section.support .link {
  position: relative;
}
.type-page.view-home section.support .link a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .type-page.view-home section.support .link a {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .type-page.view-home section.support .link a {
    display: inline-block;
    padding: 16px 30px;
  }
}
@media only screen and (min-width: 768px) {
  #promos .promo {
    float: left;
    width: 33.33333333%;
  }
}
#promos .promo a {
  overflow: hidden;
  display: block;
  padding: 100% 0 0;
  position: relative;
  background: #97BDFB;
  color: #12204A;
  transition: background 250ms ease-in-out;
}
#promos .promo a:hover {
  background: #72A5F6;
}
#promos .promo a .title {
  max-width: 240px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  body.language-es #promos .promo a .title {
    max-width: none;
    font-size: 44px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1280px) {
  body.language-es #promos .promo a .title {
    font-size: 50px;
    line-height: 52px;
  }
}
#promos .promo a .text {
  margin: 16px 0 0;
}
#promos .promo a .inner {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #promos .promo a .inner {
    width: auto;
  }
  #promos .promo a .inner .text {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #promos .promo a .inner {
    width: 280px;
  }
  body.language-es #promos .promo a .inner {
    width: auto;
  }
  #promos .promo a .inner .text {
    display: block;
  }
}
#promos .promo.promo-2 a {
  background: #233F94;
  color: #fff;
}
#promos .promo.promo-2 a .title {
  color: #fff;
}
#promos .promo.promo-2 a:hover {
  background: #152E7C;
}
#promos .promo.promo-3 a {
  background: #12204A;
  color: #fff;
}
#promos .promo.promo-3 a .title {
  color: #fff;
}
#promos .promo.promo-3 a:hover {
  background: #0A132E;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 500ms, opacity 500ms ease-in-out;
}
body.open-modal .modal-wrapper {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0ms, opacity 500ms ease-in-out;
}
.modal-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #081026;
  opacity: 0.93;
}
.modal-wrapper .background {
  display: none;
}
.modal-wrapper .modal-container {
  position: relative;
  padding: 20px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.modal-wrapper .modal {
  background: #fff;
  position: relative;
}
.modal-wrapper .modal-outer {
  overflow: auto;
  position: relative;
}
.modal-wrapper .modal-inner {
  padding: 50px 20px 20px;
  position: relative;
}
.modal-wrapper a.close {
  position: absolute;
  top: 0;
  right: 0;
  font: 700 15px/34px 'brother-1816', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
}
.modal-wrapper h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 30px;
}
.modal-wrapper .subhead {
  font: 700 32px/36px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  margin: 0 0 15px;
}
.modal-wrapper .subtitle {
  font: 700 20px/24px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-right: 20px;
  text-transform: none;
}
.modal-wrapper .progress_meter_title {
  font: 700 32px/36px 'brother-1816', sans-serif;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 800;
  margin: 30px 0 30px;
  text-align: center;
}
.modal-wrapper .progress_meter_outer {
  margin: 20px auto;
  height: 45px;
  width: 100%;
  background: #fff;
  padding: 5px;
}
.modal-wrapper .progress_meter_inner {
  height: 100%;
  background: #E7131A;
  color: #fff;
  font: 700 32px/24px 'brother-1816', sans-serif;
  text-align: right;
  padding: inherit;
}
.modal-wrapper .progress_meter_body {
  font: 700 20px/24px 'brother-1816', sans-serif;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-right: 20px;
  text-transform: none;
}
.modal-wrapper .body {
  margin: 0 0 15px;
}
.modal-wrapper .body p {
  margin: 0 0 15px;
}
.modal-wrapper .disclaimer {
  margin: 12px 0 0;
  color: #6D6D6D;
  font: 400 12px/16px 'brother-1816', sans-serif;
}
@media only screen and (min-width: 1024px) {
  .modal-wrapper .modal {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .modal-wrapper .modal-outer {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .modal-wrapper .modal-inner {
    padding: 75px 40px 40px;
  }
  .modal-wrapper a.close {
    padding: 4px 10px;
  }
  .modal-wrapper h2 {
    font: 800 60px/50px 'brother-1816', sans-serif;
    letter-spacing: -4px;
  }
  .modal-wrapper .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background: no-repeat 50% top;
    background-size: cover;
  }
}
.modal-wrapper.modal-wrapper--donation .modal-container {
  padding: 0;
}
.modal-wrapper.modal-wrapper--donation .modal {
  max-width: none;
  margin: 0;
  min-height: 100%;
  background: #233F94;
  color: #fff;
}
.modal-wrapper.modal-wrapper--donation .modal a,
.modal-wrapper.modal-wrapper--donation .modal h2 {
  color: #fff;
}
.modal-wrapper.modal-wrapper--donation a.close {
  padding: 0;
  top: 32px;
  right: 32px;
  text-transform: none;
  font: 700 18px/24px 'brother-1816', sans-serif;
}
.modal-wrapper.modal-wrapper--donation h2 {
  margin: 0 auto 45px;
  max-width: 480px;
}
.modal-wrapper.modal-wrapper--donation .form {
  margin: 0 auto;
  max-width: 480px;
  height: 400px;
}
@media only screen and (min-width: 1024px) {
  .modal-wrapper.modal-wrapper--donation .form {
    height: 582px;
  }
}
.modal-wrapper.modal-wrapper--donation .modal-inner {
  padding: 90px 32px 32px;
}
.modal-wrapper.modal-wrapper--donation .logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .modal-wrapper.modal-wrapper--donation .logo {
    display: block;
    position: absolute;
    top: 32px;
    left: 32px;
  }
}
.actblue-form-embed {
  height: 572px;
}
/*# sourceMappingURL=main.css.map */