@charset "utf-8";
/* CSS Document */
* {
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body, html {
  padding: 0px;
  margin: 0px;
  background: #9fc4e0;
  font-size: 14px;
  color: #444955;
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.skipper {
  position: fixed;
  top: -100px;
  left: 10px;
  background: #000;
  padding: 3px 10px;
  color: #fff !important;
	z-index: 10000;
}
.skipper:active, .skipper:focus {
  top: 10px;
}
.red {
  color: #c71d2a;
}
img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.lazy {
  opacity: 0;
}
a {
  transition: color 0.25s;
}
a, a:visited {
  text-decoration: none;
  color: #cf6702;
}
a:hover, a:active {
  color: #0b1f4f;
}
h1, h2 {
  color: #0b1f4f;
  font-weight: 700;
  font-size: 16px;
}
hr {
  border: none;
  border-top: #1b2e5b 1px solid;
  margin: 30px auto
}
#background {}
#container {
  width: 100%;
  position: relative;
  margin: 0px auto;
  background: #FFFFFF;
}
#header {
  width: 100%;
  background: #9fc4e0;
  font-family: 'Cabin', sans-serif;
  font-size: 16.5px;
  color: #0c1d3c;
  font-weight: 700;
  height: auto;
  padding: 30px 0 15px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: #FFFFFF 3px solid;
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
  z-index: 100;
  position: relative;
}
.mist::before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.2018382352941176) 50%, rgba(255, 255, 255, 0.5046393557422969) 90%);
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  transition: opacity 1.5s ease;
  opacity: 0;
}
.mist.blowin::before {
  opacity: 1;
}
#header h1 {
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0px auto;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
#header h1 a {
  color: #fff;
}
#header h2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0px auto;
  letter-spacing: 3px;
}
#header #logo {
  z-index: 106;
  position: absolute;
  top: 80px;
  left: 50%;
  right: 0px;
  width: fit-content;
  transform: translate(-50%, 0%);
}
.fader {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.hasLink {
  cursor: pointer;
}
.faderImage {
  opacity: 0;
  object-fit: cover;
  position: absolute;
  transition: opacity 1.0s ease;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.faderImage.show {
  opacity: 1;
  pointer-events: all;
}
#header #logo a:hover {
  transform: rotate(10deg);
}
#logo a {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
  width: 173px;
  display: inline-block;
  clip-path: circle(85px at center);
}
#main-navs {
  position: relative;
  z-index: 101;
  max-width: 1260px;
  margin: 0px auto -20px;
  padding-right: 15px;
}
ul.navs {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 103;
  height: 40px
}
ul.navs li {
  display: inline-block;
  height: 40px;
  position: relative;
}
ul.navs li.menuBar {
  padding: /*0px 20px*/ 0px 1.7%;
}
ul.navs li.menuBarCenter {
  padding: 0px 130px;
  opacity: 0;
}
ul.navs li.menuBarRight {
  padding: 0px 2.3%;
}
ul.navs li a, ul.navs li a:visited {
  text-decoraction: none;
  color: #0b1f4f;
  font-weight: 700;
  letter-spacing: 2px;
}
ul.navs li a:hover, ul.navs li a:active {
  color: #FFFFFF;
}
ul.navs li.current a {
  color: #FFFFFF;
}
ul.navs li ul {
  text-align: left;
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: 0px;
  z-index: -4;
  top: 20px;
  left: -8px;
  -webkit-transition: top 0.5s, box-shadow 0.5s, opacity 0.5s;
  transition: top 0.5s, box-shadow 0.5s;
  overflow: hidden;
}
/* ul.navs li:hover ul {
     pointer-events: auto;
     overflow: inherit;
     bottom: -116px;
     height: 120px;
}*/
ul.navs li:hover ul, ul.navs li:focus-within ul {
  pointer-events: auto;
  overflow: inherit;
  top: 37px;
  height: auto;
  background-color: #ffffffee; /* linear-gradient(to right, #ffffffb8, #ffffff00); */
  padding: 10px 10px 20px 10px;
  min-width: 205px;
}
ul.navs li ul li {
  position: relative;
  display: block;
  padding: 5px 0px;
  height: 20px
}
ul.navs li ul li a, ul.navs li ul li a:visited {
  text-decoraction: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  color: #0b1f4f !important;
  font-weight: 500 !important;
  letter-spacing: 0px;
  white-space: nowrap;
}
ul.navs li ul li a::before, ul.navs li ul li a:visited::before {
  content: "-";
  padding-right: 11px;
}
ul.navs li ul li a:hover, ul.navs li ul li a:active {
  color: #0b1f4f !important;
  font-weight: 400 !important;
}
ul.navs li ul li.current a {
  color: #0b1f4f !important;
  font-weight: 400 !important;
}
ul.navs li ul li a:hover::before, ul.navs li ul li a:active::before, ul.navs li ul li.current a::before {
  content: url('../images/orange_dot.png');
  padding-right: 6px;
}
#donateBtn {
  background: #ec6b0c;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
  width: 105px;
  position: absolute;
  top: 35px;
  right: 0px;
  float: right;
  text-align: right;
  padding: 3px 0px;
  z-index: 106;
  transition: top 0.5s ease;
}
#donateBtn:after {
  left: 0px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 107, 12, 0);
  border-left-color: #9fc4e0;
  border-width: 18px;
  margin-top: -18px;
}
#videoBtn {
  background: #ec6b0c;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
  width: 185px;
  position: absolute;
  top: 35px;
  left: 0px;
  float: left;
  text-align: left;
  padding: 3px 0px;
  z-index: 106;
  transition: top 0.5s ease;
}
#videoBtn:after {
  right: 0px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 107, 12, 0);
  border-right-color: #9fc4e0;
  border-width: 18px;
  margin-top: -18px;
}
#donateBtn span, #videoBtn span {
  padding: 5px 12px;
}
#donateBtn a, #donateBtn a:visited, #videoBtn a, #videoBtn a:visited {
  color: #FFFFFF;
}
#donateBtn a:hover, #donateBtn a:active, #videoBtn a:hover, #videoBtn a:active {
  color: #9fc4e0;
}
#content {
  width: 100%;
  position: relative;
  margin: 50px auto 100px auto;
  max-width: 1207px;
  min-height: 300px;
  padding: 0px 3.5%;
  z-index: 0;
}
#content p {
  line-height: 1.5;
}
#content p strong {
  /*font-weight: 400;*/
}
#home {
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  max-width: 1400px;
  /* min-height: 300px; */
  padding: 0px;
}
#home::after { /*
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 80%;
  height: 2px;
  background: #ccc;
  transform: translateX(-50%); */
}
#home #promos img {
  display: block;
  margin: 50px;
  width: 100%;
}
#homeImg {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 15px;
  border-bottom: #f26522 3px solid;
}
#homeColContainer {
  position: relative;
  margin: 30px auto;
  text-align: center;
  justify-content: center;
  width: 100%;
  background: #fff url(/images/Homepage-Background-Image.jpg) bottom center no-repeat;
  background-size: contain;
  min-height: 746px;
  margin-bottom: 4px;
  max-width: 1400px;
  padding: 50px 80px;
  font-size: 16px;
}
.homeCol {
  margin: 0px auto;
  text-align: center;
  width: 33.333%;
  position: absolute;
  padding: 10px;
  /*height:315px;
    */
}
.homeCol a {
  font-weight: 600;
  color: #ec6b0c;
}
.homeCol .button {
  border: 2px solid #0b1f4f;
  border-radius: 3px;
  padding: 3px 14px 5px 14px;
  color: #0b1f4f;
  transition: background 0.3s color 0.3s;
  display: inline-block;
  margin-left: 7px;
  margin-top: 7px;
}
.homeCol .button:hover {
  background: #0b1f4f;
  color: #fff;
}
.homeCol1 {
  position: relative;
  margin-left: 0;
}
.homeCol2 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.homeCol2 a {
  font-size: 21px;
}
.homeCol2 p {
  margin-top: 7px;
}
.homeCol3 {
  right: 0;
  top: 0;
}
.homeCol4 {
  top: 40%;
  right: 0;
}
.homeCol h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0b1f4f;
  margin: 10px auto 0px auto;
}
.homeCol h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  margin: 7px 0 0 0;
}
.transportation h1 {
  font-size: 18px;
}
.transportation p.subhead {
  font-size: 14px;
  font-weight: 600;
}
.transportation p.subhead a {
  font-size: 17px;
}
.transportation h2 {
  font-size: 14px;
  color: #001022;
}
.homeBar {
  background: #4c5b7e;
  height: 1px;
  width: 150px;
  position: relative;
  margin: 12px auto 15px auto;
}
a.homeClick, a.homeClick:visited {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ec6b0c;
  cursor: default;
}
a.homeClick:hover, a.homeClick:active {
  /*color:#0b1f4f;
    */
}
.homeCol ul {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.homeCol li {
  font-size: 14px;
  font-weight: 700;
  color: #8f96a5;
  padding-top: 10px;
}
.homeCol li a, .homeCol li a:visited {
  font-size: 14px;
  font-weight: 700;
  color: #8f96a5;
}
.homeCol li a:hover, .homeCol li a:active {
  color: #0b1f4f;
}
#homeNewImg {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 3px;
}
#homeOrangeContainer {
  position: relative;
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.homeNewCol {
  margin: 0px 3px 6px 0px;
  text-align: center;
  height: 194px;
  background: url(../images/home_orange_bg_FC.png) 50% 50% no-repeat #f26522;
  width: calc(50% - 3px);
}
.homeNewCol:nth-child(even) {
  margin: 0px 0px 6px 3px;
  background-image: url(../images/home_orange_bg_jitney.png);
  background-position: 50% 60%;
}
.homeNewCol h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 10px auto 0px auto;
  text-shadow: -2px -2px 0 #ca5219, 2px -2px 0 #ca5219, -2px 2px 0 #ca5219, 2px 2px 0 #ca5219;
}
.homeNewCol h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 8px auto;
}
#promoContainer {
  position: relative;
  margin: 0px auto;
  text-align: center;
  background-color: #e8e8ed;
}
.homePromo {
  max-width: calc(50% - 2px);
  float: left;
  width: 100%;
  padding: 16px;
  text-align: center;
  margin-top: 4px;
  background-color: #FFFFFF;
}
.homePromo:nth-child(even) {
  float: right;
}
.homePromo:nth-child(-n+2) {
  margin-top: 0px;
}
.left {
  float: left;
  width: calc(50% - 23px);
}
.right {
  float: right;
  width: calc(50% - 23px);
}
#aboutLink {
  margin: 50px 0px 0px 0px;
  padding-top: 30px;
  border-top: #1b2e5b 1px solid;
}
#resourcesLink {
  padding-top: 15px;
}
#aboutLink p, #resourcesLink p {
  font-weight: 700;
  font-size: 14px;
  color: #0b1f4f;
  margin: 0px;
}
#aboutLink p:before, #resourcesLink p:before {
  content: url('../images/orange_dot.png');
  padding-right: 6px;
}
.resourceImg {
  max-height: 550px;
  float: right;
}
.orangeBtn {
  font-weight: 700 !important;
  color: #FFFFFF !important;
  font-size: 14px;
  background-color: #ec6b0c;
  border-radius: 2px;
  padding: 2px 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: -1px;
  margin-left: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: background-color 0.25s;
}
.orangeBtn:hover, .orangeBtn:active, .orangeBtn:focus {
  background-color: #0b1f4f;
}
.blueBox {
  background: #0b1f4f;
  padding: 29px 40px 32px 40px;
  width: 100%;
  margin-bottom: 30px;
}
.blueBox h1 {
  color: #FFFFFF;
}
.blueBox p {
  color: #FFFFFF;
}
.blueBox ul {
  color: #FFFFFF;
  padding-left: 14px;
}
.shadowBox {
  border: #FFFFFF 4px solid;
  -webkit-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
}
#footer {
  width: 100%;
  font-size: 13px;
  background: #9fc4e0;
  color: #FFFFFF;
  font-weight: 400;
  padding: 36px 3.5% 75px 3.5%;
  clear: both;
  text-align: center;
  position: relative;
}
#footerLogo {
  width: 100%;
  text-align: center;
  background-color: white;
}
#footer div#footerNavs {
  position: relative;
  margin: 0px auto;
  text-align: center;
  height: 170px;
  display: flex;
  justify-content: center;
  max-width: 1212px;
  padding: 0px;
}
div.footerNav {
  margin: 0px auto;
  border-left: rgba(255, 255, 255, 0.5) 2px solid;
  padding-left: 20px;
  padding-right: 58px;
  height: 140px;
}
div.footerNav ul {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  z-index: 103;
}
div.footerNav ul li {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: #0b1f4f;
  font-size: 13.5px
}
div.footerNav ul li a, div.footerNav ul li a:visited {
  font-family: 'Lato', sans-serif;
  font-size: 13.5px;
  color: #0b1f4f;
  font-weight: 300;
  line-height: 1.5;
}
div.footerNav ul li a:hover, div.footerNav ul li a:active {
  color: #FFFFFF;
}
div.footerNav:last-child {
  padding-right: 0px;
}
#footer a, #footer a:visited {
  text-decoration: none;
  color: #0b1f4f;
}
#footer a:hover, #footer a:active {
  color: #FFFFFF;
}
#footer a.footerPhone, #footer a.footerPhone:visited, #footer a.footerPhone:hover, #footer a.footerPhone:active {
  text-decoration: none;
  color: #FFFFFF;
}
#footer span.credit {
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
#footer span.credit a, #footer span.credit a:visited {
  color: #FFFFFF;
}
#footer span.credit a:hover, #footer span.credit a:active {
  color: #808080;
}
.clear-fix {
  clear: both;
}
#menuswitch {
  display: none;
}
/* newsletters styles */
.newsletters {
  width: 246px;
  float: left;
  padding: 0px 0px 40px 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.newsletters a {
  display: block;
  overflow: hidden;
}
.newsletters:not(:nth-child(1)) {}
.newsletters h1 {
  color: #161750;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.newsletters h1 span {
  display: block;
  color: gray;
  font-size: 12px;
}
.newsletters .image {
  height: 315px;
  overflow: hidden;
  margin-top: 20px;
}
.newsletters .image img {
  max-width: 98%
}
.newsletters .image:before {
  content: url(../images/page_turner.png);
  position: absolute;
  left: 20px;
  pointer-events: none;
}
.newsletters form {
  display: none;
}
/* press styles */
#pressroom {
  font-size: 0px;
}
.press {
  width: 246px;
  display: inline-block;
  padding: 0 0 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: auto;
  vertical-align: top;
}
.press a {
  display: block;
  overflow: hidden;
}
.press h1, .press h2 {
  color: #161750;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.press h1 span, .press h2 span {
  display: block;
  color: gray;
  font-size: 12px;
}
.press .image {
  height: 315px;
  overflow: hidden;
  margin-top: 20px;
}
.press .image img {
  max-width: 98%
}
.press .image:before {
  content: url(../images/page_turner.png);
  position: absolute;
  left: 20px;
  pointer-events: none;
}
.press form {
  display: none;
}
.press-and-journeys #content {
  display: flex;
  flex-direction: column;
  font-size: 0px;
}
.press-and-journeys #content.reversed {
  display: flex;
  flex-direction: column-reverse;
  font-size: 0px;
}
.journey {
  width: calc(33.333%);
  display: inline-block;
  padding: 0 0 40px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: auto;
  vertical-align: top;
}
.journey img {
  max-width: 229px;
}
.journey h1, .journey h2 {
  font-size: 16px;
}
.journey h1 span, .journey h2 span {
  display: block;
  color: gray;
  font-size: 12px;
}
/* Staff Styles */
.staff {
  padding-top: 30px;
  border-top: #1b2e5b 1px solid;
}
.staffLeft {
  float: left;
  width: 32%;
}
.staffLeft img {
  margin: 6px;
  border: #FFFFFF 4px solid;
  -webkit-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.30);
}
.staffRight {
  float: right;
  width: calc(68% - 26px);
}
.staffRight p {}
.staffName {
  color: #0b1f4f;
  font-weight: 700;
  margin: 0px;
  font-size: 15px;
}
.staffTitle {
  color: #0b1f4f;
  font-weight: 400;
}
/* Resources & Tips Styles*/
.chapterLinks {
  margin-left: 20px;
}
.chapterLinks ul {
  list-style: url(../images/orange_dot.png);
}
.chapterLinks ul li {
  padding-bottom: 5px;
}
.chapterLinks ul li a, .chapterLinks ul li a:visited {
  color: #545965;
  text-decoration: none;
}
.chapterLinks ul li a:hover, .chapterLinks ul li a:active {
  color: #cf6702;
}
/* Banner Styles */
.banner {
  width: 100%;
  background: #0b1f4f;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 30px 13px;
  position: relative;
  margin-bottom: 0px;
  border-top: 3px solid #fff;
}
.banner h1 {
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 1px;
  letter-spacing: 1px;
}
.banner p {
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0px;
  margin-top: 4px;
}
.banner h1 a, .banner p a, .banner h1 a:visited, .banner p a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.banner h1 a:hover, .banner p a:hover, .banner h1 a:active, .banner p a:active {
  color: #FFFFFF;
}
/* NOTE: Banner classes are created in DESCENDING order, but the banner data is displayed in ascending order;
 i.e., record 1 of 3 is styled as banner3, record 3 of 3 is styled as banner1 to keep the color blue next to the top of the site no matter how many banners there are, 1, 2, or 3 */
