/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #2c2c2c;
}
a {
  color: #032563;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button,
a.button {
  color: #fff;
  background-color: #c1113a;
  border-color: #c1113a;
  text-transform: uppercase;
}
#content form button[type="submit"] {
  padding: 15px 30px;
}
.see-all {
  text-align: center;
}
.see-all a.button {
  color: #032563;
  border-color: #032563;
  background-color: transparent;
  width: 33%;
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  .see-all a.button {
    width: 80%;
    padding: 12px 10px;
  }
}
h1,
h1.page-title {
  color: #032563;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
h2,
h3,
h4,
h5,
h6 {
  color: #2c2c2c;
  font-family: 'PT Serif', serif;
  line-height: 1.2;
}
#content form h2 {
  color: #032563;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ced9e4;
  margin-bottom: 1rem;
}
.global.social-icons ul li {
  margin: 0;
}
.global.social-icons ul li a {
  color: #8492af;
  line-height: 45px;
  height: 45px;
  width: 30px;
}
.global.social-icons ul li a .fa {
  font-size: 20px;
}
.global.buttons .button {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  margin-left: 10px;
}
.global.buttons .login {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.global.buttons .join {
  background-color: transparent;
  border-color: #cee266;
  color: #cee266;
}
.global.buttons .give {
  border-color: #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .global.buttons .button {
    height: 2rem;
    line-height: 2rem;
    padding: 0 .75rem;
    margin-left: .25rem;
    font-size: 90%;
    font-weight: normal;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
  padding: 10px;
  color: #a9adae;
  background: none;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  color: #a9adae;
  background: none;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  padding: 10px;
  color: #a9adae;
  background: none;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  color: #a9adae;
  background: none;
}
.main-callout {
  font-size: 125%;
  background: #bcdbe2;
  color: #032563;
  padding: 10px;
}
.margin-bottom {
  margin-bottom: 1.5rem;
}
.margin-bottom-2x {
  margin-bottom: 3rem;
}
.margin-top {
  margin-top: 1.5rem;
}
.margin-top-2x {
  margin-top: 3rem;
}
.pt-wrapper ul.pt-list li.english,
.pt-wrapper ul.pt-list li.spanish {
  background: #c1113a;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 .5rem;
}
.captcha-wrapper {
  margin-bottom: .75rem;
}
/***** ADD TO CALENDAR OVERRIDES *****/
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 5px 10px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: bold !important;
  line-height: 1 !important;
  background: #c1113a !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  text-transform: uppercase;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0 !important;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
/***** TOP ALERT *****/
#top-alert {
  background: #c1113a;
  color: #fff;
}
#top-alert .sizer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
#top-alert .sizer div.alert-text {
  flex-grow: 1;
}
#top-alert .sizer div.alert-text p {
  margin: 0;
}
#top-alert .sizer div.alert-text p span {
  font-weight: bold;
  text-transform: uppercase;
}
#top-alert .sizer div.alert-text p a {
  color: #fff;
  text-decoration: underline;
}
#top-alert .sizer div.close {
  flex-shrink: 1;
  justify-content: center;
  margin: 0 0 0 5%;
}
#top-alert .sizer div.close a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #top-alert {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
/***** TOP *****/
#top {
  background-color: #032563;
  border-bottom: 6px solid #355182;
}
@media only screen and (min-width: 641px) {
  #top {
    background-image: url(/images/top_flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #top .sizer {
    position: relative;
  }
  #top .main-wrapper {
    display: flex;
  }
  #top .main-wrapper > div {
    flex: 1 1 auto;
  }
  #top .main-wrapper .logo {
    margin-left: -80px;
  }
  #top .main-wrapper .logo img {
    display: block;
  }
  #top .main-wrapper .social-icons {
    padding-top: 25px;
    text-align: center;
  }
  #top .main-wrapper .buttons {
    padding-top: 25px;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  #top {
    padding: 10px 10px 0;
    position: relative;
  }
  #top .main-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #top .main-wrapper .logo {
    margin-left: -15%;
    padding-right: 15%;
  }
  #top .main-wrapper .logo img {
    display: block;
  }
  #top .main-wrapper #menu-toggle {
    width: 20%;
    text-align: right;
  }
  #top .main-wrapper #menu-toggle a {
    color: #fff;
    font-size: 2rem;
  }
  #top .main-wrapper .buttons,
  #top .main-wrapper .social-icons {
    display: none;
  }
}
/***** TOPNAV *****/
@media only screen and (min-width: 641px) {
  #topnav {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    right: 0;
  }
  #topnav > .sizer {
    position: relative;
  }
  #topnav > .sizer > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  #topnav > .sizer > ul > li {
    border-right: 1px solid #fff;
  }
  #topnav > .sizer > ul > li:last-child {
    border: 0;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1rem 1rem;
    text-decoration: none;
  }
  #topnav .level2 {
    width: 100%;
    padding-top: 1rem;
    position: absolute;
    top: 2.5rem;
    left: 0;
    display: none;
    z-index: 99999;
  }
  #topnav .level2 .inner-wrapper {
    padding: 10px 20px;
    background: #c1113a;
  }
  #topnav .level2 ul li.header {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
  #topnav .level2 ul li a {
    color: #fff;
    border: 1px solid #c1113a;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: .9rem;
  }
  #topnav .level2 ul li a:hover {
    color: #c1113a;
    background: #fff;
  }
  #topnav > .sizer > ul > li:hover {
    left: 0;
    display: block;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
  #topnav .level3 {
    width: 250px;
    position: absolute;
    top: 0;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav .level2 > ul > li:hover .level3 {
    left: 250px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #topnav > .sizer > ul {
    display: none;
    float: none;
    width: 100%;
  }
  #topnav > .sizer > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > .sizer > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #355182;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px;
  }
  #topnav > .sizer > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav > .sizer .level2 {
    display: none;
  }
  #topnav > .sizer .level2 .sizer > div {
    margin-bottom: 0;
  }
  #topnav > .sizer .level2 ul li.header {
    background: #355182;
    color: #cee266;
    font-weight: bold;
    padding: 8px 10px 8px 25px;
  }
  #topnav > .sizer .level2 ul li a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #355182;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #topnav-dropdowns {
    background: #c1113a;
    position: relative;
    z-index: 9999;
    display: none;
    transition: all .5s;
  }
  #topnav-dropdowns .sizer {
    padding: 20px 0;
  }
  #topnav-dropdowns .sizer > div {
    display: none;
  }
  #topnav-dropdowns ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #topnav-dropdowns ul li {
    margin: 0;
    padding: 5px 10px;
  }
  #topnav-dropdowns ul li.header {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
  }
  #topnav-dropdowns ul li a {
    color: #fff;
  }
}
/***** MIDDLE *****/
#middle:after {
  content: "";
  display: table;
  clear: both;
}
body.layout-no-sidebar #middle #sidebar {
  display: none;
}
@media only screen and (min-width: 641px) {
  body.is-story #middle {
    padding: 30px 0;
  }
  body.is-story #middle #content {
    float: left;
    width: 61.7%;
    margin-right: 6.4%;
  }
  body.is-story #middle #sidebar {
    float: left;
    width: 31.9%;
  }
  body.is-form #middle {
    padding: 30px 0;
  }
  body.is-home #middle > .sizer {
    width: auto;
    max-width: none;
  }
  body.layout-no-sidebar #middle #content,
  body.section-cover #middle #content {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  body.is-home #middle > .sizer {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #middle {
    padding: 10px;
  }
  body.is-home #middle {
    padding: 0;
  }
}
/***** SIDEBAR CONTENT *****/
#sidebar > div > h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ced9e4;
}
#sidebar > div > h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
#sidebar .news h3.title {
  font-size: 22px;
  color: #032563;
}
#sidebar .news .img img {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
}
/***** SIGNUP *****/
#signup {
  background-color: #0f0e10;
}
#signup .sizer {
  display: flex;
  align-items: center;
}
#signup .sizer > * {
  flex: 1 1 auto;
}
#signup .blurb {
  text-align: right;
  margin-right: 5%;
  flex-shrink: 1;
}
#signup .blurb p {
  margin-bottom: 0;
  color: #fff;
}
#signup .blurb h4 {
  margin-bottom: 0;
  color: #cee266;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}
