* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%;
    font-size: 100%;
    -o-text-size-adjust: 100%;
    -mos-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 24px;
    background-color: black
}

img.id-photo {
    width: 12em;
    height: 12em;
}

img.pdf-icon {
    width: 1.125em;
    height: 1.1875em;
}

.clearfix::before,.clearfix::after {
    content: " ";
    display: table
}

.clearfix::after {
    clear: both
}

.underline {
    display: block;
    margin: auto;
    height: 0.5rem;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease,background-color .5s ease;
    -moz-transition: width .5s ease,background-color .5s ease;
    -o-transition: width .5s ease,background-color .5s ease;
    -ms-transition: width .5s ease,background-color .5s ease;
    transition: width .5s ease,background-color .5s ease
}

.bars-button {
    backface-visibility: hidden;
    cursor: pointer
}

.bars-button .bars-button-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.25em;
    background-color: white;
    transform: rotate(0deg);
    transform-style: preserve-3d;
    -webkit-transition: all 0.125s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: all 0.125s cubic-bezier(.39,.58,.57,1) 0s;
    -o-transition: all 0.125s cubic-bezier(.39,.58,.57,1) 0s;
    -ms-transition: all 0.125s cubic-bezier(.39,.58,.57,1) 0s;
    transition: all 0.125s cubic-bezier(.39,.58,.57,1) 0s;
    display: block
}

.bars-button .bars-button-bar:nth-child(1) {
    top: 0
}

.bars-button .bars-button-bar:nth-child(2),.bars-button .bars-button-bar:nth-child(3) {
    top: 0.625em
}

.bars-button .bars-button-bar:nth-child(4) {
    top: 1.25em
}

.bars-button:hover .bars-button-bar:nth-child(1) {
    transform: translate3d(0,-0.125em,0)
}

.bars-button:hover .bars-button-bar:nth-child(4) {
    transform: translate3d(0,0.125em,0)
}

#site-banner {
    position: absolute;
    width: 100%;
    height: 5em;
    z-index: 110
}

#site-banner #main-menu-button {
    position: fixed;
    height: 1.75em;
    float: right
}

/*
#main-menu {
    position: fixed;
    top: 0;
    right: -17.1875em;
    width: 17.1875;
    height: 100%;
    background: #202020;
    white-space: nowrap;
    font-family: century gothic,verdana,arial,sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -o-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -ms-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    z-index: 120
}
*/

#main-menu-dismiss-btn {
    position: absolute;
    top: 0.625em;
    right: 1.25em;
    width: 1.5625em;
    height: auto
}

#main-menu-dismiss-btn:hover {
    top: 0.5625em;
    right: 1.1875em;
    width: 1.6875em
}

#main-menu-content {
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    padding: 0;
    color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-menu-home {
    width: 85%;
    height: 2.5em;
    margin: 2.1825em 8% 0 7%;
    padding-top: 1.5625em;
    border-top: 0.0625em solid #a6a6a6;
    text-align: center
}

#main-menu-home a {
    position: relative;
    /* padding: 0 0 0.1875em 0; */
    font-size: 1.3em;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.3125em;
    text-decoration: none;
    text-transform: uppercase;
    color: white
}

#main-menu-about {
    width: 85%;
    height: 10.75em;
    padding: 0;
    border-top: 0.0625em solid #a6a6a6;
    text-align: center
}

#main-menu-about-list {
    list-style: outside none none;
    margin-top: 1.5625em;
    vertical-align: top;
    text-align: center;
    display: inline-block
}

#main-menu-about-list li {
    padding-bottom: 1.25em
}

#main-menu-about-list a {
    position: relative;
    padding: 0 0 0 0;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.3125em;
    text-decoration: none;
    text-transform: uppercase;
    color: white
}

#main-menu-social {
    width: 85%;
    height: 6.25em;
    margin: 0 8% 0 7%;
    padding: 1.875em 0 0 0;
    border-top: 0.0625em solid #a6a6a6;
    border-bottom: 0.0625em solid #a6a6a6;
    overflow: hidden
}

#main-menu-social-list {
    list-style: outside none none;
    margin-left: 2.8125em;
    padding: 0
}

