@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
}
.links {
  display: 'block';
  height: '100%';
}
.nav {
  height: 100%;
  align-items: center;
  margin-left: 10rem;
}
.nav-link {
  line-height: 2.45rem;
}
.nav li {
  height: 100%;
}
.nav .nav-link {
  color: #fff;
}
.nav .active {
  background-color: #005a8d;
}
.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 261px;
  background: url('/ivbmevents/Group 149.png');
}
.email-link {
  color: #fff;
}
.email-link:hover {
  color: #fff;
  text-decoration: underline;
}
.logo {
  width: 250px;
}
.intro {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  /* font-weight: 300; */
  height: 300px;
  color: #444444;
}
.left-block {
  width: 65%;
  background: url('/ivbmevents/Path 6.png');
  background-repeat: no-repeat;
  /* background-size: 950px 300px; */
  background-size: 100% 300px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem;
}
.left-block p {
  margin: 0 0 0 5rem;
  padding: 2rem;
}
.right-block p {
  padding: 2rem 6rem 2rem 2rem;
}
.right-block {
  width: 35%;
  background: url('/ivbmevents/Path 5.png');
  background-repeat: no-repeat;
  /* background-size: 450px 300px; */
  background-size: 100% 300px;

  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: #fff;
}
.goals {
  height: 58px;
  margin: 2rem 0;
  background: url('/ivbmevents/rule2.png');
  background-size: 100% 58px;
  background-repeat: no-repeat;
  text-align: center;
}
.goals h2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  line-height: 59px;
}
.goal-cards {
  display: flex;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 25%;
  height: 300px;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.goal-card p {
  height: 120px;
  font-size: 15px;
  /* font-weight: 300; */
  text-align: center;
  color: #444444;
  padding: 1rem 2rem;
}
.img-cards {
  height: 109px;
  width: 128px;
}
hr {
  margin: 0 !important;
  border-top: 1px solid #616161 !important;
}
.foot-print {
  margin: 2rem 0;
}

.filter {
  width: 80%;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-buttons {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.filter > p {
  margin-bottom: 0 !important;
}
.filter .filter-buttons input[type='radio'] {
  display: none;
}
input[type='radio'] + *::before {
  content: '';
  display: inline-block;
  vertical-align: center;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.3rem;
  /* margin-bottom: 0.2rem; */
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
}
.white-hr {
  border-top: 1px solid #fff !important;
  padding-top: 1rem !important;
}
.all {
  color: #000000cc;
}
.upcoming {
  color: #00abe9 !important;
}
.past {
  color: #e20a0a;
}
.oncology {
  color: #005a8d;
}
.pop-health {
  color: #0c9a3d;
}
.all > input[type='radio']:checked + *::before {
  background-color: #000000cc;
}
.upcoming input[type='radio']:checked + ::before {
  background-color: #00abe9;
}
.past input[type='radio']:checked + ::before {
  background-color: #e20a0a;
}
.oncology input[type='radio']:checked + ::before {
  background-color: #005a8d;
}
.pop-health input[type='radio']:checked + ::before {
  background-color: #0c9a3d;
}
.map-div {
  text-align: center;
}
.map-div p {
  font-size: 0.8rem;
  color: #a4a4a4;
  margin-bottom: 0;
}
.form-check-label {
  margin-left: 0.5rem;
}
.form-check {
  padding: 0 2rem 0 0 !important;
}
.boxcheck {
  display: flex;
}
.map {
  /* max-width: 1040px; */
  width: 100%;
}
.co-chairs {
  width: 40%;
  font-size: 1rem;
  background-color: #112538;
  margin: 1rem auto;
  color: #fff;
}
.co-chairs p {
  text-align: center;
  margin-bottom: 0;
}
.hr1 {
  display: none;
}

@media screen and (max-width: 1400px) {
  .goals {
    background-size: 100% 58px;
  }
  .left-block {
    background-size: 100% 300px;
  }
  .right-block {
    background-size: 100% 300px;
  }
  .loc-details p:nth-child(1) {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 1124px) {
  .grid {
    max-width: 740px !important;
  }
}

@media screen and (max-width: 1024px) {
  .map__marker-info-inner {
    display: none;
  }
  .intro {
    font-size: 0.9rem;
    height: 250px;
  }
  .left-block {
    background-size: 100% 250px;
  }
  .right-block {
    background-size: 100% 250px;
  }
  .goals {
    background-size: 100% 58px;
  }
  .goals h2 {
    line-height: 52px;
  }
  .video-js {
    height: 380px !important;
  }
}

@media screen and (max-width: 768px) {
  .video-js {
    height: 300px !important;
  }
  .intro {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  .left-block {
    width: 100%;
    background: none;
    background-color: #f6f6f6;
  }
  .right-block {
    width: 100%;
    background: none;
    background-color: #005a8d;
  }
  .left-block p {
    margin: auto;
  }
  .right-block p {
    margin: auto;
    padding: 2rem;
  }
  .goal-card p {
    padding: 1rem 0.5rem;
  }
  .goal-cards {
    flex-direction: column;
  }
  .card {
    width: 50% !important;
    margin: auto;
    height: 220px;
    /* flex-direction: column; */
    /* margin: -1rem 0; */
  }
  .map__marker > a {
    width: 0.5em !important;
    height: 0.5em !important;
  }
  .filter {
    width: 100%;
  }
  .grid {
    width: 100% !important;
  }
  .onc,
  .popHealth {
    font-size: 13px !important;
  }
  .popHealth {
    width: 205px !important;
  }
  .onc,
  .popHealth {
    margin: 1rem auto;
  }
  .details {
    height: auto !important;
    flex-direction: column;
    text-align: center;
  }
  .details div {
    width: 80% !important;
  }
  .details div a {
    width: 35% !important;
    float: none !important;
    margin: 1rem auto;
  }
  .location .flag {
    height: auto !important;
    margin: auto;
  }
  .location .loc-details {
    width: 100% !important;
    height: auto !important;
    margin: 0.5rem 0;
  }
  .loc-details p:nth-child(2) {
    padding-top: 10px;
  }
  .leaderboardAdWrapper {
    position: static !important;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 360px) and (min-width: 270px) {
  .register .sponsor-button,
  .register .participate-button,
  .past-button,
  .up-button {
    width: 100px !important;
    font-size: 10px !important;
  }
  .nav {
    flex-wrap: nowrap !important;
  }
  .nav-link {
    padding: 0.5rem 1rem !important;
  }
}
@media only screen and (max-width: 576px) and (min-width: 361px) {
  .past-button,
  .up-button {
    font-size: 0.74rem !important;
    width: 160px !important;
  }
  .register .sponsor-button,
  .register .participate-button {
    width: 140px !important;
  }
}
@media only screen and (max-width: 576px) {
  .intro {
    margin: -3rem -15px 2rem;
  }
  .img-container {
    height: 180px;
    object-fit: cover;
  }
  .logo {
    width: 30%;
    height: auto;
  }
  .goals {
    width: 80%;
    height: 70px;
    margin: 1rem auto;
    background-size: 100% 100%;
  }
  .goals h2 {
    line-height: 27px;
    padding: 8px;
  }
  .nav {
    margin-left: 0;
  }
  .nav .active {
    color: #fff;
  }
  .card {
    width: 100% !important;
  }
  .grid {
    max-width: 330px;
  }
  .map__marker > a {
    height: 0.3rem !important;
    width: 0.3rem !important;
  }
 
  .filter {
    display: none;
  }
  .filter-mobile {
    display: block !important;
  }

  .testPopEvent {
    left: 82% !important;
  }
  /* .map__marker--newyork {
      left: 82% !important;
    } */
  .flEvent2 {
    left: 76% !important;
  }
  .mnOnc {
    left: 50%;
  }
  .form-row {
    flex-direction: column;
  }
  /* .show {
      display: none;
    } */
  .filter1 {
    margin-bottom: 0 !important;
  }
  .form-group {
    width: 100% !important;
  }
  .col-style {
    margin-left: 0 !important;
  }
  .details div a {
    width: 50% !important;
  }

  .thumbnail {
    max-width: 120px !important;
  }
  .filter-mob {
    display: block !important;
  }
  .filter1 p:first-child {
    display: none;
  }
  .filter-buttons1 {
    flex-direction: column !important;
  }
  .navbar-nav {
    align-items: baseline;
  }
}
.filter-mob {
  display: none;
}
.navbar-expand-sm ul {
  width: 100%;
}
.filter-mob button {
  border: none;
  margin-right: 1rem;
}
/* For maps */
.align {
  display: grid;
  place-items: center;
}
.filter-buttons1 {
  display: flex !important;
  flex-direction: row;
}
.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
}

.maps {
  margin-top: 3em;
  position: relative;
}

.map__markers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map__marker {
  position: absolute;
}

.map__marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.map__marker:hover .map__marker-info {
  display: block;
}

.locator {
  /* background-color: #005A8D; */
  border-radius: 50%;
  height: 0.6rem;
  display: block;
  text-indent: -9999px;
  width: 0.6rem;
}

.map__marker--chicago {
  left: 65%;
  top: 35%;
}
.testPopEvent {
  left: 86%;
  top: 26%;
}
.map__marker--newyork {
  left: 88%;
  top: 25%;
}
.ctEvent {
  left: 92%;
  top: 30%;
}
.tnEvent {
  left: 74%;
  top: 57%;
}
.nashvilleEvent {
  left: 73%;
  top: 59%;
}
.flEvent {
  left: 81%;
  top: 88%;
}
.flEvent2 {
  left: 81%;
  top: 87%;
}

.map__marker--florida:after {
  animation-delay: 3s;
}

.map__marker--los-angeles {
  left: 7%;
  top: 60%;
}

.map__marker--los-angeles:after {
  animation-delay: 5s;
}

/* .map__marker--new-york {
    left: 91%;
    top: 31%;
  }
   */
.map__marker--san-francisco {
  left: 1%;
  top: 46%;
}

.map__marker--san-francisco:after {
  animation-delay: 3s;
}

.map__marker--seattle {
  left: 8%;
  top: 1%;
}

.map__marker--seattle:after {
  animation-delay: 5s;
}

.map__marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -1em);
  width: 40em;
  z-index: 999;
}

.map__marker-info-header {
  background-color: #ce606f;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #fff;
  padding: 0.5em 1em;
}

.map__marker-info-main {
  background-color: #fff;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: #7e7e7e;
  /* padding: 0.5em 1em; */
}

.map__marker-info h2 {
  margin-bottom: 0;
}

.map__marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

.map__marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate--bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}
.cards {
  display: flex;
}
.card-info {
  /* align-self: center; */
  width: 80%;
  text-align: center;
  margin: 1rem auto;
}
.card-info hr {
  border-top: 1px solif #fff !important;
}
.blue-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #005a8d;
  color: #fff;
  font-size: 0.85rem;
}
.white-card {
  width: 50%;
  display: flex;
  flex-direction: column;
}
/* .co-chairs {
    display: flex;
} */
.speaker1 {
  display: flex;
}
.speaker {
  font-size: 0.65rem;
  /* width: 80%; */
  display: flex;
  /* justify-content: space-evenly; */
  margin: 10px 0;
}
.speaker img {
  max-width: 60px;
  margin-left: 1rem;
}
.speaker-info {
  margin-left: 1rem;
}
/* .speaker-info p:first-child {
  color: #000;
} */
.speaker-info p {
  color: #000;
  margin-bottom: 0;
}
.filter-mobile {
  display: none;
  width: 90%;
  text-align: center;
  margin: 2rem auto 2rem auto;
}
.filter-mobile > select {
  height: 40px;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #858383;
  color: #858383;
}
.filter-mobile p:last-child {
  margin: 1rem 0;
  color: #a4a4a4;
  font-size: 0.75rem;
}
.learn-more img {
  width: 150px;
  margin: auto;
}
.footer {
  width: 100%;
  padding: 1rem;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* flex-direction: column; */
}
.footer p {
  width: 30%;
  font-size: 0.5rem;
  margin-bottom: 0;
}
.footer img {
  /* width: 70%; */
  max-width: 150px;
}

/* querries for map location */
@media screen and (max-width: 1150px) {
  .map__marker--newyork {
    top: 29%;
  }
}
/* slider buttons */
.slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 6rem; */
}
.past-button,
.up-button {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  width: 250px;
  height: 50px;
  color: white;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: none;
  margin-left: 2px;
}
past-button:focus,
up-button:focus {
  outline: none;
}
.normal {
  color: #aaaaaa;
  background: #f6f6f6;
}
.active {
  background: #005a8d;
  color: white;
}
.normal::before,
.normal::after {
  background: #f6f6f6;
}
.active:before,
.active:after {
  background: #005a8d;
}
.past-button:before,
.past-button:after,
.up-button:before,
.up-button:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 35px;
  border-radius: 3px;
}
.past-button:before,
.past-button:after {
  right: -15px;
}