#signup form button[type="submit"] {
  background-color: #032563;
  border-color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) {
  #signup {
    padding: 30px 0;
    background-image: url(/images/signup_flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #signup form input[name="email"] {
    height: 50px;
    width: 250px;
  }
  #signup form input[name="zip"] {
    height: 50px;
    width: 120px;
  }
  #signup form button[type="submit"] {
    padding: 0 30px;
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #signup form input[name="email"] {
    height: 40px;
    width: 175px;
  }
  #signup form input[name="zip"] {
    height: 40px;
    width: 80px;
  }
  #signup form button[type="submit"] {
    padding: 0 18px;
    height: 40px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #signup {
    padding: 10px 20px;
  }
  #signup .sizer {
    flex-flow: column;
  }
  #signup .blurb {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  #signup form input,
  #signup form button {
    width: 100%;
    margin-bottom: 5px;
  }
  #signup form button[type="submit"] {
    height: auto;
    padding: 5px;
  }
}
/***** BOTTOM *****/
#bottom {
  background-color: #032563;
  border-top: 6px solid #355182;
}
#bottom .nav {
  font-size: 14px;
}
#bottom .nav h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .5rem;
}
#bottom .nav li {
  margin-bottom: .5rem;
}
#bottom .nav li a {
  color: #fff;
}
#bottom .credits {
  color: #fff;
  font-size: 12px;
}
#bottom .credits a {
  color: #fff;
}
@media only screen and (min-width: 641px) {
  #bottom {
    padding: 30px 0;
    background-image: url(/images/top_flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #bottom .info {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
  }
  #bottom .info > div {
    flex: 1 1 auto;
  }
  #bottom .info .social-icons {
    padding-top: 15px;
    text-align: center;
  }
  #bottom .info .buttons {
    padding-top: 15px;
    text-align: right;
  }
  #bottom .nav {
    margin-bottom: 30px;
  }
  #bottom .credits {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #bottom {
    padding: 10px;
  }
  #bottom .info,
  #bottom .nav {
    margin-bottom: 1rem;
  }
  #bottom .info .logo {
    margin-bottom: .5rem;
  }
  #bottom .info .social-icons {
    margin-bottom: 1rem;
  }
  #bottom .info .buttons {
    margin-bottom: 2rem;
  }
  #bottom .info .buttons .button {
    padding: 0 15px;
    margin: 0 5px 0 0;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home .story-content > div h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.is-home .story-content > div h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.is-home .slideshow .listed-item {
  background-position: center center;
  background-size: cover;
  margin: 0;
}
body.is-home .slideshow .listed-item .display-wrapper {
  max-width: 940px;
  margin: 0 auto;
  align-items: center;
}
body.is-home .slideshow .listed-item .txt {
  padding: 1rem 2rem;
}
body.is-home .slideshow .listed-item .txt > * {
  margin-bottom: 1rem;
}
body.is-home .slideshow .listed-item .txt h3.title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
body.is-home .slideshow .listed-item .txt h3.title span {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 32px;
  text-transform: lowercase;
}
body.is-home .slideshow .listed-item .txt .teaser {
  color: #fff;
}
body.is-home .slideshow .listed-item .txt .readmore a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding: 12px 20px;
}
body.is-home .slideshow.owl-carousel .owl-nav {
  top: 42%;
}
body.is-home .involved {
  padding: 20px 0;
  background-color: #27262a;
  color: #c0c0c0;
}
body.is-home .involved h2 {
  color: #fff !important;
}
body.is-home .involved p {
  text-align: center;
}
body.is-home .presence {
  padding: 20px 0;
  max-width: 840px;
  text-align: center;
}
body.is-home .campaigns {
  padding: 20px 0;
}
body.is-home .campaigns .listed-item .img {
  margin: 0;
}
body.is-home .campaigns .listed-item .img img {
  display: block;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
body.is-home .campaigns .listed-item .txt {
  background-color: #fbfaf9;
  padding: 10px;
}
body.is-home .campaigns .listed-item .txt h3.title {
  font-size: 22px;
  color: #032563;
}
body.is-home .campaigns .listed-item .txt .readmore {
  margin-top: 1.5rem;
  text-align: center;
}
body.is-home .campaigns .listed-item .txt .readmore a {
  padding: 10px 20px;
  text-transform: none;
}
body.is-home .events {
  padding: 20px 0;
  background-color: #fbfaf9;
}
body.is-home .events .listed-item .img img {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
}
body.is-home .events .listed-item .txt h3.title {
  font-size: 22px;
  color: #032563;
}
body.is-home .news {
  padding: 20px 0;
}
body.is-home .news .listed-item .img img {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
}
body.is-home .news .listed-item .txt h3.title {
  font-size: 22px;
  color: #032563;
  text-align: center;
}
body.is-home .partners {
  padding: 20px 0;
  background-color: #f2f8f9;
}
body.is-home .partners .listed-item .img {
  width: 100%;
}
body.is-home .partners .listed-item .img img {
  margin: 0 auto;
}
body.is-home .partners .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
body.is-home .priorities {
  padding: 20px 0;
  background: url(/images/dome_bg.jpg) no-repeat center center;
  background-size: cover;
}
body.is-home .priorities .listed-item h3.title {
  margin-bottom: .5rem;
}
body.is-home .priorities .listed-item .img {
  width: 100%;
}
body.is-home .priorities .listed-item .img img {
  margin: 0 auto;
}
body.is-home .priorities .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
@media only screen and (min-width: 641px) {
  body.is-home .slideshow .listed-item {
    height: 530px;
  }
  body.is-home .slideshow .listed-item .display-wrapper {
    height: 530px;
  }
  body.is-home .slideshow .listed-item .txt {
    /*
                    position: absolute;
                    left: 0;
                    bottom: 20px;
                    z-index: 1000;
                    .border-radius();
                    .rgba(@lightGray, 0.7);
                */
    width: 50%;
  }
  body.is-home .involved p {
    padding: 0 100px;
  }
  body.is-home .partners .sizer {
    padding: 0 40px;
  }
  body.is-home .partners .sizer .partners-carousel {
    position: relative;
  }
  body.is-home .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.is-home .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
  body.is-home .priorities .sizer {
    padding: 0 60px;
  }
  body.is-home .priorities .sizer .priorities-carousel {
    position: relative;
  }
  body.is-home .priorities .sizer .priorities-carousel .listed-item {
    padding: 0 15px;
    text-align: center;
  }
  body.is-home .priorities .sizer .priorities-carousel.owl-carousel .owl-nav .owl-next {
    right: -60px;
  }
  body.is-home .priorities .sizer .priorities-carousel.owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  body.is-home .slideshow.owl-carousel .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body.is-home .story-content > div {
    padding: 10px;
  }
  body.is-home .story-content .slideshow {
    padding: 0;
  }
  body.is-home .story-content .slideshow .listed-item .display-wrapper {
    padding: 100px 0;
    flex-direction: row;
    align-items: center;
  }
  body.is-home .story-content .slideshow .listed-item .display-wrapper .txt {
    padding: 10px;
    margin: 0;
  }
  body.is-home .story-content .slideshow .listed-item .display-wrapper .txt h3.title {
    font-size: 24px;
    font-weight: bold;
  }
  body.is-home .story-content .slideshow .listed-item .display-wrapper .txt h3.title span {
    font-size: 22px;
  }
  body.is-home .story-content .slideshow.owl-carousel .owl-nav {
    display: none;
  }
}
/* ===============================================
   SECTION COVERS
   =============================================== */
body.section-cover .sc-intro h1 {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #ced9e4;
}
body.section-cover .sc-leadins .listed-item h3.title {
  font-size: 22px;
  color: #032563;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  body.section-cover .sc-content-with-sidebar.two-columns .column-1 {
    width: 62%;
    margin-right: 6%;
  }
  body.section-cover .sc-content-with-sidebar.two-columns .column-2 {
    width: 32%;
  }
}
/* ===============================================
   CONTRIBUTION FORMS
   =============================================== */