#main-menu-social-list li {
    position: relative;
    padding: 0 1.875em 0 0;
    display: inline-block
}

#main-menu-social-list a {
    float: left;
    padding-right: 1.25em;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    color: white
}

#main-menu-social-list a:hover {
    color: #09f
}

#main-menu-legals {
    position: absolute;
    bottom: 0;
    width: 85%;
    height: 100%;
    height: 11.875em;
    margin: 1.25em 8% 0 7%;
    padding: 0;
    font-size: .6875em;
    font-weight: 400;
    text-decoration: none;
    color: #cfcfcf;
    line-height: 150%
}

#main-menu-legal-list {
    height: 1.875em;
    list-style: outside none none;
    margin: 0;
    padding: 0.3125em 0 0.9375em 0;
    border-top: 0.0625em solid #a6a6a6;
    border-bottom: 0.0625em solid #a6a6a6
}

#main-menu-legal-list li {
    position: relative;
    padding: 0;
    display: inline-block
}

#main-menu-legal-list a {
    font-weight: 400;
    text-decoration: none;
    color: #cfcfcf
}

#main-menu-legal-list a:hover {
    color: white
}

#main-menu-legals #copyright {
    padding: 0.3125em 0 0 0;
    text-align: center
}

@media (max-height: 24.6875em) {
    #main-menu-legals {
    }
}

@media (max-height: 24.625em) {
    #main-menu-home {
        padding-top: 0.5em
    }

    #main-menu-about {
        padding-top: 0.4375em;
        margin-top: 0.4375em;
        margin-bottom: 0.3125em;
        height: 4.9375em
    }

    #main-menu-about-list {
        margin-top: 0.3125em
    }

    #main-menu-about-list li {
        padding-bottom: 0.3125em
    }

    #main-menu-social {
        padding-top: 0.3125em;
        margin-bottom: 0.3125em;
        height: 3.25em
    }

    #main-menu-legals {
        top: 12.9375em
    }

    #main-menu-legals #copyright {
        padding-top: 0.3125em
    }
}

#homepage-img {
    position: fixed;
    top: 0;
    left: 50%;
    border: 0;
    z-index: 100
}

.homepage-splash-chevron {
    position: absolute;
    display: none
}

.homepage-splash-banner {
    position: absolute;
    opacity: 0;
    display: none
}

#homepage-splash {
    position: fixed;
    opacity: 0;
    z-index: 110;
    display: none
}

#homepage-splash-background {
    position: absolute;
    background: rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 0.9375em 0.9375em rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 0.9375em 0.9375em rgba(0,0,0,.6);
    -o-box-shadow: 0 0 0.9375em 0.9375em rgba(0,0,0,.6);
    -ms-box-shadow: 0 0 0.9375em 0.9375em rgba(0,0,0,.6);
    box-shadow: 0 0 0.9375em 0.9375em rgba(0,0,0,.6);
    opacity: 0;
    display: none
}

#about-banner {
    position: relative;
    width: 100%;
    height: 37.5em;
    background-image: url(/img/about-us.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100
}

#about-banner #about-banner-text {
    position: absolute;
    top: 75%;
    margin-left: 0;
    width: 100%;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9375em;
    color: white;
    z-index: 100
}

#about-page {
    position: relative;
    padding: 1.25em 0 1.875em 0;
    background-color: black;
    background: -webkit-linear-gradient(top,black,#013d4f);
    background: -moz-linear-gradient(top,black,#013d4f);
    background: -ms-linear-gradient(top,black,#013d4f);
    background: -o-linear-gradient(top,black,#013d4f);
    z-index: 100
}

#about-header {
    text-align: center
}

#about-header #about-header-img {
    max-width: 26.5625em;
    margin-top: 0.625em;
    padding-bottom: 1.25em
}

#about-content {
    position: relative;
    width: 100%;
    max-width: 47.5em;
    margin: 0 auto;
    color: white
}

#about-content #about-details {
    position: relative;
    width: 100%;
    min-height: 0.0625em;
    padding: 0 1.25em 0.625em 1.25em;
    text-align: justify
}

#about-content #about-details .about-details-text {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1em;
    font-weight: 400
}

#about-content #about-details .about-details-text-list {
    margin: 0.625em 0 1.25em 3.125em;
    list-style-position: outside;
    line-height: 1.5em
}

