* {
    margin: 0;
    padding: 0;
}
body {
    max-width: 100%; overflow-x:hidden;
    background-color: black;
}
a, a:active, a:focus{
    outline: none;
}
button {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    cursor: pointer;
}
input, button, textarea, optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
:focus, input:focus, textarea:focus {
    outline: none;
}

:root {
    --currentbp_center: 980px;
    --currentbp_center_half: calc(var(--currentbp_center) / 2);
    --fsi_red: #C5383B;
    --footer_red: #C5383B;
    --fsi_yellow: #FCBE20;
    --fsi_white: white;
    --fsi_grey: #1D1B21;
}

@font-face {
    font-family:'L5';
    src:url('../fonts/Lato-Bold.woff2') format('woff2');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family:'L5M';
    src:url('../fonts/Lato-Medium.woff2') format('woff2');
    font-weight:700;
    font-style:normal;
}



.soslink {
    color: black;
    text-decoration: none;
}
.sos {
    width: 100%;
    height: 100px;
    background-color: #A4373C;
    animation: sos 1s linear infinite;
}
.sos p {
    font-family:'L5';
    font-style: bold;
    font-size: 80px;
    text-align: center;
}
@keyframes sos {
    50% {
        background-color: #FCBE20;
    }
}

.pagegrid {
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
    grid-template-areas:
    ".      login       ."
    ".      header      ."
    "brk    brk        brk"
    "cl      cc         cr"/*  content */
    ".      footer      ."
    ".      subfooter   .";
}

.anchorright {
    margin-right: calc(50% - var(--currentbp_center_half));
}
.anchorleft {
    margin-left: calc(50% - var(--currentbp_center_half));
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.middlecolumn {
    grid-column: 2/3;
}
.hangright {
    justify-self: right;
}
.hangleft {
    justify-self: left;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("/images/site back_small alt.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fg {
    z-index: 10;
    position: relative;
}
.mg {
    z-index: 9;
    position: relative;
}
.bg {
    z-index: 2;
    position: relative;
}

.fillbar { 
    width: 100%;
    height: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
}
.jailbreak {
    width:100vw;
    max-width: 100%;
    position:absolute;
    left:0;
}
.overfillcenter {
    grid-column: 2/3;
    grid-row:1/2;
}

.fsired {
    color: var(--fsi_red);
}

.fsiwhite {
    color: var(--fsi_white);
}
.fsiyellow {
    color: var(--fsi_yellow);
}
.fsilightgrey {
    color: #666666;
}
.fsiredbg {
    background-color: var(--fsi_red);
}
.fsipeachbg {
    background-color: #FA7249;
}
.fsiwashedoutredbg {
    background-color: #AD4C4CCC;
}
.fsifadedwhitebg {
    background-color: #F2F2F2CC;
}
.fsiyellowbg {
    background-color: var(--fsi_yellow);
}
.verticalspace {
    margin-top: 20px;
    margin-bottom: 20px;
}
.fsiblackbg {
    background-color: black;
}
.fsihalfblackbg {
    background-color: rgba(0,0,0,0.5);
}

.fsigreybg {
    background-color: var(--fsi_grey);
}

.halfopacity {
    opacity: 0.5;
}

.passthroughgrid {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns:inherit;
    grid-template-rows: inherit;
}
.mt20 {
    margin-top: 20px;
}
.header {
    display: grid;
    margin-right:4px;
}

.headerspacebox {
    background: RGB(0,0,0);
    background: RGBA(0,0,0,0.65);
    grid-column: 1/ 4;
    grid-row: 1/4;
    width:100%;
}


.login {
    width: 846px;
    height: 30px;
    grid-area: login;
    background-color: var(--fsi_red);
    justify-self: end;
    margin: 10px 4px 10px 0px;
    transition-duration: 0.35s;
}
.login:hover {
    background-color:#FCBE20;
}
#loginlinks {
    margin-top: 7px;
    margin-right: 10px;
}
.login a p {
    margin-right: 10px;
}
.login a{
    color: #000000;
    font-family: 'L5M';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    float: right;
}

.title {
    grid-area: title;
}

.crow  {
    margin-top: 17px;
    grid-column: 1/ 4;
    grid-row:1/4;
    transition-duration: 0.5s;
}

.crow img {
    height: 214px;
    justify-content: left;
}

.header {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr 846px;
    grid-template-areas:
    "nav banner";
    margin-bottom: 6px;
}

.banner {
    grid-area: banner;
    margin-right: 8px;
    margin-bottom:10px;
}
.nav {
    grid-area: nav;
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 38px);
    grid-row-gap:0;
    padding-right: 40px;
}

