.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100vw;
  height: 85vh;
  max-width: 980px;
  margin: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 0.25fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 Area-2 Area-2"
    "Content Content Content"
    "Area Area Area"
    "Footer Footer Footer";
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
  text-shadow: none;
}

.body {
  display: block;
  overflow: visible;
  height: 100%;
  margin: auto;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: linear-gradient(#013d55, #003d69);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: block;
  max-width: 980px;
  margin-top: 20px;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  background-color: rgba(33, 31, 34, 0);
}

.columns {
  width: 75%;
  height: 100%;
  margin: 20px auto auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #333;
  box-shadow: 0 1px 7px 0 #000;
  color: #333;
  text-align: center;
}

.login-heading {
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  color: #f7233f;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.login-input {
  position: static;
  overflow: visible;
  width: 20em;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: #fff;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  text-align: left;
}

.login-forgot-password {
  display: none;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway;
  color: #dbdbdb;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
}

.login-text {
  width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.image {
  width: 10vw;
  margin: 20px 10px;
  padding-left: 0px;
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(33, 31, 34, 0);
}

.logo {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.helpmodal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.modalcontent {
  position: relative;
  display: block;
  max-width: 700px;
  margin: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  opacity: 1;
}

.modalheader {
  background-color: #0084c7;
}

.modalbody {
  display: block;
}

.heading-5 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-size: 40px;
  text-align: left;
}

.closemodal {
  position: absolute;
  left: auto;
  top: 5%;
  right: 3%;
  bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.closemodal:hover {
  color: #a8a7a7;
}

.helpheading {
  margin-right: 20px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.list-item {
  font-family: Raleway;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.login-form {
  position: static;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.create-account-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.create-account-heading {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.create-account-text-right {
  width: 90%;
  margin: 10px auto 20px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.create-account-button {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 16vw;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 2.5px solid #fafafa;
  border-radius: 20px;
  background-color: #d11d35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.create-account-button:hover {
  background-color: #9e1628;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.live-video {
  width: 80%;
  margin: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.login-button {
  display: block;
  width: 8vw;
  margin-top: 0px;
  padding-top: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #dd1e36;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
}

.login-button:hover {
  background-color: #c41b32;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
}

.navbar {
  margin-left: auto;
  padding-right: 220px;
  padding-left: 220px;
}

.text-block-5 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #dd1e36;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.html-embed {
  display: block;
  width: 90%;
  margin: auto;
  padding-top: 10px;
}

.streaming-services-link {
  margin: auto;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding-bottom:50px;
}

.menu-toggle {
  display: none;
  width: 10vw;
  margin-top: 6px;
  padding: 9px 15px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 1px 0 #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.menu-toggle:hover {
  background-color: #00234b;
  text-shadow: 0 1px 1px #000;
}

.text-block-8 {
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-shadow: 0 2px 1px #000;
}

.site {
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #000;
  background-color: transparent;
}

.login-error {
  display: none;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Raleway;
  color: #ff2e31;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.list-item {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.help-list {
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.help-links {
  width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-submit {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 14em;
  margin: auto;
  border-style: solid;
  border-radius: 0px;
  background-color: #f0b;
  font-family: Roboto, sans-serif;
  color: #fafafa;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.login-submit:hover {
  background-color: #c90093;
  color: #fff;
}

.bold-text {
  color: #FAFAFA;
  font-size: 1em;
  font-weight: 700;
  cursor: default;
}

.italic-text {
  color: #bfbfbf;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}

.image-2 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 220px;
  padding-bottom: 0px;
  padding-left: 220px;
}

.dropdown {
  display: block;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 20px;
  background-color: #d11d35;
}

.text-block-9 {
  font-family: Roboto, sans-serif;
  color: #fafafa;
}

.section {
  width: 60%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #333;
}

.form-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  color: #fff;
  text-align: left;
}

.field-label-2 {
  color: #fff;
  text-align: left;
}

.heading-6 {
  color: #fff;
  font-size: 30px;
}

.paragraph {
  color: #b8b8b8;
}

.text-field {
  background-color: #c4c4c4;
}

.submit-button {
  width: 10em;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #f7233f;
}

.div-block {
  width: 90%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-image: url(/images/allbg.png);
  background-size: cover;
}

.heading-7 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 2.3em;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #faff00;
  font-size: 1.2em;
  font-weight: 500;
}

.heading-8 {
  margin-top: auto;
  color: #323031;
  font-size: 1.6em;
}

.grid-3 {
  width: 100%;
}

.div-block-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.grid-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.textarea {
  margin-top: auto;
  margin-bottom: auto;
  background-color: #e4e4e4;
}

.form {
  width: 70%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label-3 {
  font-weight: 700;
}

.question {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
}

.question::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #707070;
}

.question:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #707070;
}

.question::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #707070;
}

.question::placeholder {
  font-family: Roboto, sans-serif;
  color: #707070;
}

.form-block-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-3 {
  display: none;
}

.image-2-copy {
  display: block;
  width: 20vw;
  margin-top: auto;
  padding-bottom: 0px;
}

.text-block-11 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-auto-columns: 0vh;
    grid-template-areas: "Area-2 Area-2 Area-2"
      "Content Content Content"
      "Area Area Area"
      "Footer Footer Footer";
  }

  .container {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns {
    width: 90%;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: -5px 9px 20px -2px #000;
  }

  .login-heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .create-account-heading {
    font-size: 28px;
  }

  .create-account-button {
    width: 20vw;
  }

  .live-video {
    width: 90%;
  }

  .login-button {
    width: 10vw;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .streaming-services-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-toggle {
    width: 14vw;
    margin-top: -10px;
  }

  .login-error {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: rgba(83, 0, 1, 0);
    font-family: Raleway;
    color: #ff5053;
    font-size: 16px;
    font-weight: 400;
  }

  .login-submit {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .image-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 140px;
    padding-left: 140px;
  }

  .section {
    width: 80%;
  }

  .div-block {
    width: 80%;
  }

  .div-block-2 {
    width: 95%;
  }

  .div-block-3 {
    display: none;
  }

  .image-2-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    font-size: 1em;
	text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row dense;
    grid-auto-columns: 0vh;
    grid-auto-rows: minmax(auto, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Logo Title NavBar"
      "Content Content Content"
      "Area Area Area"
      "Footer Footer Footer";
  }

  .body {
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .login-heading {
    display: block;
    margin-top: 20px;
  }

  .login-text {
    font-size: 14px;
  }

  .image {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .login-form {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .create-account-heading {
    font-size: 24px;
  }

  .create-account-text-right {
    line-height: 24px;
  }

  .create-account-button {
    width: 30vw;
  }

  .login-button {
    width: 15vw;
    margin-top: 10px;
  }

  .streaming-services-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-toggle {
    width: 18vw;
    margin-top: 0px;
    margin-right: 40px;
    padding: 9px 15px;
  }

  .success-message {
    line-height: 24px;
  }

  .image-2 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section {
    width: 80%;
  }

  .div-block {
    width: 90%;
  }

  .form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .field-label-3 {
    margin-top: 40px;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-11 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    display: block;
    overflow: visible;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 0vh;
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-columns: 1fr 3fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .body {
    overflow: visible;
  }

  .container {
    overflow: visible;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column {
    overflow: visible;
    margin-top: 60px;
    margin-bottom: auto;
    border-radius: 0px;
  }

  .columns {
    overflow: visible;
    width: 100%;
    margin: 20px auto auto;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    box-shadow: 0 0 20px -2px #000;
  }

  .login-input {
    width: 20em;
  }

  .image {
    display: block;
    width: 30vw;
    margin: 10px auto;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2 {
    position: relative;
    top: 60px;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: auto;
    border-radius: 0px;
  }

  .logo {
    display: none;
  }

  .closemodal {
    display: block;
    margin-top: -22px;
    margin-bottom: 0px;
  }

  .login-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .create-account-text {
    display: block;
    overflow: visible;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    opacity: 1;
  }

  .create-account-heading {
    margin-top: 10px;
  }

  .create-account-text-right {
    font-size: 1em;
  }

  .create-account-button {
    position: static;
    width: 50vw;
    margin-bottom: 40px;
  }

  .live-video {
    display: -ms-grid;
    display: grid;
    width: 95%;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .login-button {
    width: 30vw;
    margin: 0px auto 10px;
  }

  .navbar {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
  }

  .streaming-services-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .menu-toggle {
    width: 35vw;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }

  .site {
    display: block;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .login-error {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .help-links {
    width: 100%;
  }

  .login-submit {
    position: static;
    margin-bottom: auto;
  }

  .image-2 {
    width: 20em;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    width: 90%;
  }

  .section {
    width: 100%;
    border-radius: 0px;
  }

  .heading-6 {
    font-size: 2em;
  }

  .div-block {
    width: 100%;
    margin: 20px auto;
    border-radius: 0px;
	background-image: url(/images/allbg-mobile.png);
    background-size: cover;
    background-position: center;  
  }

  .heading-7 {
    font-size: 1.5em;
  }

  .heading-8 {
    font-size: 1.2em;
  }

  .div-block-2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .form {
    display: block;
    margin-top: auto;
  }

  .question {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-5 {
    display: block;
  }

  .div-block-3 {
    display: block;
  }

  .image-2-copy {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .text-block-11 {
    font-size: .9em;
	margin-bottom: 15px;
  }
}

#w-node-f160f82c68c2-40dce982 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-11de544e6f4f-40dce982 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Content;
}

#w-node-d875b0a1ca76-40dce982 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-b0ca7ad89d82-40dce982 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0d730a55bfbe-40dce982 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Footer;
}

#w-node-003899d7362e-11dce984 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-46e775b05a3e-11dce984 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-46e775b05a3f-11dce984 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-1c2ac78b9548-11dce984 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-66d427d6a386-11dce984 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-2865c76b5a70-11dce984 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-2865c76b5a70-11dce984 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: Footer;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-11de544e6f4f-40dce982 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: Content;
  }

  #w-node-46e775b05a3e-11dce984 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: Content;
  }

  #w-node-1c2ac78b9548-11dce984 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    #w-node-11de544e6f4f-40dce982 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-d875b0a1ca76-40dce982 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-0d730a55bfbe-40dce982 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-1c2ac78b9548-11dce984 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-2865c76b5a70-11dce984 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-11de544e6f4f-40dce982 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-46e775b05a3e-11dce984 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-1c2ac78b9548-11dce984 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  @media screen and (max-width: 767px) {
    #w-node-11de544e6f4f-40dce982 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-d875b0a1ca76-40dce982 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-0d730a55bfbe-40dce982 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-1c2ac78b9548-11dce984 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-2865c76b5a70-11dce984 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-11de544e6f4f-40dce982 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-46e775b05a3e-11dce984 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }

    #w-node-1c2ac78b9548-11dce984 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
.div-block{
 	background-image: url(/images/allbg-mobile.png);
  	background-size: cover;
	background-position: center;
	  }
  }
}

