﻿.mozilla-display {
    display: none;
}

.search-selection-div {
    display: inline;
    position: relative;
}

@supports (-moz-appearance:none) {
    select {
        -moz-appearance: none !important;
        /*background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;*/
        background-position: calc(100% - 5px) center !important;
        content: '\f107';
    }

    .mozilla-display {
        display: inline;
        position: absolute;
        right: 10px;
        top: -3px;
        color: black;
        font-size: 21px;
        pointer-events: none;
    }
}


/*SIDEBAR MENU STYLE*/
@media (max-width:359px) {
    .navbar-brand {
        width: 219px;
        max-height: 75px;
        padding: 0;
    }
}

@media (min-width:360px) and (max-width:599px) {
    .navbar-brand {
        width: 252px;
        max-height: 75px;
        padding: 0;
    }
}

@media (min-width: 600px) {
    .navbar-brand {
        width: 460px;
        max-height: 75px;
        padding: 0;
    }
}


/* TOP NAVBAR NAVLIST*/

.nav-list-top li a {
    text-decoration: none;
    display: block;
    /*padding: 10px;*/
    cursor: pointer;
    /*border-bottom: 1px solid #515151 !important;*/
    /*color: #9d9d9d;*/
    padding-left: 15px;
}

.nav-list-top > li > a {
    color: inherit;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}

    .nav-list-top > li > a:hover {
        background-color: #e5e5e5;
    }

.nav-list-top > li > ul > li {
    width: 100%;
}

    .nav-list-top > li > ul > li a {
        color: #3d3434;
        font-size: 14px;
        padding-left: 25px !important;
        border-bottom: 1px solid #585858;
    }

    .nav-list-top > li > ul > li ul > li {
        width: 100%;
    }

    .nav-list-top > li > ul > li > ul > li a {
        color: #822d2d;
        font-size: 14px;
        padding-left: 45px !important;
        border-bottom: 1px solid #585858;
    }

.accordion-heading {
    /*padding-left: 25px !important;*/
}

.accordion-items {
    margin-left: 10px;
}
/* --TOP NAVBAR NAVLIST--*/
.navbar-brand-logo {
    width: 100%;
}


.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151 !important;
    color: #9d9d9d;
    /*padding-left: 15px;*/
}

.nav-list > li > a {
    color: inherit;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}

    .nav-list > li > a:hover {
        background-color: #e5e5e5;
    }

.nav-list > li > ul > li {
    width: 100%;
}

    .nav-list > li > ul > li a {
        color: #3d3434;
        font-size: 14px;
        padding-left: 25px !important;
        border-bottom: 1px solid #585858;
    }

    .nav-list > li > ul > li ul > li {
        width: 100%;
    }

    .nav-list > li > ul > li > ul > li a {
        color: #822d2d;
        font-size: 14px;
        padding-left: 45px !important;
        border-bottom: 1px solid #585858;
    }

.nav.nav-list.collapse.show {
    /*background-color:red;*/
}
/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
    /*min-height: 48px;*/
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 120;
    position: relative;
    display: block;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;*/
    /* Dropdowns (large screen) */
}

.nav__holder {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav__wrap {
    /*padding-left: 40px;*/
}

.nav__menu, .nav__dropdown-menu {
    list-style: none;
}

.nav__menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    /*margin-bottom: 5px;*/
    /*line-height:40px;*/
    margin-bottom: 0;
    height: 45px;
}

    .nav__menu > li {
        position: relative;
        width: 14%;
        height: 100%;
    }

        .nav__menu > li.active a:before,
        .nav__menu > li:hover a:before {
            width: 100%;
        }

        .nav__menu > li > a {
            /*font-family: Georgia, serif !important;*/
            color: gray;
            /*font-size: 14px;*/
            display: block;
            position: relative;
            line-height: 45px;
            height: 100%;
        }

            .nav__menu > li > a:hover {
                /*color: #2D95E3;*/
                text-decoration: none !important;
                /*background-color:rgba(115, 151, 200, 0.65);*/
                background-color: #e5e5e5;
                /*color: white;*/
            }

            .nav__menu > li > a:before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                /*background-color: #2D95E3;*/
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

.nav__dropdown > a:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*margin-left: 7px;*/
    font-size: 10px;
    line-height: 1;
}

