/* ===============================================
   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;
}
@media screen and (max-width: 639px) {
  h1,
  h1.page-title {
    font-size: 28px;
  }
}
*/

.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 20px;
  margin-left: 10px;
}
.global.buttons .login,
.global.buttons .councils {
  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 0.75rem;
    margin-left: 0.25rem;
    font-size: 90%;
    font-weight: normal;
  }
  .global.buttons .button.councils {
    display: none;
  }
}
.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;
}
.main-callout-orange {
  font-size: 125%;
  background: #f79b1e;
  color: #fff;
  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 0.5rem;
}
.captcha-wrapper {
  margin-bottom: 0.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;
}
@media screen and (min-width: 640px) {
  body.flexbox-forms.lang-es .formrow .label-wrapper {
    flex: 0 0 40%;
    max-width: 200px;
  }
  body.flexbox-forms.lang-es .formrow .input-wrapper {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
/***** TOP CREDITS *****/
#top-credits {
  padding: 10px;
  background-color: #fff;
}
#top-credits > .sizer {
  max-width: none;
  margin: 0;
  padding: 0;
}
#top-credits > .sizer > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  #top-credits {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 639px) {
  #top-credits .powered {
    display: none;
  }
}
/***** 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:not(.v2023) {
  background-color: #032563;
}
@media only screen and (min-width: 641px) {
  #top:not(.v2023) {
    background-image: url(/images/top_flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-bottom: 6px solid #355182;
  }
  #top:not(.v2023) .sizer {
    position: relative;
  }
  #top:not(.v2023) .main-wrapper {
    display: flex;
  }
  #top:not(.v2023) .main-wrapper > div {
    flex: 1 1 auto;
  }
  #top:not(.v2023) .main-wrapper .logo {
    margin-left: -80px;
  }
  #top:not(.v2023) .main-wrapper .logo img {
    display: block;
  }
  #top:not(.v2023) .main-wrapper .social-icons {
    padding-top: 25px;
    text-align: center;
  }
  #top:not(.v2023) .main-wrapper .social-icons ul {
    display: inline-flex;
  }
  #top:not(.v2023) .main-wrapper .buttons {
    padding-top: 25px;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  #top:not(.v2023) {
    padding: 10px 10px 0;
    position: relative;
  }
  #top:not(.v2023) .main-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #top:not(.v2023) .main-wrapper .logo {
    margin-left: -15%;
    padding-right: 15%;
  }
  #top:not(.v2023) .main-wrapper .logo img {
    display: block;
  }
  #top:not(.v2023) .main-wrapper #menu-toggle {
    width: 20%;
    text-align: right;
  }
  #top:not(.v2023) .main-wrapper #menu-toggle a {
    color: #fff;
    font-size: 2rem;
  }
  #top:not(.v2023) .main-wrapper .buttons,
  #top:not(.v2023) .main-wrapper .social-icons {
    display: none;
  }
}
/***** TOPNAV *****/
@media only screen and (min-width: 639px) {
  #topnav:not(.v2023) {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    right: 0;
  }
  #topnav:not(.v2023) > .sizer {
    position: relative;
  }
  #topnav:not(.v2023) > .sizer > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  #topnav:not(.v2023) > .sizer > ul > li {
    border-right: 1px solid #fff;
  }
  #topnav:not(.v2023) > .sizer > ul > li:last-child {
    border: 0;
  }
  #topnav:not(.v2023) > .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:not(.v2023) .level2 {
    width: 100%;
    padding-top: 1rem;
    position: absolute;
    top: 2.5rem;
    left: 0;
    display: none;
    z-index: 99999;
  }
  #topnav:not(.v2023) .level2 .inner-wrapper {
    padding: 10px 20px;
    background: #c1113a;
  }
  #topnav:not(.v2023) .level2 ul li.header {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
  #topnav:not(.v2023) .level2 ul li a {
    color: #fff;
    border: 1px solid #c1113a;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 0.9rem;
  }
  #topnav:not(.v2023) .level2 ul li a:hover {
    color: #c1113a;
    background: #fff;
  }
  #topnav:not(.v2023) > .sizer > ul > li:hover {
    left: 0;
    display: block;
  }
  #topnav:not(.v2023) > .sizer ul ul ul {
    display: none;
  }
  #topnav:not(.v2023) .level3 {
    width: 250px;
    position: absolute;
    top: 0;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav:not(.v2023) .level2 > ul > li:hover .level3 {
    left: 250px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #topnav:not(.v2023) > .sizer > ul {
    display: none;
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  #topnav:not(.v2023) > .sizer > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav:not(.v2023) > .sizer > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav:not(.v2023) > .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:not(.v2023) > .sizer > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav:not(.v2023) > .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav:not(.v2023) > .sizer .level2 {
    display: none;
  }
  #topnav:not(.v2023) > .sizer .level2 .sizer > div {
    margin-bottom: 0;
  }
  #topnav:not(.v2023) > .sizer .level2 ul li.header {
    background: #355182;
    color: #cee266;
    font-weight: bold;
    padding: 8px 10px 8px 25px;
  }
  #topnav:not(.v2023) > .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:not(.v2023) > .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 0.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;
  }
}
/***** SEARCH *****/
#search {
  background: #355182;
  padding: 10px;
}
#search form {
  display: flex;
  justify-content: flex-end;
}
#search form input {
  height: 35px;
  margin-right: 10px;
}
#search form button {
  height: 35px;
}
@media screen and (max-width: 639px) {
  #search {
    background: #032563;
    padding: 0 10px 10px;
  }
}
/***** TOP COMPACT *****/
#top-compact {
  padding: 10px;
  background-color: #032563;
  border-bottom: 6px solid #355182;
}
#top-compact > .sizer {
  max-width: none;
  margin: 0;
  padding: 0;
}
#top-compact > .sizer > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  #top-compact {
    padding: 10px 40px;
  }
  #top-compact .donate a.button {
    padding: 10px 20px;
    font-size: 150% !important;
  }
}
@media screen and (max-width: 639px) {
  #top-compact > .sizer > .container .logo {
    max-width: 60%;
  }
}
/***** 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:not(.v2023) > 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:not(.v2023) > div > h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
#sidebar:not(.v2023) .news h3.title {
  font-size: 22px;
  color: #032563;
}
#sidebar:not(.v2023) .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;
    margin-right: 0;
  }
  #signup form {
    padding-left: 10%;
    padding-right: 10%;
  }
  #signup form input,
  #signup form button {
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
  }
  #signup form button[type="submit"] {
    height: auto;
    padding: 5px;
  }
}
/***** BOTTOM *****/
#bottom:not(.v2023) {
  background-color: #032563;
  border-top: 6px solid #355182;
}
#bottom:not(.v2023) .nav {
  font-size: 14px;
}
#bottom:not(.v2023) .nav h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5rem;
}
#bottom:not(.v2023) .nav li {
  margin-bottom: 0.5rem;
}
#bottom:not(.v2023) .nav li a {
  color: #fff;
}
#bottom:not(.v2023) .credits {
  color: #fff;
  font-size: 12px;
}
#bottom:not(.v2023) .credits a {
  color: #fff;
}
@media only screen and (min-width: 641px) {
  #bottom:not(.v2023) {
    padding: 30px 0;
    background-image: url(/images/top_flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #bottom:not(.v2023) .info {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
  }
  #bottom:not(.v2023) .info > div {
    flex: 1 1 auto;
  }
  #bottom:not(.v2023) .info .social-icons {
    padding-top: 15px;
    text-align: center;
  }
  #bottom:not(.v2023) .info .social-icons ul {
    display: inline-flex;
  }
  #bottom:not(.v2023) .info .buttons {
    padding-top: 15px;
    text-align: right;
  }
  #bottom:not(.v2023) .nav {
    margin-bottom: 30px;
  }
  #bottom:not(.v2023) .credits {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #bottom:not(.v2023) {
    padding: 10px;
  }
  #bottom:not(.v2023) .info,
  #bottom:not(.v2023) .nav {
    margin-bottom: 1rem;
  }
  #bottom:not(.v2023) .info .logo {
    margin-bottom: 0.5rem;
  }
  #bottom:not(.v2023) .info .social-icons {
    margin-bottom: 1rem;
  }
  #bottom:not(.v2023) .info .buttons {
    margin-bottom: 2rem;
  }
  #bottom:not(.v2023) .info .buttons .button {
    padding: 0 15px;
    margin: 0 5px 0 0;
  }
}
/***** BOTTOM COMPACT *****/
#bottom-compact {
  padding: 10px;
  border-top: 6px solid #355182;
}
#bottom-compact > .sizer {
  max-width: none;
  margin: 0;
  padding: 0;
}
#bottom-compact > .sizer > .container {
  text-align: center;
}
#bottom-compact > .sizer > .container :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  #bottom-compact {
    padding: 10px 40px;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home .story-content > div:not(.v2023) 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:not(.v2023) 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: top center;
  background-size: cover;
  margin: 0;
}
body.is-home .slideshow .listed-item.item-1 {
  background-position: center center;
}
body.is-home .slideshow .listed-item.blue .txt h3.title,
body.is-home .slideshow .listed-item.blue .txt .teaser {
  color: #222b64;
}
body.is-home .slideshow .listed-item.blue .txt .readmore a {
  color: #222b64;
  border-color: #222b64;
}
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;
  border-radius: 10px;
  background-clip: padding-box;
}
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;
  background-color: #fbfaf9;
}
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: 0.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:not(.v2023) {
    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.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount label {
  margin-left: 0;
  display: block;
  background: #032563;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label {
  background: #c1113a;
}
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts form#contribution-form .amounts .label-amount label {
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
}
body.layout-show-button-amounts form#contribution-form .amounts .label-amount .amount-label {
  padding-left: 40px;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other {
  flex: 0 0 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other > div,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other > div {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0 0;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other > div label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other > div label,
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other > div input,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other > div input {
  margin: 0 0.5rem 0 0;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other .label-wrapper,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other .label-wrapper {
  flex: 0 0 auto;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other input[name="amount"],
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other input[name="amount"] {
  float: none;
  margin: 0 1rem 0 0;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other input[name="amount_other"],
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other input[name="amount_other"] {
  width: 100px;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients .formrow.recipient .details {
  display: flex;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients .formrow.recipient .details .img {
  padding-right: 20px;
  flex: 0 0 auto;
}
body.pac-contribution-form form#contribution-form .like-formrow {
  display: flex;
  margin-bottom: 0.75rem;
}
body.pac-contribution-form form#contribution-form .like-formrow .label-wrapper {
  flex: 1 0 auto;
}
body.pac-contribution-form form#contribution-form .like-formrow .label-wrapper label {
  width: auto;
}
body.pac-contribution-form form#contribution-form .like-formrow .input-wrapper {
  flex: 0 0 auto;
}
body.pac-contribution-form form#contribution-form div[class*="from-name"] {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
/* ===============================================
   EVENT LISTINGS
   =============================================== */
body.event-listing .tmpl-event-details .individual-replies {
  display: none;
}
/* ===============================================
   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;
  padding: 0;
}
body.sc-gala .story-content > div {
  margin-bottom: 2rem;
}
body.sc-gala .story-content > div h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.sc-gala .story-content > div h2 span {
  font-size: 45px;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.sc-gala .slideshow .leadin-card {
  background-position: center center;
  background-size: cover;
  margin: 0;
}
body.sc-gala .slideshow .leadin-card.blue .card-content h3.title,
body.sc-gala .slideshow .leadin-card.blue .card-content .teaser {
  color: #222b64;
}
body.sc-gala .slideshow .leadin-card.blue .card-content .readmore a {
  color: #222b64;
  border-color: #222b64;
}
body.sc-gala .slideshow .leadin-card .card-inner {
  /*max-width: 940px;*/
  margin: 0 auto;
  align-items: center;
}
body.sc-gala .slideshow .leadin-card .card-inner,
body.sc-gala .slideshow .leadin-card .card-inner .card-media,
body.sc-gala .slideshow .leadin-card .card-inner .card-media-inner,
body.sc-gala .slideshow .leadin-card .card-inner .card-media-inner * {
  height: 100%;
  width: 100%;
}
body.sc-gala .slideshow .leadin-card .card-inner .card-media img {
  object-fit: cover;
}
body.sc-gala .slideshow .leadin-card .card-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 2rem;
  z-index: 10;
}
body.sc-gala .slideshow .leadin-card .card-content > * {
  margin-bottom: 1rem;
}
body.sc-gala .slideshow .leadin-card .card-content h3.title {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
body.sc-gala .slideshow .leadin-card .card-content h3.title span {
  font-style: italic;
  font-size: 32px;
  text-transform: lowercase;
}
body.sc-gala .slideshow .leadin-card .card-content .teaser {
  color: #fff;
}
body.sc-gala .slideshow .leadin-card .card-content .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: 0.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 .partners {
  padding: 20px 0;
  background-color: #f2f8f9;
}
body.sc-gala .partners .img {
  width: 100%;
}
body.sc-gala .partners .img img {
  margin: 0 auto;
}
body.sc-gala .partners .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
body.sc-gala .partners h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.sc-gala .partners h2 span {
  font-size: 45px;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
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 .leadin-card {
    height: 530px;
  }
  body.sc-gala .slideshow .leadin-card .card-inner {
    height: 530px;
  }
  body.sc-gala .slideshow .leadin-card .card-content {
    width: 1140px;
    max-width: 100%;
  }
  body.sc-gala .slideshow .leadin-card .card-content-inner {
    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;
  }
  body.sc-gala .partners .sizer {
    padding: 0 40px;
  }
  body.sc-gala .partners .sizer .partners-carousel {
    position: relative;
  }
  body.sc-gala .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.sc-gala .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
@media screen and (max-width: 639px) {
  body.sc-gala .story-content > div {
    padding: 10px;
  }
  body.sc-gala .story-content > div h2 {
    font-size: 36px;
  }
  body.sc-gala .slideshow {
    padding: 0;
  }
  body.sc-gala .slideshow .leadin-card .card-inner {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
  body.sc-gala .slideshow .leadin-card .card-inner .card-content {
    padding: 10px;
    margin: 0;
  }
  body.sc-gala .slideshow .leadin-card .card-inner .card-content h3.title {
    font-size: 24px;
    font-weight: bold;
  }
  body.sc-gala .slideshow .leadin-card .card-inner .card-content 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: 0.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 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;
  }
}
/* ===============================================
   CONVENTION 19
   =============================================== */
body.convention19 .signup {
  background-color: #c1113a;
}
body.convention19 .signup .blurb {
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
body.convention19 .signup .blurb p {
  margin-bottom: 0;
  color: #fff;
}
body.convention19 .signup form button[type="submit"] {
  background-color: #032563;
  border-color: #fff;
  text-transform: uppercase;
}
body.convention19 .partners {
  padding: 20px 0;
  background-color: #f2f8f9;
}
body.convention19 .partners .img {
  width: 100%;
}
body.convention19 .partners .img img {
  margin: 0 auto;
}
body.convention19 .partners .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
body.convention19 .partners h2 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #032563;
}
body.convention19 .partners h2 span {
  font-size: 45px;
  font-family: 'PT Serif', serif;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
body.convention19 .has-block-grid h3.title {
  font-size: 20px;
  color: #032563;
  text-align: center;
}
@media screen and (min-width: 640px) {
  body.convention19 .signup .sizer {
    padding: 20px 0;
    background: url(/images/bg_signup.jpg) left center no-repeat;
    background-size: contain;
  }
  body.convention19 .signup .sizer:after {
    content: "";
    display: table;
    clear: both;
  }
  body.convention19 .signup form {
    float: right;
  }
  body.convention19 .signup form input[name="email"] {
    height: 50px;
    width: 250px;
  }
  body.convention19 .signup form input[name="zip"] {
    height: 50px;
    width: 120px;
  }
  body.convention19 .signup form button[type="submit"] {
    padding: 0 30px !important;
    height: 50px;
    line-height: 46px;
  }
  body.convention19 .partners .sizer {
    padding: 0 40px;
  }
  body.convention19 .partners .sizer .partners-carousel {
    position: relative;
  }
  body.convention19 .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.convention19 .partners .sizer .partners-carousel.owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
/***** GALA ETC DROPDOWNS *****/
@media only screen and (min-width: 641px) {
  body.gala19 #topnav > .sizer > ul > li,
  body.convention19 #topnav > .sizer > ul > li,
  body.dreamerssummit #topnav > .sizer > ul > li,
  body.womensconference19 #topnav > .sizer > ul > li,
  body.technology #topnav > .sizer > ul > li,
  body.convention20 #topnav > .sizer > ul > li,
  body.gala20 #topnav > .sizer > ul > li,
  body.womensconference20 #topnav > .sizer > ul > li,
  body.solid-nav-dropdowns #topnav > .sizer > ul > li,
  body.summit2020 #topnav > .sizer > ul > li,
  body.summit2021 #topnav > .sizer > ul > li {
    position: relative;
  }
  body.gala19 #topnav .level2,
  body.convention19 #topnav .level2,
  body.dreamerssummit #topnav .level2,
  body.womensconference19 #topnav .level2,
  body.technology #topnav .level2,
  body.convention20 #topnav .level2,
  body.gala20 #topnav .level2,
  body.womensconference20 #topnav .level2,
  body.solid-nav-dropdowns #topnav .level2,
  body.summit2020 #topnav .level2,
  body.summit2021 #topnav .level2 {
    width: 250px;
  }
  body.gala19 #topnav .level2 ul,
  body.convention19 #topnav .level2 ul,
  body.dreamerssummit #topnav .level2 ul,
  body.womensconference19 #topnav .level2 ul,
  body.technology #topnav .level2 ul,
  body.convention20 #topnav .level2 ul,
  body.gala20 #topnav .level2 ul,
  body.womensconference20 #topnav .level2 ul,
  body.solid-nav-dropdowns #topnav .level2 ul,
  body.summit2020 #topnav .level2 ul,
  body.summit2021 #topnav .level2 ul {
    background: #ed142e;
  }
  body.dreamerssummit #topnav {
    font-size: 90%;
  }
}
/* ===============================================
   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%;
}
/* ===============================================
   DREAMER GUEST INFO 2019
   =============================================== */
body#story-6835 #contact-us-form .two-columns .column-1 {
  width: auto;
  margin: 0;
}
body#story-6835 #contact-us-form .two-columns .column-2 {
  width: 0;
}
body#story-6835 #contact-us-form .formrow.submit {
  padding-left: 0;
}
/* ===============================================
   DREAMER STORIES 2019
   =============================================== */
