body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #202A45;
    overflow-x: hidden;
}

#pre-header-divider {
    background: #202A45;
    height: 25px;
    position: relative;
    z-index: 2;
}

#masthead {
    background-color: #a6a1af;
    background-image: url("./../img/masthead-bg@2x.webp");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    overflow: visible;
    text-align: center;
    padding: 50px 0 130px ;
    position: relative;
    border-bottom: 10px solid #202A45;
}



#masthead a {
    text-decoration: none;
    display: block;
}

#masthead-tagline {
    margin: 0 auto;
    max-width: 466px;
    padding: 20px 0;
    font-family: museo-sans, "Museo Sans", sans-serif;
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;

}

#mastheadborder {
    border-top: 2px solid rgba(0,0,0,0.15);
    max-width: 854px;
    margin: 35px auto 0;
}

#masthead-tagline span {
    font-family: museo-sans-display, sans-serif;
    font-size: 28px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: 3px;
    background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #F2B400;
}

#acs-title {
    max-width: 675px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#acs-title-alt {
    display: none;
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.daymondframe {

    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}

.body-content {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 30px;
}

.body-content ul li + li {
    margin-top: 20px;
}

.body-content {
    max-width: 1160px;
}

.text-center {
    text-align: center;
}

.main-content {
    max-width: 740px;
    margin: 0 auto;
    text-align: left;
}

#daymond {
    position: absolute;
    z-index: 2;
    top: -469px;
    left: -120px;
    width: 390px;
}

#button {
    /*display: none;*/
}

#button a {
    max-width: 267px;
    height: auto;
    border: 2px solid rgba(242,180,0,1);
    margin: auto;
    text-align: center;
    padding: 20px 20px 17px 20px;
    letter-spacing: 4px;
    font-family: museo-sans-display, sans-serif;
    font-size: 30px;
    /*			line-height: 29px;*/
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    color: #202a45;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    background: rgb(242,180,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%,rgba(239,136,0,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,180,0,1) 0%,rgba(239,136,0,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b400', endColorstr='#ef8800',GradientType=0 ); /* IE6-9 */
}

#button a:hover {
    cursor: pointer;
    color: #202a45;
    background: rgb(239,136,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(239,136,0,1) 1%, rgba(242,180,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239,136,0,1) 1%,rgba(242,180,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239,136,0,1) 1%,rgba(242,180,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8800', endColorstr='#f2b400',GradientType=0 ); /* IE6-9 */
}


#videobox {
    background-color: #cccccc;
    border: solid 2px #ffffff;
    width: 854px;
    height: 480px;
    margin: -135px auto 40px auto;
    padding: 0;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);

}


@media screen and (max-width: 1024px) {

    #videobox {
        width: 768px;
        height: 432px;
        margin: -120px auto 40px auto;
        padding: 0;
    }

    #acs-title {
        max-width: 575px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        padding: 40px 0 110px ;
        border-bottom: 10px solid #202A45;
    }


    #masthead-tagline {
        max-width: 438px;
        margin: 0 auto;
        margin-bottom: 5px;
        padding: 20px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 22px;
        line-height: 24px;
        font-weight: 900;
        text-transform: uppercase;

    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 768px;
        margin: 28px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 26px;
        line-height: 40px;
        font-weight: 800;
        letter-spacing: 3px;
        background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: #F2B400;
    }

    .daymondframe {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        top: 0px;
    }

    #daymond {
        position: absolute;
        z-index: 2;
        top: -421px;
        left: -110px;
        width: 350px;
    }

    #footer .footer-inner {
        font-size: 13px;
        line-height: 18px;
        max-width: 640px;
    }
}


@media screen and (max-width: 900px) {

    #videobox {
        width: 640px;
        height: 360px;
        margin: -95px auto 40px auto;
        padding: 0;
    }

    #acs-title {
        max-width: 525px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        padding: 35px 0 90px ;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 387px;
        margin: 0 auto;
        padding: 20px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: 900;
        text-transform: uppercase;

    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 640px;
        margin: 26px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 24px;
        line-height: 38px;
        font-weight: 800;
        letter-spacing: 2px;
        background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: #F2B400;
    }

    .daymondframe {
        max-width: 768px;
        margin: 0 auto;
        position: relative;
        top: 0px;
    }

    #daymond {
        position: absolute;
        z-index: 2;
        top: -344px;
        left: -90px;
        width: 285px;
    }

    #footer .footer-inner {
        font-size: 11px;
        line-height: 15px;
        max-width: 600px;
    }

    #footer a {
        font-size: 11px;
        line-height: 16px;
    }
}