.nav__dropdown .nav__dropdown > a:after {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
    .nav__menu > li {
        display: inline-block;
        text-align: center;
    }

    .nav__dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px 0;
        z-index: 1000;
        min-width: 200px;
        /*width: 100%;*/
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .nav__dropdown-menu > li > a {
            color: #54555E;
            padding: 8px 22px;
            font-size: 14px;
            display: block;
        }

            .nav__dropdown-menu > li > a:hover {
                text-decoration: none !important;
                /*background-color: rgba(115, 151, 200, 0.65);*/
                background-color: #e5e5e5;
                /*color: white;*/
            }

        .nav__dropdown-menu.hide-dropdown {
            visibility: hidden !important;
            opacity: 0 !important;
        }

    .nav__dropdown-menu--right {
        right: 0;
    }

    .nav__dropdown:hover > .nav__dropdown-menu {
        opacity: 1;
        visibility: visible;
        min-width: 100%;
    }

    .nav__dropdown-menu .nav__dropdown-menu {
        left: 100%;
        top: -10px;
    }

    .nav__dropdown .nav__dropdown {
        position: relative;
    }

    .nav__megamenu {
        padding: 32px 30px;
    }

        .nav__megamenu .row {
            white-space: normal;
        }

    .nav__megamenu-item .entry {
        margin-bottom: 0;
    }

    .nav__megamenu-item .entry__title {
        font-size: 16px;
    }

    .nav__megamenu-list a {
        /*font-family: Georgia, serif !important;*/
        display: block;
        clear: both;
        padding: 4px 0;
        white-space: nowrap;
        color: #b2b2b2;
        font-size: 15px;
    }
}

.mobile body {
    cursor: pointer;
}


/* Nav Style 1
-------------------------------------------------------*/
/*.header {
    padding: 30px 0;
}*/

.header__menu-list li {
    display: inline-block;
    font-size: 14px;
    margin-right: 19px;
}

.header__menu-list a {
    color: #54555E;
}

@media only screen and (min-width: 992px) {
    .nav--1 {
        /*min-height: 82px;*/
    }

        .nav--1 .container:before, .nav--1 .container:after {
            content: '';
            display: block;
            position: absolute;
            left: 15px;
            right: 15px;
            height: 2px;
            background-color: #575756;
        }

        .nav--1 .container:after {
            bottom: 0;
        }

        .nav--1 .nav--sticky,
        .nav--1 .nav__menu > li > a {
            /*height: 82px;*/
        }

        .nav--1 .nav__menu > li > a {
            /*line-height: 82px;*/
        }
}

.nav--1 .sticky {
    /*height: 48px;*/
}

    .nav--1 .sticky .nav__menu > li > a {
        /*line-height: 48px;
        height: 48px;*/
    }

.nav--1 .nav__holder {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav--1 .nav__wrap {
    padding-left: 0;
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 13 0 0;
    text-align: center;
}

.nav--1 .nav__menu > li > a:before {
    display: none;
}

.home .nav--1 .container:after,
.nav--1 .nav__holder.scrolling .container:after,
.nav--1 .nav__holder.scrolling .container:before {
    display: none;
}

/* Nav Style 2
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .nav--2 {
        /*min-height: 100px;*/
    }

        .nav--2 .nav__holder {
            /*height: 100px;*/
        }

        .nav--2 .nav__menu > li > a {
            /*line-height: 100px;*/
        }
}

.nav--2 .nav__holder {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav--2 .nav__wrap {
    padding-left: 0;
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    text-align: center;
}

.nav--2 .nav__menu > li > a:before {
    display: none;
}

.nav--2 .nav-icon-toggle {
    margin-right: 48px;
}

/* Logo
-------------------------------------------------------*/
/*.logo {
    line-height: 1;
}

.logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


header .flex-parent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .flex-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    line-height: 1;
}*/

.nav--align-right {
    margin-left: auto;
}

.nav--align-left {
    margin-right: auto;
}

/* Nav Right
-------------------------------------------------------*/
.nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .nav__right-item {
        margin-right: 0;
    }
}

.nav__right a:hover,
.nav__right a:focus {
    color: #2D95E3;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search {
    margin-left: auto;
}

.nav__search-box {
    width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px 20px;
    background-color: #f7f7f7;
    display: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav__search-form {
    position: relative;
}

.nav__search-input {
    margin-bottom: 0;
    display: block;
    /*line-height: 40px;*/
}

.nav__search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    width: 42px;
}

.nav__search-trigger {
    color: #171821;
    font-size: 23px;
    display: inline-block;
    width: 24px;
    /*height: 48px;
    line-height: 48px;*/
    text-align: center;
}

.nav__search .ui-close {
    font-size: 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .nav__search-box {
        width: 100%;
    }
}

/* Mobile Search */
.nav__search-mobile-form {
    position: relative;
}