#about-content #about-details #about-details-text-list li {
    padding-bottom: 0.9375em
}

#about-content #about-details a:link {
    text-decoration: none;
    color: rgb(204, 204, 255)
}

#about-content #about-details a:visited {
    text-decoration: none;
    color: rgb(102, 102, 255)
}

@media (max-width: 75.6875em) {
    #about-banner {
        background-image:url(/img/about-us-1.jpg);
        background-position: left top
    }

    #about-content #about-details {
        padding-top: 1.25em 0.625em 0 0.625em;
        padding-left: 0.625em;
        padding-right: 0.625em
    }

    #about-content #about-details #about-details-text {
        padding-left: 0
    }
}

@media (max-width: 35.875em) {
    #about-banner {
        background-image:url(/img/about-us-2.jpg);
        height: 31.25em
    }

    #about-banner #about-banner-text {
        top: 80%;
        font-size: 2em;
        color: black
    }

    #about-header #about-header-img {
        max-width: 20.0em;
        margin-top: 0.625em;
        padding-bottom: 1.25em
    }

    #about-content #about-details .about-details-text {
        font-size: .9em
    }

    #about-content #about-details .about-details-text-list {
        margin: 0.625em 0 0.9375em 1.875em;
        line-height: 1.2em
    }

    #about-content #about-details #about-details-text-list li {
        padding-bottom: 0.625em
    }
}

#contact-banner {
    position: relative;
    width: 100%;
    height: 37.5em;
    background-image: url(/img/contact-us.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100
}

#contact-banner #contact-banner-text {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-left: 0;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9375em;
    color: white;
    z-index: 100
}

#contact-page {
    position: relative;
    padding: 1.25em 0 1.25em 0;
    background-color: black;
    background: -webkit-linear-gradient(top,black,#013d4f);
    background: -moz-linear-gradient(top,black,#013d4f);
    background: -ms-linear-gradient(top,black,#013d4f);
    background: -o-linear-gradient(top,black,#013d4f);
    z-index: 100
}

#contact-header {
    position: relative;
    width: 100%;
    padding: 0 0 0.9375em 0;
    font-family: century gothic,verdana,arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: white
}

#contact-header #contact-header-text {
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.375em
}

#contact-header #contact-body-text {
    padding: 0.625em 0 0 0;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1em;
    font-weight: 400
}

#contact-content {
    position: relative;
    width: 100%;
    max-width: 48.0em;
    height: auto!important;
    height: 25em;
    min-height: 25em;
    margin: 0 auto;
    color: white
}

#contact-content #contact-form {
    position: relative;
    width: 25em;
    min-height: 0.0625em;
    padding: 1.25em 0.625em 0 0.625em;
    float: left;
    background-color: rgba(0,0,0,0)
}

#contact-content #contact-form #contact-form-text {
    padding: 0 0 1.5625em 0;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .875em;
    font-weight: 400
}

#contact-content #contact-form .contact-form-item {
    width: 100%;
    height: 2.125em;
    padding: 0 0 0 0.25em;
    margin-bottom: 0.9375em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .875em;
    line-height: 1.5em;
    color: black;
    background-color: white;
    background-image: none;
    border: 0.0625em solid white;
    border-radius: 0.25em;
    box-shadow: 0 0.0625em 0.0625em rgba(0,0,0,.075) inset;
    display: block
}

#contact-content #contact-form .contact-form-item:focus {
    outline: none!important;
    box-shadow: 0 0 0 0.125em white
}

#contact-content #contact-form #message {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0
}

#contact-content #contact-form #contact-form-subtext {
    padding: 0 0 0.9375em 0;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .75em;
    font-weight: 400
}

#contact-content #contact-form #contact-submit-btn {
    padding: 0.3125em 0.75em 0.375em 0.75em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .875em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #202020;
    border: 0.0625em solid gray;
    border-radius: 0.5em
}

#contact-content #contact-form #contact-submit-btn:hover {
    background-color: #a0a0a0;
    border: 0.0625em solid white
}

