@import url(https://fonts.googleapis.com/css?family=Oxanium:400,500,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap);
html, body {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 54px 0 0 0;
  font-size: 14px;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4 {
  font-family: "Oxanium"; }

p, code, pre, a, li, span {
  font-family: "Montserrat";
  font-weight: 400; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

button.btn,
input[type=submit].btn,
input[type=button].btn,
input[type=reset].btn,
a.btn,
.btn {
  outline: none;
  padding: 5px 15px;
  box-shadow: none;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  height: 40px;
  border: 2px solid transparent;
  line-height: 26px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer; }
  button.btn.primary,
  input[type=submit].btn.primary,
  input[type=button].btn.primary,
  input[type=reset].btn.primary,
  a.btn.primary,
  .btn.primary {
    background-color: #62c0f5;
    color: #ffffff; }
    button.btn.primary:hover,
    input[type=submit].btn.primary:hover,
    input[type=button].btn.primary:hover,
    input[type=reset].btn.primary:hover,
    a.btn.primary:hover,
    .btn.primary:hover {
      background-color: transparent;
      border-color: #62c0f5;
      color: #62c0f5; }
  button.btn.secondary,
  input[type=submit].btn.secondary,
  input[type=button].btn.secondary,
  input[type=reset].btn.secondary,
  a.btn.secondary,
  .btn.secondary {
    background-color: transparent;
    border-color: #62c0f5;
    color: #62c0f5; }
    button.btn.secondary:hover,
    input[type=submit].btn.secondary:hover,
    input[type=button].btn.secondary:hover,
    input[type=reset].btn.secondary:hover,
    a.btn.secondary:hover,
    .btn.secondary:hover {
      background-color: #62c0f5;
      color: #ffffff; }
  button.btn.red.primary,
  input[type=submit].btn.red.primary,
  input[type=button].btn.red.primary,
  input[type=reset].btn.red.primary,
  a.btn.red.primary,
  .btn.red.primary {
    background-color: #ff4b4b;
    color: #ffffff; }
    button.btn.red.primary:hover,
    input[type=submit].btn.red.primary:hover,
    input[type=button].btn.red.primary:hover,
    input[type=reset].btn.red.primary:hover,
    a.btn.red.primary:hover,
    .btn.red.primary:hover {
      background-color: transparent;
      border-color: #ff4b4b;
      color: #ff4b4b; }
  button.btn.red.secondary,
  input[type=submit].btn.red.secondary,
  input[type=button].btn.red.secondary,
  input[type=reset].btn.red.secondary,
  a.btn.red.secondary,
  .btn.red.secondary {
    background-color: transparent;
    border-color: #ff4b4b;
    color: #ff4b4b; }
    button.btn.red.secondary:hover,
    input[type=submit].btn.red.secondary:hover,
    input[type=button].btn.red.secondary:hover,
    input[type=reset].btn.red.secondary:hover,
    a.btn.red.secondary:hover,
    .btn.red.secondary:hover {
      background-color: #ff4b4b;
      color: #ffffff; }

.videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  cursor: pointer; }
  .videoIcon.small {
    width: 30px;
    height: 30px; }
  .videoIcon.medium {
    width: 50px;
    height: 50px; }
  .videoIcon.large {
    width: 60px;
    height: 60px; }
  .videoIcon.black {
    background: #141414; }
    .videoIcon.black:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0px;
      height: 0px; }
    .videoIcon.black.small:before {
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 13px solid #fefefe;
      margin-left: 2px; }

.main {
  min-height: calc(100% - 36px); }
  .main .innerMain {
    min-height: calc(100vh - 94px);
    height: 100%;
    position: relative; }

.push {
  height: 40px; }

.hide {
  display: none !important; }

.backArrow {
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
  color: #62c0f5;
  text-decoration: none;
  cursor: pointer; }
  .backArrow:before, .backArrow:after {
    content: '';
    position: absolute;
    left: 0; }
  .backArrow:before {
    top: 5px;
    border: solid #62c0f5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg); }
  .backArrow:after {
    width: 14px;
    height: 2px;
    background: #62c0f5;
    top: 9px; }
  .backArrow.videoAvailable {
    padding-left: 10px;
    font-size: 12px;
    position: absolute; }
    .backArrow.videoAvailable:before {
      top: 2px; }
    .backArrow.videoAvailable:after {
      display: none; }

.errorPageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://21mbu63kam0h2kj3iy24qk18-wpengine.netdna-ssl.com/wp-content/uploads/2018/06/iStock_71820643_XXXLARGE.jpg") no-repeat center/cover; }
  .errorPageWrapper .innerErrorPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
    .errorPageWrapper .innerErrorPage .logo {
      display: block;
      font-weight: 400;
      max-width: 180px;
      margin: 30px auto; }
      .errorPageWrapper .innerErrorPage .logo img {
        width: 100%; }
  .errorPageWrapper .errorMessageWrap {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center; }
    .errorPageWrapper .errorMessageWrap h1 {
      font-size: 80px;
      margin: 0 0 10px;
      text-shadow: 2px 2px #EAEB5E; }
    .errorPageWrapper .errorMessageWrap p {
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
      margin: 0 0 20px; }

@media screen and (max-width: 767px) {
  .main .innerMain {
    min-height: calc(100vh - 150px); } }

.containLoader {
  position: relative;
  height: 50px;
  width: 50px;
  margin: auto; }
  .containLoader .circleGroup {
    position: absolute;
    height: 100%;
    width: 100%; }
  .containLoader .circle-1 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 30ms;
    -moz-animation-delay: 30ms;
    -o-animation-delay: 30ms;
    animation-delay: 30ms; }
  .containLoader .circle-2 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 60ms;
    -moz-animation-delay: 60ms;
    -o-animation-delay: 60ms;
    animation-delay: 60ms; }
  .containLoader .circle-3 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 90ms;
    -moz-animation-delay: 90ms;
    -o-animation-delay: 90ms;
    animation-delay: 90ms; }
  .containLoader .circle-4 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 120ms;
    -moz-animation-delay: 120ms;
    -o-animation-delay: 120ms;
    animation-delay: 120ms; }
  .containLoader .circle-5 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms; }
  .containLoader .circle-6 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 180ms;
    -moz-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms; }
  .containLoader .circle-7 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 210ms;
    -moz-animation-delay: 210ms;
    -o-animation-delay: 210ms;
    animation-delay: 210ms; }
  .containLoader .circle-8 {
    border: 5px solid #62c0f5;
    border-radius: 50%;
    box-sizing: border-box;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
    -webkit-animation-delay: 240ms;
    -moz-animation-delay: 240ms;
    -o-animation-delay: 240ms;
    animation-delay: 240ms; }
  .containLoader.small {
    width: 30px;
    height: 30px; }
    .containLoader.small .circle-1 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 30ms;
      -moz-animation-delay: 30ms;
      -o-animation-delay: 30ms;
      animation-delay: 30ms; }
    .containLoader.small .circle-2 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 60ms;
      -moz-animation-delay: 60ms;
      -o-animation-delay: 60ms;
      animation-delay: 60ms; }
    .containLoader.small .circle-3 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 90ms;
      -moz-animation-delay: 90ms;
      -o-animation-delay: 90ms;
      animation-delay: 90ms; }
    .containLoader.small .circle-4 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 120ms;
      -moz-animation-delay: 120ms;
      -o-animation-delay: 120ms;
      animation-delay: 120ms; }
    .containLoader.small .circle-5 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 150ms;
      -moz-animation-delay: 150ms;
      -o-animation-delay: 150ms;
      animation-delay: 150ms; }
    .containLoader.small .circle-6 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 180ms;
      -moz-animation-delay: 180ms;
      -o-animation-delay: 180ms;
      animation-delay: 180ms; }
    .containLoader.small .circle-7 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 210ms;
      -moz-animation-delay: 210ms;
      -o-animation-delay: 210ms;
      animation-delay: 210ms; }
    .containLoader.small .circle-8 {
      border: 3px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 240ms;
      -moz-animation-delay: 240ms;
      -o-animation-delay: 240ms;
      animation-delay: 240ms; }
  .containLoader.medium {
    width: 40px;
    height: 40px; }
    .containLoader.medium .circle-1 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 30ms;
      -moz-animation-delay: 30ms;
      -o-animation-delay: 30ms;
      animation-delay: 30ms; }
    .containLoader.medium .circle-2 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 60ms;
      -moz-animation-delay: 60ms;
      -o-animation-delay: 60ms;
      animation-delay: 60ms; }
    .containLoader.medium .circle-3 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 90ms;
      -moz-animation-delay: 90ms;
      -o-animation-delay: 90ms;
      animation-delay: 90ms; }
    .containLoader.medium .circle-4 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 120ms;
      -moz-animation-delay: 120ms;
      -o-animation-delay: 120ms;
      animation-delay: 120ms; }
    .containLoader.medium .circle-5 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 150ms;
      -moz-animation-delay: 150ms;
      -o-animation-delay: 150ms;
      animation-delay: 150ms; }
    .containLoader.medium .circle-6 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 180ms;
      -moz-animation-delay: 180ms;
      -o-animation-delay: 180ms;
      animation-delay: 180ms; }
    .containLoader.medium .circle-7 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 210ms;
      -moz-animation-delay: 210ms;
      -o-animation-delay: 210ms;
      animation-delay: 210ms; }
    .containLoader.medium .circle-8 {
      border: 4px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 240ms;
      -moz-animation-delay: 240ms;
      -o-animation-delay: 240ms;
      animation-delay: 240ms; }
  .containLoader.large {
    width: 60px;
    height: 60px; }
    .containLoader.large .circle-1 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 30ms;
      -moz-animation-delay: 30ms;
      -o-animation-delay: 30ms;
      animation-delay: 30ms; }
    .containLoader.large .circle-2 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 60ms;
      -moz-animation-delay: 60ms;
      -o-animation-delay: 60ms;
      animation-delay: 60ms; }
    .containLoader.large .circle-3 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 90ms;
      -moz-animation-delay: 90ms;
      -o-animation-delay: 90ms;
      animation-delay: 90ms; }
    .containLoader.large .circle-4 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 120ms;
      -moz-animation-delay: 120ms;
      -o-animation-delay: 120ms;
      animation-delay: 120ms; }
    .containLoader.large .circle-5 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 150ms;
      -moz-animation-delay: 150ms;
      -o-animation-delay: 150ms;
      animation-delay: 150ms; }
    .containLoader.large .circle-6 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 180ms;
      -moz-animation-delay: 180ms;
      -o-animation-delay: 180ms;
      animation-delay: 180ms; }
    .containLoader.large .circle-7 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 210ms;
      -moz-animation-delay: 210ms;
      -o-animation-delay: 210ms;
      animation-delay: 210ms; }
    .containLoader.large .circle-8 {
      border: 6px solid #62c0f5;
      border-radius: 50%;
      box-sizing: border-box;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -moz-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -o-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
      -webkit-animation-delay: 240ms;
      -moz-animation-delay: 240ms;
      -o-animation-delay: 240ms;
      animation-delay: 240ms; }

