﻿@charset "UTF-8";
/* ICOMOON STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: "icomoon";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: FortBook;
    src: url(../fonts/BLKFort-Book.woff);
}

@font-face {
    font-family: FortBook;
    src: url(../fonts/BLKFort-Bold.woff);
    font-weight: bold;
}
/*
@font-face {
    font-family: FortBook;
    src: url(../fonts/BLKFort-Extrabold.woff);
    font-weight: bolder;
}
*/
* {
    font-family: "FortBook",Arial,sans-serif;
}
[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:not(.icon-play),
[class*=" icon-"]:not(.icon-play) {
    margin-top: -6.5px;
    right: 0;
}

.icon-play:before {
    content: "";
}

.icon-circle-right:before {
    content: "";
}

/* GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* MEGA MENU POSITIONING STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-bar-section{float:right;}
.top-bar-section .has-dropdown {
    position: static;
}

.top-bar-section .has-dropdown a {
    position: relative;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > a:after {
    display: block;
}

/* DROPDOWN GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-menu {
    border-top: 1px solid #d6d6d6;
}

.m-menu a {
    display: block;
    transition: opacity 0.3s ease;
    font-size:14px;
}

.m-menu a:hover {
    opacity: 1;
}

/* TOP LINKS INSIDE DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column li:not(:first-child) a {
    border-top: 1px solid #262626;
}

.column li:not(:last-child) a {
    border-bottom: 1px solid #4e4e4e;
}

.column li a:hover i {
    right: 3px;
}

/* BOTTOM LINKS INSIDE FIRST DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro .icon-play {
    position: absolute;
    color: rgba(0, 0, 0, 0.4);
    font-size: 2.5em;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease;
}

.intro:hover .icon-play {
    color: rgba(0, 0, 0, 0.7);
}

/* TARGET DIV INSIDE SECOND DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column > img {
    margin: 1em 0;
}

.info-wrap h3 {
    width: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid #4e4e4e;
}

.info {
    display: none;
}

.info-visible {
    display: block;
}


.contain-to-grid {
    background: var(--mainbgtrans);
    text-align: center;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 99999;
    box-shadow: 0px -2px 8px 0px #aaa;
}

.contain-to-grid.hidden {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}
.contain-to-grid a {
    text-align: left;
    color: #fff;
}
.dropdown.m-menu h3{color:#fff;}
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: transparent;
}
.top-bar-section .has-dropdown > a:after {
    border-color: rgb(255 255 255) transparent transparent transparent;
}
.top-bar-section ul li > a{font-size:1.125rem;}
.top-bar .name img{height:28px;}
.top-bar-section li:not(.has-form) a:not(.button){font-size:16px;font-weight:500;}
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: transparent !important;
    background: transparent !important;
}
img.menuimg{height:20px;padding-right:10px;}


@media only screen and (min-width: 40.063em) {
    .top-bar-section ul li.has-dropdown ul {
        background: var(--mainbg);
    }
    ul .dropdown.m-menu {
        position: fixed !important;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-right: none !important;
    }
    .top-bar .name{min-width:200px;}
    .top-bar-section li:not(.has-form) a:not(.button){padding: 0 2.25rem;}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .top-bar-section li:not(.has-form) a:not(.button){font-size:14px;}
}