#contact-content #contact-form #form-messages {
    max-width: 65%;
    padding: 0.3125em 0.75em 0.4375em 0.75em;
    margin-right: 0;
    margin-left: auto;
    float: right;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .875em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: opacity 0s cubic-bezier(.39,.58,.57,1) 0s;
    -o-transition: opacity 0s cubic-bezier(.39,.58,.57,1) 0s;
    -ms-transition: opacity 0s cubic-bezier(.39,.58,.57,1) 0s;
    transition: opacity 0s cubic-bezier(.39,.58,.57,1) 0s;
    background-color: #090;
    border: 0.0625em solid #33d033;
    border-radius: 0.5em
}

#contact-content #contact-details {
    position: relative;
    width: 21.875em;
    min-height: 0.0625em;
    padding: 1.25em 2.1875em 0 2.1875em;
    float: right
}

#contact-content #contact-details #contact-details-text {
    padding: 0 0 0.5em 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .875em;
    font-weight: 400
}

#contact-content #contact-details .contact-details-subheader {
    padding: 0.875em 0 0.3125em 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

#contact-content #contact-details .contact-details-subtext {
    padding: 0 0 0.5625em 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .9375em;
    font-weight: 400
}

#contact-content #contact-details a {
    padding: 0 0 0.5625em 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: .9375em;
    font-weight: 400;
    text-decoration: none;
    color: white;
    display: block
}

@media (max-width: 47.9375em) {
    #contact-banner {
        background-image:url(/img/contact-us-1.jpg);
        background-position: left top
    }

    #contact-banner #contact-banner-text {
        font-size: 2em
    }

    #contact-content #contact-form {
        width: 100%
    }

    #contact-content #contact-details {
        width: 100%;
        padding: 2.5em 0.625em 0 0.625em;
        float: left
    }

    #contact-content #contact-details #contact-details-text,#contact-content #contact-details .contact-details-subheader,#contact-content #contact-details .contact-details-subtext,#contact-content #contact-details a {
        padding-left: 0
    }
}

@media (max-width: 35.875em) {
    #contact-banner {
        background-image:url(/img/contact-us-2.jpg);
        height: 31.25em
    }

    #contact-banner #contact-banner-text {
        top: 70%;
        font-size: 2em
    }

    #contact-header #contact-header-text {
        font-size: 1.4em;
        letter-spacing: 0.125em
    }
}

#research-banner {
    position: relative;
    width: 100%;
    height: 37.5em;
    background-image: url(/img/research.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100
}

#research-banner #research-banner-text {
    position: absolute;
    top: 42.5%;
    margin-left: 0;
    width: 100%;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9375em;
    color: white;
    z-index: 100
}

#research-page {
    position: relative;
    padding: 1.25em 0 1.875em 0;
    background-color: black;
    background: -webkit-linear-gradient(top,black,#013d4f);
    background: -moz-linear-gradient(top,black,#013d4f);
    background: -ms-linear-gradient(top,black,#013d4f);
    background: -o-linear-gradient(top,black,#013d4f);
    z-index: 100
}

#research-header {
    text-align: center
}

#research-header #research-header-img {
    max-width: 26.5625em;
    margin-top: 0.625em;
    padding-bottom: 1.25em
}

#research-content {
    position: relative;
    width: 100%;
    max-width: 53.75em;
    margin: 0 auto;
    color: white
}

#research-content #research-details {
    position: relative;
    width: 100%;
    min-height: 0.0625em;
    padding: 0 1.25em 0.625em 1.25em;
    text-align: justify
}

.research-details-id {
    display: flex;
}

.research-details-id-text {
    padding: 0.625em 0 0 0.625em;
}

#research-content #research-details .research-details-text {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1em;
    font-weight: 400
}

#research-content #research-details .research-details-text-small {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 0.8em;
    font-weight: 400
}

#research-content #research-details .research-details-text-medium1 {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1.125em;
    font-weight: 400
}

#research-content #research-details .research-details-text-medium2 {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1.25em;
    font-weight: 400
}

#research-content #research-details .research-details-text-large {
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 1.5em;
    font-weight: 400
}

#research-content #research-details .research-details-text-list {
    margin: 0.625em 0 1.25em 3.125em;
    list-style-position: outside;
    line-height: 1.5em
}

#research-content #research-details #research-details-text-list li {
    padding-bottom: 0.9375em
}