.nav p {
    text-align: right;
    font-size: 17px;
    line-height: 20px;
    font-family: 'L5';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 18px;
    transition-duration: 0.3s;
}
.nav a {
    color: #FFFFFF;
    text-decoration: none;
}
.nav a:hover {
    color: #FCBE20;
}
.nav .selected {
    color: var(--fsi_red);
}
.breaker {
    grid-area: brk;
    background-color:var(--fsi_red);
    height: 20px;
}
.fullbreaker {
    grid-column: 1/-1;
    height: 20px;
}
.footerspacebox {
    background: RGB(0,0,0);
    background: RGBA(0,0,0, 0.45);
    grid-column: 1/ 4;
    grid-row: 5/5;
}
.footer {
    grid-area: footer;
    display: grid;
    grid-template-columns: auto auto 450px auto;
    grid-template-areas:
    "fnav social mask mail"
    "fnav social legal legal";
}


.fnavfill {
    display: none;
}
.footernav {
    grid-area: fnav;
    display:grid;
    
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 38px);
    padding: 17px 75px 0px 15px;
}

.footernav p {
    text-align: right;
    font-size: 17px;
    line-height: 20px;
    font-family: 'L5';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 16px;
    margin-right: 0px;
    transition-duration: 0.3s;
}
.footernav a {
    color: #C4363E;
    text-decoration: none;
}
.footernav a:hover {
    color: white;
}

.footernav .selected {
    color:#FCBE20;
}

.social {
    grid-area: social;
    background: var(--fsi_red);
    width: 72px;
    height: 177px;
    padding-top:20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 35px 35px 35px 35px;
}
.social div {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 0px auto 0px auto;
}
.socialfill {
    display: none;
}
.socialinsta {
    background-image: url("/images/icons/social_insta_black.svg");
}
.socialinsta:hover {
    background-image: url("/images/icons/social_insta_white.svg");
}
.socialyt {
    background-image: url("/images/icons/social_yt_black.svg");
}
.socialyt:hover {
    background-image: url("/images/icons/social_yt_white.svg");
}
.socialtwt {
    background-image: url("/images/icons/social_twt_black.svg");
}
.socialtwt:hover {
    background-image: url("/images/icons/social_twt_white.svg");
}
.socialfb {
    background-image: url("/images/icons/social_fb_black.svg");
}
.socialfb:hover {
    background-image: url("/images/icons/social_fb_white.svg");
}
.mask {
    grid-area: mask;
    width: 100%;
    margin-top:20px;
    margin-left:22px;
}
.mask img {
    width: 355px;
    display: block;
    margin: 0px auto 15px auto;
}
#footertextlogo {
    display: none;
}
.legal {
    grid-area: legal;
    margin-bottom: 15px;
    justify-self: left;
    
    margin-left:96px;
}
.legal a {
    text-decoration: none;
}

.legal p {
    display: block;
    color: #C4363E;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    font-family: 'L5';
    font-weight: 500;
}

.mail {
    grid-area: mail;
    display: block;
    color: #C4373C;
    width: 100%;
    height: 28px;
    font-family: 'L5';
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    margin-left:10px;
}

.mail p {
    margin-top:13px;
}
.mail span{
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'L5';
}

.mail button {
    border-radius: 3px;
    border-width: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    transition: all .3s;
    font-size: 14px;
    height: 46px;
    color: white;
    background-color: #C4373C;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
}

.mail button:hover {
    background-color: #A4373C;
}

.mail input {
    padding: 0 8px;
    border-radius: 3px;
    text-align: left;
    border-width: 1px;
    border-color: rgb(255, 193, 33);
    transition: all .3s;
    font-size: 14px;
    height: 46px;
    width: 251px;
    margin-bottom:10px;
}

.subfooter {
    grid-area: subfooter;
    height: 0px;
}

.clearfix {
    clear: both;
}


.accordionclose {
    opacity: 0;
    visibility: hidden;
    max-height: 0em;
}
.accordionopen {
    opacity: 1;
    visibility: visible;
    max-height: 70em;
}
.accordionbutton {
    width: 100%;
    border:none;
    display:grid;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:left;
    cursor:pointer;
    min-height: 38px;
    word-wrap: normal;
    font-family: 'L5';
    font-size:inherit;
    border-style: solid;
    border-color: rgba(255,255,255,0.2);
    border-width: 1px;
    border-radius: 3px;
}
.accordionbutton > p {
    margin: 10px;
    font-family: 'L5';
    align-self: center;
}
.accordionentry {
    background: black;
    width: 100%;
    color: white;
    font-family: 'L5M';
    font-size: 14px;
    line-height: 17px;

}

.accordionentry:hover .accordionbutton:not(.accordiontitleactive) {
    border-color: #F4B41D;
    color: #F4B41D;
}
.accordionentry a {
    text-decoration:none;
    color: inherit;
}
.accordiontitleactive {
    background-color: rgba(244,180,29,0.6);
    color:black;
}


.accordioncontent {
    background-color: rgba(0,0,0,0.65);
    transition: opacity 500ms ease 0s, visibility 600ms ease 0s, max-height 750ms ease 0s;
    font-weight: 500;
    line-height: 20px;
}

