/* fonts */

@import url("../css/fonts.css?v=1.1");
* {
    font-family: 'SST-Roman', "Helvetica Neue", Arial, Helvetica, sans-serif;
    /* old font: AvantGardeGothicITCW01B 731069 */
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* GRID STYLES */

.container {
    width: 92.76316%;
    max-width: 1190px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}


/* HEADER STYLES */

header {
    background-color: #000;
    position: relative;
    z-index: 10;
}

header a {
    color: #fff;
}

header ul {
    padding-left: 0;
}

header ul li {
    display: inline-block;
}

header .brand {
    margin-right: 1.5em;
}

#header-nav div {
    display: inline-block;
    vertical-align: middle;
}

#mega-nav-items {
    margin: 0;
}

#mega-nav-items li {
    margin-right: 1.5em;
    line-height: 4em;
}

#mega-nav-items li a {
    color: #e4e7eb;
    padding: 1.25em 0;
}

#mega-nav-items li .fa {
    font-size: 0.75em;
    color: #83838f;
}

#mega-nav-items li.active a,
#mega-nav-items li:hover a {
    border-bottom: solid 0.25em #5887f5;
    -webkit-transition: border-bottom 0.2s ease-in-out;
    -moz-transition: border-bottom 0.2s ease-in-out;
    -ms-transition: border-bottom 0.2s ease-in-out;
    transition: border-bottom 0.2s ease-in-out;
}

#mega-nav-items li.active a .fa,
#mega-nav-items li:hover a .fa {
    color: #e4e7eb;
}

.mega-nav-content {
    background-color: #ffffff;
    position: absolute;
    z-index: 8;
    width: 100%;
    box-shadow: 2px 2px 2px #e4e7eb;
    top: -1200px;
    /* arbitrary, as long as > container height? */
    padding-top: 3.5em;
    /* height of header nav */
}

.mega-nav-tiles {
    padding-left: 0;
    position: relative;
    width: 75%;
    float: left;
    padding-right: 2em;
}

.mega-nav-tiles ul {
    overflow: hidden;
    padding-left: 0;
}

.mega-nav-tiles li {
    list-style: none;
    position: relative;
    width: 25%;
    float: left;
    padding-top: 1.5em;
}

.mega-nav-tiles li a {
    display: block;
    text-align: center;
    padding: 1em;
}

.mega-nav-tiles li a:hover {
    background-color: #f3f4f6;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.mega-nav-tiles li a img {
    width: 100%;
}

.mega-nav-tiles li a .mega-nav-title {
    display: block;
    color: #2f353d;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.3em;
    min-height: 2.5em;
}

#mega-nav-extras {
    width: 25%;
    float: left;
    padding: 2.5em;
    background-color: #f3f4f6;
}

.all-electronics {
    width: 100%;
    text-align: center;
    border-top: solid 1px #e4e7eb;
    padding-top: 1.5em;
}

.all-electronics a {
    color: #5887f5;
    font-size: 0.8em;
}

.all-electronics a .fa {
    color: #83838f;
}

.close-menu a .fa {
    padding-top: 1em;
    color: #e4e7eb;
}

.extras-tiles {
    padding-left: 0;
    margin: 0;
}

.extras-tiles li {
    list-style: none;
    margin-bottom: 1em;
}

.extras-tiles li a {
    color: #5887f5;
}

.extras-tiles li a img {
    width: 100%;
}

.extras-tiles h1 {
    font-size: 1em;
    margin: 0.5em 0;
}

.extras-tiles p {
    font-size: 0.8em;
    line-height: 1.25em;
    margin: 0.5em 0;
    color: #83838f;
}

#entertainment-tray .close-menu {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 1em;
}


/* MOBILE HEADER NAV */

#headernav-mobile {
    display: none;
    text-align: center;
    padding: 1em 0;
}

#headernav-mobile .fa {
    color: #fff;
}

#headernav-mobile .button {
    display: inline-block;
    float: left;
}

#headernav-mobile .brand-header {
    display: inline-block;
}

#headernav-mobile-tray {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #101010;
    color: #fff;
    z-index: 500;
}

#headernav-mobile-tray ul {
    list-style: none;
    padding-left: 0;
}

#headernav-mobile-tray ul li {
    padding: 20px;
    border-bottom: solid 1px #3c3c42;
}

#headernav-mobile-tray ul li:hover {
    background-color: #000;
}

#headernav-mobile-tray ul li a {
    font-size: 1.5em;
    color: #fff;
}

#headernav-mobile-tray .fa {
    float: right;
    color: #83838f;
}

#headernav-mobile-tray .electronics-inner,
#headernav-mobile-tray .entertainment-inner {
    display: none;
}

#headernav-mobile-tray ul li .electronics-inner a,
#headernav-mobile-tray ul li .entertainment-inner a {
    color: #83838f;
}


/* FOOTER STYLES */

footer {
    display: block;
    background-color: #1f2024;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-top: 2em;
}

footer:last-of-type {
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-top: solid 1px #3c3c42;
}

footer .col-4 {
    width: 25%;
    float: left;
    padding-right: 1em;
}

footer .col-4:last-of-type {
    padding-right: 0;
}

footer h1 {
    font-size: 1.4em;
    color: #83838f;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover {
    color: #83838f;
    -webkit-transition: background-color 0.25s linear, border-color 0.25s linear, opacity 0.25s linear, color 0.25s linear, fill 0.25s linear;
    transition: background-color 0.25s linear, border-color 0.25s linear, opacity 0.25s linear, color 0.25s linear, fill 0.25s linear;
}

footer #other-links {
    text-align: right;
}

footer #other-links ul {
    display: inline-block;
    vertical-align: middle;
}

footer #other-links ul li {
    display: inline-block;
}

footer .contact-links li {
    margin-right: 1em;
}

footer .social-links li a {
    display: inline-block;
    background-color: #3c3c42;
}

a#fb-icon:hover {
    background-color: #3b5b99;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
}

a#yt-icon:hover {
    background-color: #e64a41;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
}

a#ig-icon:hover {
    background-color: #1b5980;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
}

footer #copyright-links {
    font-size: 0.8em;
}

footer #copyright-links p {
    color: #83838f;
    margin-bottom: 0;
}

footer #copyright-links ul {
    margin-top: 0;
}

footer #copyright-links ul li {
    display: inline-block;
    margin-right: 0.8em;
    text-transform: uppercase;
    color: #e4e7eb;
}

@media (max-width: 61.1875em) {
    .mega-nav-tiles li {
        width: 33.333%;
    }
}

@media (max-width: 48em) {
    footer .col-4 {
        width: 100%;
    }
    footer #other-links {
        display: block;
        text-align: left;
    }
    footer #other-links ul {
        display: block;
    }
    footer #other-links .contact-links li {
        display: block;
    }
    #header-nav,
    .mega-nav-content {
        display: none;
    }
    #headernav-mobile {
        display: block;
    }
}