body#story-6840 #content form .formrow.dreamer-story-text textarea {
  width: 100%;
  height: 400px;
}
body#story-6840 #content form .formrow.dreamer-story-text label {
  float: none;
  width: auto;
}
body#story-6840 #content form .formrow.submit {
  padding-left: 0;
}
/* ===============================================
   CON GANAS 2019
   =============================================== */
body.ganas-membership .membership-levels,
body.ganas-socio .membership-levels {
  margin-bottom: 1.5rem;
}
body.ganas-membership .membership-levels .level input,
body.ganas-socio .membership-levels .level input {
  position: absolute;
  left: -9999px;
}
body.ganas-membership .membership-levels .level label,
body.ganas-socio .membership-levels .level label {
  display: block;
  width: 100%;
  background: #032563;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
}
body.ganas-membership .membership-levels .level label span,
body.ganas-socio .membership-levels .level label span {
  font-size: 3rem;
  font-weight: bold;
}
body.ganas-membership .membership-levels .level input:checked ~ label,
body.ganas-socio .membership-levels .level input:checked ~ label {
  background: #c1113a;
}
body.ganas.section-cover #countdown-container {
  color: #fff;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 80px;
}
body.ganas.section-cover #countdown-container span {
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  body.ganas.section-cover .signup.has-countdown .sizer {
    background: none;
    display: flex;
    justify-content: space-between;
  }
  body.ganas.section-cover .signup.has-countdown .sizer > div {
    flex: 1 1 auto;
  }
  body.ganas.section-cover .signup.has-countdown .sizer > form {
    float: none;
    flex: 0 0 auto;
  }
}
body.ganas.section-cover .mfp-content {
  width: 600px;
  height: 400px;
}
body.ganas.section-cover .mfp-iframe-scaler {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
body.ganas.section-cover .mfp-iframe-scaler iframe {
  width: 600px;
  height: 400px;
}
body.splash-ganas #middle {
  width: 600px;
  height: 400px;
  padding: 20px;
  background: url(/images/splash4-600x400joinnow2.jpg) no-repeat;
}
body.splash-ganas #middle form {
  padding-top: 150px;
}
body.splash-ganas #middle .label-wrapper {
  display: none;
}
body.splash-ganas #middle .input-wrapper input {
  max-width: 250px;
}
body.splash-ganas #middle .formrow.submit {
  padding-left: 0;
}
body.splash-ganas #middle .formrow.submit p {
  display: none;
}
@media screen and (max-width: 639px) {
  body.form-layout-2 #content .intro,
  body.form-layout-2 #content form {
    width: 100%;
    margin: 0 0 1.5rem;
    float: none;
  }
  body.form-layout-2 #content .formrow.submit {
    padding-left: 0;
  }
}
/* ===============================================
   COVID-19
   =============================================== */