.nav__search-mobile-input {
    /*height: 46px;*/
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    /*font-family: Georgia, serif !important;*/
    font-size: 13px;
    color: #171821;
    border-radius: 0;
    border-bottom: 1px solid #182835;
}

    .nav__search-mobile-input:focus {
        background-color: transparent;
        border-color: #fff;
    }

.nav__search-mobile-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    color: #9AA3AB;
    background-color: transparent;
}

/* Change Color of Placeholders */
input.nav__search-mobile-input::-webkit-input-placeholder {
    color: #9AA3AB;
}

input.nav__search-mobile-input:-moz-placeholder {
    color: #9AA3AB;
    opacity: 1;
}

input.nav__search-mobile-input::-moz-placeholder {
    color: #9AA3AB;
    opacity: 1;
}

input.nav__search-mobile-input:-ms-input-placeholder {
    color: #9AA3AB;
}

/* Sidenav Menu
-------------------------------------------------------*/
.sidenav__menu-container {
    margin-top: 52px;
}

.sidenav__menu ul {
    list-style: none;
    padding: 0;
}

.sidenav__menu li {
    position: relative;
    border-bottom: 1px solid #E3E4E8;
    font-size: 14px;
}

    .sidenav__menu li:last-child {
        border-bottom: 0;
    }

.sidenav__menu-dropdown {
    overflow: hidden;
    display: none;
    background-color: #f7f7f7;
}

    .sidenav__menu-dropdown li {
        border-color: #dbdce1;
        padding-left: 10px;
    }

        .sidenav__menu-dropdown li:first-child {
            border-top: 1px solid #E3E4E8;
        }

    .sidenav__menu-dropdown a {
        font-weight: 400;
        /*font-family: Georgia, serif !important;*/
    }

    .sidenav__menu-dropdown a, .sidenav__menu-dropdown:hover,
    .sidenav__menu-dropdown .sidenav__menu-toggle {
        color: #171821;
    }

.sidenav__menu-toggle {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: transparent;
    border: none;
    color: #54555E;
    font-size: 12px;
    padding: 0;
    width: 46px;
    height: 46px;
    text-align: center;
}

    .sidenav__menu-toggle:focus {
        outline: none;
    }

.sidenav__menu--is-open > a {
    background-color: #f7f7f7;
    color: #171821;
}

    .sidenav__menu--is-open > a:hover {
        color: #171821;
    }

.sidenav__menu--is-open > .sidenav__menu-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #54555E;
}

    .sidenav__menu--is-open > .sidenav__menu-toggle:hover {
        color: #54555E;
    }

.sidenav__menu-url {
    width: 100%;
    display: block;
    color: #54555E;
    padding: 12px 22px;
    /*font-family: Georgia, serif !important;*/
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .sidenav__menu-url:hover, .sidenav__menu-url:focus {
        color: #2D95E3;
    }

.sidenav__close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sidenav__close-button {
    padding: 0;
    background: transparent;
    border: 0;
    color: #171821;
    width: 24px;
    height: 24px;
}

    .sidenav__close-button:hover {
        color: #2D95E3;
    }

.sidenav__close-icon {
    font-size: 22px;
    line-height: 24px;
}

/* Sidenav Socials
-------------------------------------------------------*/
.sidenav__socials {
    padding: 0 22px;
    margin-top: 20px;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky {
    /*height: 48px;*/
}

    .nav--sticky.offset {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .nav--sticky.scrolling {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .nav--sticky.sticky {
        position: fixed;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        height: 48px;
        top: 0;
        /*padding-top: 13px;*/
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 120;
    }

        .nav--sticky.sticky.scrolling {
            opacity: 1;
            visibility: visible;
        }

        .nav--sticky.sticky .nav__menu > li > a {
            line-height: 48px;
        }

        .nav--sticky.sticky .logo-wrap a {
            height: 48px;
        }

/* Colored Nav
-------------------------------------------------------*/
.nav--colored .nav__holder {
    background-color: #2D95E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav--colored .nav__menu > li > a,
.nav--colored .nav__menu > li > a:hover,
.nav--colored .nav__search-trigger,
.nav--colored .nav__right a:hover,
.nav--colored .nav__right a:focus {
    color: #fff;
}

.nav--colored .nav-icon-toggle__inner,
.nav--colored .nav-icon-toggle__inner:before,
.nav--colored .nav-icon-toggle__inner:after,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle__inner:after {
    background-color: #fff;
}


/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .nav__header {
        height: 48px;
    }

    .nav__wrap {
        text-align: left;
    }

    /*.logo {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 48px;
        line-height: 48px;
        text-align: center;
    }*/
}
