  ﻿@charset "utf-8";
/* CSS Document */


#hamburger {
    float: left;
    color: #800000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    cursor: pointer;
    top: 0;
    position: relative;
    left: 0;
    width: 60px;
    height: 60px;
}

#hamburger:hover {
    background: #800000;
}

#hamburger:hover span {
    background: white;
}
#hamburger.open:hover span {
    background: #800000;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    background: #800000;
    opacity: 1;
    left: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 21px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
    top: 29px;
}

#hamburger span:nth-child(4) {
    top: 37px;
}

#hamburger.open {
    background: #ececec;
    height: 106px;
    z-index:10;
}

#hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
   top: 18px;
   width: 0%;
   left: 50%;
}
#hamburger.hideHamburger, #myNav.hideHamburger {
    display:none;
}
.overlay {
    height: 660px;
    width: 0;
    position: absolute;
    z-index: -1;
   /* top: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    /*overflow-x: hidden;*/
    overflow: hidden;
}

.overlay-content {
    position: relative;
    width: 100%;
    top: 105px;
    padding: 30px;
    max-width: 1300px;
    background-color: #ececec;
    margin: auto;
}

.overlay-content-mobile {
    display: none;
}

.overlay-content #logo {
    margin-bottom: 20px;
    width: 200px;
}

.overlay-content #myNavColumns ul {
    float: left;
    padding: 0;
    margin: 0;
    width: 20%;
}

.overlay-content ul li {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 0;
}

    .overlay-content ul li:first-child a {
        font-family: 'TradeGothic BoldCn 20';
        font-size: 16px;
    }

    .overlay-content ul li a:hover {
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
    }

.overlay-content #myNavColumns {
    height: 270px;
}

.overlay-content #myNavBottom {
    clear: left;
    display: block;
    border-top: #bdbdbd thin solid;
    border-bottom: #bdbdbd thin solid;
    height: 45px;
    padding: 0;
}

    .overlay-content #myNavBottom ul {
        clear: left;
        padding: 0;
    }

        .overlay-content #myNavBottom ul li {
            float: left;
            width: 20%;
            padding: 10px 0;
        }

            .overlay-content #myNavBottom ul li a {
                font-family: 'TradeGothic BoldCn 20' !important;
                font-size: 14px !important;
            }

.overlay a {
    text-decoration: none;
    font-size: 14px;
    color: #800000;
    text-transform: uppercase;
    font-family: 'TradeGothic Cn 18';
}

    .overlay a:hover, .overlay a:focus, .overlay a:active {
        text-decoration: underline;
        border-bottom: none !important;
    }

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    padding: 0 20px 80px 20px;
    height: 100px;
    background: #ececec;
    z-index: 3;
    list-style: none;
    text-decoration: none !important;
}

.overlay #cbooth {
    display: none;
}
/* SEARCH FIELD */
.overlay-search {
    overflow-y: hidden;
    padding: 30px;
    height: 170px;
    top: 1px;
}


/***
  NAV OVERLAY TO SHOW THE MAIN MENU
  AND SEARCH MENU ON CLASS ACTIVE
 ****/
.navoverlay.active, .searchoverlay.active {
    width: 100%;
}

.searchoverlay {
    top: 60px;
    height: auto;
    z-index: 110;
}

#search {
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
    background: url(/boothsitecore/img/research/search-icon.png) no-repeat center;
    border-right: 1px #cccccc solid;
}

    #search:hover {
        background: url(/boothsitecore/img/research/search-icon-white.png) no-repeat center #800000;
    }

    #search.open {
        background-image: url(/boothsitecore/img/research/x.png);
        background-color: #ececec;
        margin-top: 0;
        height: 60px;
        border-right: none;
    }

#search-button.reveal + #search-section {
    height: 205px;
}

#search-fields {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    font-size: 0;
    line-height: 50px;
    width: 95%;
    height: 60%;
    padding: 20px;
}


    #search-fields input[type="text"] {
        color: #39393A;
        font-family: 'TradeGothic Cn 18';
        font-size: 40px;
        width: calc(100% - 75px);
        border-bottom: #39393A 1px solid;
        margin-right: 10px;
    }

    #search-fields input {
        background-color: transparent;
        border: medium none;
        vertical-align: top;
    }



        #search-fields input[type="submit"] {
            background-size: 55px 75px;
            cursor: pointer;
            height: 75px;
            padding: 0;
            width: 65px;
        }

        #search-button::after, #search-fields input[type="submit"] {
            background-image: url(/boothsitecore/img/research/search-icon-large.svg);
            background-repeat: no-repeat;
        }

    #search-fields input {
        background-color: transparent;
        border: medium none;
        vertical-align: top;
    }
/*
 ***
 LOGO DROPDOWN
 ***
*/