@media screen and (max-width: 775px) {

    #videobox {
        width: 562px;
        height: 316px;
        margin: -80px auto 40px auto;
        padding: 0;
    }

    #acs-title {
        max-width: 440px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        padding: 30px 0 75px ;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 336px;
        margin: 0 auto;
        padding: 20px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: 900;
        text-transform: uppercase;

    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 562px;
        margin: 20px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 22px;
        line-height: 36px;
        font-weight: 800;
        letter-spacing: 1px;
        background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: #F2B400;
    }

    .daymondframe {
        max-width: 650px;
        margin: 0 auto;
        position: relative;
        top: 0px;
    }

    #daymond {
        position: absolute;
        z-index: 2;
        top: -304px;
        left: -86px;
        width: 250px;
    }

    #footer .footer-inner {
        font-size: 10px;
        line-height: 14px;
        max-width: 562px;
    }

    #footer a {
        font-size: 11px;
        line-height: 16px;
    }

    #button a {
        font-size: 24px;
        line-height: 20px;
        max-width: 240px;
    }
}

@media screen and (max-width: 650px) {

    #daymond {
        display: none;
    }

    #videobox {
        width: 386px;
        height: 218px;
        margin: -110px auto 30px auto;
        padding: 0;
    }

    #acs-title {
        max-width: 400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        padding: 30px 0 105px ;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 308px;
        margin: 0 auto;
        padding: 20px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 386px;
        margin: 20px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 20px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 1px;
        background: -webkit-linear-gradient(top, rgba(242,180,0,1) 0%, rgba(239,136,0,1) 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: #F2B400;
    }

    #footer {
        margin-top: -20px;
        padding: 35px;
        align-content: center;
    }


    #footer .footer-inner {
        font-size: 10px;
        line-height: 14px;
        max-width: 375px;
    }

    #footer a {
        font-size: 10px;
        line-height: 14px;
    }


}

@media screen and (max-width: 500px) {

    #videobox {
        width: 386px;
        height: 218px;
        margin: -105px auto 30px auto;
        padding: 0;
    }

    #acs-title {
        display: none;
        max-width: 440px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #acs-title-alt {
        display: block;
        max-width: 280px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        background-size: contain;
        padding: 35px 0 100px;
        position: relative;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 308px;
        margin: 0 auto;
        padding: 20px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 386px;
        margin: 35px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 20px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 1px;
        background: -webkit-linear-gradient(top, rgba(32,42,69,1) 100%, rgba(32,42,69,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: #202a45;
    }

}

@media screen and (max-width: 450px) {

    #videobox {
        width: 320px;
        height: 180px;
        margin: -90px auto 25px auto;
        padding: 0;
    }

    #acs-title-alt {
        display: block;
        max-width: 260px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        background-size: contain;
        padding: 30px 0 90px;
        position: relative;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 279px;
        margin: 0 auto;
        padding: 15px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        text-transform: uppercase;
    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 320px;
        margin: 30px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 800;
        letter-spacing: 1px;
        background: -webkit-linear-gradient(top, rgba(32,42,69,1) 100%, rgba(32,42,69,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.1px;
        -webkit-text-stroke-color: #202a45;
    }

    #footer {
        margin-top: -10px;
        padding: 35px;
        align-content: center;
    }


    #footer .footer-inner {
        font-size: 8px;
        line-height: 12px;
        max-width: 320px;
    }

    #footer a {
        font-size: 8px;
        line-height: 12px;
    }

}

@media screen and (max-width: 350px) {

    #videobox {
        width: 280px;
        height: 158px;
        margin: -80px auto 25px auto;
        padding: 0;
    }

    #acs-title-alt {
        display: block;
        max-width: 240px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #masthead {
        background-size: contain;
        padding: 30px 0 80px;
        position: relative;
        border-bottom: 10px solid #202A45;
    }

    #masthead-tagline {
        max-width: 279px;
        margin: 0 auto;
        padding: 15px 0;
        font-family: museo-sans, "Museo Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        text-transform: uppercase;
    }

    #mastheadborder {
        border-top: 2px solid rgba(0,0,0,0.15);
        max-width: 280px;
        margin: 30px auto 0;
    }

    #masthead-tagline span {
        font-family: museo-sans-display, sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 800;
        letter-spacing: 1px;
        background: -webkit-linear-gradient(top, rgba(32,42,69,1) 100%, rgba(32,42,69,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.1px;
        -webkit-text-stroke-color: #202a45;
    }


}