@keyframes rotate {
  50% {
    border: 1px solid #62c0f5;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent; }
  100% {
    transform: rotatez(360deg); } }

@keyframes flash {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #141414;
  z-index: 20;
  padding: 10px 20px;
  box-sizing: border-box; }
  header h1 {
    float: left;
    margin: 0;
    color: #93d1f3;
    font-weight: 400;
    max-width: 130px;
    padding-top: 3px; }
    header h1 a {
      display: block;
      line-height: 22px; }
      header h1 a img {
        width: 100%; }
  header ul {
    float: right;
    margin: 8px 0 0 5px;
    padding-left: 10px;
    border-left: 1px solid #ffffff; }
    header ul li {
      display: inline-block;
      margin-left: 10px; }
      header ul li:first-child {
        margin-left: 0;
        padding-right: 10px;
        border-right: 1px solid #ffffff; }
      header ul li.logoutLink {
        border-right: none;
        padding-right: 0; }
      header ul li a {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer; }
        header ul li a svg {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px;
          width: 18px;
          height: 18px; }
  header:after {
    content: '';
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    display: inline-block;
    clear: both; }

@media screen and (max-width: 1023px) {
  header {
    max-height: 50px;
    overflow: hidden; }
    header h1 {
      padding-top: 1px; }
    header ul {
      margin-top: 5px; } }

@media screen and (max-width: 480px) {
  header {
    padding: 10px; }
    header h1 {
      max-width: 100px;
      padding-top: 4px; } }

footer {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }
  footer .innerWrap {
    width: 90%;
    margin: 0 auto;
    color: #777; }
    footer .innerWrap a {
      color: #62c0f5;
      text-decoration: none; }
  footer.stickBottom {
    position: absolute;
    bottom: 0; }

.bannerWrap {
  width: 100%;
  height: calc(100vh - 250px);
  background: url("https://21mbu63kam0h2kj3iy24qk18-wpengine.netdna-ssl.com/wp-content/uploads/2018/06/iStock_71820643_XXXLARGE.jpg") no-repeat center/cover; }
  .bannerWrap .innerBanner {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45); }
    .bannerWrap .innerBanner h2, .bannerWrap .innerBanner h3, .bannerWrap .innerBanner p {
      color: #ffffff;
      margin: 0;
      font-weight: 400; }
    .bannerWrap .innerBanner p {
      margin-top: 40px;
      font-size: 16px;
      line-height: 20px; }
      .bannerWrap .innerBanner p.mobile {
        display: none; }
    .bannerWrap .innerBanner h2 {
      font-size: 50px; }
    .bannerWrap .innerBanner h3 {
      font-size: 30px; }
    .bannerWrap .innerBanner a.btn {
      margin-top: 26px; }

@media only screen and (max-width: 767px) {
  .bannerWrap {
    margin-top: 18px;
    height: calc(100vh - 380px); }
    .bannerWrap .innerBanner {
      padding: 20px 10px;
      background: rgba(0, 0, 0, 0.65); }
      .bannerWrap .innerBanner h2 {
        font-size: 24px;
        line-height: 26px; }
      .bannerWrap .innerBanner p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px;
        width: 100%; }
        .bannerWrap .innerBanner p.desktop {
          display: none; }
        .bannerWrap .innerBanner p.mobile {
          display: block; }
      .bannerWrap .innerBanner a.btn {
        margin-top: 30px; } }

@media only screen and (max-width: 640px) {
  .bannerWrap {
    height: calc(100vh - 410px); }
    .bannerWrap .innerBanner h2 {
      font-size: 20px;
      line-height: 22px; } }

@media screen and (orientation: landscape) and (max-device-width: 767px) {
  .bannerWrap {
    margin-top: 18px;
    height: calc(100vh - 100px); } }

@media screen and (orientation: landscape) and (max-width: 640px) {
  .bannerWrap {
    margin-top: 18px;
    height: calc(100vh - 100px); } }

:root {
  /* Tile Dimensions */
  --carousel-tile-spacing: 10px;
  --carousel-tile-width:   250px;
  --carousel-tile-height:  calc(var(--carousel-tile-width) / (16 / 9));
  /* Growth Factor */
  --carousel-growth-factor: 1.5;
  /* Fade to Opacity */
  --carousel-fade-opacity:   0.25;
  --carousel-normal-opacity: 1;
  /* Automatic Offsets - DO NOT ALTER */
  --carousel-offset-left:  calc(-1 * (var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1) / 2));
  --carousel-offset-right: calc(var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1));
  /* Transition Speeds */
  --carousel-transition-1: 1s;
  --carousel-transition-2: 0.5s;
  --carousel-transition-3: 0.3s; }

