/*
Fonts
 */

@font-face {
    font-family: platform24-light;
    src: url('/assets/fonts/branding/BrandingSF-NarrowLight.woff');
}

@font-face {
    font-family: platform24-normal;
    src: url('/assets/fonts/branding/BrandingSF-NarrowSemiLight.woff');
}

@font-face {
    font-family: platform24-regular;
    src: url('/assets/fonts/branding/BrandingSF-NarrowMedium.woff');
}

@font-face {
    font-family: platform24-bold;
    src: url('/assets/fonts/branding/BrandingSF-NarrowBold.woff');
}


/*
Basic styling elements
*/
h1 {
    font-family: platform24-regular!important;
    font-size: 24pt!important;
    margin: 0px!important;
    padding: 0 0 10px 0;
    line-height: 38px;
}


h2 {
    font-family: platform24-regular!important;
    font-size: 23pt!important;
    margin: 0px!important;
    padding: 0 0 10px 0;
    line-height: 38px;
}

h3 {
    font-family: platform24-regular!important;
    font-size: 22pt!important;
    margin: 0px!important;
    padding: 0 0 10px 0;
    line-height: 38px;
}


html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}



p {
    font-family: platform24-regular;
    font-size: 16px;
}
/*
Nav styling
 */


.sidenav-trigger {
    display: none;
    margin: 3px;
    position: absolute;
    right: 0px;

}

.sidenav-trigger i {
   font-size: 35px;
    color: #FFF;
    padding: 15px;
}


ul.sidenav li a {

    margin-left: 0px;
    color: #0a1e3f;
    font-weight: bold;
}

ul.sidenav li ul.sub1 li a {

    margin-left: 10px;
    color: #0D47A1;
}

ul.sidenav li ul.sub2 li a {

    margin-left: 20px;
    color: #5394a1;
}




ul.sidenav li ul[class*="sub"] li a {
    font-size: 14px;
    font-weight: bold;

}


ul.sidenav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    color: #2B2B2B;
    position: absolute;
    right: 0px;
    margin-top: -50px;
}


.wide-content ul li {
    list-style-type: circle;

    padding: 5px;
    margin-left: 35px;
}


.imagegrid-holder {
    position: relative;
    float: left;
    margin: 30px 0px 30px 0px!important;
    padding: 20px;
}

.imagegrid-holder div[class*="grid-"]{
    max-width: 270px!important;
    float: left;
    padding: 5px;
    padding-top: 0px;
}

.imagegrid-holder div.grid-title {
    color: #fff!important;
    font-weight: lighter;
    width: 100%;
    height: 55px;
    background-color: #2B2B2B;
    margin-top: -4px;
    text-align: center;
    padding: 5px;
}


.brand-logo {
     position: absolute;
     color: #a50008;
     bottom: 5px;
     left: 5px;
 }

.top-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    /* display: contents; */
    z-index: 20;
    background: #2B2B2B;
    background-image: -webkit-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
    background-image: -moz-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
    background-image: -o-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
    background-image: linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
}

.wrap {
    position: absolute;
    right: 150px;
    display: inline-block;
    top: 20px;

}

.top-wrapper nav {
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    background: none;
    background-image: none;
    box-shadow: none;
    line-height: normal;
}


nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    color: #2B2B2B;
    position: absolute;
    right: 0px;
    margin-top: -60px;
}



nav ul {
    list-style: none!important;
    position: relative;
    text-align: left;
}

nav li {
    float: left;
    line-height: 26px;
    height: 47px;

}

nav ul:after {
    clear: both;
}


nav ul:before,
nav ul:after {
    content: " ";
    display: table;
}

* prime */
nav ul.primary li a {
    display: block;
    padding: 20px 30px;
    border-right: 1px solid #3D3D3D;

}

nav ul a {
    padding: 9px 15px 15px 15px;
    font-family: platform24-regular;
    font-size: 16px;
}

nav ul.primary li:last-child a {
    border-right: none;
}


/* subs */
nav ul.sub1 {
    position: absolute;
    z-index: 200;
    box-shadow: 0px 10px 1px 3px #2B2B2B;
    width: 40%;
    display:none;
    line-height: 20px;
}

nav ul.sub1 li {
    float: none;
    margin: 0;
}

nav ul.sub1 li a {
    border-bottom: 1px dotted #ccc;
    border-right: none;
    color: #000;
    padding: 10px 10px 20px 20px;
}

nav ul.sub1 li:last-child a {
    border-bottom: none;
}

nav ul.sub1 li a:hover {
    color: #000;
    background: #eeeeee;
}