body.covid19 #topnav > .sizer > ul > li {
  font-size: 14px;
}
body.covid19.category-archive .archive-list .listed-item .img {
  width: 25%;
}
body.covid19.category-archive .archive-list .listed-item .img img {
  width: 100%;
}
body.covid-landing .story-content .top-banner {
  margin-bottom: 0;
  background-image: url(/images/lulac_covid19_ed.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.covid-landing .story-content .top-banner .text-overlay {
  max-width: 960px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
}
body.covid-landing .story-content .top-banner .text-overlay h2 {
  margin-bottom: 0;
  color: #fff;
}
body.covid-landing .story-content .signup {
  margin-bottom: 0;
}
body.covid-landing .story-content .subsections .listed-item h3.title {
  text-align: left;
}
body.covid-landing .story-content .section-intro {
  background-color: #032563;
  color: #fff;
}
body.covid-landing .story-content .section-intro h2,
body.covid-landing .story-content .section-intro h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  text-align: left;
}
body.covid-landing .story-content .section-intro a {
  color: #cee266;
}
@media screen and (min-width: 640px) {
  body.covid19 .story-content .top-banner {
    min-height: 450px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  body.covid19 .story-content .top-banner .text-overlay {
    padding: 20px 30px;
  }
  body.covid19 .story-content .section-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.covid19 .story-content .section-intro .sizer {
    display: flex;
    justify-content: space-between;
  }
  body.covid19 .story-content .section-intro .sizer .img {
    flex: 0 0 50%;
  }
  body.covid19 .story-content .section-intro .sizer .txt {
    flex: 0 0 50%;
    padding-left: 5%;
  }
  body.covid19 .story-content .section-intro .sizer .txt h2 {
    font-size: 30px;
  }
  body.covid19 .story-content .section-intro > .sizer > .txt > :last-child {
    margin-bottom: 0;
  }
  body.covid19 .story-content .here-to-help {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.covid19 .story-content .here-to-help .sizer {
    display: flex;
    justify-content: space-between;
  }
  body.covid19 .story-content .here-to-help .sizer > div {
    flex: 0 0 50%;
  }
  body.covid19 .story-content .here-to-help .sizer .txt {
    padding-left: 5%;
  }
}
@media screen and (max-width: 639px) {
  body.covid-landing .story-content .top-banner {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  body.covid-landing .story-content .top-banner .text-overlay {
    padding: 10px 15px;
  }
  body.covid-landing .story-content .top-banner h2 {
    font-size: 26px;
  }
  body.covid-landing .story-content .signup form {
    padding: 0 10%;
  }
  body.covid-landing .story-content .signup input,
  body.covid-landing .story-content .signup button {
    width: 100%;
    max-width: none;
    margin: 0 0 1rem;
  }
  body.covid-landing .story-content .section-intro .sizer {
    padding: 20px;
  }
  body.covid-landing .story-content .section-intro .sizer h2 {
    font-size: 36px;
  }
  body.covid-landing .story-content .subsections .listed-item .img {
    margin-bottom: 0.5rem;
  }
  body.covid-landing .story-content .updates {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.covid-landing .story-content .here-to-help {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* ===============================================
   ADVOCACY/ACT SUBSCRIBE FORMS
   =============================================== */
body.advocacy-act .preview-notice {
  display: none !important;
}
body.advocacy-act #middle {
  padding: 10px;
  min-height: 100vh;
}
body.advocacy-act #middle > .sizer {
  max-width: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  body.advocacy-act #middle {
    padding-top: 50px;
  }
  body.advocacy-act #middle .story-content {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
  }
  body.advocacy-act #middle .story-content form .two-columns {
    flex-direction: column;
  }
  body.advocacy-act #middle .story-content form .two-columns > .column-1,
  body.advocacy-act #middle .story-content form .two-columns > .column-2 {
    width: 100%;
  }
  body.advocacy-act #middle .story-content form label {
    font-size: 1.25rem;
    font-weight: bold;
  }
  body.advocacy-act #middle .story-content form input,
  body.advocacy-act #middle .story-content form select {
    max-width: 80%;
    height: 4rem;
  }
  body.advocacy-act #middle .story-content form textarea {
    max-width: 80%;
  }
  body.advocacy-act #middle .story-content form button {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 2rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  body.advocacy-act:before {
    content: "";
    z-index: -100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(/images/bg_act_farmer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
  body.advocacy-act #middle .story-content {
    max-width: 50%;
    margin-left: 2%;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
  }
  body.advocacy-act-sba:before {
    background-image: url(/images/bg_act_alicia_v3.jpg);
  }
  body.advocacy-act-food-workers:before {
    background-image: url(/images/bg_act_chicken_plant.jpg);
  }
}
@media screen and (min-width: 1200px) {
  body.advocacy-act #middle .story-content {
    max-width: 600px;
    background: transparent;
  }
}
@media screen and (max-width: 639px) {
  body.advocacy-act #middle .story-content form label {
    font-weight: bold;
  }
  body.advocacy-act #middle .story-content form input,
  body.advocacy-act #middle .story-content form select {
    max-width: none;
    width: 100%;
    height: 3rem;
  }
  body.advocacy-act #middle .story-content form textarea {
    max-width: none;
    width: 100%;
  }
  body.advocacy-act #middle .story-content form button {
    width: 100%;
    height: 3rem;
  }
}
/* ===============================================
   VIRTUAL SUMMIT 2020
   =============================================== */
