@font-face {
  font-family: Bayard;
  src: url(/assets/webfonts/BAYARD-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/BAYARD-Regular.woff2) format("woff2"), url(/assets/webfonts/BAYARD-Regular.woff) format("woff");
}
/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice-v2 {
  display: none;
}
body.is-preview div.preview-notice-v2 {
  display: flex;
}
body:after {
  display: none;
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #000;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1,
h2,
h3 {
  color: #000;
  font-family: 'Bayard', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4,
h5,
h6 {
  color: #000;
  font-family: 'Bayard', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1,
h1.page-title {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
a {
  color: #fa4616;
}
.orange {
  color: #fa4616;
}
/* ===============================================
   VANILLA THEME 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;
  border: 1px solid #404040;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #404040;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: none;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
button,
a.button {
  background: #fa4616;
  border-color: #fa4616;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
button.orange-tp,
a.button.orange-tp {
  background-color: transparent;
  color: #fa4616;
}
.primary-form .button-wrapper button {
  font-size: 1.5rem;
  padding: 10px 30px;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount label {
  background: #808080;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other {
  background-color: #808080;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other.checked {
  background-color: #c0c0c0;
  color: #fff;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
.sizer,
.like-sizer {
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
.story-content:after {
  content: "";
  display: table;
  clear: both;
}
#alert-bar {
  background: #fa4616;
  color: #fff;
}
#alert-bar .sizer {
  max-width: none;
}
#alert-bar .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
#alert-bar .container div.alert-text {
  flex-grow: 1;
}
#alert-bar .container div.alert-text p {
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
#alert-bar .container div.alert-text p a {
  text-decoration: underline;
  color: #fff;
}
#alert-bar .container div.close {
  flex-shrink: 1;
  justify-content: center;
  margin: 0 0 0 5%;
}
#alert-bar .container 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 screen and (max-width: 639px) {
  #alert-bar {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#top {
  padding: 0.75rem 0;
  background-color: #fff;
  color: #fff;
}
#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .logo {
  margin-right: 30px;
}
#top .logo img {
  display: block;
}
#top .top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top .social-icons {
  margin-right: 2rem;
}
#top .social-icons li {
  margin: 0 0.5rem;
}
#top .social-icons a {
  height: 2.5rem;
  width: 2.5rem;
  color: #585858;
}
#top .social-icons a .fa {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#top .buttons a:not(:last-child) {
  margin-right: 1rem;
}
#top .buttons .button {
  padding: 8px 16px;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  #top .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  #top .buttons,
  #top .social-icons {
    display: none;
  }
}
#menu-toggle {
  text-align: right;
  font-size: 2rem;
}
#menu-toggle a {
  color: #fa4616;
  text-decoration: none;
}
#menu-toggle span {
  margin-right: 0.5rem;
}
@media screen and (min-width: 640px) {
  #menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #menu-toggle span {
    display: none;
  }
}
#topnav a[href=""] {
  cursor: default;
}
@media screen and (min-width: 640px) {
  #topnav > ul {
    display: flex;
    justify-content: flex-end;
  }
  #topnav > ul > li {
    margin: 0;
    display: block;
    position: relative;
  }
  #topnav > ul > li > a {
    padding: 0;
    margin-left: 2rem;
    display: block;
    color: #000;
    line-height: 3rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  #topnav > ul > li > a:hover {
    text-decoration-line: underline;
    text-decoration-color: #fa4616;
    text-decoration-thickness: 4px;
    text-underline-offset: 3px;
  }
  #topnav .level2 {
    width: 250px;
    position: absolute;
    top: 3rem;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav .level2 ul {
    background: #606060;
  }
  #topnav .level2 ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav .level2 ul li a:hover {
    background: #404040;
  }
  #topnav > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
  #topnav ul ul ul {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #topnav > ul {
    display: none;
    margin: 1rem 0;
    width: 100%;
  }
  #topnav > ul > li {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #fa4616;
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 10px;
  }
  #topnav > ul > li > a i {
    display: none;
  }
  #topnav > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > ul > li > div.subnav i {
    font-size: 1rem;
  }
  #topnav .level2 {
    display: none;
  }
  #topnav .level2 > ul {
    background-color: #fa4616;
  }
  #topnav .level2 > ul > li > a {
    line-height: 1;
    display: block;
    padding: 5px 10px 5px 25px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav .level3 {
    display: none;
  }
}
#bottom {
  padding: 3rem 0;
  background-color: #fff;
}
#bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bottom a {
  color: #fa4616;
}
#bottom .logo {
  margin-bottom: 1.5rem;
  text-align: center;
}
#bottom p,
#bottom .nav-list {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639px) {
  #bottom .nav-list {
    flex-direction: column;
    align-items: center;
  }
  #bottom .nav-list li {
    text-align: center;
  }
  #bottom .nav-list li:after {
    content: '';
    padding: 0;
  }
}
/* ===============================================
   CUSTOM SHARE LINKS
   =============================================== */
#share-links {
  display: none;
  position: fixed;
  left: 10px;
  top: 350px;
  z-index: 9999;
}
#share-links ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
#share-links ul li {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
#share-links ul li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  background: #fff;
  color: #808080;
  border-radius: 2px;
  background-clip: padding-box;
  text-align: center;
}
#share-links ul li.facebook a {
  color: #fff;
  background: #3b5998;
}
#share-links ul li.twitter a {
  color: #fff;
  background: #00aced;
}
#share-links ul li.email a,
#share-links ul li.print a {
  color: #fff;
  background: #fa4616;
}
@media screen and (min-width: 1280px) {
  #share-links {
    display: block;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.homepage #middle > .sizer {
  max-width: none;
  padding: 0;
}
body.homepage .story-content > div {
  padding: 40px 0;
}
body.homepage .story-content h2 {
  font-size: 3rem;
}
/***** BOXES *****/
body.homepage .hero {
  background-color: #000;
  color: #fff;
}
body.homepage .hero > .sizer {
  max-width: 1380px;
}
body.homepage .about .container {
  display: flex;
}
body.homepage .about .container .img {
  margin-right: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  body.homepage .about .container {
    flex-direction: column;
  }
  body.homepage .about .container .img {
    margin: 0 0 1.5rem;
  }
  body.homepage .about .container .img img {
    width: 100%;
    height: auto;
  }
}
body.homepage .register {
  background-color: #e7e7e7;
  background-image: url(/images/register_20210616.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.homepage .register .container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50%;
}
body.homepage .register h3 {
  font-size: 2.25rem;
  color: #fa4616;
}
@media screen and (max-width: 639px) {
  body.homepage .register {
    background-image: none;
  }
  body.homepage .register .container {
    padding: 0;
  }
}
body.homepage .featured-speaker .listed-item {
  margin: 0;
}
body.homepage .featured-speaker h2 {
  text-align: center;
}
body.homepage .featured-speaker .txt {
  text-align: center;
}
body.homepage .featured-speaker h3.title {
  margin-bottom: 0.25rem;
  font-size: 2.25rem;
}
body.homepage .featured-speaker .teaser {
  margin-bottom: 0;
  font-size: 1.25rem;
}
body.homepage .speakers {
  background-color: #000;
  color: #fff;
}
body.homepage .speakers h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}
body.homepage .speakers .txt {
  text-align: center;
}
body.homepage .speakers h3.title {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 1.5rem;
}
body.homepage .summit-2021-cta h3 {
  font-size: 2.25rem;
  margin-bottom: 0;
  color: #fa4616;
}