body.contribution-form div.simple-amount {
  width: auto;
  margin-right: 10px;
}
body.contribution-form div.simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.contribution-form div.simple-amount label {
  margin-left: 0;
  background: #032563;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  border-radius: 5px;
  background-clip: padding-box;
}
body.contribution-form div.simple-amount input[name="amount"]:checked ~ label {
  background: #c1113a;
}
body.contribution-form div.simple-amount-other {
  clear: both;
  margin-top: 10px;
  width: auto;
}
body.contribution-form div.simple-amount-other input[name="amount_other"] {
  width: 100px;
}
/* ===============================================
   MISC DESKTOP ONLY
   =============================================== */
@media only screen and (min-width: 641px) {
  .sizer {
    max-width: 940px;
    margin: 0 auto;
  }
}
/* ===============================================
   MISC INBETWEEN
   =============================================== */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .sizer {
    max-width: 100%;
    padding: 10px;
  }
}
/* ===============================================
   MISC MOBILE ONLY
   =============================================== */
@media only screen and (max-width: 640px) {
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar {
    display: none;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
/* ===============================================
   SC-GALA SECTION COVER
   =============================================== */
body.sc-gala #middle {
  padding: 0;
}
body.sc-gala #middle > .sizer {
  width: auto;
  max-width: none;
}
body.sc-gala .story-content > div {
  margin-bottom: 2rem;
}
body.sc-gala .story-content > div h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.sc-gala .story-content > div h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.sc-gala .slideshow .listed-item {
  background-position: center center;
  background-size: cover;
  margin: 0;
}
body.sc-gala .slideshow .listed-item .display-wrapper {
  max-width: 940px;
  margin: 0 auto;
  align-items: center;
}
body.sc-gala .slideshow .listed-item .txt {
  padding: 1rem 2rem;
}
body.sc-gala .slideshow .listed-item .txt > * {
  margin-bottom: 1rem;
}
body.sc-gala .slideshow .listed-item .txt h3.title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
body.sc-gala .slideshow .listed-item .txt h3.title span {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 32px;
  text-transform: lowercase;
}
body.sc-gala .slideshow .listed-item .txt .teaser {
  color: #fff;
}
body.sc-gala .slideshow .listed-item .txt .readmore a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding: 12px 20px;
}
body.sc-gala .slideshow.owl-carousel .owl-nav {
  top: 42%;
}
body.sc-gala .signup {
  background-color: #c1113a;
}
body.sc-gala .signup .blurb {
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
}
body.sc-gala .signup .blurb p {
  margin-bottom: 0;
  color: #fff;
}
body.sc-gala .signup form button[type="submit"] {
  background-color: #032563;
  border-color: #fff;
  text-transform: uppercase;
}
body.sc-gala .has-block-grid h3.title {
  font-size: 20px;
  color: #032563;
  text-align: center;
}
@media screen and (min-width: 640px) {
  body.sc-gala .slideshow {
    margin-bottom: 0 !important;
  }
  body.sc-gala .slideshow .listed-item {
    height: 530px;
  }
  body.sc-gala .slideshow .listed-item .display-wrapper {
    height: 530px;
  }
  body.sc-gala .slideshow .listed-item .txt {
    width: 50%;
  }
  body.sc-gala .signup .sizer {
    padding: 20px 0;
    background: url(/images/bg_signup.jpg) left center no-repeat;
    background-size: contain;
  }
  body.sc-gala .signup .sizer:after {
    content: "";
    display: table;
    clear: both;
  }
  body.sc-gala .signup form {
    float: right;
  }
  body.sc-gala .signup form input[name="email"] {
    height: 50px;
    width: 250px;
  }
  body.sc-gala .signup form input[name="zip"] {
    height: 50px;
    width: 120px;
  }
  body.sc-gala .signup form button[type="submit"] {
    padding: 0 30px !important;
    height: 50px;
    line-height: 46px;
  }
}
@media screen and (max-width: 639px) {
  body.sc-gala .story-content > div {
    padding: 10px;
  }
  body.sc-gala .slideshow {
    padding: 0;
  }
  body.sc-gala .slideshow .listed-item .display-wrapper {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
  body.sc-gala .slideshow .listed-item .display-wrapper .txt {
    padding: 10px;
    margin: 0;
  }
  body.sc-gala .slideshow .listed-item .display-wrapper .txt h3.title {
    font-size: 24px;
    font-weight: bold;
  }
  body.sc-gala .slideshow .listed-item .display-wrapper .txt h3.title span {
    font-size: 22px;
  }
  body.sc-gala .slideshow.owl-carousel .owl-nav {
    display: none;
  }
}
/* ===============================================
   GALA 2019
   =============================================== */
body.gala19.section-cover #middle {
  padding: 0;
}
body.gala19.section-cover #middle > .sizer {
  width: auto;
  max-width: none;
}
body.gala19.section-cover .story-content > div {
  margin-bottom: 2rem;
}
body.gala19.section-cover .story-content > div h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.gala19.section-cover .story-content > div h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.gala19.section-cover .speakers h3.title,
body.gala19.section-cover .programs h3.title,
body.gala19.section-cover .lodging h3.title {
  font-size: 20px;
  color: #032563;
  text-align: center;
}
body.gala19.section-cover .slideshow .listed-item {
  background-position: center center;
  background-size: cover;
  margin: 0;
}
body.gala19.section-cover .slideshow .listed-item .display-wrapper {
  max-width: 940px;
  margin: 0 auto;
  align-items: center;
}
body.gala19.section-cover .slideshow .listed-item .txt {
  padding: 1rem 2rem;
}
body.gala19.section-cover .slideshow .listed-item .txt > * {
  margin-bottom: 1rem;
}
body.gala19.section-cover .slideshow .listed-item .txt h3.title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
body.gala19.section-cover .slideshow .listed-item .txt h3.title span {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 32px;
  text-transform: lowercase;
}
body.gala19.section-cover .slideshow .listed-item .txt .teaser {
  color: #fff;
}
body.gala19.section-cover .slideshow .listed-item .txt .readmore a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding: 12px 20px;
}
body.gala19.section-cover .slideshow.owl-carousel .owl-nav {
  top: 42%;
}
body.gala19.section-cover .signup {
  background-color: #c1113a;
}
body.gala19.section-cover .signup .blurb {
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
}
body.gala19.section-cover .signup .blurb p {
  margin-bottom: 0;
  color: #fff;
}
body.gala19.section-cover .signup form button[type="submit"] {
  background-color: #032563;
  border-color: #fff;
  text-transform: uppercase;
}
body.gala19.section-cover .partners {
  padding: 20px 0;
  background-color: #f2f8f9;
}
body.gala19.section-cover .partners .img {
  width: 100%;
}
body.gala19.section-cover .partners .img img {
  margin: 0 auto;
}
body.gala19.section-cover .partners .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
body.gala19.section-cover .partners h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.gala19.section-cover .partners h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.gala19.speakers .listed-item h3.title {
  text-align: center;
}
body.gala19.programs .listed-item h3.title {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  body.gala19.section-cover .slideshow {
    margin-bottom: 0 !important;
  }
  body.gala19.section-cover .slideshow .listed-item {
    height: 530px;
  }
  body.gala19.section-cover .slideshow .listed-item .display-wrapper {
    height: 530px;
  }
  body.gala19.section-cover .slideshow .listed-item .txt {
    width: 50%;
  }
  body.gala19.section-cover .signup .sizer {
    padding: 20px 0;
    background: url(/images/bg_signup.jpg) left center no-repeat;
    background-size: contain;
  }
  body.gala19.section-cover .signup .sizer:after {
    content: "";
    display: table;
    clear: both;
  }
  body.gala19.section-cover .signup form {
    float: right;
  }
  body.gala19.section-cover .signup form input[name="email"] {
    height: 50px;
    width: 250px;
  }
  body.gala19.section-cover .signup form input[name="zip"] {
    height: 50px;
    width: 120px;
  }
  body.gala19.section-cover .signup form button[type="submit"] {
    padding: 0 30px !important;
    height: 50px;
    line-height: 46px;
  }
  body.gala19.section-cover .partners .sizer {
    padding: 0 40px;
  }
  body.gala19.section-cover .partners .sizer .partners-carousel {
    position: relative;
  }
  body.gala19.section-cover .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.gala19.section-cover .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  body.gala19 #topnav > .sizer > ul > li > a {
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
    padding: 0 .5rem 1rem;
  }
  body.gala19.section-cover .signup {
    padding: 0 10px;
  }
  body.gala19.section-cover .slideshow.owl-carousel .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body.gala19.section-cover .story-content > div {
    padding: 10px;
  }
  body.gala19.section-cover .slideshow {
    padding: 0;
  }
  body.gala19.section-cover .slideshow .listed-item .display-wrapper {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
  body.gala19.section-cover .slideshow .listed-item .display-wrapper .txt {
    padding: 10px;
    margin: 0;
  }
  body.gala19.section-cover .slideshow .listed-item .display-wrapper .txt h3.title {
    font-size: 24px;
    font-weight: bold;
  }
  body.gala19.section-cover .slideshow .listed-item .display-wrapper .txt h3.title span {
    font-size: 22px;
  }
  body.gala19.section-cover .slideshow.owl-carousel .owl-nav {
    display: none;
  }
}
/***** GALA ETC DROPDOWNS *****/
@media only screen and (min-width: 641px) {
  body.gala19 #topnav > .sizer > ul > li,
  body.convention19 #topnav > .sizer > ul > li {
    position: relative;
  }
  body.gala19 #topnav .level2,
  body.convention19 #topnav .level2 {
    width: 250px;
  }
  body.gala19 #topnav .level2 ul,
  body.convention19 #topnav .level2 ul {
    background: #c1113a;
  }
}
/* ===============================================
   MEMBERSHIP FORMS 2018
   =============================================== */
body.membership .membership-levels {
  margin-bottom: 1.5rem;
}
body.membership .membership-levels .level input {
  position: absolute;
  left: -9999px;
}
body.membership .membership-levels .level label {
  display: block;
  width: 100%;
  background: #032563;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
}
body.membership .membership-levels .level label span {
  font-size: 3rem;
  font-weight: bold;
}
body.membership .membership-levels .level input:checked ~ label {
  background: #c1113a;
}
body#story-6659.membership .membership-levels {
  display: flex;
  justify-content: center;
}
body#story-6659.membership .membership-levels .level {
  width: 45%;
}