/* ===== WRAPPER ====== */
body.summit2020 .sizer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
body.summit2020 #top {
  background-image: url(/images/summit2020/bg_bottom.jpg);
}
body.summit2020 #section-box {
  height: 37px;
  background: #0a1d48 url(/images/summit2020/summit_banner.png) no-repeat center center;
  text-indent: -999rem;
}
body.summit2020 #section-box-old {
  padding: 8px 0;
  background-color: #5e94ff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
body.summit2020 #middle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #0a1d48;
}
body.summit2020 #middle h1,
body.summit2020 #middle h2,
body.summit2020 #middle h3,
body.summit2020 #middle h4,
body.summit2020 #middle h5,
body.summit2020 #middle h6 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 500;
}
body.summit2020 #middle a {
  color: #5e94ff;
}
body.summit2020 #middle button,
body.summit2020 #middle a.button {
  background-color: #f41851;
  border-color: #f41851;
  color: #fff;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 2px;
  background-clip: padding-box;
}
body.summit2020 #middle button.gray,
body.summit2020 #middle a.button.gray {
  border-color: #bdc4d2;
  background-color: transparent;
  color: #bdc4d2;
}
body.summit2020 #middle button[type="submit"].secondary,
body.summit2020 #middle button.secondary {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  margin-left: 3rem;
}
body.summit2020 #middle span.req {
  color: #f41851;
}
body.summit2020 #middle .pt-wrapper ul.pt-list li.email,
body.summit2020 #middle .pt-wrapper ul.pt-list li.print {
  background: #f41851;
}
body.summit2020 #middle .pt-wrapper ul.pt-list li.email a,
body.summit2020 #middle .pt-wrapper ul.pt-list li.print a {
  color: #fff;
}
body.summit2020 #sidebar .news {
  margin-bottom: 2rem;
}
body.summit2020 #sidebar .news h2 span {
  color: #fff;
}
body.summit2020 #bottom {
  background-image: url(/images/summit2020/bg_bottom.jpg);
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.summit2020 #topnav > .sizer > ul > li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
  }
}
/* ===== LANDING PAGE ====== */
body.summit2020.landing #middle {
  padding: 0;
}
body.summit2020.landing #middle > .sizer {
  max-width: none;
  width: auto;
  padding: 0;
}
body.summit2020.landing #middle .hero {
  padding: 70px 0;
  background-image: url(/images/summit2020/bg_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.summit2020.landing #middle .hero h1 {
  font-weight: 200;
  text-transform: uppercase;
}
body.summit2020.landing #middle .hero h3 {
  margin-bottom: 0.5rem;
}
body.summit2020.landing #middle .hero h4 {
  padding-bottom: 1.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2020.landing #middle .slideshow {
  padding: 70px 0;
  background-image: url(/images/summit2020/bg_hero_v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.summit2020.landing #middle .slideshow .listed-item .display-wrapper {
  align-items: center;
  justify-content: space-between;
}
body.summit2020.landing #middle .slideshow .listed-item .display-wrapper .txt {
  color: #fff;
}
body.summit2020.landing #middle .slideshow .listed-item .display-wrapper .txt h3.title {
  font-weight: 200;
  text-transform: uppercase;
}
body.summit2020.landing #middle .slideshow .listed-item .display-wrapper .txt h3.title a {
  color: #fff;
  text-decoration: none;
}
body.summit2020.landing #middle .slideshow .listed-item .display-wrapper .txt .teaser {
  margin-bottom: 1rem;
}
body.summit2020.landing #middle .why-attend h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2020.landing #middle .why-attend .btns a {
  margin-bottom: 1rem;
}
body.summit2020.landing #middle .info-boxes .container .col-1 .speaker-tile {
  padding: 25px;
  margin-bottom: 20px;
  background-image: url(/images/summit2020/bg_speaker_tile.jpg);
}
body.summit2020.landing #middle .info-boxes .container .col-1 .speaker-tile h2 {
  font-size: 28px;
  text-align: center;
}
body.summit2020.landing #middle .info-boxes .container .col-1 .agenda-tile {
  padding: 25px;
  margin-bottom: 20px;
  background-image: url(/images/summit2020/bg_agenda_tile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.summit2020.landing #middle .info-boxes .container .col-1 .agenda-tile a {
  color: #fff !important;
}
body.summit2020.landing #middle .info-boxes .container .col-1 .agenda-tile h2 {
  margin: 0;
  font-size: 28px;
}
body.summit2020.landing #middle .info-boxes .container .col-1 .agenda-tile p {
  margin: 0;
}
body.summit2020.landing #middle .president-msg h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2020.landing #middle .speakers h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2020.landing #middle .ceo-msg h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2020.landing #middle .session-highlights h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2020.landing #middle .session-highlights ul.tabs {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f41851;
}
body.summit2020.landing #middle .session-highlights ul.tabs li {
  display: inline-block;
  padding: 5px 20px;
  background-color: transparent;
  float: none;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 1.25rem;
}
body.summit2020.landing #middle .session-highlights ul.tabs li.active,
body.summit2020.landing #middle .session-highlights ul.tabs li:hover {
  background: #f41851;
}
body.summit2020.landing #middle .session-highlights .pane .txt h3 {
  font-size: 1.5rem;
}
body.summit2020.landing #middle .sponsors h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2020.landing #middle .job-fair {
  font-size: 16px;
}
body.summit2020.landing #middle .job-fair .container {
  background-image: url(/images/summit2020/bg_jobfair.jpg);
  background-repeat: no-repeat;
}
body.summit2020.landing #middle .job-fair h3 {
  font-size: 48px;
  margin-bottom: 2rem;
}
body.summit2020.landing #middle .job-fair h3 span {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 200;
}
body.summit2020.landing #middle .job-fair h4 {
  font-size: 24px;
  margin-bottom: 2rem;
}
body.summit2020.landing #middle .job-fair a.button {
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  body.summit2020.landing #middle .story-content > div {
    margin-bottom: 4rem;
  }
  body.summit2020.landing #middle .hero {
    font-size: 24px;
  }
  body.summit2020.landing #middle .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.summit2020.landing #middle .hero h1 {
    font-size: 60px;
  }
  body.summit2020.landing #middle .hero h3 {
    font-size: 36px;
  }
  body.summit2020.landing #middle .hero h4 {
    font-size: 24px;
  }
  body.summit2020.landing #middle .hero span.dt {
    font-size: 36px;
  }
  body.summit2020.landing #middle .slideshow {
    font-size: 24px;
  }
  body.summit2020.landing #middle .slideshow .listed-item h3.title {
    font-size: 60px;
  }
  body.summit2020.landing #middle .slideshow .owl-nav {
    top: 42%;
  }
  body.summit2020.landing #middle .slideshow .owl-nav .owl-next {
    right: -999px;
  }
  body.summit2020.landing #middle .slideshow .owl-nav .owl-prev {
    left: -999px;
  }
  body.summit2020.landing #middle .slideshow:hover .owl-nav .owl-next {
    right: -50px;
  }
  body.summit2020.landing #middle .slideshow:hover .owl-nav .owl-prev {
    left: -50px;
  }
  body.summit2020.landing #middle .why-attend {
    font-size: 18px;
  }
  body.summit2020.landing #middle .why-attend .container {
    align-items: center;
  }
  body.summit2020.landing #middle .why-attend .wa-img .img {
    margin-bottom: 0;
  }
  body.summit2020.landing #middle .president-msg {
    font-size: 18px;
  }
  body.summit2020.landing #middle .president-msg .pm-img .img {
    margin-bottom: 0;
  }
  body.summit2020.landing #middle .speakers .listed-item h3.title {
    color: #5e94ff;
    font-size: 24px;
    font-weight: 200;
  }
  body.summit2020.landing #middle .speakers .listed-item .teaser {
    color: #fff;
    font-weight: 200;
  }
  body.summit2020.landing #middle .ceo-msg {
    font-size: 18px;
  }
  body.summit2020.landing #middle .ceo-msg .ceo-img .img {
    margin-bottom: 0;
  }
  body.summit2020.landing #middle .session-highlights ul.tabs {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f41851;
  }
  body.summit2020.landing #middle .session-highlights ul.tabs li {
    display: inline-block;
    padding: 5px 20px;
    background-color: transparent;
    float: none;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 1.25rem;
  }
  body.summit2020.landing #middle .session-highlights ul.tabs li.active,
  body.summit2020.landing #middle .session-highlights ul.tabs li:hover {
    background: #f41851;
  }
  body.summit2020.landing #middle .session-highlights .pane {
    display: flex;
  }
  body.summit2020.landing #middle .session-highlights .pane .img {
    flex-shrink: 0;
    max-width: 25%;
    margin-right: 30px;
  }
  body.summit2020.landing #middle .job-fair .container {
    height: 712px;
    background-image: url(/images/summit2020/bg_jobfair.jpg);
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-left: 50px;
    padding-right: 630px;
  }
}
@media screen and (min-width: 1024px) {
  body.summit2020.landing #middle .hero {
    padding: 0;
  }
  body.summit2020.landing #middle .hero .container {
    height: 665px;
  }
  body.summit2020.landing #middle .slideshow {
    padding: 0;
  }
  body.summit2020.landing #middle .slideshow .listed-item .display-wrapper {
    height: 665px;
  }
  body.summit2020.landing #middle .info-boxes .container {
    display: flex;
  }
  body.summit2020.landing #middle .info-boxes .container .col-1 {
    width: 40.625%;
    margin-right: 1.785%;
  }
  body.summit2020.landing #middle .info-boxes .container .col-2 {
    width: 57.589%;
  }
}
@media screen and (min-width: 1200px) {
  body.summit2020.landing #middle .info-boxes .container .col-1 .speaker-tile {
    height: 353px;
  }
  body.summit2020.landing #middle .info-boxes .container .col-1 .agenda-tile {
    height: 162px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.summit2020.landing .info-boxes .col-2 .listed-item .img {
    width: 100%;
  }
  body.summit2020.landing .info-boxes .col-2 .listed-item .img img {
    width: 100%;
  }
  body.summit2020.landing .president-msg .container,
  body.summit2020.landing .ceo-msg .container {
    flex-direction: column;
  }
  body.summit2020.landing .president-msg .container > div,
  body.summit2020.landing .ceo-msg .container > div {
    width: auto;
  }
  body.summit2020.landing .ceo-msg .ceo-img {
    order: -1;
  }
  body.summit2020.landing #middle .job-fair .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 639px) {
  body.summit2020.landing #middle .story-content > div {
    margin-bottom: 2rem;
  }
  body.summit2020.landing #middle .hero {
    font-size: 18px;
  }
  body.summit2020.landing #middle .hero h1 {
    font-size: 40px;
  }
  body.summit2020.landing #middle .hero h3 {
    font-size: 22px;
  }
  body.summit2020.landing #middle .hero h4 {
    font-size: 18px;
  }
  body.summit2020.landing #middle .hero span.dt {
    font-size: 28px;
  }
  body.summit2020.landing #middle .slideshow {
    font-size: 18px;
    padding: 30px 0;
  }
  body.summit2020.landing #middle .slideshow .listed-item h3.title {
    font-size: 40px;
  }
  body.summit2020.landing #middle .ceo-msg .container {
    display: flex;
    flex-direction: column-reverse;
  }
  body.summit2020.landing #middle .session-highlights ul.tabs {
    text-align: left;
  }
  body.summit2020.landing #middle .session-highlights ul.tabs li {
    font-size: 16px;
    display: block;
  }
  body.summit2020.landing #middle .session-highlights .pane {
    flex-direction: column;
  }
  body.summit2020.landing #middle .job-fair .container {
    background-image: url(/images/summit2020/bg_jobfair_sm.jpg);
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
/* ===== PROFILE ====== */
body.summit2020-profile #middle .tabs-wrapper ul.tabs li {
  background-color: #5e94ff;
  border-radius: 2px;
  background-clip: padding-box;
}
body.summit2020-profile #middle .tabs-wrapper ul.tabs li.active {
  background-color: #f41851;
}
body.summit2020-profile #middle .tabs-wrapper ul.tabs li:first-child {
  margin: 0;
}
body.summit2020-profile #middle .tabs-wrapper ul.tabs li a {
  color: #fff;
}
/* ===== REGISTER ====== */
body.summit2020-register #middle .primary-form h3 {
  font-weight: 700;
}
body.summit2020-register #middle #tc-bottom {
  margin-top: 3rem;
}
/* ===== LIVE ====== */
body.summit2020-live .content-wrapper .vid {
  margin-bottom: 1.5rem;
}
body.summit2020-live .content-wrapper .extras .chat {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  background-clip: padding-box;
}
body.summit2020-live .content-wrapper .extras .chat iframe {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  body.summit2020-live .content-wrapper {
    display: flex;
  }
  body.summit2020-live .content-wrapper .vid {
    width: 58%;
    margin-right: 5%;
  }
  body.summit2020-live .content-wrapper .extras {
    width: 37%;
  }
}
/* ===============================================
   GUILLEN PRAYER WALL 2020
   =============================================== */
