html, body {
    margin:0;
    width: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}

#root {
    width:100%;
    min-height: 100%;
    background: #a7a9ac;
    display:flex;
    justify-content: center;
}

#main {
    width:100%;
    max-width: 1400px;
    height:100%;
    background:#ffffff;
}

#utadHeaderAd {
    background: #a7a9ac;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9997;
    display: none;
    width:100%;
}
#utadHeaderAd img {
    width:inherit;
    max-width:100%;
    height:auto;
}

#nav {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:0;
}

#nav img {
    height:50px;
}

#nav-right {
    display: flex;
    align-items: center;
}

#nav ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
}

#nav ul li {
    display: inline;
    padding: 0 15px 0 15px;
    color: #353535;
    border-right: 1px solid #d2d2d2;
    position:relative;
}

#nav ul li a, #nav ul li a:visited {
    color: #353535;
    text-decoration:none;
}
#nav ul li a:hover {
    color: #ff8200;
}

#nav ul .subnav {
    position: absolute;
    top: 17px;
    left: 0;
    background: #fff;
    display: none;
    padding-top: 16px;
    z-index: 8888;
}

#nav ul .subnav.last {

    right: 0;
    left:unset;

}

#nav ul li:hover .subnav{
    display:block;
}

#nav ul li ul li, #nav ul li ul li:last-child {
    display: block;
    width: 180px;
    border-right: none;
    padding: 10px 15px;
    border-bottom: 1px solid #d2d2d2;
}

#nav ul li:last-child {
    border-right: none;
    padding: 0 30px 0 15px;
}
#mobile-nav-button {
    display: none;
}
#mobile-my-account {
    display:none;
}
#mobile-nav-close {
    display:none;
}

#alpha-and-subs {
    width: 100%;
    height:600px;
    background: #cbcbcb;
    display: flex;
    position:relative
}

#alpha-slider {
    width: 75%;
    height:100%;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.alpha-text {
    width: 100%;
    height: 110px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(0deg, #000000de, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

#subs {
    width:25%;
    height: 100%;
    /* display: flex;
    flex-direction:column;
    justify-content:space-evenly; */
    overflow-y:scroll;
    /* position:relative; */
    scroll-behavior: smooth;
}

#subalpha-spacer {
    width: 100%;
    height: 40px;
}

#subalpha-buttons {
    position: absolute;
    bottom: 0;
    left: 75%;
    width: 25%;
    display: flex;
    justify-content: space-evenly;
    background: #58595b;
}

.subalpha-button {
    color: #ffffff9c;
    text-align: center;
    width: 50%;
    height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subalpha-button:hover {
    color: #ffffff;
    background:#ff8200;
    cursor:pointer;
}

#subalpha-button-up {
    border-right: 1px solid #00000042;
}
#subalpha-button-down {
    border-left: 1px solid #ffffff26;
}

.subalpha {
    width: 100%;
    height: calc(25% - 10px);
    box-sizing: border-box;
    border-top: 1px solid #cecece;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-size: cover;
    background-position: center;
    /* color: #353535; */
    color: #353535;
}

.subalpha:last-child {
    border-bottom: none;
}

.subalpha p {
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.subalpha a {
    font-size: 0.7rem;
    text-transform:uppercase;
}

#text-and-slider {
    width:100%;
    padding: 60px;
    box-sizing:border-box;
    background: #353535;
    color: #ffffff;
}

#text {
    width: 100%;
    box-sizing: border-box;
    display:flex;
}

#text-left {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

* #text-left a {
    color:#ff8200;
    text-decoration:none;
}

#text-right {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

table, tbody {
    width:100%;
}

#slider {
    width: 100%;
    margin-top: 60px;
    display: flex;
    box-sizing: border-box;
    background: #58595b;
    min-height: 300px;
    position: relative;
    overflow:hidden;
}
#slides {
    position: absolute;
    left: 0;
    top: 0;
    width: 600%;
    height: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}
.slide {
    background: #a6a9ac;
    width: 3.784%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 15px;
    float: left;
    margin-top: 60px;
}

.slide a, .slide a:visited {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    padding: 50px 0;
}

.slide a:hover {
    color: #353535;
}

#slide-left-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #58595b;
    color: #898989;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 42px;
}
#slide-right-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #58595b;
    color: #898989;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 42px;
}
.fa-chevron-left, .fa-chevron-right {
    display:none;
}
.show {
    display: flex !important;
}
#slide-right-button:hover, #slide-left-button:hover {
    background: #606267;
    color: #c9c9c9;
    cursor:pointer;
}

.button-link-green {
    color: #ffffff;
    background: #579584;
    padding: 5px 15px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 10px;
    letter-spacing: 0rem;
    text-align: center;
    font-weight:700;
}

.button-link-green:hover {
    background: #72bba7;
}

.button-link-orange {
    color: #ffffff;
    background: #ff8200;
    padding: 5px 15px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 10px;
    letter-spacing: 0rem;
    text-align: center;
    float:right;
}