.up-button::before,
.up-button::after {
  left: -15px;
}
.past-button::before {
  top: 10px;
}
.past-button::after {
  bottom: 10px;
}
.up-button:before {
  bottom: 10px;
}
.up-button:after {
  top: 10px;
}
.past-button:before,
.up-button:before {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(42deg);
}
.past-button:after,
.up-button:after {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-42deg);
}
.all-events {
  font-size: 0.75rem;
  color: #005a8d !important;
  margin: 1rem;
  text-decoration: underline !important;
}
.sliders {
  text-align: center;
  margin: 4rem 0;
}
.carousel-container {
  margin: 3rem 0;
}
.register h3 {
  color: #005a8d;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 3rem 0;
}
.register .sponsor-button,
.register .participate-button {
  font-size: 18px;
  width: 160px;
}
.register p {
  color: #000000cc;
  font-size: 18px;
  text-align: center;
  margin: 3rem 0;
}
label {
  color: #000000cc;
  margin-bottom: 0 !important;
}
.form-control {
  border: none !important;
  border-bottom: 1px solid #777777 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.form-group {
  width: 80%;
  margin: auto;
}
.btn-primary {
  float: right;
  width: 120px;
  border-radius: 0 !important;
}
.filter-buttons {
  display: flex;
  align-items: center;
}
.filter1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 3rem;
}
.events > label > input[type='radio'] {
  display: block;
}
.events label span {
  padding-left: 0.5rem;
}
.events label {
  margin-right: 2rem;
}
.events input[type='radio'] + *::before {
  display: none;
}
.filter1 p {
  width: 10%;
}
.filter1 div {
  width: 100%;
}
.filter > select {
  width: 20%;
}
.arrow {
  position: relative;
  display: block;
  height: 40px;
  border-radius: 2px 5px 5px 2px;
  color: white;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 28px;
  border-radius: 5px;
}
.arrow:before,
.arrow:after {
  right: -10px;
}
.arrow:before {
  bottom: 3px;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(42deg);
}
.arrow:after {
  top: 3px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-42deg);
}
.onc {
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  background: #418ec4;
}
.onc:before,
.onc:after {
  background: #418ec4;
}
.popHealth {
  width: 240px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  background: #005a8d;
}
.popHealth:before,
.popHealth:after {
  background: #005a8d;
}
nav {
  width: 100%;
}
.navbar-expand-sm > ul {
  width: 100%;
}
.navbar-expand-sm .nav {
  margin-left: 0 !important;
  justify-content: space-between;
}
.event-mod {
  border-bottom: 1px solid #707070;
}
.location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.location .flag {
  height: 40px;
}
.location .loc-details {
  width: 100%;
  height: 90px;
  padding: 0.5rem 0;
}
/* .loc-details p:nth-child(2) {
    font-size: 21px;
    color: #005a8d;
    font-weight: 800;
    margin-bottom: 0;
  } */