/* subs2 */
nav ul.sub2 {
    position: absolute;
    z-index: 200;
    box-shadow: 3px 10px 0px 3px #2B2B2B;
    width: 100%;
    display:none;
    line-height: 20px;
    margin: -57px 0 0px 100%;
}

nav ul.sub2 li {
    float: none;
    margin: 0;
}

nav ul.sub2 li a {
    border-bottom: 1px dotted #ccc;
    border-right: none;
    color: #000;
    padding: 15px 30px;
}

nav ul.sub2 li:last-child a {
    border-bottom: none;
}

nav ul.sub2 li a:hover {
    color: #000;
    background: #eeeeee;
}

/* sub display*/
nav ul.primary li:hover ul.sub1 {
    display: block;
    background: #fff;
}

/* sub display*/
nav ul.sub1 li:hover ul.sub2 {
    display: block;
    background: #fff;
}

/* keeps the tab background white */
nav ul.primary li:hover a {
    background: #fff;
    color: #666;
    text-shadow: none;
}

nav ul.primary li:hover > a{
    color: #b00014;
    background: #f0f0f0;
}


.language-nav {
    position: relative;
    float: right;
    width: 120px;
    height: 40px;
    margin: 30px 10px 0px 0px;
}

.language-nav img {
    position: relative;
    float: left;
    width: 20px;
    margin: 0px 0px 0px 10px;
}

.language-nav-mobile {
    position: relative;
    float: left;
    width: 160px;
    height: 40px;
    margin: 30px 10px 0px 30px;
}

.language-nav-mobile img {
    position: relative;
    float: left;
    width: 30px;
    margin: 0px 20px 0px 0px;
}



/*
Mobile Menu
*/

ul.sidenav i.material-icons {
    margin-right: 20px;
    font-weight: bold;
}

ul.sidenav li ul.sub1 {
    display: none;
}

ul.sidenav li ul li ul.sub2 {
    display: none;
}


ul.sidenav li i {
    cursor: pointer;
}
ul.sidenav li ul li i {
    cursor: pointer;
}

.sidenav a {
    font-family: Museo;
    text-decoration: none;
    color: #1e1e1e!important;
}


/*
Page styling
 */

div#page-container {
   
    padding-top: 65px;
    margin-top: -1px;
    position: relative;
}

.wide-content {
    margin: 0px 0;
    background-image: url("/assets/images/backgrounds/background003.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: -50px;
    padding-top: 35px;
}


.wide-content-gray {
    background-image: url("/assets/images/backgrounds/background004.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}



@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .wrap {
        display: none;
    }

    .language-nav {
        display: none;
    }

    .image-tool-slider{
        height: auto!important;
    }

    .grid-col {
        grid-row: auto!important;
        padding: 5px;
    }


    .sidenav-trigger {
        display: block;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
        width: 95%;
        padding-right:  10px!important;
        padding-left:   10px!important;
    }

    .clear-text-wrapper {
        width: 100%!important;
        clear: both;
        padding: 10px!important;
        display: block!important;
    }


    .wide-content {

        background-attachment: initial!important;
    }


    .fixed-right {
        position: relative!important;
        right: auto!important;
        left: auto!important;
        webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5)!important;
        box-shadow: 0 5px 5px rgba(0,0,0,.5)!important;
        margin-bottom: 20px!important;
        padding: 10px!important;

    }


    .canvas,
    .video {
        height: 300px!important;
        top: 30px;
        width: 100%!important;

    }

    .image-container {
        height: 300px!important;
        z-index: 0;
    }



    .container {

        width: 100%!important;

    }





}

.container {
    position: relative;
    width: 95%;
    display:table;
    padding-bottom: 20px;
}



.clear-text-wrapper {
    position: relative;
    font-family: platform24-regular;
    padding: 20px;
    margin-bottom: 20px;
    display:table-cell;
}

.fixed-right {
    position: relative;
    background: rgba(255, 255, 255,1);
    border-radius: 2px;
    webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
    display: block;
    padding: 20px;

}

.clear-text-wrapper p {
    position: relative;
    font-family: platform24-normal;
    font-size: 14pt;

}

.clear-text-wrapper h1,h2,h3,h4 {
    position: relative;
    font-family: platform24-bold;
    font-size: 25pt;

    margin: 0px;
}


/*
Video
 */


#mute-video {
    color: #FFFFFF!important;
    cursor: pointer;
}


.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.canvas,
.video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
#over_video{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    z-index: 10;
    font-size: 12vw;
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20%;
    text-shadow: 4px 4px 4px #5C433B;
}

.footer ul li a {
    font-weight: normal;
}


.footer .container ul{
    margin: 20px;
}