p.noVideoMessage {
  text-align: center;
  font-size: 16px;
  color: #ff4b4b; }

.videoListWrap {
  padding: 20px 0;
  margin-bottom: 20px; }
  .videoListWrap h3 {
    margin: 0 0 10px 0;
    padding: 0 20px; }
    .videoListWrap h3 .viewAllLink {
      font-size: 14px;
      margin-left: 10px;
      text-decoration: none;
      color: #62c0f5; }
  .videoListWrap .outerListWrap {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    position: relative; }
    .videoListWrap .outerListWrap a.tilesSliderArrows {
      outline: none;
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      top: 48px;
      z-index: 10;
      cursor: pointer; }
      .videoListWrap .outerListWrap a.tilesSliderArrows.hide {
        display: none; }
      .videoListWrap .outerListWrap a.tilesSliderArrows:before, .videoListWrap .outerListWrap a.tilesSliderArrows:after {
        content: '';
        position: absolute;
        transition: all 0.3s ease-in; }
      .videoListWrap .outerListWrap a.tilesSliderArrows:before {
        border: solid #93d1f3;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        top: 8px;
        left: 8px; }
      .videoListWrap .outerListWrap a.tilesSliderArrows:after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
        height: 130px;
        top: -48px;
        right: 0;
        z-index: -10;
        opacity: 0;
        width: 50px; }
      .videoListWrap .outerListWrap a.tilesSliderArrows.arrowLeft {
        left: 20px; }
        .videoListWrap .outerListWrap a.tilesSliderArrows.arrowLeft:after {
          right: auto;
          left: 0;
          background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); }
        .videoListWrap .outerListWrap a.tilesSliderArrows.arrowLeft:before {
          left: 10px;
          transform: rotate(135deg); }
      .videoListWrap .outerListWrap a.tilesSliderArrows.arrowRight {
        right: 10px; }
        .videoListWrap .outerListWrap a.tilesSliderArrows.arrowRight:before {
          transform: rotate(-45deg); }
        .videoListWrap .outerListWrap a.tilesSliderArrows.arrowRight:after {
          right: -10px; }
      .videoListWrap .outerListWrap a.tilesSliderArrows:hover:before {
        border-color: #ffffff; }
      .videoListWrap .outerListWrap a.tilesSliderArrows:hover:after {
        z-index: -1;
        opacity: 1; }
    .videoListWrap .outerListWrap .innerListWrap {
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      margin: 0;
      padding: 0 20px;
      z-index: 1;
      max-height: 257px; }
      .videoListWrap .outerListWrap .innerListWrap ul {
        white-space: nowrap;
        margin: 0;
        transition: all 0.3s ease-in-out; }
        .videoListWrap .outerListWrap .innerListWrap ul li {
          position: relative;
          display: inline-block;
          width: 230px;
          margin-right: 20px;
          cursor: pointer; }
          .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap {
            width: 100%;
            height: 130px;
            overflow: hidden;
            margin-bottom: 10px;
            background: #dddddd;
            position: relative; }
            .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap img, .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap .videoIframe {
              position: absolute;
              top: 0;
              left: 0; }
            .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap img {
              width: 100%;
              height: auto;
              opacity: 1;
              z-index: 2;
              transition: all 0.2s ease-in; }
              .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap img.scaled {
                transform: scale(1.5); }
            .videoListWrap .outerListWrap .innerListWrap ul li .imgWrap .videoIframe {
              width: 100%;
              height: 100%;
              border: none;
              opacity: 0;
              z-index: 1;
              transition: all 0.2s ease-in; }
          .videoListWrap .outerListWrap .innerListWrap ul li:hover .imgWrap img {
            opacity: 0;
            z-index: 1; }
          .videoListWrap .outerListWrap .innerListWrap ul li:hover .imgWrap .videoIframe {
            opacity: 1;
            z-index: 2; }
          .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .eventThumbnail, .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .textDetails {
            display: inline-block;
            vertical-align: top; }
          .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .eventThumbnail {
            width: 36px;
            height: 36px;
            margin-right: 10px;
            overflow: hidden;
            border-radius: 50%;
            background: #dddddd;
            line-height: 36px; }
            .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .eventThumbnail img {
              width: 100%;
              border-radius: 50%;
              transform: scale(2); }
          .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .textDetails {
            text-align: left;
            max-width: 80%; }
            .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .textDetails h3 {
              font-size: 14px;
              line-height: 18px;
              max-height: 40px;
              padding: 0;
              white-space: normal;
              width: 100%;
              margin-bottom: 10px;
              word-break: break-all;
              color: #333333; }
            .videoListWrap .outerListWrap .innerListWrap ul li .eventDetails .textDetails .otherInformation span {
              display: block;
              font-size: 12px;
              line-height: 14px;
              margin-bottom: 5px;
              white-space: normal;
              word-break: break-all;
              color: #606060; }
          .videoListWrap .outerListWrap .innerListWrap ul li a.linkToEvent {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5; }
  .videoListWrap.viewAllListing h3 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px; }
  .videoListWrap.viewAllListing .outerListWrap .innerListWrap {
    white-space: normal;
    overflow: visible;
    max-height: unset; }
    .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul {
      white-space: normal;
      overflow: visible;
      max-height: unset;
      text-align: center;
      margin: 0 0 0 -20px; }
      .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li {
        margin: 0 0 20px 20px;
        text-align: left; }
        .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li:hover {
          margin: 0 0 20px 20px; }
        .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .eventDetails .textDetails h3 {
          text-align: left; }

@media only screen and (max-width: 767px) {
  .videoListWrap h3 {
    padding-left: 10px; }
  .videoListWrap .outerListWrap a.tilesSliderArrows {
    display: none; }
  .videoListWrap .outerListWrap ul {
    margin: 10px;
    overflow-y: auto;
    /* Track */
    /* Handle */ }
    .videoListWrap .outerListWrap ul li {
      height: auto; }
      .videoListWrap .outerListWrap ul li .videoIframe {
        height: 140px; }
    .videoListWrap .outerListWrap ul:hover {
      transform: none; }
      .videoListWrap .outerListWrap ul:hover li {
        opacity: 1; }
        .videoListWrap .outerListWrap ul:hover li:hover {
          transform: none;
          opacity: 1; }
          .videoListWrap .outerListWrap ul:hover li:hover ~ li {
            opacity: 1;
            transform: none; }
        .videoListWrap .outerListWrap ul:hover li:first-child:hover {
          margin-left: 0; }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar {
      height: 0; }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar-track {
      background: transparent; }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar-thumb {
      background: transparent; }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar {
      height: 2px; }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar-thumb {
      background: #bbbbbb;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    .videoListWrap .outerListWrap ul::-webkit-scrollbar-thumb:window-inactive {
      background-color: #bbbbbb; }
  .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul:hover li:first-child:hover {
    margin: 0 0 20px 20px; } }

@media only screen and (max-width: 519px) {
  .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li {
    width: 90%; }
    .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .imgWrap {
      height: 180px; }
      .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .imgWrap img {
        height: 100%;
        object-fit: cover; }
    .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .eventDetails .eventThumbnail {
      width: 44px;
      height: 44px; }
    .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .eventDetails .textDetails h3 {
      font-size: 16px;
      line-height: 18px; }
    .videoListWrap.viewAllListing .outerListWrap .innerListWrap ul li .eventDetails .textDetails .otherInformation span {
      font-size: 14px;
      line-height: 16px; } }

.searchWrapper {
  float: right;
  margin-top: 2px;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .searchWrapper a.closeSearch {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 2px; }
    .searchWrapper a.closeSearch:before, .searchWrapper a.closeSearch:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      top: 11px;
      background: #ffffff;
      transform-origin: center; }
    .searchWrapper a.closeSearch:before {
      transform: rotate(45deg); }
    .searchWrapper a.closeSearch:after {
      transform: rotate(-45deg); }
  .searchWrapper input {
    display: block;
    width: 100%;
    padding: 0;
    opacity: 0;
    outline: none;
    height: 30px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ffffff; }
  .searchWrapper button.searchBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .searchWrapper button.searchBtn:before, .searchWrapper button.searchBtn:after {
      content: '';
      position: absolute;
      transition: all 0.2s ease-in-out; }
    .searchWrapper button.searchBtn:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      top: 5px;
      left: 7px; }
    .searchWrapper button.searchBtn:after {
      width: 9px;
      height: 2px;
      border-radius: 20px;
      background: #ffffff;
      bottom: 9px;
      left: 15px;
      transform: rotate(55deg); }
  .searchWrapper.show {
    width: 300px; }
    .searchWrapper.show input {
      background: rgba(0, 0, 0, 0.7);
      padding: 10px 25px 10px 40px;
      opacity: 1; }
    .searchWrapper.show a.closeSearch {
      display: block; }

@media screen and (max-width: 1023px) {
  .searchWrapper {
    margin-top: 0; }
    .searchWrapper.show {
      right: 10px;
      top: 5px;
      width: calc(100% - 20px);
      margin: 0;
      height: 30px;
      position: absolute; }
      .searchWrapper.show a.closeSearch {
        width: 20px;
        height: 20px;
        top: 9px; }
        .searchWrapper.show a.closeSearch:before, .searchWrapper.show a.closeSearch:after {
          top: 9px; }
      .searchWrapper.show input {
        position: absolute;
        background: #141414;
        height: 40px;
        padding-right: 30px; }
      .searchWrapper.show button.searchBtn {
        top: 5px; } }

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .searchWrapper {
    width: 24px;
    height: 24px;
    right: 10px;
    position: absolute;
    right: 154px;
    margin-top: 3px; }
    .searchWrapper.loggedInSearch {
      right: 120px; }
    .searchWrapper button.searchBtn {
      width: 24px;
      height: 24px; }
      .searchWrapper button.searchBtn:before {
        width: 10px;
        height: 10px;
        top: 2px;
        left: 5px; }
      .searchWrapper button.searchBtn:after {
        width: 10px;
        left: 13px;
        top: 16px; }
    .searchWrapper a.closeSearch {
      top: 5px; }
    .searchWrapper.show {
      height: 30px;
      top: 3px;
      width: calc(100% - 10px); }
      .searchWrapper.show input {
        height: 30px; }
      .searchWrapper.show button.searchBtn:before {
        top: 0;
        left: 5px; }
      .searchWrapper.show button.searchBtn:after {
        bottom: 8px;
        left: 13px;
        top: 14px; }
      .searchWrapper.show a.closeSearch {
        top: 5px; } }

#__next {
  height: 100%;
  box-sizing: border-box; }