.loc-details p:nth-child(1) {
  font-size: 21px;
  color: #005a8d;
  font-weight: 800;
  margin-bottom: 0;
}
.details {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin: 1rem auto;
}
.details div {
  width: 33.3%;
}
.thumbnail {
  display: block;
  /* width: 80%; */
  max-width: 150px;
  margin: auto;
}
.details div a {
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  color: #fff;
  float: right;

  display: block;
  width: 50%;
  height: 40px;
  background-color: #005a8d;
}
@media screen and (max-width: 300px) {
  .map__marker > a {
    height: 0.2em !important;
    width: 0.2em !important;
  }
  .details div a {
    width: 80% !important;
  }
}
/* map locations of past events*/
.mnOnc {
  top: 20%;
  left: 55%;
}
.minMN {
  top: 21.5%;
  left: 55%;
}
.njOnc {
  top: 34%;
  left: 89%;
}
.nyAdv {
  top: 29%;
  left: 83%;
}
.illFut {
  top: 38%;
  left: 62%;
}
.pennOnc {
  top: 37.5%;
  left: 87%;
}
.flQuest {
  top: 90%;
  left: 82%;
}
.txcsEvent {
  top: 85%;
  left: 45%;
}
.gacsEvent {
  top: 70%;
  left: 76%;
}
.snnyEvent {
  top: 28%;
  left: 87%;
}
.waEvent {
  top: 9%;
  left: 12%;
}
.dtxEvent {
  top: 82%;
  left: 45%;
}
.sponsor-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.goal-card {
  cursor: default !important;
}
.col-style {
  margin-left: 5rem;
  padding-top: 0.5rem;
}
.caoEvent {
  top: 61%;
  left: 9%;
}
.noEvent {
  top: 80%;
  left: 61%;
}
.csnyEvent {
  top: 26%;
  left: 87%;
}
.azEvent {
  top: 64%;
  left: 20%;
}
.orangeCA {
  top: 56%;
  left: 8%;
}
.gvCO {
  top: 44%;
  left: 34.5%;
}
.portOR1 {
  top: 48%;
  left: 53.5%;
}
.portOR2 {
  top: 15%;
  left: 8%;
}
.houstonTX {
  top: 82%;
  left: 51%;
}
.edisonNj {
  top: 36%;
  left: 88.75%;
}
.nbNj {
  top: 37.35%;
  left: 88.5%;
}

