@font-face {
    font-family: firaSansCondReg;
    src: url(../includes/fonts/FiraSansCondensed/FiraSansCondensed-Regular.ttf);
}
@font-face {
    font-family: firaSansReg;
    src: url(../includes/fonts/FiraSans/FiraSans-Regular.ttf);
}
@font-face {
    font-family: firaSansMed;
    src: url(../includes/fonts/FiraSans/FiraSans-Medium.ttf);
}

html{
    width: 100%;
    min-height: 100%;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
body.noscroll {
    overflow: hidden;
    left: -0.5em;
    position: absolute;
}
#takeOver{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:102;
}
#blackground{
    position:fixed;
    float:left;
    clear:both;
    display:block;
    left:0;
    right:0;
    top:0;
    width:100%; 
    /*height:100%;*/
    height:1590px;
    min-width:100%;
    min-height: 100%;
    background: #000;
    padding:0;
    z-index:101;
}
#takeOver a{
/*    display:block;*/
    width:100%;
    height:100%;    
}
#container{
    position:relative;
/*    border:1px solid #FFF;*/
    display:block;
    /*height:510px;*/
    width:640px;
    padding:0;
    margin:35px auto;
    /*overflow: hidden;*/    
}
.promoImage{
    position:relative;
    top:0;
    left:0;
    border:none;
    margin:auto;
    width:100%;
    /*height:480px;*/
    background:#000;
    padding:0;
    cursor:pointer;
}
.promoImage img {
    width: 100%;
}
.openTakeOver {
    cursor: pointer;
}
.mainExhibitSection {
    background: white;    
    max-height: 85vh;
    overflow-y: scroll;
}
.mainExhibitSection h2 {
    color: #222;
    font-size: 2em;
}
.mainExhibitSection .exhibitContentBox {
    padding: 1em;
}
.mainExhibitSection .exhibitContentBox .introText {
    font-family: firaSansCondReg;
    font-size: 1em; 
    color: #565662; 
    line-height: 1.2em; 
    text-align: justify; 
    margin: 0; 
    padding: 0 4em;
}
.mainExhibitSection .facts {
    padding: 0 0 0 0.5em;
    color: #565662;    
}
.mainExhibitSection .facts>li {
    list-style: none;
}
.mainExhibitSection .facts .triangle {
    transition: all .2s;
    font-size: 2em;
    position: relative;
    display: inline-block;
    top: 0.15em;
    margin-right: 0.1em;
    cursor: pointer;
    color: #911;
}
.mainExhibitSection .facts .triangle.open {
    transform: rotate(90deg) translate(0.03em, 0em);
}
.mainExhibitSection .facts .triangle.hover {
    transform: scale(1.2);
}
.mainExhibitSection .facts .fact {
    cursor: pointer;
    font-size: 1.2em;
    font-family: firaSansMed;
}
.mainExhibitSection .facts .fact::after {
    content: " +";
}
.mainExhibitSection .support {
    display: none;
    margin-top: 1em;
    font-size: 1.1em;
    background-color: #e0e0ff;
    border-radius: 0.5em;
    padding: 0.5em 2em 0.1em 2em;
}
.mainExhibitSection .support img {
    max-width: 100%;
    margin-bottom: 2em;
}
.mainExhibitSection .support img + .caption,
.mainExhibitSection .support a + .caption,
.mainExhibitSection .support iframe + .caption {
    margin-top: -2em;
}
.mainExhibitSection .support>li {
    list-style: disc;
}
.mainExhibitSection .support p.closeSection {
    text-align: center;
    color: #0000cc;
    cursor: pointer;
}
.mainExhibitSection .support p.closeSection:hover {
    text-decoration: underline;
}
.mainExhibitSection .video {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 2em;
}
.buttonBox{
    position:relative;
    top:0;
    left:0;
    border:none;
    display:block;
    height:30px;
    width:100%;
    background:#231f20;    
    margin:0;
    padding:0;
}
.Continue, .OfferButton, .DontShowAgain{
    position:relative;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    bottom:0px;
    padding:5px 20px 5px;
    /*width:230px;*/
    height:20px;
    cursor:pointer;
}
.Continue {
    height: 50px;
}
.DontShowAgain {
    position: absolute;
    top:30px;
    right: 0;
}
.DontShowAgain label {
  cursor: pointer;
}
.Continue{
    text-align:right;
    float:right;
    right:0px;
} 
.OfferButton{
    text-align:left;
    float:left;
    left:0px;
}
.OfferButton a,
.OfferButton a:visited {
  color: #fff;
}    
.OfferButton a:visited:hover {
  /*color: #999;*/
}
.DontShowAgain {
  display: none;
}
.Sticker:hover, .OfferButton:hover, .OfferButton a:hover, .Continue:hover{
    background-position:top;
    /*color:#4aa823;*/
    color: #AC3D34;
}    
.totallyClear{
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
    display: none;
}

#XButton{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;    
    cursor:pointer;
    float:right;
    position:absolute;  
    top: -0.1em;
    right: -1.6em;
    width: 24px;
    height: 24px;
    background:url(../images/CloseButton.png) bottom center no-repeat;
}

#XButton:hover{
      background-position:top;
}










/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*Media Queries*/

@media only screen and (max-width: 800px) {
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:60px;
        /*text-align: center;*/
    }
    .Continue, .OfferButton{
        /*text-align:center;
        clear:both;
        float:none;*/
    }
}

@media only screen and (max-device-width: 600px) {
    #blackground, 
    #takeOver {
      width: 100%;
    }
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:3.5em;
        text-align: center;
        /*font-size: 2.8em;*/
        position: relative;
        padding: 0.4em 0;
    }
    .buttonBox>div {
        margin-bottom: .8em;
        position: relative;
    }
    .Continue, .OfferButton{
        text-align:center;
        clear:both;
        float:none;
        padding: 0;
    }
    .DontShowAgain {
        position: absolute;
        top:1.5em;
    }
    #XButton{
        width:45px;
        height:45px;
        background-size: cover;
        top: 0.1em;
        right: 1em;
    }
    .mainExhibitSection {        
        max-height: 70vh;        
    }
}