/*----------=============  Headline  =============--------*/
div.contentwrapper {
    margin: 1.5em auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    border-radius: .5em;
    border: none;
    max-width: 1000px;
}
.bodySection {
    padding: 2.25em 0em;
}

.eyebrow {
    font-family: rigid-square, sans-serif;
    font-weight: 800;
    color: white;
    font-size: 22px;
    padding: .25em 0em;
    text-align: center;
    margin: 0px auto;
    background-color: #444444;
}

.eyebrow2 {
    font-family: rigid-square, sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin: auto;
    margin-left: -95px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 45px;
    padding: 0px;
}

.background {
    border-top: 5px solid #2e5c34;
    background-color: rgba(255, 255, 255, 0.55);
    margin-top: -10px;
    margin-bottom: 10px;
}

.time {
    font-family: rigid-square, sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: -10px;
    color: #132E49;
}

img.rowimage {
    margin-left: 35px;
}

img.locks {
    padding-bottom: 20px;
}
img.image-center {
  width:90%;
  max-width:650px;
}
/*----------=============  /Headline  =============--------*/
/*----------=============  Body  =============--------*/
.greenpunc {
    color: #A4D65E;
}
.bk-bg {
  background-color:#272727;
  padding:0 4px;
}

h2 {
    font-family: rigid-square, sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    padding: 10px;
    color: white;
}

h3 {
    font-family: rigid-square, sans-serif;
    font-size: 45px;
    line-height: 1.225em;
    font-weight: 900;
    margin: .5em auto;
    color: #272727;
}

h4 {
    font-family: rigid-square, sans-serif;
    font-size: 26px;
    line-height: 1.225em;
    font-weight: 900;
    margin: .5em auto;
    color: #272727;
    text-align: center;
}