body.guillen-prayer-wall #middle {
  padding-top: 0;
}
body.guillen-prayer-wall #middle > .sizer {
  width: auto;
  max-width: none;
  padding: 0;
}
body.guillen-prayer-wall #middle .story-content {
  padding: 20px 0;
  background-color: #152542;
  color: #fff;
}
body.guillen-prayer-wall #middle .story-content h1 {
  color: #fff;
}
body.guillen-prayer-wall #middle .intro {
  display: flex;
  flex-direction: row-reverse;
}
body.guillen-prayer-wall #middle .intro .txt {
  padding-right: 40px;
}
body.guillen-prayer-wall #middle .intro .img {
  flex-shrink: 0;
}
body.guillen-prayer-wall #middle #comments {
  border-top: 0;
}
body.guillen-prayer-wall #middle #comments .comment-count {
  display: none;
}
body.guillen-prayer-wall #middle #comments .comment {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 80px;
  padding-top: 1rem;
  border-top: 1px solid #cfcfcf;
  background: url(/images/prayer_candle.jpg) no-repeat 0 20px;
}
body.guillen-prayer-wall #middle #comments .comment .content {
  padding: 0;
}
body.guillen-prayer-wall #middle #comments .comment .content div.actions,
body.guillen-prayer-wall #middle #comments .comment .content div.title {
  display: none;
}
body.guillen-prayer-wall #middle #comments .comment .meta {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #cfcfcf;
}
body.guillen-prayer-wall #middle #comments .comment .meta a {
  color: #cfcfcf;
}
body.guillen-prayer-wall #middle #comments .comment .meta .img {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.guillen-prayer-wall #middle .intro .img img {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  body.guillen-prayer-wall #middle {
    padding: 0;
  }
  body.guillen-prayer-wall #middle .story-content {
    padding: 10px;
  }
  body.guillen-prayer-wall #middle .intro {
    flex-direction: column;
  }
  body.guillen-prayer-wall #middle .intro > div {
    padding: 0;
  }
  body.guillen-prayer-wall #middle #comments {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ===============================================
   GENERIC PRAYER WALL 2020
   =============================================== */
