﻿#chat-embed-wrapper > .alert {
    display:none;
}

.alert {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .8em 1em;
  margin: .5em 0;
  border-radius: 3px;
  color: #2980b9;
  background-color: #e1f0fa;
}
.alert--warning {
  color: #be811e;
  background-color: #fcf3d0;
  border: 1px solid #be811e;
}

@media only screen and (max-width : 767px) {
    .touchevents #chat-embed-wrapper > .alert {
        display:block;
    }
}

.hero-banner__text {
    color:#fff;
}

.hero-banner .hero-banner__heading--padding {
    margin-top:1em;
}

#chat-embed {
    width:100%;
    height:100%;
}

.details-description-wrapper {
    background-color:#fff;
    margin: 0;
}

.details-description > .panel > .panel-inner {
    padding-left:0;
    padding-right:0;
}

.hero-banner__content h4 {
    margin-bottom:0;
}
.hero-banner__button--live {
    background-color:#9d0932;
    color:#fff;
    padding:0;
    width:auto;
 border-width:2px;
 font-weight:500;
}

.hero-banner__button--live:hover {
    background-color: #820628;
    border-color:#820628;
    color:#fff;  
}

.hero-banner__button--live > span:first-of-type{
    background-color:#000;
    position: relative;
    padding-left:38px;
}

.hero-banner__button--live > span:first-of-type:before {
content:'';
width:15px;
height:15px;
border-radius:50%;
background-color:#fa0a0a;
position: absolute;
top: 38%;
left:12px;
-webkit-box-shadow: 0px 0px 8px 5px rgba(250,10,10,0.9);
-moz-box-shadow: 0px 0px 8px 5px rgba(250,10,10,0.9);
box-shadow: 0px 0px 8px 5px rgba(250,10,10,0.9);
}

.hero-banner__button--live > span {
    padding:0.9em;
    display:inline-block;
}

.livestream-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

iframe {
    border: 0;
}

.align-items-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1em;
}

.hero-grid__main {
    grid-column: 1/span 3;
    margin-bottom: 1em;
}

.hero-grid__aside {
    grid-column: span 1;
    margin-bottom: 1em;
}

@media (max-width: 700px) {
    .hero-grid__aside,.hero-grid__main {
        grid-column:1/span 4
    }

    .hero-grid--m-2col>.hero-grid__main {
        grid-column: 1/span 3
    }

    .hero-grid--m-2col>.hero-grid__aside {
        grid-column: 4/span 1
    }
}

.btn {
    background-color: #9d0932;
    color: #fff;
    padding: .5em 1em;
    width: auto;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
}

.hero-grid__aside .btn {
    display: flex;
    flex-direction: row;
    margin-left: .5em;
    height: 38px;
    align-items: center;
    justify-content: center;
}

.icon--chat-show {
    background-image: url(../../2020/images/icon-chat-show.svg);
    width: 25px;
    height: 25px;
    display: block;
}

.icon--chat-hide {
    background-image: url(../../2020/images/icon-chat-hide.svg);
    width: 25px;
    height: 25px;
    display: block;
}

.icon {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
}

.icon+span {
    margin-left: 5px;
    font-size: .75em;
}

.visually-hidden {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

@media only screen and (min-width: 68.75em){
    .hero-banner__button--live > span {
        padding:0.5em;
    }
}

.button--close {
font-size: 1em;
padding: 10px 10px 10px 35px;
width: auto;
border-radius: 3px;
border: 1px solid #9d0932;
text-align: center;
text-decoration: none;
background-color: #9d0932;
color: #fff;
position: relative;
float: right;
margin: 0.5em 0;
}
.button--close:hover {
font-size: 1em;
padding: 10px 10px 10px 35px;
width: auto;
border-radius: 3px;
border: 1px solid #9d0932;
text-align: center;
text-decoration: none;
background-color: #fff;
color: #9d0932;
position: relative;
float: right;
margin: 0.5em 0;
}
.button--close:hover {
font-size: 1em;
padding: 10px 10px 10px 35px;
width: auto;
border-radius: 3px;
border: 1px solid #9d0932;
text-align: center;
text-decoration: none;
background-color: #fff;
color: #9d0932;
position: relative;
float: right;
margin: 0.5em 0;
outline: 2px solid #fff;
}

.button--close:before {
content: "\2716";
font-family: icons;
text-transform: none;
line-height: 1;
position: absolute;
top: 32%;
left: 10px;
}