.accordioncontent p {
    padding: 5px 20px 5px 10px;
    margin: 0px;
    
}
.accordioncontent a {
    color: white;
}

@media screen and (max-width: 1175px)
{
    .crow img {
        opacity: 0.2;
    }
}

@media screen and (max-width: 1000px)
{
    :root {
        --currentbp_center: 732px;
    }

    .login {
        width: 603px;
    }
    .header {
        grid-template-columns: 1fr 603px;
        margin-bottom: 0px;
    }
    .crow img {
        opacity: 1.0;
        height: 159px;
    }
    .accordionentry {
        line-height: 18px;
    }
    .accordionentry p {
        padding-top: 4px;;
    }
    .footer {
        grid-template-columns: auto auto 300px auto;
    }
    .footernav {
        padding-right: 15px;
    }
    .social {
        width: 65px;
    }
    .mask {
        margin-top: 21px;
        margin-left: 0px;
    }
    .mask img {
        width: 208px;
        margin-bottom: 11px;
    }
    .mask p {
        font-size: 8px;
    }
    #footertextlogo {
        display: block;
    }
    .mail {
        margin-left:-10px;
    }
    .legal {
        margin-left:62px;
    }
}

@media screen and (max-width: 915px)
{
    .crow img {
        opacity: 0.2;
    }
}

@media screen and (max-width: 768px)
{
    :root {
        --currentbp_center: 460px;
    }
    .pagegrid {
        grid-template-areas:
        "login      login       login"
        ".      header      ."
        "brk    brk        brk"
        "cl      cc         cr"/*  content */
        "footer  footer      footer"
        ".      subfooter   .";
    }
    

    .crow {
        display:none;
    }
    .header {
        grid-template-columns: var(--currentbp_center);
        grid-template-areas:
        "banner"
        "nav";
    }
    .login {
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding-top:10px;
    }
    #loginlinks {
        margin-right: calc(50% - var(--currentbp_center_half));
        margin-top: 7px;
    }
    .banner {
        margin-right: 0px;
    }
    .nav {
        grid-template-columns: auto 1fr 1fr auto;
        grid-template-rows: 33px;
        padding-right: 0px;
        margin-top:17px;
    }
    .nav p {
        text-align:left;
    }
    #headernavplugins {
        justify-self: start;
    }
    #headernavmerch {
        margin-left: 62px;
    }
    #headernavsupport {
        justify-self: end;
        margin-right: 62px;
    }
    #headernavabout {
        justify-self: end;
    }
    
    .footer {
        grid-template-columns: 1fr 140px 320px 1fr;
        grid-template-areas:
        ".      fnav     mail    ."
        "social social social  social"
        ".      legal  legal    .";
    }
    .footernav {
        grid-template-rows: repeat(4, 30px);
        padding: 45px 0px 30px 0px;
    }
    .footernav p {
        text-align: left;
    }
    .social {
        width: 100%;
        height: 42px;
        grid-template-columns: 1fr repeat(4, 55px) 1fr;
        grid-template-rows: 1fr;
        margin-bottom:10px;
        padding-top: 10px;
    }
    .social div {
        width:32px;
        height:32px;
        margin: auto;
    }
    .socialfill {
        display: block;
    }
    .mail {
        margin-left:50px;
    }
    .mask {
        display: none;
    }
    .legal {
        justify-self: center;
        margin-left:0px;
    }
    #footertextlogo {
        display: none;
    }
}

@media screen and (max-width: 480px)
{
    :root {
        --currentbp_center: 320px;
    }

    .header {
        grid-template-columns: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner {
        
        margin-left: 10px;
        margin-right: 10px;
    }
    .accordioncontent {
        font-size: 13px;
        line-height: 17px;
    }
    .nav {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 7px;
        row-gap: 10px;
        grid-template-rows: 36px;
    }
    .nav p {
        font-size: 15px;
        line-height: 18px;
    }
    #headernavmerch {
        margin-left: 20px;
    }
    #headernavsupport {
        margin-right: 16px;
    }
    #loginlinks {
        margin-top: 3px;
    }
    .footer {
        grid-template-columns: 1fr 290px 1fr;
        grid-template-areas:
        ". mail ."
        "fnav fnav fnav"
        "social social  social"
        "legal legal legal";
    }
    .mail {
        margin-left: 0;
        height: 140px;
    }
    .mail input {
        width: 272px;
    }
    .mail button {
        width: 100%;
    }

    .fnavfill {
        display: block;
    }
    .footernav {
        grid-template-rows: 20px;
        grid-template-columns: 1fr repeat(4, 72px) 1fr;
        margin: 45px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        
        background-color: #C4363E;
    }
    .footernav p {
        text-align: center;
        color: black;
        font-size: 15px;
        line-height: 18px;
    }
    
}