body.prayer-wall-landing #middle {
  padding-top: 0;
}
body.prayer-wall-landing #middle > .sizer {
  width: auto;
  max-width: none;
  padding: 0;
}
body.prayer-wall-landing #middle .story-content {
  padding: 20px 0;
  background-color: #152542;
  color: #fff;
}
body.prayer-wall-landing #middle .story-content h1 {
  color: #fff;
}
body.prayer-wall-landing #middle .intro {
  display: flex;
  flex-direction: row-reverse;
}
body.prayer-wall-landing #middle .intro .txt {
  padding-right: 40px;
}
body.prayer-wall-landing #middle .intro .img {
  flex-shrink: 0;
}
body.prayer-wall-landing #middle #comments {
  border-top: 0;
}
body.prayer-wall-landing #middle #comments .comment-count {
  display: none;
}
body.prayer-wall-landing #middle #comments .comment {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 80px;
  padding-top: 1rem;
  border-top: 1px solid #cfcfcf;
  background: url(/images/prayer_candle.jpg) no-repeat 0 20px;
}
body.prayer-wall-landing #middle #comments .comment .content {
  padding: 0;
}
body.prayer-wall-landing #middle #comments .comment .content div.actions,
body.prayer-wall-landing #middle #comments .comment .content div.title {
  display: none;
}
body.prayer-wall-landing #middle #comments .comment .meta {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #cfcfcf;
}
body.prayer-wall-landing #middle #comments .comment .meta a {
  color: #cfcfcf;
}
body.prayer-wall-landing #middle #comments .comment .meta .img {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.prayer-wall-landing #middle .intro .img img {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  body.prayer-wall-landing #middle {
    padding: 0;
  }
  body.prayer-wall-landing #middle .story-content {
    padding: 10px;
  }
  body.prayer-wall-landing #middle .intro {
    flex-direction: column;
  }
  body.prayer-wall-landing #middle .intro > div {
    padding: 0;
  }
  body.prayer-wall-landing #middle #comments {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#story-7832 #middle .story-content {
  background-color: #000;
}
/* ===============================================
   VIRTUAL SUMMIT 2021
   =============================================== */