#research-content #research-details a:link {
    text-decoration: none;
    color: rgb(204, 204, 255)
}

#research-content #research-details a:visited {
    text-decoration: none;
    color: rgb(102, 102, 255)
}

@media (max-width: 1921px) {

    body {
        font-size: 16px
    }
}

@media (max-width: 1211px) {

    #research-banner {
        background-image:url(/img/research-1.jpg);
        background-position: left top
    }

    #research-content #research-details {
        padding-top: 1.25em 0.625em 0 0.625em;
        padding-left: 0.625em;
        padding-right: 0.625em
    }

    #research-content #research-details #research-details-text {
        padding-left: 0
    }

    #research-content #research-details #research-details-text-small {
        padding-left: 0
    }

    #research-content #research-details #research-details-text-medium1 {
        padding-left: 0
    }

    #research-content #research-details #research-details-text-medium2 {
        padding-left: 0
    }

    #research-content #research-details #research-details-text-large {
        padding-left: 0
    }
}

@media (max-width: 35.875em) {
    #research-banner {
        background-image:url(/img/research-2.jpg);
        height: 31.25em
    }

    #research-banner #research-banner-text {
        top: 80%;
        font-size: 2em;
        color: black
    }

    #research-header #research-header-img {
        max-width: 20.0em;
        margin-top: 0.625em;
        padding-bottom: 1.25em
    }

    #research-content #research-details .research-details-text {
        font-size: .9em
    }

    #research-content #research-details .research-details-text-small {
        font-size: 0.7em
    }

    #research-content #research-details .research-details-text-medium1 {
        font-size: 1.0em
    }

    #research-content #research-details .research-details-text-medium2 {
        font-size: 1.1em
    }

    #research-content #research-details .research-details-text-large {
        font-size: 1.3em
    }

    #research-content #research-details .research-details-text-list {
        margin: 0.625em 0 0.9375em 1.875em;
        line-height: 1.2em
    }

    #research-content #research-details #research-details-text-list li {
        padding-bottom: 0.625em
    }
}

#terms-banner {
    position: relative;
    width: 100%;
    height: 37.5em;
    background-image: url(/img/terms.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100
}

#terms-banner #terms-banner-text {
    position: absolute;
    top: 50%;
    margin-left: 0;
    width: 100%;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9375em;
    color: white;
    z-index: 100
}

#terms-page {
    position: relative;
    padding: 1.25em 0 0.9375em 0;
    background-color: black;
    background: -webkit-linear-gradient(top,black,#013d4f);
    background: -moz-linear-gradient(top,black,#013d4f);
    background: -ms-linear-gradient(top,black,#013d4f);
    background: -o-linear-gradient(top,black,#013d4f);
    z-index: 100
}

#terms-content {
    position: relative;
    width: 100%;
    max-width: 47.5em;
    margin: 0 auto;
    color: white
}

#terms-content #terms-details {
    position: relative;
    width: 100%;
    min-height: 0.0625em;
    padding: 0 1.25em 0 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    text-align: justify
}

#terms-content #terms-details #terms-details-text-header {
    padding: 1.25em 0 0.625em 0;
    font-size: 1.6em;
    font-weight: 400
}

#terms-content #terms-details .terms-details-text {
    padding-top: 0.625em;
    font-size: 1em;
    font-weight: 400
}

#terms-content #terms-details #terms-details-text-list {
    margin: 0.625em 0 0 3.125em;
    list-style-position: outside;
    line-height: 1.5em
}

#terms-content #terms-details #terms-details-text-list li {
    padding-bottom: 0.9375em
}

@media (max-width: 76.1875em) {
    #terms-banner {
        background-image:url(/img/terms-1.jpg);
        background-position: left top
    }
}

@media (max-width: 35.875em) {
    #terms-banner {
        background-image:url(/img/terms-2.jpg);
        height: 31.25em
    }

    #terms-banner #terms-banner-text {
        top: 70%;
        font-size: 2em
    }

    #terms-content #terms-details #terms-details-text-header {
        font-size: 1.3em;
        padding: 0.625em 0 0.3125em 0
    }

    #terms-content #terms-details .terms-details-text {
        font-size: .9em
    }

    #terms-content #terms-details #terms-details-text-list {
        margin: 0.625em 0 0.9375em 1.875em;
        line-height: 1.2em
    }

    #terms-content #terms-details #terms-details-text-list li {
        padding-bottom: 0.625em
    }
}