.slectYear {
  color: #000000cc !important;
}
.tnsEvent {
  left: 69%;
  top: 57%;
}
.flQuest3 {
  top: 86%;
  left: 79%;
}
.gvCO3 {
  top: 48%;
  left: 54%;
}
.newyorkNY {
  top: 29%;
  left: 88%;
}
.newyorkNY2 {
  top: 27%;
  left: 88.7%;
}
.gvCO1 {
  top: 46%;
  left: 34.5%;
}
.card-info h3 {
  font-size: 1.3rem;
}
.scAZ {
  top: 62%;
  left: 20.5%;
}
.nsTNS {
  top: 57%;
  left: 72%;
}
.btLS {
  top: 79%;
  left: 60%;
}
.atGeo {
  top: 64%;
  left: 72.7%;
}
.txAsEvent {
  top: 85%;
  left: 48%;
}
.oFae {
  top: 82%;
  left: 47%;
}
.hstTxEvent {
  top: 80%;
  left: 50%;
}
.brightcove-react-player-loader {
  width: 100%;
  position: relative;
  padding: 0 0 56.25% 0;
  margin: 0;
}
.brightcove-react-player-loader video-js {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-js {
  width: 100% !important;
  height: 430px;
}
@media screen and (max-width: 548px) {
  .video-js {
    height: 250px !important;
  }
}
@media screen and (max-width: 448px) {
  .video-js {
    height: 211px !important;
  }
}
@media screen and (max-width: 400px) {
  .video-js {
    height: 190px !important;
  }
}
.durCr {
  left: 83%;
  top: 54%;
}
.cohio {
  top: 40.5%;
  left: 74.5%;
}
.aonOhio {
  top: 40.5%;
  left: 73%;
}
.tampFl {
  top: 86%;
  left: 79.5%;
}
.video-js .vjs-dock-title {
  display: none !important;
}
.noleans {
  top: 79%;
  left: 62%;
}
.miamFL {
  top: 93%;
  left: 83.5%;
}
.pittsPenn {
  top: 40%;
  left: 79%;
}
.cleOh {
  top: 36.5%;
  left: 75%;
}
.nTen {
  left: 67.5%;
  top: 57%;
}
.cIll {
  top: 37%;
  left: 65%;
}
.flTa {
  top: 87%;
  left: 80.5%;
}
.azTu {
  top: 70%;
  left: 21%;
}
.ukcc {
  top: 51%;
  left: 54%;
}
.IrTx {
  top: 62%;
  left: 9.5%;
}
.charNC {
  left: 79%;
  top: 58%;
}
.iWrex {
  top: 50%;
  left: 54%;
}
.milWisc {
  top: 32%;
  left: 64%;
}
.paaz {
  top: 68%;
  left: 21%;
}
.moffFL {
  top: 88%;
  left: 81.5%;
}
.coming-soon {
  display: none;
}
.cleSoon {
  top: 37.5%;
  left: 75.5%;
}
.sutterOh {
  top: 41%;
  left: 2.5%;
}
.popFocent {
  top: 38.5%;
  left: 74%;
}
.cc-az {
  top: 65%;
  left: 19%;
}
.ntAT {
  top: 32.5%;
  left: 89%;
}
.cBoh {
  top: 42%;
  left: 74%;
}
.mamL {
  top: 89%;
  left: 84%;
}
.tnNasE {
  top: 57%;
  left: 70.5%;
}
.nashTESS {
  top: 57%;
  left: 66.5%;
}
.OFEvent {
  top: 66%;
  left: 20.5%;
}
.MNNOP {
  top: 26%;
  left: 55.5%;
}
.UTPC {
  top: 39%;
  left: 23.5%;
}
.oMaf {
  top: 91%;
  left: 84%;
}
.caGrove {
  top: 60.5%;
  left: 9%;
}
.ktenV {
  top: 58.5%;
  left: 70.5%;
}
.tflt {
  top: 84%;
  left: 79.5%;
}
.ewci {
  top: 66%;
  left: 73%;
}
.auroraCC {
  top: 44%;
  left: 36%;
}
.noOch {
  top: 78.3%;
  left: 61%;
}
.auroraCCLipid {
  top: 42%;
  left: 36%;
}
.RochMayo {
  top: 28%;
  left: 56%;
}
.neuroWa {
  top: 8%;
  left: 9%;
}
.regEvent1 {
  top: 27%;
  left: 92.5%;
}
#footerOuterWrap {
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
}
#footerOuterWrap .bg-primary {
  color: #005387 !important;
}
.carDallas {
  top: 71%;
  left: 49%;
}
.CoDen {
  top: 42.5%;
  left: 34.5%;
}
.ECC {
  top: 35%;
  left: 64%;
}
.cancOH {
  top: 36.5%;
  left: 74%;
}
.PHMD {
  top: 40%;
  left: 80%;
}
.evSan {
  top: 39%;
  left: 2.5%;
}
.evSea {
  top: 7%;
  left: 10%;
}
.evTx {
  top: 84%;
  left: 51%;
}
.newTX {
  top: 71%;
  left: 50%;
}
.anewOnc {
  top: 65%;
  left: 57%;
}
.evcc {
  left: 69%;
  top: 58.5%;
}
.evPaz {
  top: 68%;
  left: 20%;
}
.evSAF {
  top: 40.8%;
  left: 3.5%;
}
.evcFL {
  top: 87.8%;
  left: 79%;
}
.evNc {
  left: 80%;
  top: 58%;
}
.evcAGA {
  left: 72%;
  top: 66%;
}
.PHFENO {
  top: 81.7%;
  left: 60.8%;
}
.nynyEVC {
  left: 89.5%;
  top: 31%;
}
.htxEVC {
  top: 84%;
  left: 52%;
}
.chilEVC {
  left: 65%;
  top: 36.5%;
}
.milwEVC {
  top: 33.5%;
  left: 63%;
}
.bosECV {
  top: 26.8%;
  left: 93.5%;
}
.detEC {
  top: 33%;
  left: 72%;
}
.cleavEC {
  top: 35%;
  left: 76.5%;
}
.dfccP {
  top: 38%;
  left: 79%;
}
.dfccNO {
  top: 81%;
  left: 62.5%;
}
.dfccCO {
  top: 40.5%;
  left: 34.5%;
}
.dfccCA {
  top: 60%;
  left: 10%;
}
.dfccMI {
  top: 49%;
  left: 53%;
}
.dfccMN {
  top: 24%;
  left: 55.4%;
}
.dfccSC {
  top: 67.5%;
  left: 81%;
}
.dfccNJ {
  top: 35.6%;
  left: 87.5%;
}
.dfccPh {
  top: 36.4%;
  left: 86%;
}
.phOh {
  top: 37%;
  left: 77%;
}
.smcrCO {
  top: 43%;
  left: 37%;
}
.dtfDC {
  top: 42.8%;
  left: 85%;
}
.dtKY {
  top: 57%;
  left: 65%;
}
.dfccWY {
  top: 7.8%;
  left: 8%;
}
.dccMI {
  top: 29%;
  left: 69.4%;
}
.richDFF {
  top: 47%;
  left: 84.5%;
}
.ptpaAP {
  top: 36%;
  left: 79%;
}
.phfUTE {
  top: 36.8%;
  left: 24%;
}
.orflDF {
  top: 83.5%;
  left: 81%;
}
.SLCu {
  top: 39%;
  left: 22%;
}
.dmlFC {
  top: 93%;
  left: 83.5%;
}
.hroc {
  top: 62.8%;
  left: 10.5%;
}
.hnny {
  top: 33%;
  left: 90%;
}