/* ===== WRAPPER ====== */
body.summit2021 .sizer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
body.summit2021 #top {
  background-image: url(/images/summit2020/bg_bottom.jpg);
}
body.summit2021 #section-box {
  height: 37px;
  background: #0a1d48 url(/images/summit2020/summit_banner.png) no-repeat center center;
  text-indent: -999rem;
}
body.summit2021 #section-box-old {
  padding: 8px 0;
  background-color: #5e94ff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
body.summit2021 #middle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #0a1d48;
}
body.summit2021 #middle h1,
body.summit2021 #middle h2,
body.summit2021 #middle h3,
body.summit2021 #middle h4,
body.summit2021 #middle h5,
body.summit2021 #middle h6 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 500;
}
body.summit2021 #middle a {
  color: #5e94ff;
}
body.summit2021 #middle button,
body.summit2021 #middle a.button {
  background-color: #f41851;
  border-color: #f41851;
  color: #fff;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 2px;
  background-clip: padding-box;
}
body.summit2021 #middle button.gray,
body.summit2021 #middle a.button.gray {
  border-color: #bdc4d2;
  background-color: transparent;
  color: #bdc4d2;
}
body.summit2021 #middle button[type="submit"].secondary,
body.summit2021 #middle button.secondary {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  margin-left: 3rem;
}
body.summit2021 #middle span.req {
  color: #f41851;
}
body.summit2021 #middle .pt-wrapper ul.pt-list li.email,
body.summit2021 #middle .pt-wrapper ul.pt-list li.print {
  background: #f41851;
}
body.summit2021 #middle .pt-wrapper ul.pt-list li.email a,
body.summit2021 #middle .pt-wrapper ul.pt-list li.print a {
  color: #fff;
}
body.summit2021 #sidebar .news {
  margin-bottom: 2rem;
}
body.summit2021 #sidebar .news h2 span {
  color: #fff;
}
body.summit2021 #bottom {
  background-image: url(/images/summit2020/bg_bottom.jpg);
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.summit2021 #topnav > .sizer > ul > li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
  }
}
/* ===== LANDING PAGE ====== */
body.summit2021.landing #middle {
  padding: 0;
}
body.summit2021.landing #middle > .sizer {
  max-width: none;
  width: auto;
  padding: 0;
}
body.summit2021.landing #middle .hero {
  padding: 70px 0;
  background-image: url(/images/summit2021/bg_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.summit2021.landing #middle .hero h1 {
  font-weight: 200;
  text-transform: uppercase;
}
body.summit2021.landing #middle .hero h3 {
  margin-bottom: 0.5rem;
}
body.summit2021.landing #middle .hero h4 {
  padding-bottom: 1.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2021.landing #middle .slideshow {
  padding: 70px 0;
  background-image: url(/images/summit2021/bg_hero_v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.summit2021.landing #middle .slideshow .listed-item .display-wrapper {
  align-items: center;
  justify-content: space-between;
}
body.summit2021.landing #middle .slideshow .listed-item .display-wrapper .txt {
  color: #fff;
}
body.summit2021.landing #middle .slideshow .listed-item .display-wrapper .txt h3.title {
  font-weight: 200;
  text-transform: uppercase;
}
body.summit2021.landing #middle .slideshow .listed-item .display-wrapper .txt h3.title a {
  color: #fff;
  text-decoration: none;
}
body.summit2021.landing #middle .slideshow .listed-item .display-wrapper .txt .teaser {
  margin-bottom: 1rem;
}
body.summit2021.landing #middle .why-attend h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2021.landing #middle .why-attend .btns a {
  margin-bottom: 1rem;
}
body.summit2021.landing #middle .info-boxes .container .col-1 .speaker-tile {
  padding: 25px;
  margin-bottom: 20px;
  background-image: url(/images/summit2020/bg_speaker_tile.jpg);
}
body.summit2021.landing #middle .info-boxes .container .col-1 .speaker-tile h2 {
  font-size: 28px;
  text-align: center;
}
body.summit2021.landing #middle .info-boxes .container .col-1 .agenda-tile {
  padding: 25px;
  margin-bottom: 20px;
  background-image: url(/images/summit2020/bg_agenda_tile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.summit2021.landing #middle .info-boxes .container .col-1 .agenda-tile a {
  color: #fff !important;
}
body.summit2021.landing #middle .info-boxes .container .col-1 .agenda-tile h2 {
  margin: 0;
  font-size: 28px;
}
body.summit2021.landing #middle .info-boxes .container .col-1 .agenda-tile p {
  margin: 0;
}
body.summit2021.landing #middle .president-msg h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2021.landing #middle .speakers h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2021.landing #middle .ceo-msg h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0.5rem;
  border-bottom: 6px solid #f41851;
}
body.summit2021.landing #middle .session-highlights h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2021.landing #middle .session-highlights ul.tabs {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f41851;
}
body.summit2021.landing #middle .session-highlights ul.tabs li {
  display: inline-block;
  padding: 5px 20px;
  background-color: transparent;
  float: none;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 1.25rem;
}
body.summit2021.landing #middle .session-highlights ul.tabs li.active,
body.summit2021.landing #middle .session-highlights ul.tabs li:hover {
  background: #f41851;
}
body.summit2021.landing #middle .session-highlights .pane .txt h3 {
  font-size: 1.5rem;
}
body.summit2021.landing #middle .sponsors h2 {
  font-size: 36px;
  text-align: center;
}
body.summit2021.landing #middle .job-fair {
  font-size: 16px;
}
body.summit2021.landing #middle .job-fair .container {
  background-image: url(/images/summit2020/bg_jobfair.jpg);
  background-repeat: no-repeat;
}
body.summit2021.landing #middle .job-fair h3 {
  font-size: 48px;
  margin-bottom: 2rem;
}
body.summit2021.landing #middle .job-fair h3 span {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 200;
}
body.summit2021.landing #middle .job-fair h4 {
  font-size: 24px;
  margin-bottom: 2rem;
}
body.summit2021.landing #middle .job-fair a.button {
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  body.summit2021.landing #middle .story-content > div {
    margin-bottom: 4rem;
  }
  body.summit2021.landing #middle .hero {
    font-size: 24px;
  }
  body.summit2021.landing #middle .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.summit2021.landing #middle .hero h1 {
    font-size: 60px;
  }
  body.summit2021.landing #middle .hero h3 {
    font-size: 36px;
  }
  body.summit2021.landing #middle .hero h4 {
    font-size: 24px;
  }
  body.summit2021.landing #middle .hero span.dt {
    font-size: 36px;
  }
  body.summit2021.landing #middle .slideshow {
    font-size: 24px;
  }
  body.summit2021.landing #middle .slideshow .listed-item h3.title {
    font-size: 60px;
  }
  body.summit2021.landing #middle .slideshow .owl-nav {
    top: 42%;
  }
  body.summit2021.landing #middle .slideshow .owl-nav .owl-next {
    right: -999px;
  }
  body.summit2021.landing #middle .slideshow .owl-nav .owl-prev {
    left: -999px;
  }
  body.summit2021.landing #middle .slideshow:hover .owl-nav .owl-next {
    right: -50px;
  }
  body.summit2021.landing #middle .slideshow:hover .owl-nav .owl-prev {
    left: -50px;
  }
  body.summit2021.landing #middle .why-attend {
    font-size: 18px;
  }
  body.summit2021.landing #middle .why-attend .container {
    align-items: center;
  }
  body.summit2021.landing #middle .why-attend .wa-img .img {
    margin-bottom: 0;
  }
  body.summit2021.landing #middle .president-msg {
    font-size: 18px;
  }
  body.summit2021.landing #middle .president-msg .pm-img .img {
    margin-bottom: 0;
  }
  body.summit2021.landing #middle .speakers .listed-item h3.title {
    color: #5e94ff;
    font-size: 24px;
    font-weight: 200;
  }
  body.summit2021.landing #middle .speakers .listed-item .teaser {
    color: #fff;
    font-weight: 200;
  }
  body.summit2021.landing #middle .ceo-msg {
    font-size: 18px;
  }
  body.summit2021.landing #middle .ceo-msg .ceo-img .img {
    margin-bottom: 0;
  }
  body.summit2021.landing #middle .session-highlights ul.tabs {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f41851;
  }
  body.summit2021.landing #middle .session-highlights ul.tabs li {
    display: inline-block;
    padding: 5px 20px;
    background-color: transparent;
    float: none;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 1.25rem;
  }
  body.summit2021.landing #middle .session-highlights ul.tabs li.active,
  body.summit2021.landing #middle .session-highlights ul.tabs li:hover {
    background: #f41851;
  }
  body.summit2021.landing #middle .session-highlights .pane {
    display: flex;
  }
  body.summit2021.landing #middle .session-highlights .pane .img {
    flex-shrink: 0;
    max-width: 25%;
    margin-right: 30px;
  }
  body.summit2021.landing #middle .job-fair .container {
    height: 712px;
    background-image: url(/images/summit2020/bg_jobfair.jpg);
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-left: 50px;
    padding-right: 630px;
  }
}
@media screen and (min-width: 1024px) {
  body.summit2021.landing #middle .hero {
    padding: 0;
  }
  body.summit2021.landing #middle .hero .container {
    height: 665px;
  }
  body.summit2021.landing #middle .slideshow {
    padding: 0;
  }
  body.summit2021.landing #middle .slideshow .listed-item .display-wrapper {
    height: 665px;
  }
  body.summit2021.landing #middle .info-boxes .container {
    display: flex;
  }
  body.summit2021.landing #middle .info-boxes .container .col-1 {
    width: 40.625%;
    margin-right: 1.785%;
  }
  body.summit2021.landing #middle .info-boxes .container .col-2 {
    width: 57.589%;
  }
}
@media screen and (min-width: 1200px) {
  body.summit2021.landing #middle .info-boxes .container .col-1 .speaker-tile {
    height: 353px;
  }
  body.summit2021.landing #middle .info-boxes .container .col-1 .agenda-tile {
    height: 162px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.summit2021.landing .info-boxes .col-2 .listed-item .img {
    width: 100%;
  }
  body.summit2021.landing .info-boxes .col-2 .listed-item .img img {
    width: 100%;
  }
  body.summit2021.landing .president-msg .container,
  body.summit2021.landing .ceo-msg .container {
    flex-direction: column;
  }
  body.summit2021.landing .president-msg .container > div,
  body.summit2021.landing .ceo-msg .container > div {
    width: auto;
  }
  body.summit2021.landing .ceo-msg .ceo-img {
    order: -1;
  }
  body.summit2021.landing #middle .job-fair .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 639px) {
  body.summit2021.landing #middle .story-content > div {
    margin-bottom: 2rem;
  }
  body.summit2021.landing #middle .hero {
    font-size: 18px;
  }
  body.summit2021.landing #middle .hero h1 {
    font-size: 40px;
  }
  body.summit2021.landing #middle .hero h3 {
    font-size: 22px;
  }
  body.summit2021.landing #middle .hero h4 {
    font-size: 18px;
  }
  body.summit2021.landing #middle .hero span.dt {
    font-size: 28px;
  }
  body.summit2021.landing #middle .slideshow {
    font-size: 18px;
    padding: 30px 0;
  }
  body.summit2021.landing #middle .slideshow .listed-item h3.title {
    font-size: 40px;
  }
  body.summit2021.landing #middle .ceo-msg .container {
    display: flex;
    flex-direction: column-reverse;
  }
  body.summit2021.landing #middle .session-highlights ul.tabs {
    text-align: left;
  }
  body.summit2021.landing #middle .session-highlights ul.tabs li {
    font-size: 16px;
    display: block;
  }
  body.summit2021.landing #middle .session-highlights .pane {
    flex-direction: column;
  }
  body.summit2021.landing #middle .job-fair .container {
    background-image: url(/images/summit2020/bg_jobfair_sm.jpg);
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
/* ===== PROFILE ====== */
body.summit2021-profile #middle .tabs-wrapper ul.tabs li {
  background-color: #5e94ff;
  border-radius: 2px;
  background-clip: padding-box;
}
body.summit2021-profile #middle .tabs-wrapper ul.tabs li.active {
  background-color: #f41851;
}
body.summit2021-profile #middle .tabs-wrapper ul.tabs li:first-child {
  margin: 0;
}
body.summit2021-profile #middle .tabs-wrapper ul.tabs li a {
  color: #fff;
}
/* ===== REGISTER ====== */
body.summit2021-register #middle .primary-form h3 {
  font-weight: 700;
}
body.summit2021-register #middle #tc-bottom {
  margin-top: 3rem;
}
/* ===== LIVE ====== */
body.summit2021-live .content-wrapper .vid {
  margin-bottom: 1.5rem;
}
body.summit2021-live .content-wrapper .extras .chat {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  background-clip: padding-box;
}
body.summit2021-live .content-wrapper .extras .chat iframe {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  body.summit2021-live .content-wrapper {
    display: flex;
  }
  body.summit2021-live .content-wrapper .vid {
    width: 58%;
    margin-right: 5%;
  }
  body.summit2021-live .content-wrapper .extras {
    width: 37%;
  }
}