.button-link-orange:hover {
    background: #ff9626;
}

.button-link-white {
    color: #ff8200;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 10px;
    letter-spacing: 0rem;
    text-align: center;
}

.button-link-white:hover {
    color: #353535;
}

#footer {
    width:100%;
    padding: 60px;
    display:flex;
    box-sizing:border-box;
    background: #58595b;
    color: #ffffff;
}

.footer-third {
    width:33%;
    padding:10px 0;
    box-sizing:border-box;
}

.footer-third:nth-child(2) {
    width: 34%;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    padding: 10px 30px;
    margin: 0 30px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.footer-third img {
    width:100%;
    height:auto;
}

#footer a {
    color: #ff8200;
    text-decoration: none;
}

h1, h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    margin:0;
}

h2 {
    font-size: 1.2rem;
}

table {
    border-collapse: collapse;
    border-bottom: 1px solid #525659;
    margin-top: 15px;
}

tr {
    border-top: 1px solid #525659;
}

tr p {
    margin: 10px 0;
}

tr h2 {
    margin: 5px 0 0 0;
}

#engageButton {
    position:fixed;
    bottom:10px;
    right:10px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 999;
    box-sizing:border-box;
}
#engageButton:hover {
    background: #464646;
    cursor:pointer;
}
#engageButton img {
    width:50px;
     height:auto;
    margin-right: 10px;
}
#engageButton p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
#engageButton p span {
    color: #a7a7a7;
    margin: 0 3px;
    font-size: 20px;
}

/* ALPHA SLIDER  */

.alpha-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
    display: none;
    align-items: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.alpha-slide:first-child {
    display:flex;
}

.alpha-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    line-height: 30px;
    margin: 0;
    background: none;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 3px #0000008f;
    top: calc(50% - 30px);
    display:flex;
    align-items:center;
    justify-content: center;
    width:50px;
    height: 50px;
}
.btn:hover {
    background: #ffffff6e;
    color:#000;
    border-radius:50%;
    text-shadow: none;
}

.btn:active {
  transform: scale(1.1);
}
.btn-prev {
  left: 2%;
  padding: 0 5px 8px 0;
}

.btn-next {
  right: 2%;
  padding: 0 0 8px 5px;
}



@media only screen and (max-width: 1250px) {
    #nav ul {
        font-size: 0.7rem;
    }
    .slide {
        width: 3.72%;
    }
    #nav ul .subnav {
        top: 13px;
    }
}

@media only screen and (max-width: 1100px) {
    #alpha-and-subs {
        flex-direction: column;
        height: unset;
    }
    #alpha-slider {
        width: 100%;
        height: 300px;
    }
    .alpha-text {
        flex-direction:column;
    }
    #subs {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #cecece;
    }
        #subalpha-spacer {
        display:none;
    }

    #subalpha-buttons {
        display:none;
    }
    #nav ul {
        background: #353535;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
        padding: 15px 30px;
        font-size: 1rem;
        overflow:scroll;
        display:none;
    }
    #nav ul li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #696969;
        border-right: 0;
    }
    #nav ul li:last-child {
        border-right: none;
        padding: 15px 0;
    }
    #nav ul li a, #nav ul li a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    ul.subnav {
        position: relative !important;
        background: none !important;
        top: 0 !important;
    }
    .subnav li {
        border-bottom: 1px solid #696969 !important;
    }
    .subnav li:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    #mobile-nav-button {
        display: block;
        margin-right: 30px;
        margin-left:15px;
        color: #353535;
        font-size: 1.5rem;
    }
    #mobile-nav-button:hover {
        color: #ff8200;
        cursor:pointer;
    }
    #mobile-nav-close {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #fff;
        z-index: 9999;
        padding: 8px 12px;
        font-weight: bold;
        cursor:pointer;
    }
    #mobile-my-account {
        display:block;
    }
    #nav-right .button-link-green {
        display: none;
    }
    #text-and-slider {
        padding: 30px;
    }
    #text {
        flex-direction:column;
    }
    #text-left {
        width: 100%;
        padding-right: 0;
    }
    #text-right {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }
    .slide {
        width: 7.58%;
    }
    #footer {
        flex-direction: column;
        padding: 30px;
    }
    .footer-third {
        width: 100%;
    }
    .footer-third:nth-child(2) {
        width: 100%;
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
        margin:0
    }
    
}

@media only screen and (max-width: 600px) {
    .slide {
        width: 12.8%;
    }
    #nav {
        width: 100%;
        background: #ffffff;
        display: flex;
        align-items: center;
        /* justify-content: flex-start; */
    }
    #nav img {
        height:40px;
    }
    #engageButton {
        width: 80%;
        right: 10%;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        padding: 7px 15px;
    }
    #engageButton img {
        width: 40px;
    }
    .alpha-text {
        padding: 15px 40px;
        height: auto;
        justify-content: flex-end;
    }
}