.eventWrap {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 26px; }
  .eventWrap .noVideoMessage {
    text-align: center;
    font-size: 16px;
    margin: 0; }
  .eventWrap .backArrow.videoAvailable {
    left: -37px;
    top: -6px; }
  .eventWrap .videoOuterContent {
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding-top: 0;
    justify-content: flex-start;
    min-height: 100%;
    margin-bottom: -40px;
    box-sizing: border-box; }
    .eventWrap .videoOuterContent .videoInnerContent {
      flex-grow: 2;
      position: relative; }
  .eventWrap .embedIframeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999; }
    .eventWrap .embedIframeOverlay .innerIframeWrap {
      padding: 10px;
      background: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 300px;
      transform: translate(-50%, -50%);
      border-radius: 3px; }
      .eventWrap .embedIframeOverlay .innerIframeWrap .closeIframeModal {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer; }
        .eventWrap .embedIframeOverlay .innerIframeWrap .closeIframeModal:before, .eventWrap .embedIframeOverlay .innerIframeWrap .closeIframeModal:after {
          content: '';
          position: absolute;
          top: 10px;
          width: 100%;
          height: 2px;
          transform-origin: center;
          background: #777; }
        .eventWrap .embedIframeOverlay .innerIframeWrap .closeIframeModal:before {
          transform: rotate(45deg); }
        .eventWrap .embedIframeOverlay .innerIframeWrap .closeIframeModal:after {
          transform: rotate(-45deg); }
      .eventWrap .embedIframeOverlay .innerIframeWrap h3 {
        margin: 0 0 10px 0; }
      .eventWrap .embedIframeOverlay .innerIframeWrap textarea {
        width: 100%;
        min-height: 140px;
        resize: none;
        border: 1px solid #bbbbbb;
        outline: none;
        box-shadow: none;
        margin-bottom: 10px;
        color: #333333;
        padding: 10px; }
      .eventWrap .embedIframeOverlay .innerIframeWrap button.copyBtn {
        border: 1px solid #1cc548;
        border-radius: 20px;
        outline: none;
        font-size: 16px;
        line-height: 30px;
        padding: 0 20px;
        background: none;
        cursor: pointer;
        color: #1cc548;
        display: inline-block;
        vertical-align: top; }
  .eventWrap .containLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .eventWrap p.videoTitle {
    margin: 20px auto 10px;
    font-size: 18px;
    line-height: 20px; }
  .eventWrap button.embedLink {
    position: fixed;
    right: -40px;
    top: 66px;
    width: 34px;
    height: 40px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    line-height: 16px;
    color: #ffffff;
    background: #ff4b4b;
    border: none;
    outline: none;
    border-radius: 3px 0 0 3px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    cursor: pointer; }
    .eventWrap button.embedLink.show {
      right: 0; }
  .eventWrap .mainVideoWrap,
  .eventWrap .tilesWrapper {
    width: auto;
    border-radius: 2px; }
    .eventWrap .mainVideoWrap .videoMessage,
    .eventWrap .tilesWrapper .videoMessage {
      position: absolute;
      color: #ffffff;
      width: 100%;
      text-align: center;
      top: 50%;
      left: 50%;
      display: none;
      transform: translate(-50%, -50%); }
  .eventWrap .screenTiles {
    height: 100%; }
    .eventWrap .screenTiles.hide {
      display: none; }
  .eventWrap .outerFlexibleBox {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    position: relative; }
    .eventWrap .outerFlexibleBox button {
      border: none;
      cursor: pointer;
      padding: 0;
      text-align: center;
      background: transparent;
      outline: none;
      box-shadow: none; }
    .eventWrap .outerFlexibleBox .socialMediaWrap {
      position: absolute;
      right: 24px;
      width: 30px;
      top: 54px;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: 0;
      z-index: 2; }
      .eventWrap .outerFlexibleBox .socialMediaWrap.show {
        height: 70px; }
      .eventWrap .outerFlexibleBox .socialMediaWrap button {
        display: block;
        color: #fefefe;
        font-size: 24px;
        line-height: 34px;
        width: 100%;
        height: 30px;
        margin-bottom: 5px; }
        .eventWrap .outerFlexibleBox .socialMediaWrap button.fbIconButton {
          color: #3b5998; }
        .eventWrap .outerFlexibleBox .socialMediaWrap button.twitterIconButton {
          color: #00acee; }
    .eventWrap .outerFlexibleBox button.shareIconWrap {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 24px;
      right: 24px;
      color: #fefefe;
      z-index: 2;
      font-size: 20px;
      line-height: 34px; }
  .eventWrap .mainVideoWrap {
    height: 0;
    padding-top: 56.25%;
    margin: 0;
    position: relative; }
    .eventWrap .mainVideoWrap .innerMainVideoWrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .eventWrap .mainVideoWrap iframe.videoIframe {
      border: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .eventWrap .tilesWrapper {
    margin-top: 50px;
    margin-right: 0;
    max-height: 380px; }
  .eventWrap ul.screenTiles {
    border: none;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    flex-grow: 1;
    padding-bottom: 5px;
    /* Track */
    /* Handle */ }
    .eventWrap ul.screenTiles::-webkit-scrollbar {
      height: 2px; }
    .eventWrap ul.screenTiles::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .eventWrap ul.screenTiles::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #bbbbbb;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    .eventWrap ul.screenTiles::-webkit-scrollbar-thumb:window-inactive {
      background-color: #bbbbbb; }
    .eventWrap ul.screenTiles li {
      display: block;
      width: 100%;
      height: 110px;
      border-radius: 2px;
      padding-top: 10px;
      border-top: 1px solid #bbbbbb;
      margin-top: 10px;
      display: flex;
      cursor: pointer;
      justify-content: start;
      transition: all 0.3s ease-in; }
      .eventWrap ul.screenTiles li .iframeThumbnailWrap,
      .eventWrap ul.screenTiles li .previewIframe {
        border: none;
        height: 100%;
        box-shadow: none;
        padding: 0;
        outline: none;
        text-align: center;
        cursor: pointer;
        position: relative;
        width: 200px;
        max-width: 200px;
        overflow: hidden;
        background: #141414;
        flex-grow: 2; }
        .eventWrap ul.screenTiles li .iframeThumbnailWrap iframe,
        .eventWrap ul.screenTiles li .previewIframe iframe {
          width: 100%;
          height: 100%; }
        .eventWrap ul.screenTiles li .iframeThumbnailWrap .videoIcon,
        .eventWrap ul.screenTiles li .previewIframe .videoIcon {
          top: 50%; }
        .eventWrap ul.screenTiles li .iframeThumbnailWrap img,
        .eventWrap ul.screenTiles li .previewIframe img {
          display: inline-block;
          width: auto;
          height: 100%;
          transform: scale(2);
          margin-left: 10px; }
          .eventWrap ul.screenTiles li .iframeThumbnailWrap img.scaled,
          .eventWrap ul.screenTiles li .previewIframe img.scaled {
            transform: scale(3.2);
            margin-left: 22px; }
      .eventWrap ul.screenTiles li .iframeThumbnailWrap {
        min-width: 180px;
        max-width: 180px; }
      .eventWrap ul.screenTiles li .videoDetails {
        text-align: left;
        padding: 8px;
        margin: 0;
        box-sizing: border-box;
        color: #777;
        font-size: 16px;
        flex-grow: 1; }
        .eventWrap ul.screenTiles li .videoDetails span {
          display: block; }
          .eventWrap ul.screenTiles li .videoDetails span:first-child {
            margin-bottom: 10px;
            font-weight: 600;
            color: #7cc3ea; }
          .eventWrap ul.screenTiles li .videoDetails span.eventSmallText {
            font-size: 12px; }
          .eventWrap ul.screenTiles li .videoDetails span.eventLiveSmallText {
            font-size: 12px;
            color: #ff4b4b;
            margin: 0 3px;
            text-transform: uppercase; }
          .eventWrap ul.screenTiles li .videoDetails span.eventLiveOneText {
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-flex; }
      .eventWrap ul.screenTiles li .videoDetails {
        padding: 5px 8px;
        font-size: 14px; }
        .eventWrap ul.screenTiles li .videoDetails span:first-child {
          margin-bottom: 5px; }
        .eventWrap ul.screenTiles li .videoDetails span.eventSmallText {
          margin-bottom: 5px;
          font-size: 11px; }
        .eventWrap ul.screenTiles li .videoDetails div.easy-edit-wrapper {
          font-size: 11px; }
        .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper {
          position: relative; }
          .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-component-wrapper input {
            width: 126px;
            padding-right: 32px;
            font-size: 12px;
            box-sizing: border-box;
            outline: none; }
          .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper {
            position: absolute;
            right: -15px;
            z-index: 1;
            top: -1px; }
            .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button {
              width: 22px;
              height: 23px;
              color: transparent;
              white-space: nowrap;
              overflow: hidden;
              position: relative;
              outline: none; }
              .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button:after, .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button:before {
                content: '';
                position: absolute; }
              .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"] {
                background: #1cc548; }
                .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"]:before {
                  content: '\2713';
                  display: inline-block;
                  color: #ffffff;
                  padding: 0 6px 0 0;
                  font-size: 15px;
                  transform: rotate(10deg);
                  top: 1px;
                  font-weight: 600;
                  left: 5px; }
                .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"]:after {
                  display: none; }
              .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"] {
                background: #ff4b4b; }
                .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:before, .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:after {
                  background: #ffffff;
                  width: 70%;
                  height: 2px;
                  transform: rotate(45deg);
                  top: 10px;
                  left: 4px; }
                .eventWrap ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:after {
                  transform: rotate(-45deg); }
      .eventWrap ul.screenTiles li:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }

.viewAllEventsWrap .backArrow {
  left: 5%;
  top: 24px; }

@media only screen and (min-width: 1024px) {
  .eventWrap.horizontalLayout {
    padding-top: 10px; }
    .eventWrap.horizontalLayout a.backArrow.videoAvailable {
      top: 4px; }
    .eventWrap.horizontalLayout p.videoTitle {
      z-index: 2;
      margin: 10px auto 10px;
      position: absolute;
      top: 20px;
      left: 30px;
      color: #ffffff; }
    .eventWrap.horizontalLayout .videoOuterContent {
      justify-content: center;
      flex-direction: column; }
      .eventWrap.horizontalLayout .videoOuterContent .push {
        display: none; }
      .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper {
        width: 900px;
        margin: 0 auto;
        position: relative; }
        .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows {
          outline: none;
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          top: 50%;
          cursor: pointer;
          transform: translateY(-50%); }
          .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows.hide {
            display: none; }
          .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows:before {
            content: '';
            position: absolute;
            border: solid #7cc3ea;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 6px;
            top: 8px;
            left: 12px; }
          .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows.arrowLeft {
            left: -30px; }
            .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows.arrowLeft:before {
              transform: rotate(135deg); }
          .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows.arrowRight {
            right: -30px; }
            .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper a.tilesSliderArrows.arrowRight:before {
              transform: rotate(-45deg); }
        .eventWrap.horizontalLayout .videoOuterContent .tilesOuterWrapper .tilesWrapper {
          margin: 0; }
      .eventWrap.horizontalLayout .videoOuterContent .tilesWrapper {
        order: 1;
        max-width: 100%;
        min-height: 110px;
        max-height: 110px;
        padding: 0;
        position: relative;
        overflow-x: hidden;
        white-space: nowrap; }
        .eventWrap.horizontalLayout .videoOuterContent .tilesWrapper.forIpad {
          display: none; }
        .eventWrap.horizontalLayout .videoOuterContent .tilesWrapper .innerTilesWrapper {
          white-space: nowrap;
          transition: all 0.3s ease-in-out; }
      .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles {
        display: none;
        width: 100%;
        height: 110px;
        justify-content: flex-start;
        transition: all 0.3s ease-in;
        overflow: hidden;
        position: relative; }
        .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles::-webkit-scrollbar {
          height: 1px; }
        .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px transparent; }
        .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles::-webkit-scrollbar-thumb {
          background: transparent;
          -webkit-box-shadow: inset 0 0 6px transparent; }
        .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles::-webkit-scrollbar-thumb:window-inactive {
          background-color: transparent; }
        .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles li {
          margin: 0 10px 0 0;
          border: none;
          padding: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 350px;
          transition: all 0.3s ease-in;
          height: 100%; }
          .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles li .videoDetails {
            background: #ffffff; }
          .eventWrap.horizontalLayout .videoOuterContent ul.screenTiles li .previewIframe {
            width: 180px;
            max-width: 180px; }
      .eventWrap.horizontalLayout .videoOuterContent .videoInnerContent {
        order: 2;
        position: relative; }
    .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem {
      margin: 0;
      border: none;
      padding: 0;
      width: 360px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      transition: all 0.3s ease-in;
      height: 100%; }
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails {
        background: #ffffff; }
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap,
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .previewIframe {
        width: 180px;
        max-width: 180px;
        height: 110px;
        overflow: hidden;
        position: relative;
        border: none;
        cursor: pointer;
        display: inline-block;
        vertical-align: top; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap iframe,
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .previewIframe iframe {
          width: 100%;
          height: 100%; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap .videoIcon,
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .previewIframe .videoIcon {
          top: 50%; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap img,
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .previewIframe img {
          display: inline-block;
          width: auto;
          height: 100%;
          transform: scale(2);
          margin-left: 10px; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap img.scaled,
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .previewIframe img.scaled {
            transform: scale(3.2);
            margin-left: 22px; }
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .iframeThumbnailWrap {
        min-width: 180px;
        max-width: 180px; }
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails {
        text-align: left;
        padding: 8px;
        margin: 0;
        box-sizing: border-box;
        color: #777;
        font-size: 16px;
        display: inline-block;
        width: 53%; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span {
          display: block; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span:first-child {
            margin-bottom: 10px;
            font-weight: 600;
            color: #7cc3ea; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span.eventSmallText {
            font-size: 12px; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span.eventLiveSmallText {
            font-size: 12px;
            color: #ff4b4b;
            margin: 0 3px;
            display: inline;
            text-transform: uppercase; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span.eventLiveOneText {
            font-size: 12px;
            line-height: 14px;
            text-align: left;
            display: block; }
      .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails {
        padding: 5px 8px;
        font-size: 14px; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span:first-child {
          margin-bottom: 5px; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails span.eventSmallText {
          margin-bottom: 5px;
          font-size: 11px; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails div.easy-edit-wrapper {
          font-size: 11px;
          font-family: "Montserrat"; }
        .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper {
          position: relative; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-component-wrapper input {
            width: 130px;
            padding-right: 10px;
            font-size: 12px;
            box-sizing: border-box;
            outline: none; }
          .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper {
            position: absolute;
            right: 3px;
            z-index: 1;
            top: -1px; }
            .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button {
              width: 22px;
              height: 22px;
              color: transparent;
              white-space: nowrap;
              overflow: hidden;
              position: relative;
              outline: none; }
              .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button:after, .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button:before {
                content: '';
                position: absolute; }
              .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"] {
                background: #1cc548; }
                .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"]:before {
                  content: '\2713';
                  display: inline-block;
                  color: #ffffff;
                  padding: 0 6px 0 0;
                  font-size: 15px;
                  transform: rotate(10deg);
                  top: 1px;
                  font-weight: 600;
                  left: 5px; }
                .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="save"]:after {
                  display: none; }
              .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"] {
                background: #ff4b4b; }
                .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:before, .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:after {
                  background: #ffffff;
                  width: 70%;
                  height: 2px;
                  transform: rotate(45deg);
                  top: 10px;
                  left: 4px; }
                .eventWrap.horizontalLayout .tilesWrapper .thumbnailItem .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper button.easy-edit-button[name="cancel"]:after {
                  transform: rotate(-45deg); }
  .eventWrap .videoMessage.forTop {
    display: block; }
  .eventWrap .videoOuterContent {
    margin-bottom: 0; } }

@media only screen and (max-width: 1023px) {
  .eventWrap p.videoTitle {
    margin: 0 0 10px;
    width: 87%;
    word-break: break-all; }
  .eventWrap .outerFlexibleBox button.shareIconWrap {
    top: 20px;
    color: #62c0f5; }
  .eventWrap a.backArrow.videoAvailable {
    left: 0;
    z-index: 10; }
  .eventWrap .videoOuterContent {
    width: 96%; }
    .eventWrap .videoOuterContent .tilesOuterWrapper {
      display: none; }
    .eventWrap .videoOuterContent ul.screenTiles {
      display: block;
      white-space: normal; }
      .eventWrap .videoOuterContent ul.screenTiles li {
        min-height: 110px;
        height: auto; }
        .eventWrap .videoOuterContent ul.screenTiles li .previewIframe {
          width: 180px;
          max-width: 180px;
          height: 110px;
          overflow: hidden;
          position: relative;
          border: none;
          cursor: pointer;
          display: inline-block;
          vertical-align: top; }
        .eventWrap .videoOuterContent ul.screenTiles li .videoDetails {
          max-width: 190px; }
          .eventWrap .videoOuterContent ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-component-wrapper input {
            padding-right: 20px; }
          .eventWrap .videoOuterContent ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-button-wrapper {
            right: -4px;
            top: -2px; }
    .eventWrap .videoOuterContent .videoInnerContent {
      flex-grow: 10; }
    .eventWrap .videoOuterContent .tilesWrapper {
      flex-grow: 1;
      margin-top: 50px; }
      .eventWrap .videoOuterContent .tilesWrapper.forIpad {
        display: block; }
  .eventWrap .videoMessage {
    display: none; }
    .eventWrap .videoMessage.forRight {
      display: block; } }

@media only screen and (max-width: 767px) {
  .eventWrap a.backArrow.videoAvailable {
    left: 10px;
    top: -10px; }
  .eventWrap .videoOuterContent {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
    flex-direction: column; }
    .eventWrap .videoOuterContent .videoInnerContent {
      flex-grow: unset; }
    .eventWrap .videoOuterContent .tilesWrapper {
      max-height: 150px;
      margin-top: 10px;
      padding: 0 20px; }
    .eventWrap .videoOuterContent ul.screenTiles {
      text-align: left;
      overflow-y: hidden;
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      min-height: unset;
      flex-grow: unset;
      margin: 0 auto 10px;
      /* Track */
      /* Handle */ }
      .eventWrap .videoOuterContent ul.screenTiles::-webkit-scrollbar {
        height: 2px; }
      .eventWrap .videoOuterContent ul.screenTiles::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      .eventWrap .videoOuterContent ul.screenTiles::-webkit-scrollbar-thumb {
        background: #bbbbbb;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
      .eventWrap .videoOuterContent ul.screenTiles::-webkit-scrollbar-thumb:window-inactive {
        background-color: #bbbbbb; }
      .eventWrap .videoOuterContent ul.screenTiles li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 5px;
        padding: 0;
        border: none;
        width: 350px;
        min-height: 110px;
        max-height: 130px;
        position: static; }
        .eventWrap .videoOuterContent ul.screenTiles li:first-child {
          margin-left: 0;
          padding-left: 0; }
        .eventWrap .videoOuterContent ul.screenTiles li .videoDetails {
          position: relative;
          display: inline-block;
          width: 166px;
          vertical-align: top;
          min-height: 70px;
          word-break: break-all;
          white-space: normal; }
          .eventWrap .videoOuterContent ul.screenTiles li .videoDetails span {
            font-size: 12px; }
        .eventWrap .videoOuterContent ul.screenTiles li.liveLiBox {
          width: 350px; }
          .eventWrap .videoOuterContent ul.screenTiles li.liveLiBox .iframeThumbnailWrap {
            display: inline-block;
            vertical-align: top; }
          .eventWrap .videoOuterContent ul.screenTiles li.liveLiBox .videoDetails {
            width: 230px; }
        .eventWrap .videoOuterContent ul.screenTiles li .previewIframe {
          width: 100%; }
          .eventWrap .videoOuterContent ul.screenTiles li .previewIframe .videoIcon {
            top: 50%; }
  .eventWrap p.videoTitle, .eventWrap .tilesWrapper {
    max-width: none;
    width: 95%; }
  .eventWrap p.videoTitle {
    font-size: 16px;
    line-height: 18px;
    padding-right: 55px; }
  .eventWrap .mainVideoWrap .videoMessage {
    display: none; }
    .eventWrap .mainVideoWrap .videoMessage.forBottom {
      display: block; }
  .eventWrap .tilesWrapper {
    width: 95%; }
  footer .innerWrap {
    font-size: 12px; } }

@media screen and (orientation: portrait) and (max-device-width: 767px) {
  .eventWrap.forceOrientation {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 40px; }
    .eventWrap.forceOrientation .mainVideoWrap {
      float: left;
      margin-left: 10px;
      width: 60%; }
    .eventWrap.forceOrientation .tilesWrapper {
      float: left;
      width: 34%;
      margin-left: 10px; }
    .eventWrap.forceOrientation ul.screenTiles {
      float: left;
      width: 100%;
      white-space: normal;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 230px;
      padding-right: 10px; }
      .eventWrap.forceOrientation ul.screenTiles::-webkit-scrollbar {
        width: 2px; }
      .eventWrap.forceOrientation ul.screenTiles li {
        margin: 5px 0 0 0;
        display: block;
        width: 100%; }
        .eventWrap.forceOrientation ul.screenTiles li:first-child {
          margin-top: 0; } }

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .eventWrap {
    padding-top: 0; }
    .eventWrap button.embedLink {
      right: 19px;
      top: 40px; }
    .eventWrap p.videoTitle {
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 5px; }
    .eventWrap header {
      padding: 6px 10px; }
      .eventWrap header h1 {
        max-width: 70px; }
    .eventWrap .videoOuterContent {
      flex-direction: row;
      padding-top: 5px; }
      .eventWrap .videoOuterContent .tilesWrapper {
        flex-grow: unset;
        width: 40%;
        margin-top: 33px;
        padding: 0 5px 0 0;
        max-height: 250px; }
      .eventWrap .videoOuterContent ul.screenTiles {
        white-space: normal;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 0;
        padding-right: 2px; }
        .eventWrap .videoOuterContent ul.screenTiles::-webkit-scrollbar {
          width: 2px; }
        .eventWrap .videoOuterContent ul.screenTiles li {
          margin: 10px 0 0 0;
          padding-top: 10px;
          display: block;
          width: 100%;
          min-height: 110px;
          border-top: 1px solid #bbbbbb; }
          .eventWrap .videoOuterContent ul.screenTiles li:first-child {
            border: none; }
          .eventWrap .videoOuterContent ul.screenTiles li button.previewIframe {
            max-height: 100px;
            max-width: 100px !important;
            width: 100px !important; }
          .eventWrap .videoOuterContent ul.screenTiles li .videoDetails {
            width: 140px; }
            .eventWrap .videoOuterContent ul.screenTiles li .videoDetails .easy-edit-inline-wrapper .easy-edit-component-wrapper input {
              padding-right: 50px; }
            .eventWrap .videoOuterContent ul.screenTiles li .videoDetails span.eventSmallText {
              display: block; }
          .eventWrap .videoOuterContent ul.screenTiles li:first-child {
            margin-top: 0; }
          .eventWrap .videoOuterContent ul.screenTiles li .videoDetails {
            min-height: 70px; }
    .eventWrap .videoInnerContent {
      width: 60%; }
      .eventWrap .videoInnerContent .mainVideoWrap .videoMessage {
        display: none; }
        .eventWrap .videoInnerContent .mainVideoWrap .videoMessage.forRight {
          display: block; }
    .eventWrap .outerFlexibleBox button.shareIconWrap {
      top: 14px; } }

@media screen and (max-width: 480px) {
  .eventWrap button.embedLink {
    width: 30px;
    height: 34px;
    font-size: 18px;
    line-height: 16px; }
  .viewAllEventsWrap .backArrow {
    left: 15px;
    top: 6px; } }

.loginWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://21mbu63kam0h2kj3iy24qk18-wpengine.netdna-ssl.com/wp-content/uploads/2018/06/iStock_71820643_XXXLARGE.jpg") no-repeat center/cover; }
  .loginWrap .innerWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
    .loginWrap .innerWrap a.logo {
      display: block;
      font-weight: 400;
      max-width: 130px;
      margin: 20px 0 0 20px; }
      .loginWrap .innerWrap a.logo img {
        width: 100%; }
    .loginWrap .innerWrap .loginBox {
      padding: 20px;
      width: 95%;
      max-width: 360px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      overflow: hidden;
      white-space: nowrap; }
      .loginWrap .innerWrap .loginBox h1 {
        margin: 0 0 20px 0;
        text-align: center;
        font-weight: 400; }
      .loginWrap .innerWrap .loginBox p.subHeading {
        white-space: normal; }
      .loginWrap .innerWrap .loginBox .signInOptionWrap, .loginWrap .innerWrap .loginBox form.signInWithPhone {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        transition: all 0.3s ease-in-out; }
      .loginWrap .innerWrap .loginBox .signInOptionWrap.slideOut {
        margin-left: calc(-100% - 50px); }
      .loginWrap .innerWrap .loginBox .signInOptionWrap {
        margin-right: 50px; }
        .loginWrap .innerWrap .loginBox .signInOptionWrap p {
          text-align: center;
          margin: 0; }
        .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn,
        .loginWrap .innerWrap .loginBox .signInOptionWrap button {
          display: block;
          padding: 10px;
          width: 100%;
          text-decoration: none;
          text-align: center;
          min-height: 34px;
          line-height: 16px;
          background: transparent;
          border: none;
          outline: none;
          box-shadow: none;
          border-radius: 20px;
          margin-bottom: 10px;
          color: #ffffff;
          cursor: pointer;
          position: relative; }
          .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn svg,
          .loginWrap .innerWrap .loginBox .signInOptionWrap button svg {
            height: 18px;
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%); }
          .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn.faceBookBtn,
          .loginWrap .innerWrap .loginBox .signInOptionWrap button.faceBookBtn {
            background-color: #3b5998; }
          .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn.googleBookBtn,
          .loginWrap .innerWrap .loginBox .signInOptionWrap button.googleBookBtn {
            background-color: #db4a39; }
          .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn.appleLoginBtn,
          .loginWrap .innerWrap .loginBox .signInOptionWrap button.appleLoginBtn {
            background-color: #ffffff;
            color: #333333; }
          .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn.phoneNumberBtn,
          .loginWrap .innerWrap .loginBox .signInOptionWrap button.phoneNumberBtn {
            background-color: #1cc548; }
        .loginWrap .innerWrap .loginBox .signInOptionWrap a.signupBtn {
          color: #93d1f3;
          margin: 0; }
      .loginWrap .innerWrap .loginBox form label {
        position: relative;
        display: block; }
        .loginWrap .innerWrap .loginBox form label span.errorMsgBlock {
          position: absolute;
          width: 100%;
          top: -17px;
          color: #ff4b4b;
          font-size: 12px;
          display: none; }
          .loginWrap .innerWrap .loginBox form label span.errorMsgBlock.show {
            display: block; }
      .loginWrap .innerWrap .loginBox form span.loginTitle {
        display: inline-block;
        vertical-align: top;
        line-height: 28px; }
      .loginWrap .innerWrap .loginBox form .PhoneInput .PhoneInputCountry {
        height: 40px; }
        .loginWrap .innerWrap .loginBox form .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
          width: 30px;
          height: 40px;
          box-shadow: none;
          border: none; }
        .loginWrap .innerWrap .loginBox form .PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow {
          padding: 3px; }
      .loginWrap .innerWrap .loginBox form button.backToOption {
        outline: none;
        border: none;
        box-shadow: none;
        background: transparent;
        position: relative;
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
        cursor: pointer; }
        .loginWrap .innerWrap .loginBox form button.backToOption:before, .loginWrap .innerWrap .loginBox form button.backToOption:after {
          content: '';
          position: absolute;
          left: 0;
          top: 8px; }
        .loginWrap .innerWrap .loginBox form button.backToOption:before {
          border: solid #ffffff;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 5px;
          transform: rotate(135deg); }
        .loginWrap .innerWrap .loginBox form button.backToOption:after {
          height: 2px;
          width: 20px;
          top: 13px;
          background: #ffffff; }
      .loginWrap .innerWrap .loginBox form input[type=email],
      .loginWrap .innerWrap .loginBox form input[type=password],
      .loginWrap .innerWrap .loginBox form textarea,
      .loginWrap .innerWrap .loginBox form input[type=tel],
      .loginWrap .innerWrap .loginBox form input[type=text] {
        padding: 10px;
        height: 40px;
        line-height: 20px;
        border-radius: 3px;
        border: none;
        margin-bottom: 10px;
        width: 100%;
        color: #ffffff;
        box-sizing: border-box;
        background: rgba(60, 60, 60, 0.8);
        display: block;
        outline: none; }
        .loginWrap .innerWrap .loginBox form input[type=email].error,
        .loginWrap .innerWrap .loginBox form input[type=password].error,
        .loginWrap .innerWrap .loginBox form textarea.error,
        .loginWrap .innerWrap .loginBox form input[type=tel].error,
        .loginWrap .innerWrap .loginBox form input[type=text].error {
          border: 1px solid #ff4b4b; }
      .loginWrap .innerWrap .loginBox form .actions {
        display: flex;
        margin-top: 20px;
        justify-content: space-between; }
        .loginWrap .innerWrap .loginBox form .actions.flexColumn {
          flex-direction: column; }
        .loginWrap .innerWrap .loginBox form .actions input[type=button].btn,
        .loginWrap .innerWrap .loginBox form .actions input[type=submit].btn {
          padding: 5px 10px;
          min-width: 90px;
          height: 34px;
          line-height: 18px; }
          .loginWrap .innerWrap .loginBox form .actions input[type=button].btn.disabled,
          .loginWrap .innerWrap .loginBox form .actions input[type=submit].btn.disabled {
            pointer-events: none;
            background: #bbbbbb;
            color: #606060;
            opacity: 0.7; }
        .loginWrap .innerWrap .loginBox form .actions p {
          margin: 0;
          line-height: 34px; }
          .loginWrap .innerWrap .loginBox form .actions p a {
            color: #93d1f3;
            text-decoration: none; }

@media only screen and (max-width: 480px) {
  .loginWrap .innerWrap .loginBox form .actions {
    flex-direction: column; } }

@media screen and (orientation: landscape) and (max-device-width: 767px) {
  .loginWrap .innerWrap {
    overflow-y: auto; }
    .loginWrap .innerWrap a.logo {
      position: fixed;
      max-width: 120px;
      left: 10px;
      top: 10px;
      margin: 0; }
    .loginWrap .innerWrap .loginBox {
      top: 13px;
      transform: translate(-50%, 0); } }

.page-container {
  width: 100%;
  height: 100vh; }
  .page-container .inner-page {
    padding: 30px 20px; }
    .page-container .inner-page h1 {
      margin: 0 auto 30px;
      font-size: 24px;
      color: #333333; }

.product-wrap {
  margin: 40px auto 20px;
  width: 2px;
  height: 400px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .product-wrap:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .product-wrap.show {
    width: 630px; }
  .product-wrap .product {
    display: flex;
    justify-content: flex-start; }
    .product-wrap .product .image-wrap, .product-wrap .product .description {
      position: relative;
      flex-basis: 50%;
      height: 400px;
      transition: all 0.6s ease-in-out; }
    .product-wrap .product .image-wrap {
      opacity: 0; }
      .product-wrap .product .image-wrap.show {
        opacity: 1; }
      .product-wrap .product .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .product-wrap .product .image-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0; }
      .product-wrap .product .image-wrap .price, .product-wrap .product .image-wrap .sub-price {
        position: absolute;
        font-size: 40px;
        bottom: 50px;
        left: 20px;
        margin: 0;
        z-index: 1;
        color: #EAEB5E;
        text-shadow: 1px 1px 2px #141414; }
        .product-wrap .product .image-wrap .price span, .product-wrap .product .image-wrap .sub-price span {
          margin-left: 5px;
          font-size: 36px; }
      .product-wrap .product .image-wrap .sub-price {
        font-size: 24px;
        bottom: 20px;
        margin: 0;
        font-weight: 500; }
    .product-wrap .product .description {
      color: #ffffff;
      padding: 20px;
      background: #3b5998;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .product-wrap .product .description .title {
        white-space: nowrap;
        overflow: hidden;
        opacity: 0;
        transition: all 0.6s ease-in-out; }
      .product-wrap .product .description .about {
        max-height: 210px;
        overflow-y: auto;
        padding-right: 10px;
        transition: all 0.6s ease-in-out;
        opacity: 0;
        transform: translateY(10px); }
        .product-wrap .product .description .about::-webkit-scrollbar {
          width: 5px; }
        .product-wrap .product .description .about::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .product-wrap .product .description .about::-webkit-scrollbar-thumb {
          background: #888; }
        .product-wrap .product .description .about::-webkit-scrollbar-thumb:hover {
          background: #555; }
      .product-wrap .product .description button {
        margin-top: auto;
        border: 1px solid transparent;
        background: #ff4b4b;
        padding: 10px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        color: #ffffff;
        opacity: 0;
        transition: all 0.6s ease-in-out; }
        .product-wrap .product .description button:hover {
          background: transparent;
          border-color: #ffffff; }
      .product-wrap .product .description.flex-center {
        align-items: center;
        justify-content: center; }
        .product-wrap .product .description.flex-center button {
          margin-top: 10px; }
      .product-wrap .product .description.show .title {
        opacity: 1; }
      .product-wrap .product .description.show .about {
        opacity: 1;
        transform: translateY(0); }
      .product-wrap .product .description.show button {
        opacity: 1; }

@media screen and (max-width: 670px) {
  .page-container .inner-page {
    padding: 20px; }
    .page-container .inner-page h1 {
      margin: 0 auto 10px;
      font-size: 22px; }
  .product-wrap {
    margin: 10px auto;
    width: 2px; }
    .product-wrap.show {
      width: 100%; }
    .product-wrap .product .description .title {
      margin: 0; }
    .product-wrap .product .description .about {
      margin: 10px 0 0;
      max-height: 120px; } }

@media screen and (max-width: 500px) {
  .product-wrap {
    margin: 10px auto;
    height: auto; }
    .product-wrap .product {
      flex-direction: column; }
      .product-wrap .product .image-wrap, .product-wrap .product .description {
        height: 250px; }
      .product-wrap .product .description.flex-center {
        min-height: 250px; } }