#privacy-banner {
    position: relative;
    width: 100%;
    height: 37.5em;
    background-image: url(/img/privacy.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100
}

#privacy-banner #privacy-banner-text {
    position: absolute;
    top: 50%;
    margin-left: 0;
    width: 100%;
    font-family: century gothic,verdana,arial,sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9375em;
    color: white;
    z-index: 100
}

#privacy-page {
    position: relative;
    padding: 1.25em 0 1.875em 0;
    background-color: black;
    background: -webkit-linear-gradient(top,black,#013d4f);
    background: -moz-linear-gradient(top,black,#013d4f);
    background: -ms-linear-gradient(top,black,#013d4f);
    background: -o-linear-gradient(top,black,#013d4f);
    z-index: 100
}

#privacy-content {
    position: relative;
    width: 100%;
    max-width: 47.5em;
    margin: 0 auto;
    color: white
}

#privacy-content #privacy-details {
    position: relative;
    width: 100%;
    min-height: 0.0625em;
    padding: 0 1.25em 0 1.25em;
    font-family: century gothic,verdana,arial,sans-serif;
    text-align: justify
}

#privacy-content #privacy-details #privacy-details-text-header-1,#privacy-content #privacy-details #privacy-details-text-header-2 {
    padding: 1.25em 0 0.625em 0;
    font-size: 1.6em;
    font-weight: 400
}

#privacy-content #privacy-details .privacy-details-text {
    padding-top: 0.625em;
    font-size: 1em;
    font-weight: 400
}

#privacy-content #privacy-details .privacy-details-text a {
    text-decoration: none;
    color: white
}

#privacy-content #privacy-details #privacy-details-text-list {
    margin: 0.625em 0 1.25em 3.125em;
    list-style-position: inside
}

#privacy-content #privacy-details #privacy-details-text-list li {
    padding-bottom: 0.9375em;
    text-indent: -1.125em
}

#privacy-content #privacy-details #privacy-details-text-list li span {
    margin-left: -0.9375em
}

@media (max-width: 87.4375em) {
    #privacy-banner {
        background-image:url(/img/privacy-1.jpg);
        background-position: left top
    }
}

@media (max-width: 35.875em) {
    #privacy-banner {
        background-image:url(/img/privacy-2.jpg);
        height: 31.25em
    }

    #privacy-banner #privacy-banner-text {
        top: 70%;
        font-size: 2em
    }

    #privacy-content #privacy-details #privacy-details-text-header-1,#privacy-content #privacy-details #privacy-details-text-header-2 {
        font-size: 1.3em;
        padding: 0.625em 0 0.3125em 0
    }

    #privacy-content #privacy-details .privacy-details-text {
        font-size: .9em
    }
}

.v2-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 16em;
    height: 100%;
    background: #202020;
    white-space: nowrap;
    font-family: century gothic,verdana,arial,sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -o-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    -ms-transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    transition: all 0.3s cubic-bezier(.39,.58,.57,1) 0s;
    z-index: 120;

    /* position: absolute;
    top: 0.625em;
    right: 1.25em;
    width: 1.5625em;
    height: auto;

    top: 0.5625em;
    right: 1.1875em;
    width: 1.6875em */
   
}

.v2-main-menu.hidden {
    right: -16em;
}

.v2-menu-section {
    margin-top: 2em;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2-menu-section > ul {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.v2-menu-section > ul > li {
    width: min-content;
}

.underline.selected {
    background-color: #c0c0c0 !important;
    color: #c0c0c0;
    width: calc(100% - 0.3125em) !important;
    margin: 0;
}

#main-menu-about {
    height: unset;
}

#main-menu-legals {
    margin: 0;
    height: min-content;
    margin-bottom: 2em;
}
  
#main-menu-social-list li {
    padding: 0;
}
  
#main-menu-social-list a {
    padding: 0;
}
  
#main-menu-social-list {
    margin: 0;
    flex-direction: row;
}

#main-menu-social-list {
    margin-left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