body {
    background: #131313;
    background-image: url(https://d2z65klgtz99km.cloudfront.net/TAC/TAC_Launch_0621/IMG/TAC_Launch_HUD-BG.png);
    background-size: cover;
    background-position: center;
    font-family: 'Public Sans', sans-serif;
    background-attachment: fixed;
    background-size: 100%;
}

::selection {
    background: rgba(189, 234, 127, 0.8);
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgba(189, 234, 127, 0.8);
    /* Gecko Browsers */
}

p {
    font-size: 22px;
    font-family: 'Public Sans', sans-serif;
    margin: 1.2em auto;
    max-width: 860px;
    line-height: 1.45em;
    color: #191919;
}

ul {
  padding-left:1rem;
}
li {
    font-size: 22px;
    font-family: 'Public Sans', sans-serif;
    line-height: 1.45em;
    margin:0.5rem;
    color: #191919;
}
hr {
    border-top: 4px solid #e6e6e6;
    width: 100%;
    margin: 1.5em auto;
}

a.b2h {
    color: #0066FF;
    text-decoration: none;
}

a.b2h:hover {
    color: #2c80ff;
    text-decoration-color: #2c80ff;
    text-decoration: underline;
}

a.b2h:active {
    color: #004ec4;
    text-decoration-color: #004ec4;
    text-decoration: underline;
}

.articlehead {
    font-family: rigid-square, sans-serif;
    font-weight: 900;
    font-size: 3em;
    line-height: 1.225em;
    /* max-width: 500px; */
    margin: 0 0 .25em ;
}

.articlehead a {
    color: #232323;
    transition: .15s;
    text-decoration-color: #A4D65E;
}

.articlehead a:hover {
    text-decoration: underline;
    text-decoration-color: #A4D65E;
    transition: .15s;
}

.copy {
    font-weight: 400;
    font-size: 20px;
    max-width: 600px;
    margin: .5em 0em;
    color: #6f6f6f;
}

.button {
    font-family: rigid-square, sans-serif;
    font-weight: 700;
    border-radius: .05em;
    background-color: #A4D65E;
    border: none;
    color: #191919;
    text-align: center;
    font-size: 25px;
    padding: .4em;
    width: 200px;
    cursor: pointer;
    margin: 1em 0em 0em 0em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button:active {
    background-color: #70963C;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.2s;
}

.button:hover span {
    padding-right: 25px;

}

.button a {
    color: inherit;
}

.button a:hover {
    color: inherit;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}
.return {
  width:100%;
  max-width:320px;
  margin-left:auto;
  margin-right:auto;
}
.button2 {
    font-family: rigid-square, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    font-size: 35px;
    border: none;
    color: white;
    text-align: center;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    background: #282828;
    padding: 10px 25px;
    margin: 10px -10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button2 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.8s;
}

.button2:hover span {
    padding-right: 25px;
}

.button2:hover span:after {
    opacity: 1;
    right: 0;
}

div.desktop {
    display: block;
    visibility: visible;
}

div.mobile {
    display: none;
    visibility: hidden;
}

div.mobile2 {
    display: none;
    visibility: hidden;
}

div.clockhide {
    display: block;
    visibility: visible;
}

#clock {
    font-family: rigid-square, sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
}

a {
    text-decoration: none;
}

a.leave {
    color: white;
}

a:hover {
    color: #282828;
}

.showbr {
    display: none;
    visibility: hidden;
}
.rip {
  background: #dddddd; /* Old browsers */
  text-align: center;
  font-style: italic;
  padding:0 0.5rem;
  overflow:auto;
  margin:1rem auto;
  max-width:650px;
  box-shadow:0px 3px 6px #ccc;
}
.rip-l {
  background: -moz-linear-gradient(left,  #dddddd 0%, #fefefe 25%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #dddddd 0%,#fefefe 25%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #dddddd 0%,#fefefe 25%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}
.rip-c {
  background: -moz-linear-gradient(left,  #dddddd 0%, #fefefe 50%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #dddddd 0%,#fefefe 50%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #dddddd 0%,#fefefe 50%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}
.rip-r {
  background: -moz-linear-gradient(left,  #dddddd 0%, #fefefe 75%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #dddddd 0%,#fefefe 75%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #dddddd 0%,#fefefe 75%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}

/*----------============= Queriers  =============--------*/
@media screen and (max-width:1000px) {
    div.contentwrapper {
        margin: 0em auto;
        box-shadow: none;
        border-radius: 0em;
    }

    .bodySection {
        padding: 1.25em 0em;
    }

}

@media screen and (max-width:850px) {
    .eyebrow2 {
        margin-left: -10px;
    }
}

@media screen and (max-width:768px) {

    .eyebrow2 {
        font-size: 30px;
        padding: 10px;
    }

    .headline {
        font-size: 70px;
    }

    .time {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .eyebrow {
        font-size: 20px;
    }
}

@media screen and (max-width:700px) {
    div.clockhide {
        display: none;
        visibility: hidden;
    }

    div.mobile2 {
        display: block;
        visibility: visible;
    }
}

@media screen and (max-width:640px) {

    .eyebrow2 {
        font-size: 25px;
        line-height: 35px;
    }

    .showbr {
        display: block;
        visibility: visible;
    }

    .headline {
        font-size: 50px;
    }

    .time {
        font-size: 25px;
        margin-bottom: 0px;
    }

    div.mobile {
        display: block;
        visibility: visible;
    }

    div.desktop {
        display: none;
        visibility: hidden;
    }

    body {
        background: none;
    }

    .articlehead {
        max-width: 600px;
        margin: .5em auto;
        font-size: 25px;
    }

    .copy {
        margin: .5em auto;
        font-size: 18px;
    }

    h2 {
        font-size: 23px;
    }

    /* p {
        width: 90%;
    } */

    hr {
        border-top: 4px solid #e6e6e6;
        width: 95%;
        margin: .5em auto 2em;
    }

    .button {
        font-size: 22px;
        width: 90%;
        border-radius: .125em;
        margin: 1em auto .65em;
    }

    .button2 {
        width: 175px;
        font-size: 25px;
    }
}

@media screen and (max-width:475px) {

    h3 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .eyebrow2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 2px;
    }

    .eyebrow {
        font-size: 18px;
    }

    .headline {
        font-size: 35px;
        padding: 10px;
    }

    .time {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .eyebrow {
        font-size: 15px;
    }
}

/*----------=============  /Queries  =============--------*/
/*----------=============  Nav  =============--------*/
#day1 .inner,
#day2 .inner,
#day3a .inner,
#day3b .inner,
#day4 .inner {
    display: none;
}

.navbg {
    background-color: #444444;
    background-size: cover;
}

.topnav {
    overflow: hidden;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 3000;
    background-color: inherit;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: .9em .2em .6em;
    width: 14.2%;
    text-decoration: none;
    font-size: 18px;
    font-family: rigid-square, sans-serif;
    font-style: normal;
}

.active {
    background-color: none;
    color: white;
}

.active:hover {
    background-image: none;
    background-color: #585858;
}

.active2 {
    background-color: #222222;
    border-bottom: 6px solid #A4D65E;
    color: white;
    font-weight: 700;
    transition: .3s;
}

.active2:hover {
    background-image: none;
    transition: .3s;
}

.lock {
    background-color: inherit;
}

.lock:hover span {
    display: none;
}

.lock:hover {
    color: #fff;
    background-color: #171717;
}

.lock:hover:before {
    content: attr(data-hover);
}

.topnav .icon {
    display: none;
    border: none;
    padding: 1em;
}

.topnav .icon:hover {
    background-color: #585858;
}

.icon::after {
    content: '';
}

.icon:hover::after {
    content: '';
}

@media screen and (max-width:680px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a {
        width: auto;
    }

    .topnav {
        margin-top: 0px;
    }

    .topnav a.icon {
        float: right;
        display: block;
        background-color: none;
        border-radius: 0px;
        background-image: none;
        padding: .8em 1em .5em;
    }

    a.active,
    a.active2 {
        padding: .8em 1em .5em;
    }

    /*
    .topnav.responsive {
        position: relative;
        display: block;
    }
    */

    .topnav.responsive {
        position: absolute;
        right: 0;
        display: block;
        border-bottom-left-radius: .75em;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
        padding: 1em;
        border-bottom: 2px rgba(181, 208, 235, 0.1) solid;
    }

    .lock:hover:before {
        content: attr(data-hover);
    }

    .responsive .rotate-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
/* CFS Styles */
.w-css-reset-tree .autoplayAdjust,
.w-css-reset-tree .autoplayAdjust div {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}
.w-css-reset-tree .autoplayAdjust {
    border: 2px solid #fff !important;
    position: relative !important;
    max-width: 120px!important;
    max-height: 120px!important;
    border-radius: 20px !important;
    width: 20%!important;
    height: 40%!important;
    top: 40%!important;
    right:0 !important;
    background: rgba(0, 0, 0, .7) !important;
    -webkit-box-shadow: -1px 3px 17px 3px rgba(0, 0, 0, .75) !important;
    -moz-box-shadow: -1px 3px 17px 3px rgba(0, 0, 0, .75) !important;
    box-shadow: -1px 3px 17px 3px rgba(0, 0, 0, .75) !important
}
@media screen and (max-width:640px){
  .w-css-reset-tree .autoplayAdjust {
    border-radius: 10px !important;
    width: 50px !important;
    height: 50px !important;
  }
}

/* Loading Styles */
.loading {
  margin:0 auto;
}
.loader {
    display: block;
    margin: 1em auto;
    margin-top: 2em;
    width: 200px;
    height: 200px;
}
.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 6px;
    border: 6px solid #000000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000000 transparent transparent transparent;
}
.loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.loader div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded {display:none;}
.fallbackContent {
    display: none;
    position:relative;
    z-index: 100;
}
.fallbackContent h2 {
    font-size: 2rem;
    color: black;
    text-align: center;
    position: relative;
    font-weight: 200;
    line-height:1.4;
    padding-top:1rem;
}
.smoke {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(204, 204, 204, 0.8);
    justify-content: center;
    align-items: center;
}
.popup {
    background-color: white;
    width: 300px;
    padding-bottom: 20px;
}
.popup .popHead {
    background-color: #120B23;
    position: relative;
    margin-bottom: 45px;
}
.popup .popHead:after {
    position: absolute;
    content: 'arrow';
    color: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-color: #120B23 transparent transparent transparent;
    border-style: solid;
    border-width: 25px 150px 0 150px;
    bottom: -25px;
    left: 0;
}
.popup .popHead h2 {
    color: white;
    text-align: center;
    margin: 0;
}
.popup .popHead h2:hover {}
.popup .button {
    margin: auto;
    text-align: center;
}
.popJoinButton {
    font-weight: 700;
    border-radius: 0.5rem;
    background-color: #cedada;
    border: none;
    color: #fff;
    text-align: center;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 2rem;
    padding: 7px;
    width: 250px;
    margin: 0 auto 5px;
}
.popCloseButton {
    font-weight: 700;
    border-radius: 0.25rem;
    /* background-color: #cedada; */
    border: 1px solid #120B23;
    color: #000;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 1rem;
    padding: 7px;
    width: 150px;
    margin: 0 auto;
}
.notReady {
    margin: 1rem auto 0;
    font-size: 1rem;
    text-align:center;
}
@media only screen and (min-width: 500px) {
    .popup {
        width: 450px;
    }
    .popup .popHead:after {
        border-width: 25px 225px 0 225px;
        bottom: -25px;
    }
}
@media only screen and (min-width: 641px) {
    .popup {
        width: 600px;
    }
    .popup .popHead:after {
        border-width: 25px 300px 0 300px;
        bottom: -25px;
    }
}
/* SMS Notice styles */
.sms-notice__wrapper {
    padding: 0.5rem;
    width: 100%;
    color: #fefefe;
    background-color: rgba(10,10,10,0.9);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    animation-name: slideInUp;
    animation-delay: 1s;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.sms-notice__wrapper .sms-notice__header {
    color: #ffc;
    text-align: left;
    margin:0;
    font-weight:bold;
}
.sms-notice__wrapper .sms-notice__hide {
    margin-top: 0.25rem;
    text-align: center;
    font-size: .875rem;
    color: #cacaca;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.sms-notice__wrapper .sms-notice__button {
    margin-bottom: 0;
    white-space: nowrap;
}
.sms-notice__wrapper .sms-notice__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
/* .buttonSMS.secondary {
    background-color: #587aa0;
    color: #fefefe;
} */
.buttonSMS.large {
    font-size: 1.25rem;
    font-weight:bold;
}
.buttonSMS, .label {
    font-weight: 500;
}
.buttonSMS {
    display: block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: rigid-square, sans-serif;
    padding: 0.75rem 1rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #A4D65E;
    color: #191919;
}
@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}