.banner.banner3 {
  background: #147e29;
}
.banner.banner2 {
  background: #98124a;
}
.news {
  max-width: 1118px !important;
}
.footer-location:not(.gridItem) {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: white;
  font-size: 13.5px;
  text-align: left;
  max-width: 1212px;
  margin: auto;
  position: relative;
  padding: 2px 0px;
}
.footer-location span, .footer-subscribe span {
  font-family: 'Cabin', sans-serif;
  color: #0b1f4f;
}
.footer-location strong {
  font-weight: 700;
}
.footer-social > a {
  display: inline-block;
  margin-top: 10px;
}
.footer-social span, .footer-medal span, .footer-subscribe span {
  display: block;
}
.gridItem span {
  font-size: 15px;
   font-weight:400;
}
.grid {
  display: grid;
  max-width: 1212px;
  margin: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
  grid-gap: 10px;
  margin-top: 20px;
}
.gridItem {
  text-align: left;
}
.gridAddress1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 12;
   font-weight:300;
   color:#0b1f4f;
}
.gridAddress2 {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 12;
}
.footer-social {
  grid-row-start: 4;
  grid-column-start: 1;
  grid-column-end: 1;
}
.footer-subscribe {
  grid-row-start: 4;
  grid-column-start: 2;
  grid-column-end: 2;
}
.footer-medal {
  grid-row-start: 1;
  grid-row-end: 7;
  grid-column-start: 10;
  grid-column-end: 12;
}
.footer-medal {
  text-align: center;
}
.footer-medal img {
  width: 125px;
  margin-top: 5px;
  margin: 4px;
}
.footer-social > a > img {
  display: inline-block;
  width: 30px;
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 5px;
}
.footer-subscribe {
  display: inline-block;
  position: relative;
  text-align: left;
}
.join-fight-btn {
  background-color: #ec6b0c;
  color: white;
  border: unset;
  font-size: 12px;
  padding: 9px;
  position: relative;
  top: 21px;
  height: 30px;
  font-weight: 400;
    text-decoration: none;
}
 a.join-fight-btn:visited {
    color: #ffffff;
}
 a.join-fight-btn:hover {
    color: #0b1f4f;
}
.social {
  padding-bottom: 20px;
  display: flex;
  width: 100vw;
  flex-direction: column;
}
.buy-tickets-now {
  background-color: #ec6b0c;
  color: white !important;
  font-size: 14px;
  padding: 4px 18px 6px 18px;
  font-weight: 400;
  border-radius: 21px;
  flex: 1 0 auto;
  width: 131px;
  margin: 25px auto;
  text-align: center;
  border: 15px solid #ffffff;
  box-sizing: initial;
  height: 15px;
  position: relative;
  z-index: 2;
  line-height: 17px;
}
.social:after {
  content: '';
  width: 100vw;
  background-color: #999999;
  height: 1px;
  position: relative;
  top: -53px;
  z-index: 0;
}
.media {
  padding: 20px 0px;
  border-bottom: 1px solid black;
}
.media:last-child {
  border-bottom: 1px solid black;
}
.video {
  position: relative;
  text-align: right;
  background-color: black;
  right: 0px;
  overflow: hidden;
  width: 96.334%;
  height: 100%;
}
audio {
  position: absolute;
  z-index: 12;
  bottom: 10px;
  left: 50%;
  width: 75%;
  transform: translate(-50%, 0%);
}
.video img {
  z-index: 0;
  /* min-height: 288px; */
  /* min-width: 512px; */
  /* object-fit: cover; */
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  opacity: .7;
}
.video:not(.playing):before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/play-arrow.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 30;
  left: 0px;
  top: 0px;
  pointer-events: none;
  /*background-color: #0000004d;*/
  background-size: 20%;
}
.video.audio:not(.playing):before {
  background-image: url(../images/play-audio.png);
}
iframe.if {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.gala-container, .partner-container {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
}
.gh1 {
  font-size: 20px;
  font-family: 'Cabin', sans-serif;
  color: #2a2f3e;
  font-weight: 700 !important;
  position: relative;
}
.gh1 div {
  display: inline-block;
  padding: 10px 15px;
  background-color: white;
  position: relative;
}
.gh1.backdash:before {
  content: '';
  width: 100%;
  display: block;
  border-top: 1px solid #2b2b2b;
  position: absolute;
  top: 45%;
}
.gh2 {
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
  color: #9fa4b1;
  margin: 30px 0px 15px 0px;
  font-weight: 700 !important;
  position: relative;
}
.gh2 div {
  display: inline-block;
  padding: 10px 15px;
  background-color: white;
  position: relative;
}
.gh2.backdash:before {
  content: '';
  width: 90%;
  display: block;
  border-top: 1px solid #9fa4b1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.gh3 {
  font-size: 16px;
  font-family: 'Cabin', sans-serif;
  color: #0b1f4f;
  margin: 8px 0px;
  font-weight: 700 !important;
}
.sh1 {
  font-size: 12px;
  font-family: 'Cabin', sans-serif;
  color: #2a2f3e;
  font-weight: 700 !important;
  position: relative;
  margin-top: 10px;
}
.sh1 a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ec6b0c;
  color: white;
  position: relative;
  border-radius: 20px;
  margin: 0px -2px;
  border: 15px solid white;
}
.sh1 a:hover {
  background-color: #f29754;
}
.sh1.backdash:before {
  content: '';
  width: 90%;
  display: block;
  border-top: 1px solid #9fa4b1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.cols2022 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b6b6b6;
  padding-top: 30px;
  margin-top: 40px;
  font-weight: 700;
  flex-wrap: wrap;
  margin-bottom: 270px;
}
.cols2022 h2 {
  width: 100%;
  color: #d92540;
}
.home2022col {
  color: #0b1f4f;
  width: 23%;
  cursor: pointer;
  padding: 30px 0;
}
.top2022 {
  font-size: 16px;
}
.red2022 {
  color: #d92540;
}
.bottom2022 {
  font-size: 17px;
}
.middle2022 img {
  width: 196px;
  height: 196px;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 15px auto;
}
.title2022 {
  font-size: 22px;
}
.date2022 {
  margin-top: 7px;
}
.time2022 {
  font-weight: 400;
}
@media (max-width:1400px) {
  .fader {
    width: 100vw;
    height: 42.85vw;
  }
  .faderImage {}
}
@media (max-width:1290px) {
  #footerLogo {}
}
/* extend "wide" view */
@media (max-width:1260px) {
  ul.navs li a, ul.navs li a:visited {
    letter-spacing: 0px;
  }
  ul.navs li.menuBar {
    padding: 0px 1%;
  }
  ul.navs li.menuBarCenter {
    padding: 0px 120px;
  }
  ul.navs li.menuBarRight {
    padding: 0px 1.2%;
  }
}
@media (max-width:1155px) {
  #footer {
    text-align: left;
  }
  #footer div#footerNavs {
    display: inherit;
    max-width: 1000px;
  }
  div.footerNav {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 202px;
  }
  .grid {
    grid-template-columns: 33% 33% 33%;
    grid-gap: 20px;
  }
  .gridAddress1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 4 !important;
     padding-right:30px;
  }
  .gridAddress2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .footer-social {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .footer-subscribe {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .footer-medal {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
  }
}
@media (max-width:1060px) {
  #header {
    text-align: left;
    font-size: 15px;
    padding-top: 10px;
  }
  #logo a {
    width: 150px;
  }
  #header h1 {
    margin-left: 16px;
    font-size: 22px;
    letter-spacing: 1px;
  }
  #header h2 {
    margin-left: 16px;
    letter-spacing: 2px;
  }
  #donateBtn {
    top: 8px;
    font-size: 17px;
  }
  #videoBtn {
    top: 40px;
    left: auto;
    right: 0px;
    float: right;
    text-align: right;
    font-size: 17px;
    width: 160px;
  }
  #videoBtn:after {
    left: 0px;
    border-left-color: #9fc4e0;
    border-right-color: rgba(255, 255, 255, 0);
  }
  #homeColContainer {
    padding: 30px 30px 250px 30px;
  }
  .homeCol {
    margin: 0;
    text-align: center;
    width: 50%;
    position: relative;
    /*height:315px;
    */ left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
  }
  .home2022col {
    width: 48%;
  }
}
@media (max-width:985px) {
  .staffLeft {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .staffLeft img {
    margin: 0px;
  }
  .staffRight {
    width: 100%;
    float: none;
  }
  #content, #home {
    margin-bottom: 86px;
  }
  #footerLogo {
    top: -56px;
  }
}
@media (max-width:730px) {
  #header {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
  }
  #header h2 {
    letter-spacing: 0px;
    font-size: 15px;
  }
  #main-navs {
    margin: 0px auto;
    padding: 0px;
  }
  #menuswitch {
    display: inherit;
    margin-left: 16px;
    padding: 10px 0px;
  }
  #homeColContainer {
    padding: 30px 30px 150px 30px;
  }
  .homeCol {
    width: 100%;
  }
  body.menuOpen ul.navs li, body.menuOpen ul.navs li ul {
    display: block;
  }
  body.menuOpen ul.navs li.menuBar {
    display: none;
  }
  ul.navs li:hover ul {
    top: auto;
    height: auto;
    background-color: #ffffffbb; /* linear-gradient(to right, #ffffffb8, #ffffff00); */
    padding: 10px 10px 20px 10px;
  }
  ul.navs {
    height: auto;
    margin: 0px;
    width: 100%;
    background: #FFFFFF;
    padding: 0px 3.5% 0px;
    font-size: 14px;
  }
  ul.navs li:first-child {
    padding-top: 10px;
  }
  ul.navs li a span#goAway {
    display: inherit;
  }
  ul.navs li {
    display: none;
    height: auto;
    padding: 2px 0px;
  }
  ul.navs li a:hover, ul.navs li a:active, ul.navs li.current a {
    color: #0b1f4f;
  }
  ul.navs li ul {
    transition: none;
    overflow: visible;
    position: relative;
    top: 0;
    z-index: 105;
    height: auto;
  }
  ul.navs li:hover ul {
    overflow: visible;
    bottom: 0;
    height: auto;
    padding: 0px;
  }
  ul.navs li ul li {
    margin-left: 0px;
    height: auto;
    padding: 2px 0px;
    font-size: 14px;
  }
  #footer span {
    display: block;
    padding: 2px 0px;
  }
  .footerHide {
    display: none !important;
  }
  .journey {
    width: 50%;
    display: inline-block;
    padding: 0 0 40px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
  }
  a.join-fight-btn {
    width: 85px;
    display: block;
    text-align: center;
    top: 14px;
  }
  #homeOrangeContainer {
    display: inherit;
  }
  .homeNewCol {
    width: 100%;
    margin: 0px auto;
  }
  .homeNewCol:nth-child(even) {
    width: 100%;
    margin: 6px auto;
  }
  .homePromo {
    max-width: 100%;
    float: none;
  }
  .homePromo:nth-child(even) {
    float: none;
  }
  .homePromo:nth-child(-n+2) {
    margin-top: 4px;
  }
  .homePromo:first-child {
    margin-top: 0px;
  }
  ul.navs li {
    margin-left: 0px;
  }
  div.footerNav {
    height: auto;
  }
  .left {
    float: none;
    width: 100%;
  }
  .right {
    float: none;
    width: 100%;
  }
  .resourceImg {
    float: none;
  }
  .newsletters {
    margin: 0px auto;
    float: none;
  }
  .press {
    margin: 0px auto;
    float: none;
  }
  .staffLeft {
    float: left;
    width: 32%;
    margin-bottom: 0px;
  }
  .staffLeft img {
    margin: 6px;
  }
  .staffRight {
    float: right;
    width: calc(68% - 26px);
  }
  .chapterLinks {
    margin-left: 0px;
  }
  #content {
    margin-top: 30px;
  }
  #content, #home {
    margin-bottom: 76px;
  }
  #footerLogo {
    top: -46px;
  }
  #donateBtn {
    top: 38px;
    font-size: 16px;
    width: 90px;
  }
  #videoBtn {
    top: 70px;
    font-size: 16px;
    width: 150px;
  }
}
@media (max-width:560px) {
  .cols2022 {
    margin-bottom: 100px;
  }
  .home2022col {
    width: 100%;
    border-bottom: 1px dashed #b6b6b6;
  }
  .home2022col:last-child {
    border-bottom: none;
  }
  .home2022col img {
    height: auto;
  }
}
@media (max-width:450px) {
  #header #logo {
    top: 10px;
    left: 10px;
    right: none;
    width: 90px;
  }
  #header #logo a img {
    width: 90px;
  }
  #header h2 {
    font-size: 12px;
  }
  ul.navs li {
    margin-left: 0px;
  }
  /*ul.navs li:nth-child(n+6){
        margin-left:170px;
    }
    */
  ul.navs li ul li {
    margin-left: 0px !important;
  }
  #menuswitch {
    padding-top: 3px;
  }
  #homeColContainer {
    padding: 30px 30px 80px 30px;
  }
  #footer div#footerNavs {
    height: auto;
  }
  div.footerNav {
    width: 100%;
    float: none;
    border: none;
    padding: 0px;
  }
  div.footerNav ul {
    text-align: left;
  }
  .newsletters {
    margin: 0px auto;
    float: none;
  }
  .press {
    margin: 0px auto;
    float: none;
  }
  .staffLeft {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .staffLeft img {
    margin: 0px;
  }
  .staffRight {
    width: 100%;
    float: none;
  }
  #content, #home {
    margin-bottom: 66px;
  }
  #footerLogo {
    top: -36px;
  }
}
@media (max-width:450px) {
  #content, #home {
    margin-bottom: 56px;
  }
  #footerLogo {
    top: -26px;
  }
  #header {
    padding-bottom: 25px;
  }
  #main-navs {
    top: 25px;
  }
  #donateBtn {
    top: 53px;
  }
  #videoBtn {
    top: 85px;
  }
}
@media (max-width:344px) {}