#logo-dropdown {
    display: none;
    left: 15px;
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 200;
}

    #logo-dropdown ul {
        background-color: rgba(0, 0, 0, 0.7);
        border: thin solid #999;
    }

        #logo-dropdown ul li {
            list-style: outside none none;
            text-align: center;
            margin-bottom: 0;
            line-height:0;
        }

            #logo-dropdown ul li a {
                background: #ececec none repeat scroll 0 0;
                border-bottom: thin solid #999;
                color: #800000;
                display: inline-block;
                font-family: "TradeGothic BoldCn 20";
                line-height: 1em;
                padding: 15px;
                width: 100%;
                text-decoration: none;
            }

                #logo-dropdown ul li a:hover, #logo-dropdown ul li a:focus {
                    border-bottom: #999 thin solid;
                    background: #999 !important;
                }

            #logo-dropdown ul li:last-child {
                width: 26%;
                margin: auto;
            }

@media screen and (max-width:1000px) {


    

        #logo-dropdown ul li:last-child {
            display: block;
            width: 26%;
            margin: auto;
        }
}

@media screen and (max-width:860px) {
    #secondarynav {
        margin-right: 25px;
    }

        #secondarynav ul li {
            margin-left: 25px;
        }
        #secondarynav ul li:first-child {
            margin-left: 0 !important;
        }
}

@media screen and (max-width:768px) {
    #secondarynav, #primary-nav {
        display: none;
    }

    #primary-nav-container {
        border-top: none;
    }

    .overlay {
        overflow: hidden;
        height: auto;
    }

    .overlay-content {
        height: auto;
        padding: 0 0 60px 0;
        top: 61px;
    }

    .overlay-content-desktop {
        display: none;
    }

    .overlay-content-mobile {
        display: block;
    }

        .overlay-content-mobile .secondarynavitems ul li a {
            font-size: 14px !important;
        }

    .overlay-search {
        top: 1px;
    }

    .primarynavitems {
        border-bottom: 1px #cccccc solid;
    }

        .primarynavitems ul, .secondarynavitems ul {
           padding:0 0 0 20px;
        }
        .primarynavitems ul li:first-child, .secondarynavitems ul li:first-child{
            padding-top:20px !important;
        }
       .primarynavitems ul li:last-child,.secondarynavitems ul li:last-child {
            padding-bottom: 20px !important;
        }

    .overlay-content #logo {
        display: none;
    }

    .overlay-content ul {
        width: 100% !important;
    }

        .overlay-content ul li {
            width: 100% !important;
            padding: 8px 0 !important;
        }

    .overlay ul li a {
        font-size: 16px;
        font-family: 'TradeGothic BoldCn 20';
    }

        .overlay ul li a:hover {
            text-decoration: none;
            border: none;
        }

    .overlay-content #myNavBottom {
        border: none;
        height: auto;
    }

    .overlay-content #myNavColumns {
        display: none;
    }

    .overlay #cbooth {
        display: block;
        margin: 0 !important;
        position: relative;
    }

        .overlay #cbooth .panel-heading .innercontainer {
            height: 60px;
            display: inline-block;
            /*padding: 18px 10px 10px 20px;*/
        }

        .overlay #cbooth .panel-heading a.collapsed .icon::before, .overlay #cbooth .panel-heading a .icon::before {
            padding: 16px 10px;
            font-size: 17px;
        }

        .overlay #cbooth .panel-default > .panel-heading {
            background-color: #800000 !important;
        }

        .overlay #cbooth .innercontainer h4, .overlay #cbooth .panel-body a {
            font-family: 'TradeGothic Cn 18';
            color: white;
        }

        .overlay #cbooth ul li {
            list-style: none;
            padding: 10px 0;
            margin-bottom: 0;
        }

            .overlay #cbooth ul li a {
                color: white;
                padding: 20px 0 18px 0;
            }

        .overlay #cbooth .panel-body {
            margin-top: -10px;
            padding: 10px 20px;
        }

        .overlay #cbooth .panel-collapse {
            background-color: #800000;
        }

    /* SEARCH OPTIONS */
    .overlay-search {
        height: 165px;
        padding: 30px 20px 20px 20px;
    }

    #search-fields {
        position: relative;
        height: 90%;
    }

    #search-fields input[type="text"] {
        font-size: 20px;
        margin-top: 0;
        width: calc(100% - 40px) !important;
    }
    #search-fields input[type="submit"] {
        background-size: 25px 50px;
        height: 50px;
        width: 30px;
        float: right;
     }

    .overlay .panel-collapse {
        margin-bottom: 50px;
    }
    #hamburger.hideHamburger, #myNav.hideHamburger {
        display: block;
    }
    #myNav.hideHamburger #cbooth .innercontainer {
        display:none !important;
    }
    
}

@media screen and (max-width: 450px) {
    .overlay {
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: fixed;
    }

        .overlay a {
            font-size: 20px;
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 0;
            right: 0;
        }
}

@media screen and (max-width: 320px) {
    #hamburger {
        width: 50px;
        padding: 12px 15px;
    }

    #search {
        width: 50px;
    }
}

@media screen and (min-width: 769px) and (max-height: 610px) {
    /*.navbar {position:relative;}*/
    .overlay #logo {
        display: none;
    }
}
/***LANDSCAPE FOR MOBILE***/
@media screen and (max-height: 414px) {
    .overlay {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
    }

    #hamburger.open {
        height: 60px;
    }
}
