@import url('insidethegames.min-blessed1.css?z=259');

@import url('insidethegames.min-blessed2.css?z=259');

body.takeover.takeover-pyeongchang {
  background-image: url(images/takeover/pyeongchang-countdown/100days.jpg);
  background-size: cover;
  background-color: #0073ba;
  background-attachment: fixed;
}

body.takeover.takeover-pyeongchang .takeover-container .takeover-text {
  color: #FFF;
  font-size: 38px;
  margin: 0;
  line-height: 80px;
  min-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

body.takeover.takeover-pyeongchang .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(images/takeover/pyeongchang-countdown/pyeongchang-2018-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

body.takeover.takeover-pyeongchang .takeover-container .takeover-right {
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url(images/takeover/pyeongchang-countdown/img_mascot01_02.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 106px;
  height: 110px;
  z-index: -1;
}

@media (min-width:992px) {
  body.takeover.takeover-pyeongchang .takeover-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

body.takeover.takeover-pyeongchang .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background: url(images/takeover/pyeongchang-countdown/pyeongchang-2018-logo.png) center no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-pyeongchang .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-pyeongchang .takeover-container {
    height: 125px;
  }

  body.takeover.takeover-pyeongchang .takeover-container .takeover-text {
    font-size: 32px;
    line-height: 40px;
    width: 80%;
    margin: 20px auto 0;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-pyeongchang .takeover-container {
    height: 90px;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-pyeongchang {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-pyeongchang .takeover-container {
    background-image: url(images/takeover/pyeongchang-countdown/100days.jpg);
    background-size: cover;
    background-color: #0073ba;
    background-attachment: scroll;
    border-bottom: 2px solid #FFF;
  }

  body.takeover.takeover-pyeongchang .takeover-container .takeover-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    width: 70%;
  }

  body.takeover.takeover-pyeongchang .takeover-container .takeover-left {
    width: 57px;
    height: 104px;
    left: 8px;
  }

  body.takeover.takeover-pyeongchang .takeover-container .takeover-right {
    z-index: 1;
    width: 57px;
    height: 183px;
    top: 10px;
    right: 8px;
  }
}

body.takeover.takeover-pyeongchang-paralympics {
  background-image: url(images/takeover/pyeongchang-countdown/pyeongchang-paralympics-2018.jpg);
  background-size: cover;
  background-color: #0073ba;
  background-attachment: fixed;
}

body.takeover.takeover-pyeongchang-paralympics .takeover-container {
  position: relative;
}

body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-text {
  color: #FFF;
  font-size: 32px;
  margin: 0;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(images/takeover/pyeongchang-countdown/pyeongchang-paralympics-2018-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 150px;
  height: 91px;
  z-index: -1;
}

body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-right {
  position: absolute;
  top: 8px;
  right: 0;
  background-image: url(images/takeover/pyeongchang-countdown/img_mascot02_02.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 90px;
  height: 105px;
  z-index: -1;
}

@media (min-width:992px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background: url(images/takeover/pyeongchang-countdown/pyeongchang-paralympics-2018-logo.png) center no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-container {
    height: 125px;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-text {
    line-height: 50px;
    font-size: 38px;
    margin-top: 10px;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-pyeongchang-paralympics .takeover-container {
    height: 125px;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-pyeongchang-paralympics {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-container {
    background-image: url(images/takeover/pyeongchang-countdown/pyeongchang-paralympics-2018-mobile.jpg);
    background-size: cover;
    background-color: #0073ba;
    background-attachment: scroll;
    border-bottom: 2px solid #FFF;
    height: 90px;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-text {
    font-size: 15px;
    line-height: 24px;
    width: 64%;
    margin: 20px auto 0;
    z-index: 5!important;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-left {
    width: 80px;
    left: 8px;
    top: 20px;
    z-index: 1;
  }

  body.takeover.takeover-pyeongchang-paralympics .takeover-container .takeover-right {
    z-index: 1;
    width: 57px;
    height: 183px;
    top: 10px;
    right: 8px;
  }
}

body.takeover.gold-coast-countdown .takeover-container .takeover-text,
body.takeover.takeover-tokyo .takeover-container .takeover-text {
  margin: 0;
  font-family: BlsW-Hv,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
  color: #FFF;
  text-align: center;
}

body.takeover.gold-coast-countdown {
  background-image: url(images/gold-coast/goldcoast-takeover.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: #009edf;
}

body.takeover.gold-coast-countdown .takeover-container {
  display: block;
  position: relative;
  height: 110px;
}

body.takeover.gold-coast-countdown .takeover-container .takeover-text {
  font-size: 36px;
  line-height: 110px;
}

body.takeover.gold-coast-countdown .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 15px;
  background-image: url(images/gold-coast/CG18_logo_white.svg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 90px;
  height: 130px;
}

body.takeover.gold-coast-countdown .takeover-container .takeover-right {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(images/gold-coast/borobi.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 168px;
  height: 179px;
  z-index: -1;
}

@media (max-width:991px) {
  body.takeover.gold-coast-countdown .takeover-container {
    height: 110px;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-text {
    line-height: 40px;
    padding: 25px 110px 0;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-left {
    top: 10px;
    left: 15px;
    height: 130px;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-right {
    top: 0;
    right: 0;
  }
}

@media (max-width:767px) {
  body.takeover.gold-coast-countdown {
    background-attachment: scroll;
    background-size: auto auto;
  }

  body.takeover.gold-coast-countdown .takeover-container {
    border-bottom: 2px solid #FFF;
    height: 100px;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-left {
    left: 10px;
    height: 100px;
    width: 60px;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-text {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    padding: 30px 60px;
  }

  body.takeover.gold-coast-countdown .takeover-container .takeover-right {
    right: 10px;
    top: 10px;
    width: 84px;
  }
}

body.takeover.takeover-buenos-aires #countdown,
body.takeover.takeover-tokyo #countdown,
body.takeover.takeover-tokyo-paralympics #countdown {
  padding: 0 100px;
}

body.takeover.takeover-tokyo {
  background-image: url(images/takeover/tokyo-countdown/tokyo-2020-v2.png);
  background-size: cover;
  background-color: #023874;
  background-attachment: fixed;
}

body.takeover.takeover-tokyo .takeover-container {
  position: relative;
}

body.takeover.takeover-tokyo .takeover-container .takeover-text {
  font-size: 46px;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

body.takeover.takeover-tokyo .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 55px;
  background-image: url(images/takeover/tokyo-countdown/tokyo-2020-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 70px;
  height: 110px;
}

body.takeover.takeover-tokyo .takeover-container .takeover-right {
  position: absolute;
  top: 5px;
  right: 55px;
  background-image: url(images/takeover/tokyo-countdown/tokyo-mascot.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 109px;
  height: 110px;
  z-index: -1;
}

body.takeover.takeover-tokyo .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background: url(images/rio-countdown/follow-the-torch.png?v=4) center no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-tokyo .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-tokyo .takeover-container {
    height: 125px;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-text {
    font-size: 36px;
    margin-top: 20px;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-left {
    left: 0;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-right {
    right: 0;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-tokyo .takeover-container {
    height: 95px;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-text {
    margin-top: 0;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-tokyo {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-tokyo .takeover-container {
    background-image: url(images/takeover/tokyo-countdown/tokyo-2020-mobile.png);
    background-size: cover;
    background-color: #023874;
    background-attachment: scroll;
    border-bottom: 2px solid #FFF;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-text {
    font-size: 18px;
    line-height: 90px;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-left {
    background-image: url(images/takeover/tokyo-countdown/tokyo-2020-logo.png);
    width: 50px;
    height: 104px;
    left: 8px;
  }

  body.takeover.takeover-tokyo .takeover-container .takeover-right {
    z-index: 1;
    top: 5px;
    width: 79px;
    height: 80px;
    right: 8px;
  }
}

@media (max-width:420px) {
  body.takeover.takeover-tokyo .takeover-container .takeover-right {
    width: 69px;
    height: 70px;
  }
}

@media (max-width:390px) {
  body.takeover.takeover-tokyo .takeover-container .takeover-text {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 24px;
    margin-top: 20px;
  }
}

@media (max-width:325px) {
  body.takeover.takeover-tokyo .takeover-container .takeover-text {
    font-size: 16px;
    margin-left: 75px;
    margin-right: 75px;
  }
}

body.takeover.takeover-tokyo-paralympics {
  background-image: url(images/takeover/tokyo-countdown/tokyo2020paralympics.jpg);
  background-size: cover;
  background-color: #023874;
  background-attachment: fixed;
}

body.takeover.takeover-tokyo-paralympics .takeover-container {
  position: relative;
}

body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-text {
  color: #FFF;
  font-size: 46px;
  margin: 0;
  text-align: center;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
  font-family: BlsW-Hv,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
}

body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url(images/takeover/tokyo-countdown/2020-paralympics-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 80px;
  height: 96px;
}

body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-right {
  position: absolute;
  top: 5px;
  right: 0;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 90px;
  height: 183px;
  z-index: -1;
}

@media (min-width:992px) {
  body.takeover.takeover-tokyo-paralympics .takeover-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

body.takeover.takeover-tokyo-paralympics .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background: url(images/rio-countdown/follow-the-torch.png?v=4) center no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-tokyo-paralympics .takeover-container {
    height: 125px;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-text {
    line-height: 56px;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-left {
    left: 10px;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-tokyo-paralympics .takeover-container {
    height: 125px;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-tokyo-paralympics {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-container {
    background-image: url(images/takeover/tokyo-countdown/tokyo2020paralympics-mobile.png);
    background-size: cover;
    background-color: #023874;
    background-attachment: scroll;
    border-bottom: 2px solid #FFF;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-text {
    font-size: 23px;
    line-height: 30px;
    width: 85%;
    margin: 30px auto 0;
  }

  body.takeover.takeover-tokyo-paralympics .takeover-container .takeover-left {
    background-image: url(images/takeover/tokyo-countdown/2020-paralympics-logo.png);
    width: 60px;
    height: 73px;
    left: 8px;
    margin-top: 15px;
  }
}

body.takeover.takeover-buenos-aires {
  background-image: url(images/takeover/buenos-aires-countdown/ba-bg.jpg);
  background-size: cover;
  background-color: #023874;
  background-attachment: fixed;
}

body.takeover.takeover-buenos-aires .takeover-container {
  position: relative;
  height: 70px;
}

body.takeover.takeover-buenos-aires .takeover-container .takeover-text {
  position: absolute;
  right: 100px;
  width: 480px;
  color: #FFF;
  font-size: 30px;
  margin: 0;
  text-align: right;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
  font-family: BlsW-Hv,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
}

body.takeover.takeover-buenos-aires .takeover-container .takeover-left {
  position: absolute;
  top: 20px;
  left: 100px;
  background-image: url(images/takeover/buenos-aires-countdown/ba-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 450px;
  height: 53px;
}

body.takeover.takeover-buenos-aires .takeover-container .takeover-right {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 90px;
  height: 183px;
  z-index: -1;
}

@media (min-width:992px) {
  body.takeover.takeover-buenos-aires .takeover-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

body.takeover.takeover-buenos-aires .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-buenos-aires .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:1200px) {
  body.takeover.takeover-buenos-aires .takeover-container .takeover-text {
    width: 440px;
    font-size: 26px;
    line-height: 44px;
    margin-top: 15px;
    right: 60px;
  }

  body.takeover.takeover-buenos-aires .takeover-container .takeover-left {
    width: 360px;
    height: 42px;
    top: 18px;
    left: 80px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-buenos-aires .takeover-container .takeover-text {
    width: 385px;
    font-size: 24px;
    margin-top: 10px;
    right: 15px;
  }

  body.takeover.takeover-buenos-aires .takeover-container .takeover-left {
    width: 300px;
    height: 35px;
    left: 15px;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-buenos-aires .takeover-container {
    height: 90px;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-buenos-aires {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-buenos-aires .takeover-container {
    background-image: url(images/takeover/buenos-aires-countdown/ba-mobile.jpg);
    background-size: cover;
    background-color: #023874;
    background-attachment: scroll;
    border-bottom: 2px solid #FFF;
    height: 90px;
  }

  body.takeover.takeover-buenos-aires .takeover-container .takeover-text {
    font-size: 22px;
    line-height: 20px;
    padding: 0;
    right: 0;
    margin-top: 45px;
    text-align: center;
    width: 100%;
  }

  body.takeover.takeover-buenos-aires .takeover-container .takeover-left {
    width: 280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
  }

  body.takeover.takeover-buenos-aires .takeover-container .takeover-right {
    display: none;
    z-index: 1;
    width: 70px;
    height: 183px;
    top: 15px;
    right: 8px;
  }
}

body.takeover.takeover-minsk {
  background-image: url(images/takeover/minsk-countdown/takeover-background-v3.png);
  background-size: cover;
  background-color: #1d94d3;
  background-attachment: fixed;
  background-position: top right;
}

body.takeover.takeover-minsk #countdown {
  padding: 0 100px;
}

body.takeover.takeover-minsk .takeover-container {
  position: relative;
}

body.takeover.takeover-minsk .takeover-container .takeover-text {
  color: #FFF;
  font-size: 42px;
  margin: 20px 0 0;
  text-align: center;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
  font-family: BlsW-Hv,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
}

body.takeover.takeover-minsk .takeover-container .takeover-left {
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url(images/takeover/minsk-countdown/minsk-2019-white-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 240px;
  height: 122px;
}

body.takeover.takeover-minsk .takeover-container .takeover-right {
  position: absolute;
  top: 15px;
  right: 35px;
  background-image: url(images/takeover/minsk-countdown/mascot-logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 74px;
  height: 110px;
  z-index: -1;
}

body.takeover.takeover-minsk .takeover-container .takeover-bg-left {
  position: fixed;
  top: 30%;
  left: 0;
  height: 600px;
  width: 226px;
  background-image: url(images/takeover/minsk-countdown/bg-logo-v2.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

body.takeover.takeover-minsk .takeover-sidebar {
  width: 120px;
  height: 800px;
  position: fixed;
  bottom: 0;
  background: url(images/rio-countdown/follow-the-torch.png?v=4) center no-repeat;
  background-size: 120px;
  text-indent: -9999px;
}

body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-left {
  left: 50%;
}

@media (min-width:768px) {
  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-left {
    margin-left: -496.5px;
  }

  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-right {
    margin-right: -496.5px;
  }
}

body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-right {
  right: 50%;
}

@media (min-width:992px) {
  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-left {
    margin-left: -621.5px;
  }

  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-right {
    margin-right: -621.5px;
  }
}

@media (min-width:1200px) {
  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-left {
    margin-left: -710.5px;
  }

  body.takeover.takeover-minsk .takeover-sidebar.takeover-sidebar-right {
    margin-right: -710.5px;
  }
}

@media (max-width:1199px) {
  body.takeover.takeover-minsk .takeover-container .takeover-right {
    width: 69px;
    height: 102px;
    right: 80px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-left {
    width: 200px;
    height: 102px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    font-size: 36px;
    line-height: 70px;
  }
}

@media (max-width:992px) {
  body.takeover.takeover-minsk .takeover-container {
    height: 85px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-left {
    width: 170px;
    height: 87px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-right {
    width: 57px;
    height: 85px;
    right: 5px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    font-size: 30px;
    line-height: 55px;
    margin-left: 95px;
  }
}

@media (max-width:768px) {
  body.takeover.takeover-minsk .takeover-container {
    height: 100px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    margin-top: 0;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-bg-left {
    display: none;
  }
}

@media (max-width:767px) {
  body.takeover.takeover-minsk {
    background: #4AAB46;
    background-size: 100%;
  }

  body.takeover.takeover-minsk .takeover-container {
    background-image: url(images/takeover/minsk-countdown/takeover-mobile-v3.png);
    background-size: cover;
    background-color: #023874;
    background-position: top right;
    border-bottom: 2px solid #FFF;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    font-size: 18px;
    line-height: 90px;
    margin-left: 0;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-left {
    background-image: url(images/takeover/minsk-countdown/minsk-2019-white-logo.png);
    width: 160px;
    height: 82px;
    left: 8px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-right {
    z-index: 1;
    width: 61px;
    height: 90px;
    top: 5px;
    right: 80px;
  }
}

@media (max-width:625px) {
  body.takeover.takeover-minsk .takeover-container .takeover-right {
    top: 5px;
  }
}

@media (max-width:570px) {
  body.takeover.takeover-minsk .takeover-container .takeover-right {
    right: 15px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    margin-left: 90px;
  }
}

@media (max-width:495px) {
  body.takeover.takeover-minsk .takeover-container .takeover-left {
    width: 130px;
    height: 66px;
    margin-top: 5px;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    margin-left: 130px;
    margin-right: 70px;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
  }
}

@media (max-width:325px) {
  body.takeover.takeover-minsk .takeover-container .takeover-right {
    display: none;
  }

  body.takeover.takeover-minsk .takeover-container .takeover-text {
    font-size: 16px;
    margin-top: 25px;
    margin-left: 130px;
    margin-right: 0;
    padding-right: 10px;
  }
}

#takeover-banner,
body.takeover-banner #ealert-banner {
  display: none;
}

body.takeover-banner #takeover-banner {
  display: block;
}

#toast-container>.toast {
  background-image: none!important;
}

#toast-container>.toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #FFF;
  padding-right: .5em;
  margin: auto .5em auto -1.5em;
}

#toast-container>.toast-warning:before {
  content: "\f06a";
}

#toast-container>.toast-error:before {
  content: "\f071";
}

#toast-container>.toast-info:before {
  content: "\f05a";
}

#toast-container>.toast-success:before {
  content: "\f00c";
}

@media (min-width:768px) {
  #skyscraper-modal .modal-dialog {
    width: 700px;
  }
}

@media (min-width:992px) {
  #skyscraper-modal .modal-dialog {
    width: 800px;
  }
}

.skyscraper-video-container {
  overflow: hidden;
}

.skyscraper-video-container .skyscraper-video-thumbnail {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1000;
  overflow: hidden;
}

.skyscraper-ad-arrow {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
}

.skyscraper-ad-arrow .arrow {
  color: rgba(255,255,255,.9);
  margin-right: 0;
}

.skyscraper-ad-arrow .arrow:before {
  font-family: FontAwesome;
  margin-right: 0;
  content: "";
}

.skyscraper-close {
  opacity: .5;
  color: #fff;
}

.ad-arrow-cta {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
}

.video-modal-btn {
  cursor: pointer;
}

.module-eotw .module-header {
  padding: 15px 8px 0;
}

.module-eotw .module-image {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20%;
  margin-top: -15%;
  position: relative;
  z-index: 998;
}

.module-eotw .module-image .eotw-section-image {
  padding-bottom: 5px;
}

.module-eotw .eotw-wrapper {
  padding: 5px;
}

.module-eotw .eotw-wrapper .eotw-section-title {
  min-height: 30px;
  text-align: center;
  color: #fff;
  border: 2px solid #2d499f;
  border-radius: 10px;
  z-index: 999;
  position: relative;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-eotw .eotw-wrapper .eotw-section-title .eotw-title {
  color: #2d499f;
  padding: 0 2px;
}

@media (min-width:768px) and (max-width:991px) {
  .leaderboard-wrapper {
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width:768px) {
  #masthead,
  #masthead-tools,
  #nav-main,
  #nav-secondary {
    margin: 3px;
  }

  article footer .h1,
  article footer .h2,
  article footer .h3,
  article footer .h4,
  article footer .h5,
  article footer h1,
  article footer h2,
  article footer h3,
  article footer h4,
  article footer h5 {
    margin-top: 0;
  }

  article .article-image {
    float: left;
    margin: 0 15px 15px 0;
    width: 130px;
  }

  .col-sm-20 {
    width: 19.97%;
  }
}

@media (min-width:992px) {
  .sidebar {
    width: 210px;
  }

  #main {
    left: 210px;
  }

  #masthead {
    position: relative;
  }

  #masthead .ad-leaderboard {
    margin-right: 36px;
  }

  article header>h1 {
    margin-top: 0;
  }
}

@media (min-width:1200px) {
  #main {
    width: 758px;
  }

  #sidebar-left {
    right: 758px;
  }

  #masthead {
    position: relative;
  }

  #masthead .ad-leaderboard {
    margin-right: 125px;
  }

  .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #main {
    width: 580px;
  }

  #sidebar-left {
    right: 580px;
  }

  .nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width:767px) {
  #masthead {
    justify-content: center;
    min-height: 85px;
    height: auto;
    background-size: 100px;
  }

  #masthead .brand-logo {
    padding: 1rem 1.5rem;
    max-width: 160px;
  }

  #main {
    padding-top: 15px;
  }

  .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }

  article.article-live .article-image-container .article-live-image-caption {
    font-size: 14px;
  }

  article.article-live-kl-ioc-session .article-image-container:before {
    line-height: 20px!important;
    min-height: 50px!important;
    padding-top: 4px!important;
  }

  nav#nav-main.sticky {
    width: 100%;
  }

  nav#nav-main.sticky #navbar-main {
    height: 100vh;
  }
}

.modal-country {
  text-align: center;
  margin-top: 5px!important;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.modal-country img {
  width: 175px;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.modal-country .modal-country-flag {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width:1200px) {
  .modal-country .modal-country-flag {
    width: 55px;
    height: 55px;
  }
}

.modal-country h3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.country-modal {
  z-index: 1071;
}

.country-modal-tooltip .tooltip-inner {
  background-color: #53b061;
  padding: 8px;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.country-modal-tooltip .tooltip-inner h3 {
  margin-top: 0;
}

.country-modal-tooltip.in {
  opacity: 1;
}

.country-modal-tooltip.top .tooltip-arrow {
  border-top-color: #DE174C;
}

.country-modal-tooltip.right .tooltip-arrow {
  border-right-color: #DE174C;
}

.country-modal-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #DE174C;
}

.country-modal-tooltip.left .tooltip-arrow {
  border-left-color: #DE174C;
}

@media (min-width:480px) {
  .modal-country {
    float: left;
    width: 11.09%;
  }
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width:768px) {
  .flex-sm-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.flex-row [class*=col-] {
  margin: 0 -.3px;
}

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}

.row-condensed.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-condensed>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:767px) {
  .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.border-grey {
  border: 1px solid #bbb;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.content-heading {
  padding-top: 5px;
  padding-bottom: 10px;
}

@media (min-width:768px) {
  .content-heading {
    display: flex;
    align-items: center;
  }
}

.content-heading h1 {
  margin: 0;
}

.flex-grow-1 {
  flex-grow: 1!important;
}

object:focus {
  outline: 0;
}

.htmlCountdownBg {
  position: relative;
  width: 180px;
  height: 158px;
  color: #fff;
  font-family: Arial,sans-serif;
  cursor: pointer;
  background-size: 100%;
}

.htmlCountdownBg div {
  position: absolute;
}

.htmlCountdownBg.black {
  background-image: url(images/omega/250_bg_black.jpg);
}

.htmlCountdownBg.black-countdown {
  background-image: url(images/omega/250_bg_countdown_black.jpg);
}

.htmlCountdownBg.white {
  background-image: url(images/omega/250_bg_white.jpg);
  color: #5f5f5f;
}

.htmlCountdownBg.white-countdown {
  background-image: url(images/omega/250_bg_countdown_white.jpg);
}

.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
  display: none;
  width: 100%;
}

.htmlCountdownBg.black .cd-logo {
  width: 100%;
  height: 100%;
  background-image: url(images/omega/250_logo_black.gif);
  background-repeat: no-repeat;
  background-size: 100%;
}

.htmlCountdownBg.white .cd-logo {
  width: 100%;
  height: 100%;
  background-image: url(images/omega/250_logo_white.gif?v=2);
  background-repeat: no-repeat;
  background-size: 100%;
}

.htmlCountdownBg.black .cd-glass-countdown,
.htmlCountdownBg.black .cd-glass-real,
.htmlCountdownBg.white .cd-glass-countdown,
.htmlCountdownBg.white .cd-glass-real {
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 68px;
  z-index: 10;
  width: 100%;
}

.htmlCountdownBg.black .cd-glass-countdown {
  background-image: url(images/omega/250_glass_countdown_black.png);
}

.htmlCountdownBg.black .cd-glass-real {
  background-image: url(images/omega/250_glass_black.png);
}

.htmlCountdownBg.white .cd-glass-countdown,
.htmlCountdownBg.white .cd-glass-real {
  background-image: url(images/omega/250_glass_white.png);
}

.htmlCountdownBg .cd-labels {
  font-size: 10px;
  text-shadow: 0 2px 3px rgba(0,0,0,.4);
  top: 72px;
  left: 0;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels {
  color: #c5c5c5;
}

.htmlCountdownBg.white .cd-labels {
  color: #7e7e7e;
}

.htmlCountdownBg .cd-values {
  font-size: 14px;
  text-shadow: 0 3px 3px rgba(0,0,0,.4);
  top: 85px;
  left: 0;
  width: 100%;
}

.htmlCountdownBg .dLabel {
  left: 30px;
}

.htmlCountdownBg .hLabel {
  left: 70px;
}

.htmlCountdownBg .mLabel {
  left: 106px;
}

.htmlCountdownBg .sLabel {
  left: 145px;
}

.htmlCountdownBg .dValue {
  right: 125px;
}

.htmlCountdownBg .hValue {
  right: 93px;
}

.htmlCountdownBg .mValue {
  right: 55px;
}

.htmlCountdownBg .sValue {
  right: 15px;
}

.htmlCountdownBg .cd-copy {
  font-size: 10px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 0;
  top: 115px;
  color: #999;
}

.htmlCountdownBg.white .cd-copy {
  color: #777;
}

.htmlCountdownBg .cd-copy sup {
  font-size: 6px;
  vertical-align: baseline;
  position: relative;
  top: -.3em;
  left: -.2em;
}

.htmlCountdownBg .cd-real-copy sup {
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  top: -.5em;
  left: -0em;
}

.htmlCountdownBg .cd-real-values {
  font-size: 10px;
  text-shadow: 0 3px 3px rgba(0,0,0,.4);
  top: 98px;
  left: 0;
  width: 100%;
}

.htmlCountdownBg .realhValue {
  right: 185px;
}

.htmlCountdownBg .separatorOne {
  right: 163px;
}

.htmlCountdownBg .realmValue {
  right: 101px;
}

.htmlCountdownBg .separatorTwo {
  right: 80px;
}

.htmlCountdownBg .realsValue {
  right: 18px;
}

.htmlCountdownBg .cd-real-copy {
  font-size: 10px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0;
  top: 161px;
  color: #999;
}

.htmlCountdownBg.white .cd-real-copy {
  color: #777;
}

* html .cd-glass-countdown,
* html .cd-glass-real {
  visibility: hidden;
  display: none;
}

#cookie-notice {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#cookie-notice .btn {
  margin-top: 1rem;
}