﻿@import"font-awesome.min.css";
@import"menu_menu_reset.min.css";
* {
    font-family: 'Verdana';
}

body {
    margin: 0;
    padding: 0;
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 39%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #ffffff 39%, #ffffff 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%, #ffffff 39%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0);
}
img{
    image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    max-width: 1280px;
    width: 100%;
    font-size: 16px;
    font-family: Verdena, sans-serif;
    min-height: 55px;
    clear: both;
    margin-top: -25px;
    box-sizing: border-box;
}

@media screen and (max-width:991px) {
    .mega-menu {
        float: left;
        margin: 0;
        min-width: 200px;
    }
}

.mega-menu * {
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box!important;
    font-family: Verdena, sans-serif;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    text-align: left
}

@media screen and (max-width:991px) {
    .mega-menu * {
        word-break: break-all
    }
}

.mega-menu i.fa {
    font-family: FontAwesome
}

.mega-menu img {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%!important;
    float: left
}

.mega-menu input {
    border: none
}

.mega-menu>section.menu-list-items {
    min-height: 55px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    background-color: #216683;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.38);
}

@media screen and (min-width:992px) {
    .mega-menu.menuFullWidth.vertical-left>section.menu-list-items {
        max-width: 250px
    }
    .mega-menu.menuFullWidth.vertical-right>section.menu-list-items {
        max-width: 250px
    }
}

.mega-menu .menu-logo {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative
}

@media screen and (min-width:992px) {
    .mega-menu .menu-logo.menu-logo-align-right {
        float: right
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo {
        width: 100%;
    }
}

.mega-menu .menu-logo>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 55px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo>li {
        width: 100%;
        line-height: normal;
    }
}

.mega-menu .menu-logo>li>a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: .8125em;
    padding: 0px 20px 0 45px;
    line-height: 55px;
    font-weight: 600;
    transition: background-color 200ms ease;
}

.mega-menu .menu-logo>li>a:hover {
    background-color: #216683
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo>li>a {
        line-height: normal;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        z-index: 10;
        width: auto;
    }
}

.mega-menu .menu-logo>li>a i.fa {
    padding: 0;
    display: inline-block;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 55px;
}

.mega-menu .menu-logo>li>a img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0
}

.mega-menu .menu-links {
    margin: 0;
    padding: 0;
    display: block;
    float: left
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links {
        display: block!important;
        max-height: 100%!important;
        overflow: visible!important
    }
    .mega-menu .menu-links.menu-links-align-right {
        float: right
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links>li {
        width: 98px;
        height: 55px;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        transition: background-color 200ms ease;
        font-size: 0.86em;
        max-height: 55px !important;
        border-left: 1px solid #6494A8;
    }
    .mega-menu .menu-links>li:hover::after {
        content: '';
        display: inline-block;
        width: 94px;
        height: 94px;
        border-radius: 50%;
        margin-top: -50px;
        background-color: #216683;
        margin-top: -75px;
        z-index: 999;
        position: relative;
        left: 50%;
        border: 2px solid #fff;
        margin-left: -47px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.38);
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li {
        width: 100%;
        position: relative;
        cursor: pointer;
        line-height: normal;
    }
    .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: #216683
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links>li.activeTrigger {
        background-color: #216683
    }
}

.mega-menu .menu-links>li.active {
    background-color: #216683
}

.mega-menu .menu-links>li:hover {
    background-color: #216683
}

.mega-menu .menu-links>li>a {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    display: inline-block;
    float: none;
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-size: .8125em;
    line-height: 50px;
    position: relative;
    z-index: 1001;
    text-align: center;
    height: 50px;
    line-height: 17px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li>a {
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }
}

.mega-menu .menu-links>li>a i.fa {
    font-size: 1em;
    line-height: .8125em;
    padding-right: 2px
}

.mega-menu .menu-links>li>a i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 2px
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li>a i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        height: 50px;
        z-index: -1
    }
}

.mega-menu .menu-social-bar {
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px
}

@media screen and (min-width:992px) {
    .mega-menu .menu-social-bar {
        display: block!important
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-social-bar.menu-social-bar-right {
        float: right
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar {
        width: 100%;
        text-align: center
    }
}

.mega-menu .menu-social-bar>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px
}

.mega-menu .menu-social-bar>li[data-color=blue]>a:hover {
    background-color: #3b5998
}

.mega-menu .menu-social-bar>li[data-color=sky-blue]>a:hover {
    background-color: #2caae1
}

.mega-menu .menu-social-bar>li[data-color=orange]>a:hover {
    background-color: #dd4b39
}

.mega-menu .menu-social-bar>li[data-color=red]>a:hover {
    background-color: #bd081c
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar>li {
        float: none;
        display: inline-block;
        margin-bottom: -5px
    }
}

.mega-menu .menu-social-bar>li>a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: .875em;
    padding: 0 5px;
    transition: background-color 200ms ease;
    line-height: 50px
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

.mega-menu .menu-social-bar>li>a i.fa {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.125em;
    line-height: 50px
}

.mega-menu .menu-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 55px;
}

@media screen and (min-width:992px) {
    .mega-menu .menu-search-bar.menu-search-bar-left {
        float: left
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

.mega-menu .menu-search-bar li,
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    line-height: 55px;
}

.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: #216683
}

.mega-menu .menu-search-bar input {
    max-width: 0;
    width: 100%;
    margin: 0;
    padding: 5px 40px 5px 0;
    /*font-size: .8125em;*/
    transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    height: 55px;
    display: block;
    background: #fff;
    color: #216683;
    font-weight: 400;
}

.mega-menu .menu-search-bar input:focus {
    max-width: 120px;
    background: #fff;
    color: #216683;
    padding-left: 0;
    font-size: 11px;
    padding-left: 10px;
    border-left: 1px solid #216683;
    border-top: 1px solid #216683;
    border-bottom: 1px solid #216683;
}

.mega-menu .menu-search-bar input::-webkit-input-placeholder {
    color: #216683;
}

.mega-menu .menu-search-bar input:-moz-placeholder {
    /* FF 4-18 */
    color: #216683;
}

.mega-menu .menu-search-bar input::-moz-placeholder {
    /* FF 19+ */
    color: #216683;
}

.mega-menu .menu-search-bar input:-ms-input-placeholder {
    /* IE 10+ */
    color: #216683;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar input:focus {
        max-width: 100%;
        position: relative;
        z-index: 20
    }
}

.mega-menu .menu-search-bar i.fa.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 55px;
    color: #216683!important;
    background: #fff!important;
    border: 1px solid #216683;
    border-left: 0;
    cursor: text;
    transition: background 200ms ease;
    z-index: 40;
}

.mega-menu .menu-search-bar:-moz-placeholder {
    opacity: 1!important;
    color: #216683!important
}

.mega-menu .menu-search-bar::-moz-placeholder {
    opacity: 1!important;
    color: #216683!important
}

.mega-menu .menu-search-bar:-ms-input-placeholder {
    opacity: 1!important;
    color: #216683!important
}

.mega-menu .menu-search-bar::-webkit-input-placeholder {
    opacity: 1!important;
    color: #216683!important
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar.active input {
        padding-right: 150px
    }
    .mega-menu .menu-search-bar.active i.fa.fa-search {
        right: 70px
    }
}

.mega-menu .menu-mobile-collapse-trigger {
    margin: 0;
    padding: 0;
    height: 55px;
    width: 55px;
    background: #216683;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    float: right;
    cursor: pointer;
    transition: background 200ms ease;
}

.mega-menu .menu-mobile-collapse-trigger:hover {
    background: #216683;
}

.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 400ms ease, -webkit-transform 400ms ease 0s;
    transition: transform 400ms ease 0s, opacity 400ms ease;
    transition: transform 400ms ease 0s, opacity 400ms ease, -webkit-transform 400ms ease 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}

.mega-menu .menu-mobile-collapse-trigger:after {
    top: 36px;
}

.mega-menu .menu-mobile-collapse-trigger span {
    top: 26px;
}

.mega-menu .menu-mobile-collapse-trigger.active span {
    opacity: 0
}

.mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(45deg);
}

.mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:991px) {
    .mega-menu .menu-mobile-collapse-trigger {
        display: block
    }
}

.mega-menu .drop-down-multilevel {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 50;
    width: 100%;
    background: #fff;
    float: left;
    max-width: 200px
}

.mega-menu .drop-down-multilevel * {
    color: #555
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel {
        display: block!important;
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel {
        max-width: 100%!important;
        position: relative;
        left: 0;
        top: 0;
        padding: 10px;
        display: none
    }
}

.mega-menu .drop-down-multilevel li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    transition: background 200ms ease;
    z-index: 50
}

.mega-menu .drop-down-multilevel li:hover {
    background: #216683
}

.mega-menu .drop-down-multilevel li:hover>a {
    color: #fff
}

.mega-menu .drop-down-multilevel li:hover>a i.fa {
    color: #fff
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel li.activeTrigger {
        background: #216683
    }
    .mega-menu .drop-down-multilevel li.activeTrigger>a {
        color: #fff
    }
    .mega-menu .drop-down-multilevel li.activeTrigger>a i.fa {
        color: #fff
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel li.activeTriggerMobile {
        background: #216683
    }
    .mega-menu .drop-down-multilevel li.activeTriggerMobile>a {
        color: #fff
    }
    .mega-menu .drop-down-multilevel li.activeTriggerMobile>a i.fa {
        color: #fff
    }
}

.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 15px 20px;
    font-size: .8125em;
    display: inline-block;
    float: left;
    width: 100%;
    color: #555;
    transition: color 200ms ease;
    min-height: 48px
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel a {
        width: auto
    }
}

.mega-menu .drop-down-multilevel i.fa {
    float: left;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-right: 10px;
    transition: color 200ms ease
}

.mega-menu .drop-down-multilevel i.fa.fa-indicator {
    float: right;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-left: 10px;
    padding-right: 0
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel i.fa.fa-indicator {
        float: right;
        height: 50px;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        z-index: -1
    }
}

.mega-menu .drop-down-multilevel .drop-down-multilevel {
    left: 100%;
    top: 0
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side {
        left: -100%
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel {
        left: 0;
        border: 1px solid #ccc
    }
}

.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.38);
}

.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
    color: #555
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block!important;
        opacity: 0;
        visibility: hidden;
        margin-top: 5px;
    }
    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        width: 100%!important;
        top: 0;
        left: 0;
        position: relative;
        display: none
    }
}

.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both
}

.mega-menu .drop-down [class*=grid-col-],
.mega-menu .drop-down-tab-bar [class*=grid-col-] {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative
}

.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1 {
    width: 8.333333333333333%
}

.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2 {
    width: 16.66666666666667%
}

.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3 {
    width: 25%
}

.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4 {
    width: 33.33333333333333%
}

.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5 {
    width: 41.66666666666667%
}

.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6 {
    width: 50%
}

.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7 {
    width: 58.33333333333333%
}

.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8 {
    width: 66.66666666666667%
}

.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9 {
    width: 75%
}

.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10 {
    width: 83.33333333333333%
}

.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11 {
    width: 91.66666666666667%
}

.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12 {
    width: 100%
}

.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1 {
    width: 8.333333333333333%
}

.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2 {
    width: 16.66666666666667%
}

.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3 {
    width: 25%
}

.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4 {
    width: 33.33333333333333%
}

.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5 {
    width: 41.66666666666667%
}

.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6 {
    width: 50%
}

.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7 {
    width: 58.33333333333333%
}

.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8 {
    width: 66.66666666666667%
}

.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9 {
    width: 75%
}

.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10 {
    width: 83.33333333333333%
}

.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11 {
    width: 91.66666666666667%
}

.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12 {
    width: 100%;
    left: 0
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down [class*=grid-col-],
    .mega-menu .drop-down-tab-bar [class*=grid-col-] {
        width: 50%
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down [class*=grid-col-],
    .mega-menu .drop-down-tab-bar [class*=grid-col-] {
        width: 100%
    }
}

.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 4px 6px;
    background: #bfbfbf;
    font-size: .75em;
    color: #555
}

.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
    padding: 0!important;
    margin: 0!important;
	font-size: 1em;
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    font-size: 1em;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    max-width: 100%
}

.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,
.mega-menu .drop-down-tab-bar h6 {
    margin-top: 0;
    font-weight: 700
}

.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
    font-size: 1.5em;
    line-height: 1;
    padding-top: .53em;
    margin-bottom: .5em
}

.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
    font-size: 1.375em;
    padding-top: .25em;
    margin-bottom: .5em
}

.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
    font-size: 1.125em;
    line-height: 1;
    padding-top: .35em;
    margin-bottom: .65em
}

.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
    font-size: 1em;
    line-height: 1.25;
    padding-top: .45em;
    margin-bottom: .8em
}

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
    font-size: .875em;
    font-weight: 700;
    padding-top: .6em;
    margin-bottom: .9em
}

.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
    font-size: .75em;
    font-weight: 700;
    margin-bottom: 0
}

.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
    width: 100%;
    height: auto;
    display: block
}

.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
    font-size: small;
    font-style: italic;
    color: #666
}

.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar dl {
    padding: 0;
    margin: 0 0 14px
}

.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
    margin-bottom: 1.5em
}

.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
    list-style: none none;
    margin: 0;
    padding: 0
}

.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
    margin-bottom: 1.5em
}

.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after {
    content: "";
    display: table
}

.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
    clear: both
}

.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
    margin: 0;
    padding: 1.5em
}

.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
    display: block
}

.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
    display: inline;
    padding-right: 24px
}

.mega-menu .drop-down input[type=text],
.mega-menu .drop-down input[type=url],
.mega-menu .drop-down input[type=email],
.mega-menu .drop-down input[type=password],
.mega-menu .drop-down input[type=search],
.mega-menu .drop-down input[type=number],
.mega-menu .drop-down input[type=date],
.mega-menu .drop-down input[type=month],
.mega-menu .drop-down input[type=week],
.mega-menu .drop-down input[type=time],
.mega-menu .drop-down input[type=datetime],
.mega-menu .drop-down input[type=datetime-local],
.mega-menu .drop-down input[type=tel],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type=text],
.mega-menu .drop-down-tab-bar input[type=url],
.mega-menu .drop-down-tab-bar input[type=email],
.mega-menu .drop-down-tab-bar input[type=password],
.mega-menu .drop-down-tab-bar input[type=search],
.mega-menu .drop-down-tab-bar input[type=number],
.mega-menu .drop-down-tab-bar input[type=date],
.mega-menu .drop-down-tab-bar input[type=month],
.mega-menu .drop-down-tab-bar input[type=week],
.mega-menu .drop-down-tab-bar input[type=time],
.mega-menu .drop-down-tab-bar input[type=datetime],
.mega-menu .drop-down-tab-bar input[type=datetime-local],
.mega-menu .drop-down-tab-bar input[type=tel],
.mega-menu .drop-down-tab-bar textarea {
    display: block;
    width: 100%;
    margin: 0 0 .75em;
    padding: 10px;
    font-size: .8125em;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
    font-family: Verdena, sans-serif
}

.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
    width: 100%;
    height: 2.1em;
    margin-bottom: .9em;
    border: 1px solid #ccc;
    font-family: Verdena, sans-serif
}

.mega-menu .drop-down input[type=range],
.mega-menu .drop-down input[type=color],
.mega-menu .drop-down-tab-bar input[type=range],
.mega-menu .drop-down-tab-bar input[type=color] {
    vertical-align: middle;
    height: 1.5em;
    width: 100%;
    font-family: Verdena, sans-serif
}

.mega-menu .drop-down input[type=range],
.mega-menu .drop-down-tab-bar input[type=range] {
    height: 1.4em
}

.mega-menu .drop-down input[type=color],
.mega-menu .drop-down-tab-bar input[type=color] {
    width: 1.5em;
    font-family: Verdena, sans-serif
}

.mega-menu .drop-down input[type=time],
.mega-menu .drop-down-tab-bar input[type=time] {
    margin: 0 0 .55em
}

.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress,
.mega-menu .drop-down-tab-bar meter {
    display: block;
    width: 100%;
    height: 1.5em
}

.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
    margin-bottom: 1.4em;
    width: 100%;
    border: 1px solid #ccc
}

.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
    text-align: left;
    font-weight: 700
}

.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td {
    background: #ddd
}

.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
    font-style: italic
}

.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th {
    padding: .75em 10px
}

.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar caption {
    border: 1px solid #ccc
}

.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
    padding: 0 10px;
    line-height: 1.45em
}

.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
    border-bottom: 0;
    padding: .75em 10px;
    line-height: 1.45em;
    text-align: left;
    font-style: italic
}

.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
    margin: 0 0 1.5em;
    font-size: .8125em
}

.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
    margin: 0 1.5em 1.5em;
    font-style: italic
}

.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
    line-height: 1.5;
    background: #78aace;
    color: #fff
}

.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
    color: #ddd
}

.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar pre,
.mega-menu .drop-down-tab-bar samp {
    font-family: Verdena, sans-serif
}

.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small {
    line-height: 1.5
}

.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp {
    line-height: 1.4
}

.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
    background: #ccc;
    color: #ccc;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: none
}

.mega-menu .drop-down input[type=submit],
.mega-menu .drop-down input[type=button],
.mega-menu .drop-down button[type=submit],
.mega-menu .drop-down button[type=reset],
.mega-menu .drop-down-tab-bar input[type=submit],
.mega-menu .drop-down-tab-bar input[type=button],
.mega-menu .drop-down-tab-bar button[type=submit],
.mega-menu .drop-down-tab-bar button[type=reset] {
    background: #216683;
    padding: 10px 20px;
    margin: 5px 10px 0 0;
    font-family: Verdena, sans-serif;
    line-height: 1.5em;
    font-weight: 600;
    font-size: .8125em;
    color: #fff;
    border-radius: 0;
    display: block;
    float: left;
    transition: background-color 200ms ease;
    border: none;
    text-align: center
}

.mega-menu .drop-down input[type=submit]:hover,
.mega-menu .drop-down input[type=button]:hover,
.mega-menu .drop-down button[type=submit]:hover,
.mega-menu .drop-down button[type=reset]:hover,
.mega-menu .drop-down-tab-bar input[type=submit]:hover,
.mega-menu .drop-down-tab-bar input[type=button]:hover,
.mega-menu .drop-down-tab-bar button[type=submit]:hover,
.mega-menu .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down input[type=submit],
    .mega-menu .drop-down input[type=button],
    .mega-menu .drop-down button[type=submit],
    .mega-menu .drop-down button[type=reset],
    .mega-menu .drop-down-tab-bar input[type=submit],
    .mega-menu .drop-down-tab-bar input[type=button],
    .mega-menu .drop-down-tab-bar button[type=submit],
    .mega-menu .drop-down-tab-bar button[type=reset] {
        width: 100%
    }
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    transition: color 200ms ease
}

.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
    color: #216683
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down a,
    .mega-menu .drop-down-tab-bar a {
        width: auto
    }
}

.mega-menu .drop-down::-moz-selection,
.mega-menu .drop-down-tab-bar::-moz-selection {
    background: #ffb9ad
}

.mega-menu .drop-down::selection,
.mega-menu .drop-down-tab-bar::selection {
    background: #ffb9ad
}

.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%
}

.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
    position: relative
}

.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
    display: inline-block;
    float: left;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px
}

.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
    padding-left: 50px
}

.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%
}

.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
    padding-right: 10px
}

.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down.offset-1,
    .mega-menu .drop-down-tab-bar.offset-1 {
        margin-left: 100px
    }
    .mega-menu .drop-down.offset-2,
    .mega-menu .drop-down-tab-bar.offset-2 {
        margin-left: -150px
    }
    .mega-menu .drop-down.offset-3,
    .mega-menu .drop-down-tab-bar.offset-3 {
        margin-left: -200px
    }
    .mega-menu .drop-down.offset-4,
    .mega-menu .drop-down-tab-bar.offset-4 {
        margin-left: -250px
    }
    .mega-menu .drop-down.offset-5,
    .mega-menu .drop-down-tab-bar.offset-5 {
        margin-left: -300px
    }
}

.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px
}

.mega-menu .drop-down .menu-contact-form input[type=submit],
.mega-menu .drop-down .menu-contact-form input[type=reset],
.mega-menu .drop-down-tab-bar .menu-contact-form input[type=submit],
.mega-menu .drop-down-tab-bar .menu-contact-form input[type=reset] {
    text-align: center
}

.mega-menu .drop-down .menu-contact-form button i.fa,
.mega-menu .drop-down-tab-bar .menu-contact-form button i.fa {
    display: none;
    color: #fff;
    line-height: normal;
    min-height: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: .625em
}

.mega-menu .drop-down .menu-contact-form .nav_form_notification,
.mega-menu .drop-down-tab-bar .menu-contact-form .nav_form_notification {
    display: block;
    width: 100%;
    clear: both;
    font-size: .75em;
    padding: 0;
    margin: 0;
    position: relative;
    top: .625em;
    color: red
}

.mega-menu .mobileTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: none;
    z-index: -1
}

@media screen and (max-width:991px) {
    .mega-menu .mobileTriggerButton {
        display: block
    }
}

.mega-menu .desktopTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: .2
}

@media screen and (max-width:991px) {
    .mega-menu .desktopTriggerButton {
        display: none
    }
}

@media screen and (min-width:992px) {
    .mega-menu.desktopTopFixed .menu-list-items {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0 5%
    }
    .desktopTopFixed.mega-menu.vertical-left .menu-list-items {
        max-width: 250px
    }
    .desktopTopFixed.mega-menu.vertical-right .menu-list-items {
        max-width: 250px;
        left: auto
    }
    .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
    .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
        width: 90%;
        margin: 0 5%
    }
}

@media screen and (max-width:991px) {
    .mega-menu.mobileTopFixed .menu-list-items {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%
    }
}

.mega-menu .drop-down-tab-bar {
    margin: 0;
    padding: 10px;
    float: left
}

.mega-menu .drop-down-tab-bar li {
    float: left;
    margin: 0;
    padding: 0;
    display: block
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar li {
        width: 100%;
        position: relative
    }
}

.mega-menu .drop-down-tab-bar a {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: .8125em
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar a {
        width: auto;
        padding-right: 20px
    }
}

.mega-menu .drop-down-tab-bar i.fa {
    display: inline-block;
    padding-right: 5px
}

.mega-menu .drop-down-tab-bar i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 10px;
    line-height: .8125em
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        line-height: 25px
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active {
        transition-delay: 200ms!important
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade {
        opacity: 1;
        visibility: visible
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links li .drop-down,
    .mega-menu .menu-links li .drop-down-tab-bar,
    .mega-menu .menu-links li .drop-down-multilevel {
        transition: none!important
    }
}

@media screen and (min-width:992px) {
    .mega-menu.vertical-left,
    .mega-menu.vertical-right {
        float: left;
        width: auto;
        display: block;
        max-width: 250px
    }
    .mega-menu.vertical-left .menu-logo,
    .mega-menu.vertical-right .menu-logo {
        clear: both;
        width: 100%
    }
    .mega-menu.vertical-left .menu-logo>li,
    .mega-menu.vertical-right .menu-logo>li {
        width: 100%
    }
    .mega-menu.vertical-left .menu-logo>li>a,
    .mega-menu.vertical-right .menu-logo>li>a {
        width: 100%
    }
    .mega-menu.vertical-left .menu-links,
    .mega-menu.vertical-right .menu-links {
        clear: both;
        width: 100%
    }
    .mega-menu.vertical-left .menu-links>li,
    .mega-menu.vertical-right .menu-links>li {
        clear: both;
        width: 100%;
        position: relative
    }
    .mega-menu.vertical-left .menu-links>li>a,
    .mega-menu.vertical-right .menu-links>li>a {
        width: 100%;
        position: relative;
        line-height: 48px
    }
    .mega-menu.vertical-left .menu-links>li>a i.fa.fa-indicator,
    .mega-menu.vertical-right .menu-links>li>a i.fa.fa-indicator {
        float: right;
        line-height: 48px
    }
    .mega-menu.vertical-left .menu-social-bar,
    .mega-menu.vertical-right .menu-social-bar {
        width: 100%;
        text-align: center
    }
    .mega-menu.vertical-left .menu-social-bar>li,
    .mega-menu.vertical-right .menu-social-bar>li {
        display: inline-block;
        float: none
    }
    .mega-menu.vertical-left .menu-social-bar>li>a,
    .mega-menu.vertical-right .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
    .mega-menu.vertical-left .drop-down-multilevel,
    .mega-menu.vertical-right .drop-down-multilevel {
        top: 0;
        left: 100%
    }
    .mega-menu.vertical-left .drop-down,
    .mega-menu.vertical-left .drop-down-tab-bar,
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: 100%;
        top: 0;
        min-width: 600px
    }
    .mega-menu.vertical-left .drop-down.grid-col-12,
    .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
    .mega-menu.vertical-right .drop-down.grid-col-12,
    .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12 {
        min-width: 1000px
    }
    .mega-menu.vertical-left .offset-1,
    .mega-menu.vertical-left .offset-2,
    .mega-menu.vertical-left .offset-3,
    .mega-menu.vertical-left .offset-4,
    .mega-menu.vertical-left .offset-5,
    .mega-menu.vertical-right .offset-1,
    .mega-menu.vertical-right .offset-2,
    .mega-menu.vertical-right .offset-3,
    .mega-menu.vertical-right .offset-4,
    .mega-menu.vertical-right .offset-5 {
        margin-left: 0
    }
    .mega-menu.vertical-left .offset-1-vertical,
    .mega-menu.vertical-right .offset-1-vertical {
        margin-top: -100px!important
    }
    .mega-menu.vertical-left .offset-2-vertical,
    .mega-menu.vertical-right .offset-2-vertical {
        margin-top: -150px!important
    }
    .mega-menu.vertical-left .offset-3-vertical,
    .mega-menu.vertical-right .offset-3-vertical {
        margin-top: -200px!important
    }
    .mega-menu.vertical-left .offset-4-vertical,
    .mega-menu.vertical-right .offset-4-vertical {
        margin-top: -250px!important
    }
    .mega-menu.vertical-left .offset-5-vertical,
    .mega-menu.vertical-right .offset-5-vertical {
        margin-top: -300px!important
    }
    .mega-menu.vertical-left.desktopTopFixed,
    .mega-menu.vertical-right.desktopTopFixed {
        float: left;
        right: auto;
        padding: 0;
        height: 100%
    }
    .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
    .mega-menu.vertical-right.desktopTopFixed .menu-list-items {
        padding: 0;
        height: 100%
    }
    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
        margin: 0
    }
    .mega-menu.vertical-right {
        float: right
    }
    .mega-menu.vertical-right .drop-down-multilevel {
        left: auto;
        right: 100%
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .mega-menu.vertical-right .drop-down-multilevel.left-side {
        left: 100%
    }
}

@media screen and (min-width:992px) {
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: auto;
        right: 100%
    }
    .mega-menu.vertical-right.desktopTopFixed {
        float: right;
        left: auto;
        right: 0;
        padding: 0;
        height: 100%
    }
}

@media screen and (min-width:992px) {
    .mega-menu.vertical-left .menu-search-bar,
    .mega-menu.vertical-right .menu-search-bar {
        width: 100%
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-left .menu-search-bar li,
    .mega-menu.vertical-left .menu-search-bar form,
    .mega-menu.vertical-left .menu-search-bar label,
    .mega-menu.vertical-right .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar li,
    .mega-menu.vertical-right .menu-search-bar form,
    .mega-menu.vertical-right .menu-search-bar label {
        width: 100%;
        max-width: 100%;
        background: #216683;
        transition: none
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar input {
        padding-left: 20px
    }
}

@media screen and (min-width:992px) {
    .mega-menu.menuFullWidth {
        max-width: 100%
    }
}

.mega-menu[data-color=blue-grey]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=blue-grey] .menu-logo>li>a:hover {
    background-color: #607d8b
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=blue-grey] .menu-links>li.activeTriggerMobile {
        background-color: #607d8b
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey] .menu-links>li.activeTrigger {
        background-color: #607d8b
    }
}

.mega-menu[data-color=blue-grey] .menu-links>li.active {
    background-color: #607d8b
}

.mega-menu[data-color=blue-grey] .menu-links>li:hover {
    background-color: #607d8b
}

.mega-menu[data-color=blue-grey] .menu-search-bar li:hover i.fa.fa-search {
    background: #607d8b
}

.mega-menu[data-color=blue-grey] .menu-search-bar input:focus {
    background: #607d8b
}

.mega-menu[data-color=blue-grey] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=blue-grey] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=blue-grey] .drop-down-multilevel li:hover {
    background: #607d8b
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey] .drop-down-multilevel li.activeTrigger {
        background: #607d8b
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=blue-grey] .drop-down-multilevel li.activeTriggerMobile {
        background: #607d8b
    }
}

.mega-menu[data-color=blue-grey] .drop-down input[type=submit],
.mega-menu[data-color=blue-grey] .drop-down input[type=button],
.mega-menu[data-color=blue-grey] .drop-down button[type=submit],
.mega-menu[data-color=blue-grey] .drop-down button[type=reset],
.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=reset] {
    background: #607d8b
}

.mega-menu[data-color=blue-grey] .drop-down input[type=submit]:hover,
.mega-menu[data-color=blue-grey] .drop-down input[type=button]:hover,
.mega-menu[data-color=blue-grey] .drop-down button[type=submit]:hover,
.mega-menu[data-color=blue-grey] .drop-down button[type=reset]:hover,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=blue-grey] .drop-down a:hover,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar a:hover {
    color: #607d8b
}

.mega-menu[data-color=blue-grey] .drop-down::-moz-selection,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar::-moz-selection {
    background: #99aeb8
}

.mega-menu[data-color=blue-grey] .drop-down::selection,
.mega-menu[data-color=blue-grey] .drop-down-tab-bar::selection {
    background: #99aeb8
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey].vertical-left .menu-search-bar input,
    .mega-menu[data-color=blue-grey].vertical-left .menu-search-bar li,
    .mega-menu[data-color=blue-grey].vertical-left .menu-search-bar form,
    .mega-menu[data-color=blue-grey].vertical-left .menu-search-bar label,
    .mega-menu[data-color=blue-grey].vertical-right .menu-search-bar input,
    .mega-menu[data-color=blue-grey].vertical-right .menu-search-bar li,
    .mega-menu[data-color=blue-grey].vertical-right .menu-search-bar form,
    .mega-menu[data-color=blue-grey].vertical-right .menu-search-bar label {
        background: #607d8b
    }
}

.mega-menu[data-color=blue-grey-invert]>section.menu-list-items {
    background-color: #607d8b
}

.mega-menu[data-color=blue-grey-invert] .menu-logo>li>a:hover {
    background-color: #566f7c
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=blue-grey-invert] .menu-links>li.activeTriggerMobile {
        background-color: #566f7c
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey-invert] .menu-links>li.activeTrigger {
        background-color: #566f7c
    }
}

.mega-menu[data-color=blue-grey-invert] .menu-links>li.active {
    background-color: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .menu-links>li:hover {
    background-color: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .menu-search-bar input:focus {
    background: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .menu-mobile-collapse-trigger {
    background: #4b626d
}

.mega-menu[data-color=blue-grey-invert] .menu-mobile-collapse-trigger:hover {
    background: #36474f
}

.mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li:hover {
    background: #566f7c
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li.activeTrigger {
        background: #566f7c
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #566f7c
    }
}

.mega-menu[data-color=blue-grey-invert] .drop-down input[type=submit],
.mega-menu[data-color=blue-grey-invert] .drop-down input[type=button],
.mega-menu[data-color=blue-grey-invert] .drop-down button[type=submit],
.mega-menu[data-color=blue-grey-invert] .drop-down button[type=reset],
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=reset] {
    background: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #607d8b
}

.mega-menu[data-color=blue-grey-invert] .drop-down a:hover,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar a:hover {
    color: #566f7c
}

.mega-menu[data-color=blue-grey-invert] .drop-down::-moz-selection,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar::-moz-selection {
    background: #8aa2ae
}

.mega-menu[data-color=blue-grey-invert] .drop-down::selection,
.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar::selection {
    background: #8aa2ae
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar label {
        background: #566f7c
    }
}

.mega-menu[data-color=brown]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=brown] .menu-logo>li>a:hover {
    background-color: #795547
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=brown] .menu-links>li.activeTriggerMobile {
        background-color: #795547
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown] .menu-links>li.activeTrigger {
        background-color: #795547
    }
}

.mega-menu[data-color=brown] .menu-links>li.active {
    background-color: #795547
}

.mega-menu[data-color=brown] .menu-links>li:hover {
    background-color: #795547
}

.mega-menu[data-color=brown] .menu-search-bar li:hover i.fa.fa-search {
    background: #795547
}

.mega-menu[data-color=brown] .menu-search-bar input:focus {
    background: #795547
}

.mega-menu[data-color=brown] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=brown] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=brown] .drop-down-multilevel li:hover {
    background: #795547
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown] .drop-down-multilevel li.activeTrigger {
        background: #795547
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=brown] .drop-down-multilevel li.activeTriggerMobile {
        background: #795547
    }
}

.mega-menu[data-color=brown] .drop-down input[type=submit],
.mega-menu[data-color=brown] .drop-down input[type=button],
.mega-menu[data-color=brown] .drop-down button[type=submit],
.mega-menu[data-color=brown] .drop-down button[type=reset],
.mega-menu[data-color=brown] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=brown] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=brown] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=brown] .drop-down-tab-bar button[type=reset] {
    background: #795547
}

.mega-menu[data-color=brown] .drop-down input[type=submit]:hover,
.mega-menu[data-color=brown] .drop-down input[type=button]:hover,
.mega-menu[data-color=brown] .drop-down button[type=submit]:hover,
.mega-menu[data-color=brown] .drop-down button[type=reset]:hover,
.mega-menu[data-color=brown] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=brown] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=brown] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=brown] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=brown] .drop-down a:hover,
.mega-menu[data-color=brown] .drop-down-tab-bar a:hover {
    color: #795547
}

.mega-menu[data-color=brown] .drop-down::-moz-selection,
.mega-menu[data-color=brown] .drop-down-tab-bar::-moz-selection {
    background: #af8777
}

.mega-menu[data-color=brown] .drop-down::selection,
.mega-menu[data-color=brown] .drop-down-tab-bar::selection {
    background: #af8777
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown].vertical-left .menu-search-bar input,
    .mega-menu[data-color=brown].vertical-left .menu-search-bar li,
    .mega-menu[data-color=brown].vertical-left .menu-search-bar form,
    .mega-menu[data-color=brown].vertical-left .menu-search-bar label,
    .mega-menu[data-color=brown].vertical-right .menu-search-bar input,
    .mega-menu[data-color=brown].vertical-right .menu-search-bar li,
    .mega-menu[data-color=brown].vertical-right .menu-search-bar form,
    .mega-menu[data-color=brown].vertical-right .menu-search-bar label {
        background: #795547
    }
}

.mega-menu[data-color=brown-invert]>section.menu-list-items {
    background-color: #896050
}

.mega-menu[data-color=brown-invert] .menu-logo>li>a:hover {
    background-color: #694a3e
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=brown-invert] .menu-links>li.activeTriggerMobile {
        background-color: #694a3e
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown-invert] .menu-links>li.activeTrigger {
        background-color: #694a3e
    }
}

.mega-menu[data-color=brown-invert] .menu-links>li.active {
    background-color: #694a3e
}

.mega-menu[data-color=brown-invert] .menu-links>li:hover {
    background-color: #694a3e
}

.mega-menu[data-color=brown-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #694a3e
}

.mega-menu[data-color=brown-invert] .menu-search-bar input:focus {
    background: #694a3e
}

.mega-menu[data-color=brown-invert] .menu-mobile-collapse-trigger {
    background: #694a3e
}

.mega-menu[data-color=brown-invert] .menu-mobile-collapse-trigger:hover {
    background: #49332b
}

.mega-menu[data-color=brown-invert] .drop-down-multilevel li:hover {
    background: #694a3e
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown-invert] .drop-down-multilevel li.activeTrigger {
        background: #694a3e
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=brown-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #694a3e
    }
}

.mega-menu[data-color=brown-invert] .drop-down input[type=submit],
.mega-menu[data-color=brown-invert] .drop-down input[type=button],
.mega-menu[data-color=brown-invert] .drop-down button[type=submit],
.mega-menu[data-color=brown-invert] .drop-down button[type=reset],
.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=reset] {
    background: #694a3e
}

.mega-menu[data-color=brown-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=brown-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=brown-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=brown-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #896050
}

.mega-menu[data-color=brown-invert] .drop-down a:hover,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar a:hover {
    color: #694a3e
}

.mega-menu[data-color=brown-invert] .drop-down::-moz-selection,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar::-moz-selection {
    background: #a67867
}

.mega-menu[data-color=brown-invert] .drop-down::selection,
.mega-menu[data-color=brown-invert] .drop-down-tab-bar::selection {
    background: #a67867
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=brown-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=brown-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=brown-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=brown-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=brown-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=brown-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=brown-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=brown-invert].vertical-right .menu-search-bar label {
        background: #694a3e
    }
}

.mega-menu[data-color=cyan]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=cyan] .menu-logo>li>a:hover {
    background-color: #00bcd5
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=cyan] .menu-links>li.activeTriggerMobile {
        background-color: #00bcd5
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan] .menu-links>li.activeTrigger {
        background-color: #00bcd5
    }
}

.mega-menu[data-color=cyan] .menu-links>li.active {
    background-color: #00bcd5
}

.mega-menu[data-color=cyan] .menu-links>li:hover {
    background-color: #00bcd5
}

.mega-menu[data-color=cyan] .menu-search-bar li:hover i.fa.fa-search {
    background: #00bcd5
}

.mega-menu[data-color=cyan] .menu-search-bar input:focus {
    background: #00bcd5
}

.mega-menu[data-color=cyan] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=cyan] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=cyan] .drop-down-multilevel li:hover {
    background: #00bcd5
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan] .drop-down-multilevel li.activeTrigger {
        background: #00bcd5
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=cyan] .drop-down-multilevel li.activeTriggerMobile {
        background: #00bcd5
    }
}

.mega-menu[data-color=cyan] .drop-down input[type=submit],
.mega-menu[data-color=cyan] .drop-down input[type=button],
.mega-menu[data-color=cyan] .drop-down button[type=submit],
.mega-menu[data-color=cyan] .drop-down button[type=reset],
.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=reset] {
    background: #00bcd5
}

.mega-menu[data-color=cyan] .drop-down input[type=submit]:hover,
.mega-menu[data-color=cyan] .drop-down input[type=button]:hover,
.mega-menu[data-color=cyan] .drop-down button[type=submit]:hover,
.mega-menu[data-color=cyan] .drop-down button[type=reset]:hover,
.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=cyan] .drop-down a:hover,
.mega-menu[data-color=cyan] .drop-down-tab-bar a:hover {
    color: #00bcd5
}

.mega-menu[data-color=cyan] .drop-down::-moz-selection,
.mega-menu[data-color=cyan] .drop-down-tab-bar::-moz-selection {
    background: #3ce8ff
}

.mega-menu[data-color=cyan] .drop-down::selection,
.mega-menu[data-color=cyan] .drop-down-tab-bar::selection {
    background: #3ce8ff
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan].vertical-left .menu-search-bar input,
    .mega-menu[data-color=cyan].vertical-left .menu-search-bar li,
    .mega-menu[data-color=cyan].vertical-left .menu-search-bar form,
    .mega-menu[data-color=cyan].vertical-left .menu-search-bar label,
    .mega-menu[data-color=cyan].vertical-right .menu-search-bar input,
    .mega-menu[data-color=cyan].vertical-right .menu-search-bar li,
    .mega-menu[data-color=cyan].vertical-right .menu-search-bar form,
    .mega-menu[data-color=cyan].vertical-right .menu-search-bar label {
        background: #00bcd5
    }
}

.mega-menu[data-color=cyan-invert]>section.menu-list-items {
    background-color: #00bcd5
}

.mega-menu[data-color=cyan-invert] .menu-logo>li>a:hover {
    background-color: #00a5bc
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=cyan-invert] .menu-links>li.activeTriggerMobile {
        background-color: #00a5bc
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan-invert] .menu-links>li.activeTrigger {
        background-color: #00a5bc
    }
}

.mega-menu[data-color=cyan-invert] .menu-links>li.active {
    background-color: #00a5bc
}

.mega-menu[data-color=cyan-invert] .menu-links>li:hover {
    background-color: #00a5bc
}

.mega-menu[data-color=cyan-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #00a5bc
}

.mega-menu[data-color=cyan-invert] .menu-search-bar input:focus {
    background: #00a5bc
}

.mega-menu[data-color=cyan-invert] .menu-mobile-collapse-trigger {
    background: #008fa2
}

.mega-menu[data-color=cyan-invert] .menu-mobile-collapse-trigger:hover {
    background: #00626f
}

.mega-menu[data-color=cyan-invert] .drop-down-multilevel li:hover {
    background: #00a5bc
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan-invert] .drop-down-multilevel li.activeTrigger {
        background: #00a5bc
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=cyan-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #00a5bc
    }
}

.mega-menu[data-color=cyan-invert] .drop-down input[type=submit],
.mega-menu[data-color=cyan-invert] .drop-down input[type=button],
.mega-menu[data-color=cyan-invert] .drop-down button[type=submit],
.mega-menu[data-color=cyan-invert] .drop-down button[type=reset],
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=reset] {
    background: #00a5bc
}

.mega-menu[data-color=cyan-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=cyan-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=cyan-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=cyan-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #00bcd5
}

.mega-menu[data-color=cyan-invert] .drop-down a:hover,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar a:hover {
    color: #00a5bc
}

.mega-menu[data-color=cyan-invert] .drop-down::-moz-selection,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar::-moz-selection {
    background: #22e5ff
}

.mega-menu[data-color=cyan-invert] .drop-down::selection,
.mega-menu[data-color=cyan-invert] .drop-down-tab-bar::selection {
    background: #22e5ff
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar label {
        background: #00a5bc
    }
}

.mega-menu[data-color=deep-orange]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=deep-orange] .menu-logo>li>a:hover {
    background-color: #fe5722
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-orange] .menu-links>li.activeTriggerMobile {
        background-color: #fe5722
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange] .menu-links>li.activeTrigger {
        background-color: #fe5722
    }
}

.mega-menu[data-color=deep-orange] .menu-links>li.active {
    background-color: #fe5722
}

.mega-menu[data-color=deep-orange] .menu-links>li:hover {
    background-color: #fe5722
}

.mega-menu[data-color=deep-orange] .menu-search-bar li:hover i.fa.fa-search {
    background: #fe5722
}

.mega-menu[data-color=deep-orange] .menu-search-bar input:focus {
    background: #fe5722
}

.mega-menu[data-color=deep-orange] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=deep-orange] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=deep-orange] .drop-down-multilevel li:hover {
    background: #fe5722
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange] .drop-down-multilevel li.activeTrigger {
        background: #fe5722
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-orange] .drop-down-multilevel li.activeTriggerMobile {
        background: #fe5722
    }
}

.mega-menu[data-color=deep-orange] .drop-down input[type=submit],
.mega-menu[data-color=deep-orange] .drop-down input[type=button],
.mega-menu[data-color=deep-orange] .drop-down button[type=submit],
.mega-menu[data-color=deep-orange] .drop-down button[type=reset],
.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=reset] {
    background: #fe5722
}

.mega-menu[data-color=deep-orange] .drop-down input[type=submit]:hover,
.mega-menu[data-color=deep-orange] .drop-down input[type=button]:hover,
.mega-menu[data-color=deep-orange] .drop-down button[type=submit]:hover,
.mega-menu[data-color=deep-orange] .drop-down button[type=reset]:hover,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=deep-orange] .drop-down a:hover,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar a:hover {
    color: #fe5722
}

.mega-menu[data-color=deep-orange] .drop-down::-moz-selection,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar::-moz-selection {
    background: #fea488
}

.mega-menu[data-color=deep-orange] .drop-down::selection,
.mega-menu[data-color=deep-orange] .drop-down-tab-bar::selection {
    background: #fea488
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange].vertical-left .menu-search-bar input,
    .mega-menu[data-color=deep-orange].vertical-left .menu-search-bar li,
    .mega-menu[data-color=deep-orange].vertical-left .menu-search-bar form,
    .mega-menu[data-color=deep-orange].vertical-left .menu-search-bar label,
    .mega-menu[data-color=deep-orange].vertical-right .menu-search-bar input,
    .mega-menu[data-color=deep-orange].vertical-right .menu-search-bar li,
    .mega-menu[data-color=deep-orange].vertical-right .menu-search-bar form,
    .mega-menu[data-color=deep-orange].vertical-right .menu-search-bar label {
        background: #fe5722
    }
}

.mega-menu[data-color=deep-orange-invert]>section.menu-list-items {
    background-color: #fe6a3b
}

.mega-menu[data-color=deep-orange-invert] .menu-logo>li>a:hover {
    background-color: #fe4409
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-orange-invert] .menu-links>li.activeTriggerMobile {
        background-color: #fe4409
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange-invert] .menu-links>li.activeTrigger {
        background-color: #fe4409
    }
}

.mega-menu[data-color=deep-orange-invert] .menu-links>li.active {
    background-color: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .menu-links>li:hover {
    background-color: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .menu-search-bar input:focus {
    background: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .menu-mobile-collapse-trigger {
    background: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .menu-mobile-collapse-trigger:hover {
    background: #d33301
}

.mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li:hover {
    background: #fe4409
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li.activeTrigger {
        background: #fe4409
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #fe4409
    }
}

.mega-menu[data-color=deep-orange-invert] .drop-down input[type=submit],
.mega-menu[data-color=deep-orange-invert] .drop-down input[type=button],
.mega-menu[data-color=deep-orange-invert] .drop-down button[type=submit],
.mega-menu[data-color=deep-orange-invert] .drop-down button[type=reset],
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=reset] {
    background: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #fe6a3b
}

.mega-menu[data-color=deep-orange-invert] .drop-down a:hover,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar a:hover {
    color: #fe4409
}

.mega-menu[data-color=deep-orange-invert] .drop-down::-moz-selection,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar::-moz-selection {
    background: #fe916e
}

.mega-menu[data-color=deep-orange-invert] .drop-down::selection,
.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar::selection {
    background: #fe916e
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar label {
        background: #fe4409
    }
}

.mega-menu[data-color=deep-purple]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=deep-purple] .menu-logo>li>a:hover {
    background-color: #673bb7
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-purple] .menu-links>li.activeTriggerMobile {
        background-color: #673bb7
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple] .menu-links>li.activeTrigger {
        background-color: #673bb7
    }
}

.mega-menu[data-color=deep-purple] .menu-links>li.active {
    background-color: #673bb7
}

.mega-menu[data-color=deep-purple] .menu-links>li:hover {
    background-color: #673bb7
}

.mega-menu[data-color=deep-purple] .menu-search-bar li:hover i.fa.fa-search {
    background: #673bb7
}

.mega-menu[data-color=deep-purple] .menu-search-bar input:focus {
    background: #673bb7
}

.mega-menu[data-color=deep-purple] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=deep-purple] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=deep-purple] .drop-down-multilevel li:hover {
    background: #673bb7
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple] .drop-down-multilevel li.activeTrigger {
        background: #673bb7
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-purple] .drop-down-multilevel li.activeTriggerMobile {
        background: #673bb7
    }
}

.mega-menu[data-color=deep-purple] .drop-down input[type=submit],
.mega-menu[data-color=deep-purple] .drop-down input[type=button],
.mega-menu[data-color=deep-purple] .drop-down button[type=submit],
.mega-menu[data-color=deep-purple] .drop-down button[type=reset],
.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=reset] {
    background: #673bb7
}

.mega-menu[data-color=deep-purple] .drop-down input[type=submit]:hover,
.mega-menu[data-color=deep-purple] .drop-down input[type=button]:hover,
.mega-menu[data-color=deep-purple] .drop-down button[type=submit]:hover,
.mega-menu[data-color=deep-purple] .drop-down button[type=reset]:hover,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=deep-purple] .drop-down a:hover,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar a:hover {
    color: #673bb7
}

.mega-menu[data-color=deep-purple] .drop-down::-moz-selection,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar::-moz-selection {
    background: #a081d7
}

.mega-menu[data-color=deep-purple] .drop-down::selection,
.mega-menu[data-color=deep-purple] .drop-down-tab-bar::selection {
    background: #a081d7
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple].vertical-left .menu-search-bar input,
    .mega-menu[data-color=deep-purple].vertical-left .menu-search-bar li,
    .mega-menu[data-color=deep-purple].vertical-left .menu-search-bar form,
    .mega-menu[data-color=deep-purple].vertical-left .menu-search-bar label,
    .mega-menu[data-color=deep-purple].vertical-right .menu-search-bar input,
    .mega-menu[data-color=deep-purple].vertical-right .menu-search-bar li,
    .mega-menu[data-color=deep-purple].vertical-right .menu-search-bar form,
    .mega-menu[data-color=deep-purple].vertical-right .menu-search-bar label {
        background: #673bb7
    }
}

.mega-menu[data-color=deep-purple-invert]>section.menu-list-items {
    background-color: #7448c4
}

.mega-menu[data-color=deep-purple-invert] .menu-logo>li>a:hover {
    background-color: #5c35a4
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-purple-invert] .menu-links>li.activeTriggerMobile {
        background-color: #5c35a4
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple-invert] .menu-links>li.activeTrigger {
        background-color: #5c35a4
    }
}

.mega-menu[data-color=deep-purple-invert] .menu-links>li.active {
    background-color: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .menu-links>li:hover {
    background-color: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .menu-search-bar input:focus {
    background: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .menu-mobile-collapse-trigger {
    background: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .menu-mobile-collapse-trigger:hover {
    background: #46287d
}

.mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li:hover {
    background: #5c35a4
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li.activeTrigger {
        background: #5c35a4
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #5c35a4
    }
}

.mega-menu[data-color=deep-purple-invert] .drop-down input[type=submit],
.mega-menu[data-color=deep-purple-invert] .drop-down input[type=button],
.mega-menu[data-color=deep-purple-invert] .drop-down button[type=submit],
.mega-menu[data-color=deep-purple-invert] .drop-down button[type=reset],
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=reset] {
    background: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #7448c4
}

.mega-menu[data-color=deep-purple-invert] .drop-down a:hover,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar a:hover {
    color: #5c35a4
}

.mega-menu[data-color=deep-purple-invert] .drop-down::-moz-selection,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar::-moz-selection {
    background: #916ed0
}

.mega-menu[data-color=deep-purple-invert] .drop-down::selection,
.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar::selection {
    background: #916ed0
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar label {
        background: #5c35a4
    }
}

.mega-menu[data-color=grey]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=grey] .menu-logo>li>a:hover {
    background-color: #787878
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=grey] .menu-links>li.activeTriggerMobile {
        background-color: #787878
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey] .menu-links>li.activeTrigger {
        background-color: #787878
    }
}

.mega-menu[data-color=grey] .menu-links>li.active {
    background-color: #787878
}

.mega-menu[data-color=grey] .menu-links>li:hover {
    background-color: #787878
}

.mega-menu[data-color=grey] .menu-search-bar li:hover i.fa.fa-search {
    background: #787878
}

.mega-menu[data-color=grey] .menu-search-bar input:focus {
    background: #787878
}

.mega-menu[data-color=grey] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=grey] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=grey] .drop-down-multilevel li:hover {
    background: #787878
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey] .drop-down-multilevel li.activeTrigger {
        background: #787878
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=grey] .drop-down-multilevel li.activeTriggerMobile {
        background: #787878
    }
}

.mega-menu[data-color=grey] .drop-down input[type=submit],
.mega-menu[data-color=grey] .drop-down input[type=button],
.mega-menu[data-color=grey] .drop-down button[type=submit],
.mega-menu[data-color=grey] .drop-down button[type=reset],
.mega-menu[data-color=grey] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=grey] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=grey] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=grey] .drop-down-tab-bar button[type=reset] {
    background: #787878
}

.mega-menu[data-color=grey] .drop-down input[type=submit]:hover,
.mega-menu[data-color=grey] .drop-down input[type=button]:hover,
.mega-menu[data-color=grey] .drop-down button[type=submit]:hover,
.mega-menu[data-color=grey] .drop-down button[type=reset]:hover,
.mega-menu[data-color=grey] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=grey] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=grey] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=grey] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=grey] .drop-down a:hover,
.mega-menu[data-color=grey] .drop-down-tab-bar a:hover {
    color: #787878
}

.mega-menu[data-color=grey] .drop-down::-moz-selection,
.mega-menu[data-color=grey] .drop-down-tab-bar::-moz-selection {
    background: #ababab
}

.mega-menu[data-color=grey] .drop-down::selection,
.mega-menu[data-color=grey] .drop-down-tab-bar::selection {
    background: #ababab
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey].vertical-left .menu-search-bar input,
    .mega-menu[data-color=grey].vertical-left .menu-search-bar li,
    .mega-menu[data-color=grey].vertical-left .menu-search-bar form,
    .mega-menu[data-color=grey].vertical-left .menu-search-bar label,
    .mega-menu[data-color=grey].vertical-right .menu-search-bar input,
    .mega-menu[data-color=grey].vertical-right .menu-search-bar li,
    .mega-menu[data-color=grey].vertical-right .menu-search-bar form,
    .mega-menu[data-color=grey].vertical-right .menu-search-bar label {
        background: #787878
    }
}

.mega-menu[data-color=grey-invert]>section.menu-list-items {
    background-color: #787878
}

.mega-menu[data-color=grey-invert] .menu-logo>li>a:hover {
    background-color: #6b6b6b
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=grey-invert] .menu-links>li.activeTriggerMobile {
        background-color: #6b6b6b
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey-invert] .menu-links>li.activeTrigger {
        background-color: #6b6b6b
    }
}

.mega-menu[data-color=grey-invert] .menu-links>li.active {
    background-color: #6b6b6b
}

.mega-menu[data-color=grey-invert] .menu-links>li:hover {
    background-color: #6b6b6b
}

.mega-menu[data-color=grey-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #6b6b6b
}

.mega-menu[data-color=grey-invert] .menu-search-bar input:focus {
    background: #6b6b6b
}

.mega-menu[data-color=grey-invert] .menu-mobile-collapse-trigger {
    background: #5e5e5e
}

.mega-menu[data-color=grey-invert] .menu-mobile-collapse-trigger:hover {
    background: #454545
}

.mega-menu[data-color=grey-invert] .drop-down-multilevel li:hover {
    background: #6b6b6b
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey-invert] .drop-down-multilevel li.activeTrigger {
        background: #6b6b6b
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=grey-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #6b6b6b
    }
}

.mega-menu[data-color=grey-invert] .drop-down input[type=submit],
.mega-menu[data-color=grey-invert] .drop-down input[type=button],
.mega-menu[data-color=grey-invert] .drop-down button[type=submit],
.mega-menu[data-color=grey-invert] .drop-down button[type=reset],
.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=reset] {
    background: #6b6b6b
}

.mega-menu[data-color=grey-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=grey-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=grey-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=grey-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #787878
}

.mega-menu[data-color=grey-invert] .drop-down a:hover,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar a:hover {
    color: #6b6b6b
}

.mega-menu[data-color=grey-invert] .drop-down::-moz-selection,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar::-moz-selection {
    background: #9e9e9e
}

.mega-menu[data-color=grey-invert] .drop-down::selection,
.mega-menu[data-color=grey-invert] .drop-down-tab-bar::selection {
    background: #9e9e9e
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=grey-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=grey-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=grey-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=grey-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=grey-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=grey-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=grey-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=grey-invert].vertical-right .menu-search-bar label {
        background: #6b6b6b
    }
}

.mega-menu[data-color=indigo]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=indigo] .menu-logo>li>a:hover {
    background-color: #3f51b5
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=indigo] .menu-links>li.activeTriggerMobile {
        background-color: #3f51b5
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo] .menu-links>li.activeTrigger {
        background-color: #3f51b5
    }
}

.mega-menu[data-color=indigo] .menu-links>li.active {
    background-color: #3f51b5
}

.mega-menu[data-color=indigo] .menu-links>li:hover {
    background-color: #3f51b5
}

.mega-menu[data-color=indigo] .menu-search-bar li:hover i.fa.fa-search {
    background: #3f51b5
}

.mega-menu[data-color=indigo] .menu-search-bar input:focus {
    background: #3f51b5
}

.mega-menu[data-color=indigo] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=indigo] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=indigo] .drop-down-multilevel li:hover {
    background: #3f51b5
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo] .drop-down-multilevel li.activeTrigger {
        background: #3f51b5
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=indigo] .drop-down-multilevel li.activeTriggerMobile {
        background: #3f51b5
    }
}

.mega-menu[data-color=indigo] .drop-down input[type=submit],
.mega-menu[data-color=indigo] .drop-down input[type=button],
.mega-menu[data-color=indigo] .drop-down button[type=submit],
.mega-menu[data-color=indigo] .drop-down button[type=reset],
.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=reset] {
    background: #3f51b5
}

.mega-menu[data-color=indigo] .drop-down input[type=submit]:hover,
.mega-menu[data-color=indigo] .drop-down input[type=button]:hover,
.mega-menu[data-color=indigo] .drop-down button[type=submit]:hover,
.mega-menu[data-color=indigo] .drop-down button[type=reset]:hover,
.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=indigo] .drop-down a:hover,
.mega-menu[data-color=indigo] .drop-down-tab-bar a:hover {
    color: #3f51b5
}

.mega-menu[data-color=indigo] .drop-down::-moz-selection,
.mega-menu[data-color=indigo] .drop-down-tab-bar::-moz-selection {
    background: #8591d5
}

.mega-menu[data-color=indigo] .drop-down::selection,
.mega-menu[data-color=indigo] .drop-down-tab-bar::selection {
    background: #8591d5
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo].vertical-left .menu-search-bar input,
    .mega-menu[data-color=indigo].vertical-left .menu-search-bar li,
    .mega-menu[data-color=indigo].vertical-left .menu-search-bar form,
    .mega-menu[data-color=indigo].vertical-left .menu-search-bar label,
    .mega-menu[data-color=indigo].vertical-right .menu-search-bar input,
    .mega-menu[data-color=indigo].vertical-right .menu-search-bar li,
    .mega-menu[data-color=indigo].vertical-right .menu-search-bar form,
    .mega-menu[data-color=indigo].vertical-right .menu-search-bar label {
        background: #3f51b5
    }
}

.mega-menu[data-color=indigo-invert]>section.menu-list-items {
    background-color: #4d5ec1
}

.mega-menu[data-color=indigo-invert] .menu-logo>li>a:hover {
    background-color: #3849a2
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=indigo-invert] .menu-links>li.activeTriggerMobile {
        background-color: #3849a2
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo-invert] .menu-links>li.activeTrigger {
        background-color: #3849a2
    }
}

.mega-menu[data-color=indigo-invert] .menu-links>li.active {
    background-color: #3849a2
}

.mega-menu[data-color=indigo-invert] .menu-links>li:hover {
    background-color: #3849a2
}

.mega-menu[data-color=indigo-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #3849a2
}

.mega-menu[data-color=indigo-invert] .menu-search-bar input:focus {
    background: #3849a2
}

.mega-menu[data-color=indigo-invert] .menu-mobile-collapse-trigger {
    background: #3849a2
}

.mega-menu[data-color=indigo-invert] .menu-mobile-collapse-trigger:hover {
    background: #2b387c
}

.mega-menu[data-color=indigo-invert] .drop-down-multilevel li:hover {
    background: #3849a2
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo-invert] .drop-down-multilevel li.activeTrigger {
        background: #3849a2
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=indigo-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #3849a2
    }
}

.mega-menu[data-color=indigo-invert] .drop-down input[type=submit],
.mega-menu[data-color=indigo-invert] .drop-down input[type=button],
.mega-menu[data-color=indigo-invert] .drop-down button[type=submit],
.mega-menu[data-color=indigo-invert] .drop-down button[type=reset],
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=reset] {
    background: #3849a2
}

.mega-menu[data-color=indigo-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=indigo-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=indigo-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=indigo-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #4d5ec1
}

.mega-menu[data-color=indigo-invert] .drop-down a:hover,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar a:hover {
    color: #3849a2
}

.mega-menu[data-color=indigo-invert] .drop-down::-moz-selection,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar::-moz-selection {
    background: #7280ce
}

.mega-menu[data-color=indigo-invert] .drop-down::selection,
.mega-menu[data-color=indigo-invert] .drop-down-tab-bar::selection {
    background: #7280ce
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar label {
        background: #3849a2
    }
}

.mega-menu[data-color=light-blue]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=light-blue] .menu-logo>li>a:hover {
    background-color: #0af
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-blue] .menu-links>li.activeTriggerMobile {
        background-color: #0af
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue] .menu-links>li.activeTrigger {
        background-color: #0af
    }
}

.mega-menu[data-color=light-blue] .menu-links>li.active {
    background-color: #0af
}

.mega-menu[data-color=light-blue] .menu-links>li:hover {
    background-color: #0af
}

.mega-menu[data-color=light-blue] .menu-search-bar li:hover i.fa.fa-search {
    background: #0af
}

.mega-menu[data-color=light-blue] .menu-search-bar input:focus {
    background: #0af
}

.mega-menu[data-color=light-blue] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=light-blue] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=light-blue] .drop-down-multilevel li:hover {
    background: #0af
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue] .drop-down-multilevel li.activeTrigger {
        background: #0af
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-blue] .drop-down-multilevel li.activeTriggerMobile {
        background: #0af
    }
}

.mega-menu[data-color=light-blue] .drop-down input[type=submit],
.mega-menu[data-color=light-blue] .drop-down input[type=button],
.mega-menu[data-color=light-blue] .drop-down button[type=submit],
.mega-menu[data-color=light-blue] .drop-down button[type=reset],
.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=reset] {
    background: #0af
}

.mega-menu[data-color=light-blue] .drop-down input[type=submit]:hover,
.mega-menu[data-color=light-blue] .drop-down input[type=button]:hover,
.mega-menu[data-color=light-blue] .drop-down button[type=submit]:hover,
.mega-menu[data-color=light-blue] .drop-down button[type=reset]:hover,
.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=light-blue] .drop-down a:hover,
.mega-menu[data-color=light-blue] .drop-down-tab-bar a:hover {
    color: #0af
}

.mega-menu[data-color=light-blue] .drop-down::-moz-selection,
.mega-menu[data-color=light-blue] .drop-down-tab-bar::-moz-selection {
    background: #6cf
}

.mega-menu[data-color=light-blue] .drop-down::selection,
.mega-menu[data-color=light-blue] .drop-down-tab-bar::selection {
    background: #6cf
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue].vertical-left .menu-search-bar input,
    .mega-menu[data-color=light-blue].vertical-left .menu-search-bar li,
    .mega-menu[data-color=light-blue].vertical-left .menu-search-bar form,
    .mega-menu[data-color=light-blue].vertical-left .menu-search-bar label,
    .mega-menu[data-color=light-blue].vertical-right .menu-search-bar input,
    .mega-menu[data-color=light-blue].vertical-right .menu-search-bar li,
    .mega-menu[data-color=light-blue].vertical-right .menu-search-bar form,
    .mega-menu[data-color=light-blue].vertical-right .menu-search-bar label {
        background: #0af
    }
}

.mega-menu[data-color=light-blue-invert]>section.menu-list-items {
    background-color: #0af
}

.mega-menu[data-color=light-blue-invert] .menu-logo>li>a:hover {
    background-color: #008fd6
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-blue-invert] .menu-links>li.activeTriggerMobile {
        background-color: #008fd6
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue-invert] .menu-links>li.activeTrigger {
        background-color: #008fd6
    }
}

.mega-menu[data-color=light-blue-invert] .menu-links>li.active {
    background-color: #008fd6
}

.mega-menu[data-color=light-blue-invert] .menu-links>li:hover {
    background-color: #008fd6
}

.mega-menu[data-color=light-blue-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #008fd6
}

.mega-menu[data-color=light-blue-invert] .menu-search-bar input:focus {
    background: #008fd6
}

.mega-menu[data-color=light-blue-invert] .menu-mobile-collapse-trigger {
    background: #08c
}

.mega-menu[data-color=light-blue-invert] .menu-mobile-collapse-trigger:hover {
    background: #069
}

.mega-menu[data-color=light-blue-invert] .drop-down-multilevel li:hover {
    background: #008fd6
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue-invert] .drop-down-multilevel li.activeTrigger {
        background: #008fd6
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-blue-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #008fd6
    }
}

.mega-menu[data-color=light-blue-invert] .drop-down input[type=submit],
.mega-menu[data-color=light-blue-invert] .drop-down input[type=button],
.mega-menu[data-color=light-blue-invert] .drop-down button[type=submit],
.mega-menu[data-color=light-blue-invert] .drop-down button[type=reset],
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=reset] {
    background: #008fd6
}

.mega-menu[data-color=light-blue-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #0af
}

.mega-menu[data-color=light-blue-invert] .drop-down a:hover,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar a:hover {
    color: #008fd6
}

.mega-menu[data-color=light-blue-invert] .drop-down::-moz-selection,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar::-moz-selection {
    background: #3dbeff
}

.mega-menu[data-color=light-blue-invert] .drop-down::selection,
.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar::selection {
    background: #3dbeff
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar label {
        background: #008fd6
    }
}

.mega-menu[data-color=light-green]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=light-green] .menu-logo>li>a:hover {
    background-color: #8bc24a
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-green] .menu-links>li.activeTriggerMobile {
        background-color: #8bc24a
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green] .menu-links>li.activeTrigger {
        background-color: #8bc24a
    }
}

.mega-menu[data-color=light-green] .menu-links>li.active {
    background-color: #8bc24a
}

.mega-menu[data-color=light-green] .menu-links>li:hover {
    background-color: #8bc24a
}

.mega-menu[data-color=light-green] .menu-search-bar li:hover i.fa.fa-search {
    background: #8bc24a
}

.mega-menu[data-color=light-green] .menu-search-bar input:focus {
    background: #8bc24a
}

.mega-menu[data-color=light-green] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=light-green] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=light-green] .drop-down-multilevel li:hover {
    background: #8bc24a
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green] .drop-down-multilevel li.activeTrigger {
        background: #8bc24a
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-green] .drop-down-multilevel li.activeTriggerMobile {
        background: #8bc24a
    }
}

.mega-menu[data-color=light-green] .drop-down input[type=submit],
.mega-menu[data-color=light-green] .drop-down input[type=button],
.mega-menu[data-color=light-green] .drop-down button[type=submit],
.mega-menu[data-color=light-green] .drop-down button[type=reset],
.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=reset] {
    background: #8bc24a
}

.mega-menu[data-color=light-green] .drop-down input[type=submit]:hover,
.mega-menu[data-color=light-green] .drop-down input[type=button]:hover,
.mega-menu[data-color=light-green] .drop-down button[type=submit]:hover,
.mega-menu[data-color=light-green] .drop-down button[type=reset]:hover,
.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=light-green] .drop-down a:hover,
.mega-menu[data-color=light-green] .drop-down-tab-bar a:hover {
    color: #8bc24a
}

.mega-menu[data-color=light-green] .drop-down::-moz-selection,
.mega-menu[data-color=light-green] .drop-down-tab-bar::-moz-selection {
    background: #bcdc96
}

.mega-menu[data-color=light-green] .drop-down::selection,
.mega-menu[data-color=light-green] .drop-down-tab-bar::selection {
    background: #bcdc96
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green].vertical-left .menu-search-bar input,
    .mega-menu[data-color=light-green].vertical-left .menu-search-bar li,
    .mega-menu[data-color=light-green].vertical-left .menu-search-bar form,
    .mega-menu[data-color=light-green].vertical-left .menu-search-bar label,
    .mega-menu[data-color=light-green].vertical-right .menu-search-bar input,
    .mega-menu[data-color=light-green].vertical-right .menu-search-bar li,
    .mega-menu[data-color=light-green].vertical-right .menu-search-bar form,
    .mega-menu[data-color=light-green].vertical-right .menu-search-bar label {
        background: #8bc24a
    }
}

.mega-menu[data-color=light-green-invert]>section.menu-list-items {
    background-color: #8bc24a
}

.mega-menu[data-color=light-green-invert] .menu-logo>li>a:hover {
    background-color: #7eb53d
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-green-invert] .menu-links>li.activeTriggerMobile {
        background-color: #7eb53d
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green-invert] .menu-links>li.activeTrigger {
        background-color: #7eb53d
    }
}

.mega-menu[data-color=light-green-invert] .menu-links>li.active {
    background-color: #7eb53d
}

.mega-menu[data-color=light-green-invert] .menu-links>li:hover {
    background-color: #7eb53d
}

.mega-menu[data-color=light-green-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #7eb53d
}

.mega-menu[data-color=light-green-invert] .menu-search-bar input:focus {
    background: #7eb53d
}

.mega-menu[data-color=light-green-invert] .menu-mobile-collapse-trigger {
    background: #71a237
}

.mega-menu[data-color=light-green-invert] .menu-mobile-collapse-trigger:hover {
    background: #567c2a
}

.mega-menu[data-color=light-green-invert] .drop-down-multilevel li:hover {
    background: #7eb53d
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green-invert] .drop-down-multilevel li.activeTrigger {
        background: #7eb53d
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=light-green-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #7eb53d
    }
}

.mega-menu[data-color=light-green-invert] .drop-down input[type=submit],
.mega-menu[data-color=light-green-invert] .drop-down input[type=button],
.mega-menu[data-color=light-green-invert] .drop-down button[type=submit],
.mega-menu[data-color=light-green-invert] .drop-down button[type=reset],
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=reset] {
    background: #7eb53d
}

.mega-menu[data-color=light-green-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=light-green-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=light-green-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=light-green-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #8bc24a
}

.mega-menu[data-color=light-green-invert] .drop-down a:hover,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar a:hover {
    color: #7eb53d
}

.mega-menu[data-color=light-green-invert] .drop-down::-moz-selection,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar::-moz-selection {
    background: #b0d583
}

.mega-menu[data-color=light-green-invert] .drop-down::selection,
.mega-menu[data-color=light-green-invert] .drop-down-tab-bar::selection {
    background: #b0d583
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar label {
        background: #7eb53d
    }
}

.mega-menu[data-color=lime]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=lime] .menu-logo>li>a:hover {
    background-color: #b2c022
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=lime] .menu-links>li.activeTriggerMobile {
        background-color: #b2c022
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime] .menu-links>li.activeTrigger {
        background-color: #b2c022
    }
}

.mega-menu[data-color=lime] .menu-links>li.active {
    background-color: #b2c022
}

.mega-menu[data-color=lime] .menu-links>li:hover {
    background-color: #b2c022
}

.mega-menu[data-color=lime] .menu-search-bar li:hover i.fa.fa-search {
    background: #b2c022
}

.mega-menu[data-color=lime] .menu-search-bar input:focus {
    background: #b2c022
}

.mega-menu[data-color=lime] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=lime] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=lime] .drop-down-multilevel li:hover {
    background: #b2c022
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime] .drop-down-multilevel li.activeTrigger {
        background: #b2c022
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=lime] .drop-down-multilevel li.activeTriggerMobile {
        background: #b2c022
    }
}

.mega-menu[data-color=lime] .drop-down input[type=submit],
.mega-menu[data-color=lime] .drop-down input[type=button],
.mega-menu[data-color=lime] .drop-down button[type=submit],
.mega-menu[data-color=lime] .drop-down button[type=reset],
.mega-menu[data-color=lime] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=lime] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=lime] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=lime] .drop-down-tab-bar button[type=reset] {
    background: #b2c022
}

.mega-menu[data-color=lime] .drop-down input[type=submit]:hover,
.mega-menu[data-color=lime] .drop-down input[type=button]:hover,
.mega-menu[data-color=lime] .drop-down button[type=submit]:hover,
.mega-menu[data-color=lime] .drop-down button[type=reset]:hover,
.mega-menu[data-color=lime] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=lime] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=lime] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=lime] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=lime] .drop-down a:hover,
.mega-menu[data-color=lime] .drop-down-tab-bar a:hover {
    color: #b2c022
}

.mega-menu[data-color=lime] .drop-down::-moz-selection,
.mega-menu[data-color=lime] .drop-down-tab-bar::-moz-selection {
    background: #d8e464
}

.mega-menu[data-color=lime] .drop-down::selection,
.mega-menu[data-color=lime] .drop-down-tab-bar::selection {
    background: #d8e464
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime].vertical-left .menu-search-bar input,
    .mega-menu[data-color=lime].vertical-left .menu-search-bar li,
    .mega-menu[data-color=lime].vertical-left .menu-search-bar form,
    .mega-menu[data-color=lime].vertical-left .menu-search-bar label,
    .mega-menu[data-color=lime].vertical-right .menu-search-bar input,
    .mega-menu[data-color=lime].vertical-right .menu-search-bar li,
    .mega-menu[data-color=lime].vertical-right .menu-search-bar form,
    .mega-menu[data-color=lime].vertical-right .menu-search-bar label {
        background: #b2c022
    }
}

.mega-menu[data-color=lime-invert]>section.menu-list-items {
    background-color: #b2c022
}

.mega-menu[data-color=lime-invert] .menu-logo>li>a:hover {
    background-color: #9daa1e
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=lime-invert] .menu-links>li.activeTriggerMobile {
        background-color: #9daa1e
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime-invert] .menu-links>li.activeTrigger {
        background-color: #9daa1e
    }
}

.mega-menu[data-color=lime-invert] .menu-links>li.active {
    background-color: #9daa1e
}

.mega-menu[data-color=lime-invert] .menu-links>li:hover {
    background-color: #9daa1e
}

.mega-menu[data-color=lime-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #9daa1e
}

.mega-menu[data-color=lime-invert] .menu-search-bar input:focus {
    background: #9daa1e
}

.mega-menu[data-color=lime-invert] .menu-mobile-collapse-trigger {
    background: #89951a
}

.mega-menu[data-color=lime-invert] .menu-mobile-collapse-trigger:hover {
    background: #616913
}

.mega-menu[data-color=lime-invert] .drop-down-multilevel li:hover {
    background: #9daa1e
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime-invert] .drop-down-multilevel li.activeTrigger {
        background: #9daa1e
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=lime-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #9daa1e
    }
}

.mega-menu[data-color=lime-invert] .drop-down input[type=submit],
.mega-menu[data-color=lime-invert] .drop-down input[type=button],
.mega-menu[data-color=lime-invert] .drop-down button[type=submit],
.mega-menu[data-color=lime-invert] .drop-down button[type=reset],
.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=reset] {
    background: #9daa1e
}

.mega-menu[data-color=lime-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=lime-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=lime-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=lime-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #b2c022
}

.mega-menu[data-color=lime-invert] .drop-down a:hover,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar a:hover {
    color: #9daa1e
}

.mega-menu[data-color=lime-invert] .drop-down::-moz-selection,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar::-moz-selection {
    background: #d2e04f
}

.mega-menu[data-color=lime-invert] .drop-down::selection,
.mega-menu[data-color=lime-invert] .drop-down-tab-bar::selection {
    background: #d2e04f
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=lime-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=lime-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=lime-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=lime-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=lime-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=lime-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=lime-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=lime-invert].vertical-right .menu-search-bar label {
        background: #9daa1e
    }
}

.mega-menu[data-color=orange]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=orange] .menu-logo>li>a:hover {
    background-color: #ff9700
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=orange] .menu-links>li.activeTriggerMobile {
        background-color: #ff9700
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange] .menu-links>li.activeTrigger {
        background-color: #ff9700
    }
}

.mega-menu[data-color=orange] .menu-links>li.active {
    background-color: #ff9700
}

.mega-menu[data-color=orange] .menu-links>li:hover {
    background-color: #ff9700
}

.mega-menu[data-color=orange] .menu-search-bar li:hover i.fa.fa-search {
    background: #ff9700
}

.mega-menu[data-color=orange] .menu-search-bar input:focus {
    background: #ff9700
}

.mega-menu[data-color=orange] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=orange] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=orange] .drop-down-multilevel li:hover {
    background: #ff9700
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange] .drop-down-multilevel li.activeTrigger {
        background: #ff9700
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=orange] .drop-down-multilevel li.activeTriggerMobile {
        background: #ff9700
    }
}

.mega-menu[data-color=orange] .drop-down input[type=submit],
.mega-menu[data-color=orange] .drop-down input[type=button],
.mega-menu[data-color=orange] .drop-down button[type=submit],
.mega-menu[data-color=orange] .drop-down button[type=reset],
.mega-menu[data-color=orange] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=orange] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=orange] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=orange] .drop-down-tab-bar button[type=reset] {
    background: #ff9700
}

.mega-menu[data-color=orange] .drop-down input[type=submit]:hover,
.mega-menu[data-color=orange] .drop-down input[type=button]:hover,
.mega-menu[data-color=orange] .drop-down button[type=submit]:hover,
.mega-menu[data-color=orange] .drop-down button[type=reset]:hover,
.mega-menu[data-color=orange] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=orange] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=orange] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=orange] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=orange] .drop-down a:hover,
.mega-menu[data-color=orange] .drop-down-tab-bar a:hover {
    color: #ff9700
}

.mega-menu[data-color=orange] .drop-down::-moz-selection,
.mega-menu[data-color=orange] .drop-down-tab-bar::-moz-selection {
    background: #ffc166
}

.mega-menu[data-color=orange] .drop-down::selection,
.mega-menu[data-color=orange] .drop-down-tab-bar::selection {
    background: #ffc166
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange].vertical-left .menu-search-bar input,
    .mega-menu[data-color=orange].vertical-left .menu-search-bar li,
    .mega-menu[data-color=orange].vertical-left .menu-search-bar form,
    .mega-menu[data-color=orange].vertical-left .menu-search-bar label,
    .mega-menu[data-color=orange].vertical-right .menu-search-bar input,
    .mega-menu[data-color=orange].vertical-right .menu-search-bar li,
    .mega-menu[data-color=orange].vertical-right .menu-search-bar form,
    .mega-menu[data-color=orange].vertical-right .menu-search-bar label {
        background: #ff9700
    }
}

.mega-menu[data-color=orange-invert]>section.menu-list-items {
    background-color: #ff9700
}

.mega-menu[data-color=orange-invert] .menu-logo>li>a:hover {
    background-color: #eb8b00
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=orange-invert] .menu-links>li.activeTriggerMobile {
        background-color: #eb8b00
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange-invert] .menu-links>li.activeTrigger {
        background-color: #eb8b00
    }
}

.mega-menu[data-color=orange-invert] .menu-links>li.active {
    background-color: #eb8b00
}

.mega-menu[data-color=orange-invert] .menu-links>li:hover {
    background-color: #eb8b00
}

.mega-menu[data-color=orange-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #eb8b00
}

.mega-menu[data-color=orange-invert] .menu-search-bar input:focus {
    background: #eb8b00
}

.mega-menu[data-color=orange-invert] .menu-mobile-collapse-trigger {
    background: #cc7900
}

.mega-menu[data-color=orange-invert] .menu-mobile-collapse-trigger:hover {
    background: #995b00
}

.mega-menu[data-color=orange-invert] .drop-down-multilevel li:hover {
    background: #eb8b00
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange-invert] .drop-down-multilevel li.activeTrigger {
        background: #eb8b00
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=orange-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #eb8b00
    }
}

.mega-menu[data-color=orange-invert] .drop-down input[type=submit],
.mega-menu[data-color=orange-invert] .drop-down input[type=button],
.mega-menu[data-color=orange-invert] .drop-down button[type=submit],
.mega-menu[data-color=orange-invert] .drop-down button[type=reset],
.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=reset] {
    background: #eb8b00
}

.mega-menu[data-color=orange-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=orange-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=orange-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=orange-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #ff9700
}

.mega-menu[data-color=orange-invert] .drop-down a:hover,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar a:hover {
    color: #eb8b00
}

.mega-menu[data-color=orange-invert] .drop-down::-moz-selection,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar::-moz-selection {
    background: #ffb852
}

.mega-menu[data-color=orange-invert] .drop-down::selection,
.mega-menu[data-color=orange-invert] .drop-down-tab-bar::selection {
    background: #ffb852
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=orange-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=orange-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=orange-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=orange-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=orange-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=orange-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=orange-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=orange-invert].vertical-right .menu-search-bar label {
        background: #eb8b00
    }
}

.mega-menu[data-color=pink]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=pink] .menu-logo>li>a:hover {
    background-color: #ea1e63
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=pink] .menu-links>li.activeTriggerMobile {
        background-color: #ea1e63
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink] .menu-links>li.activeTrigger {
        background-color: #ea1e63
    }
}

.mega-menu[data-color=pink] .menu-links>li.active {
    background-color: #ea1e63
}

.mega-menu[data-color=pink] .menu-links>li:hover {
    background-color: #ea1e63
}

.mega-menu[data-color=pink] .menu-search-bar li:hover i.fa.fa-search {
    background: #ea1e63
}

.mega-menu[data-color=pink] .menu-search-bar input:focus {
    background: #ea1e63
}

.mega-menu[data-color=pink] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=pink] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=pink] .drop-down-multilevel li:hover {
    background: #ea1e63
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink] .drop-down-multilevel li.activeTrigger {
        background: #ea1e63
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=pink] .drop-down-multilevel li.activeTriggerMobile {
        background: #ea1e63
    }
}

.mega-menu[data-color=pink] .drop-down input[type=submit],
.mega-menu[data-color=pink] .drop-down input[type=button],
.mega-menu[data-color=pink] .drop-down button[type=submit],
.mega-menu[data-color=pink] .drop-down button[type=reset],
.mega-menu[data-color=pink] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=pink] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=pink] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=pink] .drop-down-tab-bar button[type=reset] {
    background: #ea1e63
}

.mega-menu[data-color=pink] .drop-down input[type=submit]:hover,
.mega-menu[data-color=pink] .drop-down input[type=button]:hover,
.mega-menu[data-color=pink] .drop-down button[type=submit]:hover,
.mega-menu[data-color=pink] .drop-down button[type=reset]:hover,
.mega-menu[data-color=pink] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=pink] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=pink] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=pink] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=pink] .drop-down a:hover,
.mega-menu[data-color=pink] .drop-down-tab-bar a:hover {
    color: #ea1e63
}

.mega-menu[data-color=pink] .drop-down::-moz-selection,
.mega-menu[data-color=pink] .drop-down-tab-bar::-moz-selection {
    background: #f37ba4
}

.mega-menu[data-color=pink] .drop-down::selection,
.mega-menu[data-color=pink] .drop-down-tab-bar::selection {
    background: #f37ba4
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink].vertical-left .menu-search-bar input,
    .mega-menu[data-color=pink].vertical-left .menu-search-bar li,
    .mega-menu[data-color=pink].vertical-left .menu-search-bar form,
    .mega-menu[data-color=pink].vertical-left .menu-search-bar label,
    .mega-menu[data-color=pink].vertical-right .menu-search-bar input,
    .mega-menu[data-color=pink].vertical-right .menu-search-bar li,
    .mega-menu[data-color=pink].vertical-right .menu-search-bar form,
    .mega-menu[data-color=pink].vertical-right .menu-search-bar label {
        background: #ea1e63
    }
}

.mega-menu[data-color=pink-invert]>section.menu-list-items {
    background-color: #ec3573
}

.mega-menu[data-color=pink-invert] .menu-logo>li>a:hover {
    background-color: #da1457
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=pink-invert] .menu-links>li.activeTriggerMobile {
        background-color: #da1457
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink-invert] .menu-links>li.activeTrigger {
        background-color: #da1457
    }
}

.mega-menu[data-color=pink-invert] .menu-links>li.active {
    background-color: #da1457
}

.mega-menu[data-color=pink-invert] .menu-links>li:hover {
    background-color: #da1457
}

.mega-menu[data-color=pink-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #da1457
}

.mega-menu[data-color=pink-invert] .menu-search-bar input:focus {
    background: #da1457
}

.mega-menu[data-color=pink-invert] .menu-mobile-collapse-trigger {
    background: #da1457
}

.mega-menu[data-color=pink-invert] .menu-mobile-collapse-trigger:hover {
    background: #ab1045
}

.mega-menu[data-color=pink-invert] .drop-down-multilevel li:hover {
    background: #da1457
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink-invert] .drop-down-multilevel li.activeTrigger {
        background: #da1457
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=pink-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #da1457
    }
}

.mega-menu[data-color=pink-invert] .drop-down input[type=submit],
.mega-menu[data-color=pink-invert] .drop-down input[type=button],
.mega-menu[data-color=pink-invert] .drop-down button[type=submit],
.mega-menu[data-color=pink-invert] .drop-down button[type=reset],
.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=reset] {
    background: #da1457
}

.mega-menu[data-color=pink-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=pink-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=pink-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=pink-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #ec3573
}

.mega-menu[data-color=pink-invert] .drop-down a:hover,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar a:hover {
    color: #da1457
}

.mega-menu[data-color=pink-invert] .drop-down::-moz-selection,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar::-moz-selection {
    background: #f16494
}

.mega-menu[data-color=pink-invert] .drop-down::selection,
.mega-menu[data-color=pink-invert] .drop-down-tab-bar::selection {
    background: #f16494
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=pink-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=pink-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=pink-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=pink-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=pink-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=pink-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=pink-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=pink-invert].vertical-right .menu-search-bar label {
        background: #da1457
    }
}

.mega-menu[data-color=purple]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=purple] .menu-logo>li>a:hover {
    background-color: #9c28b1
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=purple] .menu-links>li.activeTriggerMobile {
        background-color: #9c28b1
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple] .menu-links>li.activeTrigger {
        background-color: #9c28b1
    }
}

.mega-menu[data-color=purple] .menu-links>li.active {
    background-color: #9c28b1
}

.mega-menu[data-color=purple] .menu-links>li:hover {
    background-color: #9c28b1
}

.mega-menu[data-color=purple] .menu-search-bar li:hover i.fa.fa-search {
    background: #9c28b1
}

.mega-menu[data-color=purple] .menu-search-bar input:focus {
    background: #9c28b1
}

.mega-menu[data-color=purple] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=purple] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=purple] .drop-down-multilevel li:hover {
    background: #9c28b1
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple] .drop-down-multilevel li.activeTrigger {
        background: #9c28b1
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=purple] .drop-down-multilevel li.activeTriggerMobile {
        background: #9c28b1
    }
}

.mega-menu[data-color=purple] .drop-down input[type=submit],
.mega-menu[data-color=purple] .drop-down input[type=button],
.mega-menu[data-color=purple] .drop-down button[type=submit],
.mega-menu[data-color=purple] .drop-down button[type=reset],
.mega-menu[data-color=purple] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=purple] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=purple] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=purple] .drop-down-tab-bar button[type=reset] {
    background: #9c28b1
}

.mega-menu[data-color=purple] .drop-down input[type=submit]:hover,
.mega-menu[data-color=purple] .drop-down input[type=button]:hover,
.mega-menu[data-color=purple] .drop-down button[type=submit]:hover,
.mega-menu[data-color=purple] .drop-down button[type=reset]:hover,
.mega-menu[data-color=purple] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=purple] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=purple] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=purple] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=purple] .drop-down a:hover,
.mega-menu[data-color=purple] .drop-down-tab-bar a:hover {
    color: #9c28b1
}

.mega-menu[data-color=purple] .drop-down::-moz-selection,
.mega-menu[data-color=purple] .drop-down-tab-bar::-moz-selection {
    background: #c963dc
}

.mega-menu[data-color=purple] .drop-down::selection,
.mega-menu[data-color=purple] .drop-down-tab-bar::selection {
    background: #c963dc
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple].vertical-left .menu-search-bar input,
    .mega-menu[data-color=purple].vertical-left .menu-search-bar li,
    .mega-menu[data-color=purple].vertical-left .menu-search-bar form,
    .mega-menu[data-color=purple].vertical-left .menu-search-bar label,
    .mega-menu[data-color=purple].vertical-right .menu-search-bar input,
    .mega-menu[data-color=purple].vertical-right .menu-search-bar li,
    .mega-menu[data-color=purple].vertical-right .menu-search-bar form,
    .mega-menu[data-color=purple].vertical-right .menu-search-bar label {
        background: #9c28b1
    }
}

.mega-menu[data-color=purple-invert]>section.menu-list-items {
    background-color: #ae2dc6
}

.mega-menu[data-color=purple-invert] .menu-logo>li>a:hover {
    background-color: #9125a5
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=purple-invert] .menu-links>li.activeTriggerMobile {
        background-color: #9125a5
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple-invert] .menu-links>li.activeTrigger {
        background-color: #9125a5
    }
}

.mega-menu[data-color=purple-invert] .menu-links>li.active {
    background-color: #9125a5
}

.mega-menu[data-color=purple-invert] .menu-links>li:hover {
    background-color: #9125a5
}

.mega-menu[data-color=purple-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #9125a5
}

.mega-menu[data-color=purple-invert] .menu-search-bar input:focus {
    background: #9125a5
}

.mega-menu[data-color=purple-invert] .menu-mobile-collapse-trigger {
    background: #8a239c
}

.mega-menu[data-color=purple-invert] .menu-mobile-collapse-trigger:hover {
    background: #651a73
}

.mega-menu[data-color=purple-invert] .drop-down-multilevel li:hover {
    background: #9125a5
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple-invert] .drop-down-multilevel li.activeTrigger {
        background: #9125a5
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=purple-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #9125a5
    }
}

.mega-menu[data-color=purple-invert] .drop-down input[type=submit],
.mega-menu[data-color=purple-invert] .drop-down input[type=button],
.mega-menu[data-color=purple-invert] .drop-down button[type=submit],
.mega-menu[data-color=purple-invert] .drop-down button[type=reset],
.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=reset] {
    background: #9125a5
}

.mega-menu[data-color=purple-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=purple-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=purple-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=purple-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #ae2dc6
}

.mega-menu[data-color=purple-invert] .drop-down a:hover,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar a:hover {
    color: #9125a5
}

.mega-menu[data-color=purple-invert] .drop-down::-moz-selection,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar::-moz-selection {
    background: #c557d9
}

.mega-menu[data-color=purple-invert] .drop-down::selection,
.mega-menu[data-color=purple-invert] .drop-down-tab-bar::selection {
    background: #c557d9
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=purple-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=purple-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=purple-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=purple-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=purple-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=purple-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=purple-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=purple-invert].vertical-right .menu-search-bar label {
        background: #9125a5
    }
}

.mega-menu[data-color=red]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=red] .menu-logo>li>a:hover {
    background-color: #f44236
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=red] .menu-links>li.activeTriggerMobile {
        background-color: #f44236
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red] .menu-links>li.activeTrigger {
        background-color: #f44236
    }
}

.mega-menu[data-color=red] .menu-links>li.active {
    background-color: #f44236
}

.mega-menu[data-color=red] .menu-links>li:hover {
    background-color: #f44236
}

.mega-menu[data-color=red] .menu-search-bar li:hover i.fa.fa-search {
    background: #f44236
}

.mega-menu[data-color=red] .menu-search-bar input:focus {
    background: #f44236
}

.mega-menu[data-color=red] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=red] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=red] .drop-down-multilevel li:hover {
    background: #f44236
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red] .drop-down-multilevel li.activeTrigger {
        background: #f44236
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=red] .drop-down-multilevel li.activeTriggerMobile {
        background: #f44236
    }
}

.mega-menu[data-color=red] .drop-down input[type=submit],
.mega-menu[data-color=red] .drop-down input[type=button],
.mega-menu[data-color=red] .drop-down button[type=submit],
.mega-menu[data-color=red] .drop-down button[type=reset],
.mega-menu[data-color=red] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=red] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=red] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=red] .drop-down-tab-bar button[type=reset] {
    background: #f44236
}

.mega-menu[data-color=red] .drop-down input[type=submit]:hover,
.mega-menu[data-color=red] .drop-down input[type=button]:hover,
.mega-menu[data-color=red] .drop-down button[type=submit]:hover,
.mega-menu[data-color=red] .drop-down button[type=reset]:hover,
.mega-menu[data-color=red] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=red] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=red] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=red] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=red] .drop-down a:hover,
.mega-menu[data-color=red] .drop-down-tab-bar a:hover {
    color: #f44236
}

.mega-menu[data-color=red] .drop-down::-moz-selection,
.mega-menu[data-color=red] .drop-down-tab-bar::-moz-selection {
    background: #f99d97
}

.mega-menu[data-color=red] .drop-down::selection,
.mega-menu[data-color=red] .drop-down-tab-bar::selection {
    background: #f99d97
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red].vertical-left .menu-search-bar input,
    .mega-menu[data-color=red].vertical-left .menu-search-bar li,
    .mega-menu[data-color=red].vertical-left .menu-search-bar form,
    .mega-menu[data-color=red].vertical-left .menu-search-bar label,
    .mega-menu[data-color=red].vertical-right .menu-search-bar input,
    .mega-menu[data-color=red].vertical-right .menu-search-bar li,
    .mega-menu[data-color=red].vertical-right .menu-search-bar form,
    .mega-menu[data-color=red].vertical-right .menu-search-bar label {
        background: #f44236
    }
}

.mega-menu[data-color=red-invert]>section.menu-list-items {
    background-color: #f5594e
}

.mega-menu[data-color=red-invert] .menu-logo>li>a:hover {
    background-color: #f32b1e
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=red-invert] .menu-links>li.activeTriggerMobile {
        background-color: #f32b1e
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red-invert] .menu-links>li.activeTrigger {
        background-color: #f32b1e
    }
}

.mega-menu[data-color=red-invert] .menu-links>li.active {
    background-color: #f32b1e
}

.mega-menu[data-color=red-invert] .menu-links>li:hover {
    background-color: #f32b1e
}

.mega-menu[data-color=red-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #f32b1e
}

.mega-menu[data-color=red-invert] .menu-search-bar input:focus {
    background: #f32b1e
}

.mega-menu[data-color=red-invert] .menu-mobile-collapse-trigger {
    background: #f32b1e
}

.mega-menu[data-color=red-invert] .menu-mobile-collapse-trigger:hover {
    background: #d2180b
}

.mega-menu[data-color=red-invert] .drop-down-multilevel li:hover {
    background: #f32b1e
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red-invert] .drop-down-multilevel li.activeTrigger {
        background: #f32b1e
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=red-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #f32b1e
    }
}

.mega-menu[data-color=red-invert] .drop-down input[type=submit],
.mega-menu[data-color=red-invert] .drop-down input[type=button],
.mega-menu[data-color=red-invert] .drop-down button[type=submit],
.mega-menu[data-color=red-invert] .drop-down button[type=reset],
.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=reset] {
    background: #f32b1e
}

.mega-menu[data-color=red-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=red-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=red-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=red-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #f5594e
}

.mega-menu[data-color=red-invert] .drop-down a:hover,
.mega-menu[data-color=red-invert] .drop-down-tab-bar a:hover {
    color: #f32b1e
}

.mega-menu[data-color=red-invert] .drop-down::-moz-selection,
.mega-menu[data-color=red-invert] .drop-down-tab-bar::-moz-selection {
    background: #f8867f
}

.mega-menu[data-color=red-invert] .drop-down::selection,
.mega-menu[data-color=red-invert] .drop-down-tab-bar::selection {
    background: #f8867f
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=red-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=red-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=red-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=red-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=red-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=red-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=red-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=red-invert].vertical-right .menu-search-bar label {
        background: #f32b1e
    }
}

.mega-menu[data-color=teal]>section.menu-list-items {
    background-color: #333
}

.mega-menu[data-color=teal] .menu-logo>li>a:hover {
    background-color: #009788
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=teal] .menu-links>li.activeTriggerMobile {
        background-color: #009788
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal] .menu-links>li.activeTrigger {
        background-color: #009788
    }
}

.mega-menu[data-color=teal] .menu-links>li.active {
    background-color: #009788
}

.mega-menu[data-color=teal] .menu-links>li:hover {
    background-color: #009788
}

.mega-menu[data-color=teal] .menu-search-bar li:hover i.fa.fa-search {
    background: #009788
}

.mega-menu[data-color=teal] .menu-search-bar input:focus {
    background: #009788
}

.mega-menu[data-color=teal] .menu-mobile-collapse-trigger {
    background: #1a1a1a
}

.mega-menu[data-color=teal] .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu[data-color=teal] .drop-down-multilevel li:hover {
    background: #009788
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal] .drop-down-multilevel li.activeTrigger {
        background: #009788
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=teal] .drop-down-multilevel li.activeTriggerMobile {
        background: #009788
    }
}

.mega-menu[data-color=teal] .drop-down input[type=submit],
.mega-menu[data-color=teal] .drop-down input[type=button],
.mega-menu[data-color=teal] .drop-down button[type=submit],
.mega-menu[data-color=teal] .drop-down button[type=reset],
.mega-menu[data-color=teal] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=teal] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=teal] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=teal] .drop-down-tab-bar button[type=reset] {
    background: #009788
}

.mega-menu[data-color=teal] .drop-down input[type=submit]:hover,
.mega-menu[data-color=teal] .drop-down input[type=button]:hover,
.mega-menu[data-color=teal] .drop-down button[type=submit]:hover,
.mega-menu[data-color=teal] .drop-down button[type=reset]:hover,
.mega-menu[data-color=teal] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=teal] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=teal] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=teal] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

.mega-menu[data-color=teal] .drop-down a:hover,
.mega-menu[data-color=teal] .drop-down-tab-bar a:hover {
    color: #009788
}

.mega-menu[data-color=teal] .drop-down::-moz-selection,
.mega-menu[data-color=teal] .drop-down-tab-bar::-moz-selection {
    background: #00fde4
}

.mega-menu[data-color=teal] .drop-down::selection,
.mega-menu[data-color=teal] .drop-down-tab-bar::selection {
    background: #00fde4
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal].vertical-left .menu-search-bar input,
    .mega-menu[data-color=teal].vertical-left .menu-search-bar li,
    .mega-menu[data-color=teal].vertical-left .menu-search-bar form,
    .mega-menu[data-color=teal].vertical-left .menu-search-bar label,
    .mega-menu[data-color=teal].vertical-right .menu-search-bar input,
    .mega-menu[data-color=teal].vertical-right .menu-search-bar li,
    .mega-menu[data-color=teal].vertical-right .menu-search-bar form,
    .mega-menu[data-color=teal].vertical-right .menu-search-bar label {
        background: #009788
    }
}

.mega-menu[data-color=teal-invert]>section.menu-list-items {
    background-color: #009788
}

.mega-menu[data-color=teal-invert] .menu-logo>li>a:hover {
    background-color: #007e71
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=teal-invert] .menu-links>li.activeTriggerMobile {
        background-color: #007e71
    }
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal-invert] .menu-links>li.activeTrigger {
        background-color: #007e71
    }
}

.mega-menu[data-color=teal-invert] .menu-links>li.active {
    background-color: #007e71
}

.mega-menu[data-color=teal-invert] .menu-links>li:hover {
    background-color: #007e71
}

.mega-menu[data-color=teal-invert] .menu-search-bar li:hover i.fa.fa-search {
    background: #007e71
}

.mega-menu[data-color=teal-invert] .menu-search-bar input:focus {
    background: #007e71
}

.mega-menu[data-color=teal-invert] .menu-mobile-collapse-trigger {
    background: #00645a
}

.mega-menu[data-color=teal-invert] .menu-mobile-collapse-trigger:hover {
    background: #00312c
}

.mega-menu[data-color=teal-invert] .drop-down-multilevel li:hover {
    background: #007e71
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal-invert] .drop-down-multilevel li.activeTrigger {
        background: #007e71
    }
}

@media screen and (max-width:991px) {
    .mega-menu[data-color=teal-invert] .drop-down-multilevel li.activeTriggerMobile {
        background: #007e71
    }
}

.mega-menu[data-color=teal-invert] .drop-down input[type=submit],
.mega-menu[data-color=teal-invert] .drop-down input[type=button],
.mega-menu[data-color=teal-invert] .drop-down button[type=submit],
.mega-menu[data-color=teal-invert] .drop-down button[type=reset],
.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=submit],
.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=button],
.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=submit],
.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=reset] {
    background: #007e71
}

.mega-menu[data-color=teal-invert] .drop-down input[type=submit]:hover,
.mega-menu[data-color=teal-invert] .drop-down input[type=button]:hover,
.mega-menu[data-color=teal-invert] .drop-down button[type=submit]:hover,
.mega-menu[data-color=teal-invert] .drop-down button[type=reset]:hover,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=submit]:hover,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=button]:hover,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=submit]:hover,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=reset]:hover {
    background-color: #009788
}

.mega-menu[data-color=teal-invert] .drop-down a:hover,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar a:hover {
    color: #007e71
}

.mega-menu[data-color=teal-invert] .drop-down::-moz-selection,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar::-moz-selection {
    background: #00e4cd
}

.mega-menu[data-color=teal-invert] .drop-down::selection,
.mega-menu[data-color=teal-invert] .drop-down-tab-bar::selection {
    background: #00e4cd
}

@media screen and (min-width:992px) {
    .mega-menu[data-color=teal-invert].vertical-left .menu-search-bar input,
    .mega-menu[data-color=teal-invert].vertical-left .menu-search-bar li,
    .mega-menu[data-color=teal-invert].vertical-left .menu-search-bar form,
    .mega-menu[data-color=teal-invert].vertical-left .menu-search-bar label,
    .mega-menu[data-color=teal-invert].vertical-right .menu-search-bar input,
    .mega-menu[data-color=teal-invert].vertical-right .menu-search-bar li,
    .mega-menu[data-color=teal-invert].vertical-right .menu-search-bar form,
    .mega-menu[data-color=teal-invert].vertical-right .menu-search-bar label {
        background: #007e71
    }
}

.sub-menu h4 {
    color: #216683 !important;
    font-size: 0.9em !important;
}

header {
    background: #fff;
    padding-bottom: 28px;
}

#header {
    background: #fff;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    max-width: 1280px;
    width: 100%;
}

#header img {
    margin-left: 10px;
}

#header #bandeau-header {
    position: absolute;
    right: 0;
    /*top: 25px;*/
	top: 3px;
    z-index: 1;
}

#menu-0 {
    background: #216683;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    width: 100%;
    font-family: Verdena, sans-serif;
    clear: both;
    box-sizing: border-box;
}

#menu-0 ul {
    text-align: right;
    list-style: none;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
}

#menu-0 ul li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px;
}

#menu-0 ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

#menu-0 ul li a.active {
    font-weight: 700;
}

.circle {
    background: #000;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    transition: all .3s ease-in-out;
}

.circle:hover {
    border-radius: 0;
    cursor: pointer;
}

.text {
    color: #fff;
    opacity: 0;
    text-align: center;
    padding-top: 0px;
    transition: all .3s ease-in-out;
}

.circle:hover .text {
    padding-top: 40px;
    opacity: 1;
}

.content {
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    float: none;
    position: relative;
    max-width: 1280px;
    width: 100%;
    font-size: 16px;
    font-family: Verdena, sans-serif;
    clear: both;
    box-sizing: border-box;
}

@media (max-width:768px) {
    .content {
        padding: 15px;
    }
}

.owl-item-custom {
    width: 100%;
    height: 200px;
    background: #fff;
    border: 1px solid #c1c1c1;
    padding: 10px;
}

.owl-item-custom h4 {
    font-size: 14px;
    color: #216683;
    font-weight: 700;
}

.owl-item-custom p {
    font-size: 13px;
}

.title {
    font-size: 1.3em;
    color: #216683;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-link {
    display: block;
    padding: 0 0 2px 17px;
    font-size: 13px;
    background: url(../images/fleche_level2_over.png) 0 2px no-repeat;
    color: #333333;
}

.stop_loop {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-top: 7px;
}

@media screen and (min-width:768px) {
    .owl-item-custom .col-md-4 img {
        max-height: 130px;
    }
    .description {
        display: block;
    }
    .owl-thumbs {
        text-align: center;
        margin-top: 10px;
    }
    .owl-thumbnail {
        width: 156px;
        height: 141px;
        text-align: left;
        ;
        ;
    }
    .owl-thumb-item {
        outline: none;
        height: 130px;
        background: transparent;
        border: 1px solid #8598A8;
        border-style: dotted;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        ;
        ;
    }
    .owl-thumb-item:last-child {
        border-right: 0;
    }
    .owl-thumbnail img {
        width: 115px;
        height: 65px;
        object-fit: cover;
    }
    .thumb-title {
        color: #333333;
        display: block;
        font-size: 0.688em;
        margin: 2px 0 0 3px;
        line-height: 100%;
        font-family: 'Helvetica';
        text-decoration: none;
        margin-top: 10px;
    }
    .thumb-title:hover {
        color: #216683;
        text-decoration: underline;
    }
    .thumb-img {
        background: #fff;
        width: 130px;
        height: 80px;
        text-align: center;
        padding: 7px;
        border: 1px solid #ddd;
        box-shadow: 0px 0px 6px #ddd;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .description-link {
        display: none;
    }
    .owl-item-custom .col-md-4 img {
        height: 120px;
    }
    .owl-item-custom .col-md-4 img {
        height: 115px;
    }
    .description {
        display: none;
    }
    .owl-thumbs {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .owl-thumbnail {
        width: 85px;
        height: 100px;
        object-fit: cover;
        text-align: left;
    }
    .owl-thumb-item {
        ;
        outline: none;
        height: 95px;
        background: transparent;
        border-width: 2px;
        width: 30%;
        margin: 0;
        border: none;
        ;
        display: inline-block;
    }
    .owl-thumbnail img {
        width: 75px;
        height: 80px;
        object-fit: cover;
    }
    .thumb-title {
        color: #333333;
        display: none;
        font-size: 0.688em;
        margin: 2px 0 0 3px;
        line-height: 100%;
        font-family: 'Helvetica';
        text-decoration: none;
        margin-top: 10px;
        margin-left: -5px;
    }
    .thumb-title:hover {
        color: #216683;
        text-decoration: underline;
    }
    .thumb-img {
        background: #fff;
        width: 85px;
        height: 90px;
        text-align: center;
        padding-top: 5px;
    }
}

h2 {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Helvetica';
}

div.bloc {
    margin-bottom: 17px;
}

div.bloc div.haut {
    width: 100%;
    height: 31px;
}

div.bloc div.haut h2 {
    padding: 5px 10px 12px 10px;
    margin: 3px 7px 0 0;
    background: #216683;
    font-weight: 600;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

div.bloc div.haut div {
    height: 31px;
    float: left;
}

div.bloc div.haut .gauche {
    width: 31px;
}

div.bloc div.milieu {
    color: #333333;
    width: 100%;
    padding: 15px;
    background: #ebebeb;
    background: -moz-linear-gradient(left, #ebebeb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ebebeb 0%, #ffffff 100%);
    background: linear-gradient(to right, #ebebeb 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 8px;
    margin-top: -2px;
    position: relative;
}

div.bloc div.milieu div.bar {
    height: 1px;
    border-bottom: 1px solid #CCCCCC;
    width: 231px;
    margin: 5px 5px 3px 5px;
}

div.bloc div.milieu h3 {
    color: #333333;
    font-family: helvetica;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

div.bloc div.milieu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.bloc div.milieu ul li {
    padding-top: 5px;
    margin: 0;
    list-style-type: none;
    font-size: 0.80em;
}

div.bloc form,
div.bloc h3 {
    padding: 0;
    margin: 0;
}

div.contact div.gauche {
    background: url('../images/bloc_picto.png') 8px 3px no-repeat;
}

div.contact div.milieu div.text {
    font-size: 0.688em;
    font-weight: normal;
    margin-bottom: 0.625em;
    color: #333;
    opacity: 1;
    text-align: left;
}

div.contact div.milieu a.lien-puce {
    font-size: 0.688em;
    color: #333;
}

div.contact div.milieu a.lien-puce:hover {
    color: #216683;
    text-decoration: underline;
}

.lien-puce {
    display: block;
    padding: 0 0 2px 0;
    /*background: url(../images/fleche_level2_over.png) 0 2px no-repeat;*/
    color: #333333;
}

div.newsletter div.gauche {
    background: url('../images/bloc_picto.png') 8px -56px no-repeat;
}

div.newsletter div.milieu div.text {
    font-size: 0.688em;
    font-weight: normal;
    margin-bottom: 0.625em;
    line-height: 150%;
    color: #333;
    opacity: 1;
    text-align: left;
}

div.newsletter div.milieu div.email {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 11px #ddd;
}

div.newsletter div.milieu input.email {
    margin: 6px 7px 2px 6px;
    width: 95%;
    height: 19px;
    border: 0;
    outline: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
}

div.newsletter p.derniere-edition {
    margin: 5px 0 0 2px;
    padding: 5px 0px;
    font-size: 0.688em;
}

div.newsletter input.lien-puce {
    margin-bottom: 2px;
    font-size: 1em;
    border: 0;
    outline: none;
    text-decoration: underline;
    background: transparent;
    display: inline;
    padding: 0;
}

div.sondage div.gauche {
    background: url('../images/bloc_picto.png') 8px -118px no-repeat;
}

div.sondage h3 {
    font-size: 0.813em;
    font-weight: bold;
    margin-top: 10px;
}

div.sondage .sondage-progress {
    background: #e5007f;
    background: -moz-linear-gradient(top, #e5007f 0%, #c1006c 100%);
    background: -webkit-linear-gradient(top, #e5007f 0%, #c1006c 100%);
    background: linear-gradient(to bottom, #e5007f 0%, #c1006c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5007f', endColorstr='#c1006c', GradientType=0);
    height: 100%;
}

div.sondage ul {
    padding: 0.3em 0 0 0;
    margin: 0;
}

div.sondage ul.reponse {
    padding: 0.5em 0 0 8px;
}

div.sondage ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0.75em;
}

div.sondage div.bouton {
    padding: 8px 0 5px 10px;
}

div.sondage input.lien-puce {
    font-size: 0.688em;
    outline: none;
    border: none;
    text-decoration: underline;
    background: transparent;
    display: inline-block;
}

div.sondage ul.resultats {
    padding: 0;
    margin-top: 10px;
}

div.sondage ul.resultats div.fond_barre {
    width: 100%;
    height: 13px;
    background: #CCCCCC;
    margin-bottom: 13px;
}

div.sondage ul.resultats div.barre {
    height: 13px;
    background: url('../images/sondage_barre.png') repeat-x;
}

div.sondage h3.a-lire {
    font-size: 0.875em;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
}

div.sondage ul.a-lire li {
    padding: 0 0 10px 2px;
}

div.sondage ul.a-lire li a {
    font-size: 0.917em;
}

div.flux div.milieu {
    width: 100%;
    padding: 10px 5px;
}

div.flux div.milieu h2 {
    display: inline;
    color: #333333;
    text-transform: none;
    font-family: 'Verdana';
    font-size: 0.75em;
    font-weight: normal;
}

div.flux div.milieu img {
    vertical-align: middle;
}

div.flux div.milieu img.logo {
    margin-left: 14px;
}

div.flux div.bas {
    height: 8px;
    background-position: 0px -2px;
}

.left-title {
    font-size: 1.2em;
    color: #216683;
    margin: 0;
    width: auto;
    font-family: 'Helvetica';
    font-weight: 600;
}

.col-right-dotted {
    border: 1px solid #8598A8;
    border-style: dotted;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.paragraph-content {
    margin-top: 20px;
}

.paragraph-content .col-md-8 p {
    font-size: 0.9em;
    color: #333333;
    margin: 0 10px;
    line-height: 120%;
    font-family: 'Verdana';
}

.paragraph-content .col-md-8 .description-link {
    margin: 5px 10px;
}

.row-paragraph {
    margin-top: 20px;
}

.row-paragraph .col-md-6 {
    margin-bottom: 20px;
}

.row-paragraph .col-md-4 {
    margin-bottom: 20px;
}

.row-paragraph .col-md-8 {
    margin-bottom: 20px;
}

.row-paragraph .col-md-12 p {
    font-size: 0.9em;
    color: #333333;
    margin: 10px 0;
    line-height: 120%;
    font-family: 'Verdana';
}

footer {
    /* width: 100%; */
    background: #216683;
    padding: 15px;
}

.footer ul {
    list-style: none;
    margin-bottom: 0;
}

.footer ul li {
    font-size: 11px;
    ;
    font-family: Verdena;
    padding: 5px 0;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer ul li a:hover {
    font-weight: 600;
}

.footer-raw ul {
    padding: 0;
    margin: 0;
}

.footer-raw2 ul {
    padding: 10px 0;
    margin: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb li {
    padding: 2px 0 0 4px;
    margin: 0;
    height: 15px;
    color: #666666;
    list-style-type: none;
    font-size: 11px;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #666666;
    content: ">\00a0";
}

.breadcrumb a {
    color: #666666;
    text-decoration: none;
    padding: 10px 5px;
}

.bread-home {
    position: relative;
    background: #ffffff;
    border: 1px solid #ddd;
    height: 22px !important;
}

.bread-home:after,
.bread-home:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bread-home:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bread-home:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ddd;
    border-width: 11px;
    margin-top: -11px;
}

.title-static {
    font-size: 1.5em;
    color: #216683;
    margin: 0 0 20px 0;
    width: auto;
    font-family: 'Helvetica';
    border-bottom: 1px solid #BBBBBB;
    font-weight: 600;
    margin: 0 0 10px 0;
}

#rs_content p {
    font-size: 0.9em;
    color: #333;
    /* line-height: 17px; 08 2018*/
}

#rs_content h3 {
    font-weight: bold;
    color: #333;
    font-size: 1.17em;
}

#rs_content a {
    color: #216683;
}

#rs_content .accroche {
    margin-bottom: 10px;
}

#rs_content .accroche .img-responsive {
    margin: 0 auto;
}

#rs_content .a-savoir h3 {
    color: #216683;
}

#rs_content .a-savoir .contenu {
    background: #eceded;
    background: -moz-linear-gradient(left, #eceded 0%, #ffffff 50%, #eceded 100%);
    background: -webkit-linear-gradient(left, #eceded 0%, #ffffff 50%, #eceded 100%);
    background: linear-gradient(to right, #eceded 0%, #ffffff 50%, #eceded 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#eceded', GradientType=1);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
    padding: 7px 15px 0;
    margin-bottom: 25px;
}

#rs_content .ancre {
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    list-style: none;
}

#rs_content p.ancre-haut-page a {
    font-size: 0.95em;
    display: block;
    padding: 0 0 2px 17px;
    background: url(../images/fleche_haut.png) 0 3px no-repeat;
    color: #333333;
    text-decoration: underline;
}

#rs_content .outils {
    height: 32px;
    margin-bottom: 20px;
}

#rs_content .outils ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#rs_content .outils ul li {
    height: 32px;
    padding: 5px 7px 0px 7px;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    background: #FFFFFF;
    float: left;
}

#rs_content .outils ul li:last-child {
    border-right: 1px solid #AEAEAE;
}

#rs_content .outils ul li:before {
    display: none;
}

#rs_content .outils ul li a {
    color: #E5007F;
}

#rs_content ul {
    margin-left: 0.20in;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}

@media screen and (min-width: 768px) {
    #rs_content ul {
        margin-left: 0.20in;
    }
    #rs_content .outils ul {
        float: right;
    }
}

@media (max-width: 767px) {
    #rs_content ul {
        margin-left: 0;
        padding: 0;
    }
    #rs_content .outils ul {
        float: none;
    }
}

#rs_content ul li {
    line-height: 150%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
    color: #333333;
    font-size: 0.9em;
    padding-left: 11px;
    list-style-type: none;
    margin: 12px 0;
}


#rs_content ul li::before {
    content: "• ";
    font-size: 15px;
    color: #216683;
}


#rs_content p.ancre-haut-page a:hover {
    color: #216683;
}

#rs_content .ancre li {
    padding-bottom: 0px;
    margin-bottom: 4px;
    line-height: 1.1em;
}

#rs_content .ancre li:before {
    content: "";
    font-size: 15px;
    opacity: 0;
}

#rs_content .ancre a {
    margin-bottom: 5px;
    border-width: 0px;
    font-weight: bold;
    background-position: 0px 0px;
    padding: 0 0 0 18px;
    letter-spacing: -0.5px;
    background: url(../images/fleche_level2_over.png) 0 0 no-repeat;
    color: #216683;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .footer {
        margin-top: 40px;
    }
    .footer-raw {
        border: 1px solid #8598A8;
        border-bottom: 0;
        border-left: 0;
        border-top: 0;
    }
    .footer-raw2 .col-md-3 {
        border-right: 1px solid #8598A8;
        min-height: 120px;
        text-align: center;
    }
    .footer-raw2 .col-md-4:last-child {
        border-right: 0;
    }
    .footer-raw .logo-footer {
        margin-top: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .footer-raw .logo-menu-footer {
        margin-top: 25px;
        margin-left: -75px;
    }
}

@media (max-width:767px) {
    .footer {
        height: auto;
        margin: 0 -15px;
    }
    .footer-raw .logo-footer {
        text-align: center;
    }
    .footer-raw .logo-menu-footer {
        margin-top: 20px;
        padding: 0 27px;
    }
    .footer .col-md-4 {
        margin: 15px;
        border-bottom: 1px solid #6494A8;
    }
    .footer .col-md-4:last-child {
        border-bottom: none;
    }
}

.page-title {
    font-size: 1.57em;
    color: #216683;
    font-weight: 600;
    margin: 20px 0 0 0;
    width: auto;
    font-family: 'Helvetica';
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 4px;
}

p.text-intro {
    font-family: 'Helvetica';
    font-size: 0.9em;
    line-height: 170%;
    color: #333;
}

.bloc_contenu-email {
    background: #eceded;
    background: -moz-linear-gradient(left, #eceded 0%, #ffffff 50%, #eceded 100%);
    background: -webkit-linear-gradient(left, #eceded 0%, #ffffff 50%, #eceded 100%);
    background: linear-gradient(to right, #eceded 0%, #ffffff 50%, #eceded 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#eceded', GradientType=1);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
    padding: 15px;
}

.bloc_contenu-email h3 {
    background: url(../images/picto_email.png) 0 4px no-repeat;
    padding-left: 29px;
    color: #666666;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0;
    padding-left: 27px;
    padding-bottom: 40px;
    height: 25px;
    font-family: 'Helvetica';
}

.champsObligatoiresLibelle {
    font-size: 0.6em;
    font-family: 'Verdana';
    color: #333;
}

.bloc_contenu-email label {
    width: 100%;
    font-size: 0.75em;
    font-family: 'Verdana';
    color: #333;
}

.bloc_contenu-email .custom-input {
    width: 100%;
}

.bloc_contenu-email .custom-input:focus {
    box-shadow: none;
    border-color: #ddd;
}

.bloc_contenu-email .form-group {
    width: 100%;
}

.bloc_contenu-email .row-form {
    margin-bottom: 20px;
}

.bloc_contenu-email .btn-submit {
    cursor: pointer;
    margin: 7px 0 0 4px;
    padding: 1px 0 0 20px;
    border: 0;
    width: 182px;
    height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background: #E70081 url(../images/bouton_sondage.png) left bottom no-repeat;
    text-transform: uppercase;
}

.bloc_contenu-email .btn-submit:hover {
    color: #216683;
    background: url(../images/bouton_sondage_over.png) left bottom no-repeat;
}

.contact-description {
    margin-top: 20px;
    margin-bottom: 10px;
    /* ff 08 2018 font-size: 12px;*/
   font-size: 0.6em;
    font-family: Verdana;
    color: #333333;
}

.body-press {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.header-press {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding-bottom: 23px;
}


@media (max-width: 767px) {
    .header-press {
        height: auto;
    }
}

.title-press {
    color: #009DDF;
    font-family: 'Helvetica';
    font-size: 1.57em;
    margin: 15px 0 0 0;
    text-align: center;
    font-weight: bold;
    width: auto;
}

div.liste ul.navigation {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
}

div.liste ul.navigation li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

div.liste ul.navigation li a.fleches {
    display: block;
    margin: 0 4px;
    text-decoration: none;
    border: 0;
    padding-top: 3px;
}

div.liste ul.navigation li a.page {
    display: block;
    width: 23px;
    font-family: 'Helvetica';
    height: 23px;
    padding-top: 3px;
    margin: 0 2px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #3BA9D1;
    border: 1px solid #3BA9D1;
    font-size: 12px;
    border-radius: 7px;
}

div.liste ul.navigation li a.page {
    display: block;
    width: 23px;
    font-family: 'Helvetica';
    height: 23px;
    padding-top: 3px;
    margin: 0 2px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #3BA9D1;
    border: 1px solid #3BA9D1;
    font-size: 12px;
    border-radius: 7px;
}

div.liste ul.navigation.haut li a.page:hover,
div.liste ul.navigation.haut li a.active,
div.liste ul.navigation.bas li a.page:hover,
div.liste ul.navigation.bas li a.active {
    background: #95908E;
    color: #FFFFFF;
    border: 1px solid #95908E;
}

div.liste .navigation.bas {
    margin: 10px 0;
}

div.liste ul.navigation li.next,
div.liste ul.navigation li.previous {
    margin-top: -9px;
}

div.liste ul.navigation li.next a {
    font-size: 32px;
    color: #999999;
    padding: 0 5px;
}

div.liste ul.navigation li.previous a {
    font-size: 32px;
    color: #999999;
    padding: 0 5px;
}

div.liste ul.navigation li.disabled a {
    font-size: 32px;
    color: #E5E5E5;
    padding: 0 5px;
}

div.nouveau.haut {
    background: #ffffff;
    height: 30px;
    margin-top: 7px;
    width: 130px;
    margin-left: 20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 99;
    position: relative;
    box-shadow: 0px -3px 3px 0px #888888;
}

div.nouveau.haut div.titre {
    color: #6c6262;
    text-transform: uppercase;
    padding: 5px 0;
    font-family: 'helvetica';
    font-size: 15px;
    text-align: center;
}

div.nouveau.milieu {
    background: #fff;
    padding: 0 8px;
    box-shadow: 0px 0px 10px #333;
}

div.nouveau.haut span {
    padding: 3px 5px;
    border-radius: 10px;
}

div.press .nouveau.haut span {
    background: #009EE0;
    color: #fff;
}

.liste.press h3 {
    color: #009DDF;
}

div.nouveau.milieu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.nouveau.milieu>ul>li:first-child {
    border-top: 0;
}

div.nouveau.milieu>ul>li {
    border-top: 1px solid #CCCCCC;
    padding: 11px 10px 12px 22px;
}

div.nouveau.milieu ul.liens {
    margin-top: 8px;
}

ul.liens li {
    float: left;
    width: auto;
    margin-right: 15px;
}

.liste .image {
    float: left;
    position: relative;
    width: 69px;
    padding: 9px 0 0 2px;
}

.liste .text {
    padding-top: 7px;
    opacity: 1;
    color: #333;
}

.liste h3 {
    color: #333;
    font-family: 'helvetica';
    font-size: 1.01em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
    text-align: left;
}

.liste p {
    color: #333333;
    font-size: 0.9em;
    line-height: 120%;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.liens {
    margin-top: 8px;
    margin-left: 0px;
    list-style-type: none;
    padding: 0;
}

.liste .lien-puce {
    color: #333333;
    display: block;
    padding: 0 0 2px 17px;
    font-size: 0.73em;
    text-align: left;
    /*background: url(../images/fleche_level2_over_grey.png) no-repeat scroll 0 2px transparent;*/
}

ul.liens li .poids-fichier {
    font-size: 0.625em;
    margin-left: 17px;
    text-align: left;
}

td.gauche div.liste div.pas-nouveaux {
    padding-left: 8px;
    padding-right: 8px;
}

div.pas-nouveaux {
    margin-top: 7px;
    padding-top: 7px;
}

div.pas-nouveaux ul {
    margin: 0;
    padding: 0
}

div.liste div.pas-nouveaux>ul>li {
    border-bottom: 1px solid #CCCCCC;
    padding: 12px 0;
    list-style: none;
}

.poids-fichier {
    color: #999999;
    font-family: 'frutiger';
    font-size: 0.9em;
}

div.footer-press {
    background: url(../images/fond_footer_liens.png) no-repeat;
    height: 98px;
    margin: 35px auto 0 auto;
    padding-top: 74px;
}

div.footer-press ul {
    padding: 0;
}

div.footer-press ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.6em;
    margin: 0.313em 0;
    padding: 0 10px;
}

div.footer-press ul li a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width:768px) {
    div.footer-press {
        width: 1280px;
    }
    div.footer-press ul {
        margin: 0 10%;
    }
    .contact-press .haut .titre h2 {
        background: #009ee0;
    }
}

@media (max-width:767px) {
    div.footer-press {
        width: 100%;
    }
    div.footer-press ul {
        margin: 0 15px;
    }
    div.footer-press .footer-press-mobile {
        background: #C2C0C1;
        height: 75px;
    }
    .contact-press .haut .titre h2 {
        background: #009ee0;
    }
}

.press-right {
    margin-top: 50px;
}

.cacherContenu {
    display: none;
}

div.liste ul.navigation-lexique {
    margin: 0;
    padding: 0;
    right: 0;
    left: 0;
    margin-left: 14px;
}

div.entrepreneur .nouveau.haut span {
    background: #216683;
    color: #E70081;
}

div.liste.entrepreneur ul.navigation li.next,
div.liste.entrepreneur ul.navigation li.previous {
    margin-top: -9px;
}

div.liste.entrepreneur ul.navigation li a.page {
    color: #216683;
    border: 1px solid #216683;
}

div.liste.entrepreneur ul.navigation.haut li a.page:hover,
div.liste.entrepreneur ul.navigation.haut li a.active {
    background: #ea0082;
    background: -moz-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: -webkit-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: linear-gradient(to bottom, #ea0082 0%, #bc0068 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea0082', endColorstr='#bc0068', GradientType=0);
    border-color: #ea0082;
    color: #fff;
}

div.liste.entrepreneur ul.navigation.bas li a.page:hover,
div.liste.entrepreneur ul.navigation.bas li a.active {
    background: #ea0082;
    background: -moz-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: -webkit-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: linear-gradient(to bottom, #ea0082 0%, #bc0068 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea0082', endColorstr='#bc0068', GradientType=0);
    border-color: #ea0082;
    color: #fff;
}

div.liste.entrepreneur ul.navigation-entrepreneur li a:hover {
    background: transparent;
    color: #999;
}

div.liste.entrepreneur ul.navigation-entrepreneur li.disabled a:hover {
    background: transparent;
    color: #E5E5E5;
}

div.liste ul.navigation-entrepreneur li a.active,
div.liste ul.navigation-entrepreneur li a:hover {
    background: #ea0082;
    background: -moz-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: -webkit-linear-gradient(top, #ea0082 0%, #bc0068 100%);
    background: linear-gradient(to bottom, #ea0082 0%, #bc0068 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea0082', endColorstr='#bc0068', GradientType=0);
    border-color: #ea0082;
    color: #fff;
}

.liste.entrepreneur h3 {
    color: #216683;
}

div.liste .lien-puce {
    padding: 0;
    margin-top: 10px;
}

div.liste a.lien-puce:hover {
    color: #216683;
}

div.liste ul.liens li .poids-fichier {
    font-size: 0.625em;
    margin-left: 20px;
    text-align: left;
}

div.liste dl {
    margin: 13px 0 0 0;
    padding: 0;
}

div.liste dt {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

div.liste dt a {
    display: block;
    padding: 4px 0 6px 5px;
    font-size: 0.95em;
    color: #216683;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

div.liste dt a:hover {
    text-decoration: underline;
}

span.arrow-right {
    position: relative;
    background: #ffffff;
    width: 6px;
    height: 8px;
    display: inline-block;
    margin-right: 15px;
}

span.arrow-right:after {
    left: 100%;
    top: -4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffff;
    border-width: 8px;
}

div.liste dd {
    margin: 0 17px 5px 7px;
}

div.liste dd p.terme {
    font-size: 0.95em;
    color: #216683;
    margin: 4px 0;
}

div.liste dd p.definition {
    font-size: 0.7em;
}

.arrow-right-entrepreneur {
    background: #ea0082 !important;
}

.arrow-right-entrepreneur:after {
    border-left-color: #ea0082 !important;
}

.arrow-grey {
    background: #787878 !important;
}

.arrow-grey:after {
    border-left-color: #787878 !important;
}

.liste.entrepreneur .text {
    margin-left: 140px;
}

@media screen and (min-width: 768px) {
    .lexique-liste {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .lexique-liste {
        padding-top: 65px;
    }
    div.liste ul.navigation-entrepreneur li {
        margin-bottom: 5px;
    }
    .liste.entrepreneur {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .liste .image {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .liste.entrepreneur .text {
        margin-left: 0;
    }
}

p.liste-theme {
    font-size: 0.7em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

ul.liste-theme {
    padding: 0;
    margin: 0 0 40px 0;
}

ul.liste-theme li {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-type: none;
    border-left: 2px solid #216683;
    float: left;
    padding: 0 7px;
    line-height: 0.938em;
}

ul.liste-theme li:first-child {
    border-left: 0;
    padding-left: 0;
}

ul.liste-theme li a {
    color: #216683;
    font-family: 'helvetica';
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.single-book ul li {
    border-bottom: none !important;
}

.liste.entrepreneur.single-book h2 {
    color: #216683;
    font-size: 1.57em;
    font-weight: 600
}

@media (max-width: 767px) {
    .liste.entrepreneur.single-book {
        margin-top: -30px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .tabs {
        border-right: 1px solid #ddd;
        padding: 10px 25px;
    }
}

.tabs ul li a {
    font-size: 14px !important;
    border-bottom: 1px solid #ddd;
}

.tabs ul li.active a {
    font-weight: 600;
    color: #216683;
}

.tab-content {
    display: none;
}

.yamm {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    max-width: 1280px;
    width: 100%;
    font-size: 16px;
    font-family: Verdena, sans-serif;
    min-height: 55px;
    clear: both;
    margin-top: -25px;
    box-sizing: border-box;
    background: #216683;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: #216683;
}

.owl-carousel .owl-item img{
    display: block;
    width: auto;
    margin: 0 auto;
}
/* The Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 30%;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}
.close {
    color: #216683;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.m-t-10{
    margin-top: 10px;
}
.m-l-10{
    margin-left: 10px;
}
.m-v-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.show-sm{
    display: none;
}
.voir-aussi h3{
    color: #216683;
    font-family: helvetica;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.voir-aussi ul{
    list-style: none;
    -webkit-padding-start: 0;
    margin-top: 10px;
}
.voir-aussi ul li{
    padding-top: 5px;
    margin: 0;
    list-style-type: none;
    font-size: 0.8em;
}
.voir-aussi a{
    text-decoration: underline;
    color: #333;
    font-size: 12px;
}
.voir-aussi a.lien-puce{
    text-decoration: underline;
}
.press-text{
    font-size: 0.688em;
    line-height: 2em;
    color: #333;
    text-align: center;
}
.sp-header-mobile{
    display: none;
}
.sp-header-desktop{
    display: block;
}
@media (max-width: 1020px){
    .content {
        padding: 15px;
    }
}
@media (max-width: 991px){
    header {
        padding-bottom: 0px;
    }
    .sp-hide-sm{
        display: none;
    }
    .description {
        display: none;
    }
    .header-press {
        padding-bottom: 0px;
    }
    .header-press img{
        height: 95px;
        margin: auto;
        object-fit: cover;
    }
    #header {
        text-align: center;
    }
    #header #bandeau-header{
        display: none;
    }
    #header img{
        height: 75px;
    }
    .show-sm{
        display: block;
    }
    .sp-header-mobile{
        display: block;
    }
    .sp-header-desktop{
        display: none;
    }
    .mm-menu{
        top: 115px;
        background: #216683;
        border-color: #fff;
        color: #fff;
    }
    .mh-head {
        background: #216683;
        color: #fff;
    }
    .mm-navbar{
        font-size: 15px;
    }
    .mh-head .mh-text{
        font-size: 18px;
    }
    .mm-menu .mm-listview>li .mm-next:after,
    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before{
        border-color: #fff;
    }
    .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
        color: #ffffff;
    }
    .mm-listview>li:not(.mm-divider):after{
        left: 0;
        border-color: #fff;
    }
    .mm-listview>li>a, .mm-listview>li>span{
        padding: 10px;
    }
    .mm-menu .mm-search input{
        background: white;
    }

}
.mobile_search {
    background: #fff;
    border-bottom: 1px solid #ddd;
    opacity: 0;
}

.mobile_search input[type="search"] {
    width: 90%;
    height: 30px;
    border: none;
    padding-left: 15px;
}

.mobile_search button {
    width: 8%;
    margin: 0;
    padding: 6px;
    border: 1px solid #ddd;
    background: #9E9E9E;
    color: #fff;
    outline: none;
}

input[type=checkbox], input[type=radio]{
    margin: 4px 15px 0 0px;
    vertical-align: middle;
}
hr{
    border-color: #ccc;
}

/*FF novembre 2017 - janvier 2018*/
a {text-decoration: none;}

span.subscriptionMessage.subscriptionMessageError {color: red}

.liste h3  a {
    color: #216683 ;
    font-family: 'helvetica';
    font-size: 1.01em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
    text-align: left;
}

ul.liste-theme li.active a { color: #E70081; }
div.row {padding :10px 10px 0 10px } 

body.lexique > div.content > div.row {padding :10px 10px 0 10px } 

i.fa.fa-envelope , i.fa.fa-eye, i.fa.fa-bar-chart-o {margin: 0 5px 0 0}


div.milieu h4  {font-size: 0.9em; color: #216683; font-weight : bold}
div.milieu p {font-size: 0.8em;}

/** retire les disc des liens telecharger , imprimer ... */
#rs_content  div.text ul li:before {
	display: none;
}

#rs_content ul {padding: 8px 0 10px 0;}

#rs_content ul li {
    line-height: 150%;
    color: #333333;
    font-size: 0.9em;
    padding:0 0 0 11px;
    margin: 0 0 0 0;
}

#rs_content .ancre a { font-size: 0.8em;}
#rs_content p { font-size: 0.9em; }

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
    font-size: 1.2em;
	color: #216683;
}

/* A REVOIR sur Tablette pour  max-width: 200px;*/

.mega-menu .menu-search-bar input:focus {
  /* max-width: 120px;*/
	max-width: 200px;
    background: #fff;
    color: #216683;
	font-size: 1.1em;
 /*   padding-left: 0;
	
    padding-left: 10px;
    border-left: 1px solid #216683;
    border-top: 1px solid #216683;
    border-bottom: 1px solid #216683;*/
}

/* A REVOIR sur Tablette pour  width: 100px;*/
.mega-menu .menu-search-bar i.fa.fa-search {width: auto;  text-align: right; padding: 0 8px 0 0; }

/* puce du carroussel Non utilise */
div.puce-position table { margin: auto; /*display: none;*/ }
div.puce-position div { width: 11px; height: 11px; margin: 4px 2px; float: left; }

/* caroussel lien sur titre*/
div.owl-item-custom h4 a {font-size: 14px; color: #216683;font-weight: 700; text-decoration:none}
div.owl-item-custom h4 a:hover {text-decoration:underline;}
p.poscarou {text-align : right; padding: 0 5px 0 0}
p.description a{text-decoration : none; color:#333;}
p a {text-decoration : none; color:#333;}

.mobile_search {opacity: 1;}
.mobile_search input[type="search"] {font-size : 1.2em}

div.liste ul#pagination_haut.navigation.haut li a.fleches { padding-top: 0;}
a.autopromotitre {color: #216683;text-decoration:none}
a.autopromotitre:hover {text-decoration:underline}

div.liste dd p.definition {
    font-size: 0.8em;
}

@media and (max-width: 1020px){
    .content {padding:0 15px 15px 15px; }
	div.row {padding:0}
	#rs_content p.ancre-haut-page a { display:none; visibilty:hidden; }
}

@media and (max-width:768px) {
    .content {padding:0 15px 15px 15px; }
	div.row {padding:0}
	span.arrow-right {display:none}
	div.liste ul.liens li .poids-fichier {margin-left:0;}
	.liste .image {display:none; }
	#rs_content p.ancre-haut-page a { display:none; }
}

div.bloc.quiz.simple input.lien-puce {
    font-size: 0.688em;
    outline: none;
    border: none;
    text-decoration: underline;
    background: transparent;
    display: inline-block;
}

div.quiz.simple .reponse h3 { margin-bottom: 0.3em; color: #333333; font-weight: normal; font-size: 0.85em }
div.bloc.quiz.simple .lien-puce { display: block; padding: 0 0 2px 17px; background: url('/cdb/particuliers/img/fleche_level2_over.png') 0 2px no-repeat; color: #333333; }

.liste_resultats img, div.liste.liste.entrepreneur div.image img {width:115px}

/* FF avril 2018*/
.mega-menu .drop-down h5 a,
.mega-menu .drop-down-tab-bar h5 a {
    font-size: 1.2em; color: #216683;
}

/* FF 30/09/2014 - encart avertissementCNIL*/
.encart_cnil{
	position:relative;
	width:218px;
	padding:14px;
	color:#303030;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:16px;
	border:1px solid #d6d6d6;
	background:#ffffff;
	background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, white 0%, #ededed 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
	background:-webkit-linear-gradient(top, white 0%, #ededed 100%);
	background:-o-linear-gradient(top, white 0%, #ededed 100%);
	background:-ms-linear-gradient(top, white 0%, #ededed 100%);
	background:linear-gradient(to bottom, white 0%, #ededed 100%);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	z-index:10000000001
}

.encart_cnil p{
	margin:10px 0;
	line-height:16px;
	/*text-align:justify;*/
}

.encart_cnil__close{
	float:right;
	margin:-14px -14px 0 0;
	padding:0 10px 0 0;
	color:#616161;
	text-decoration:none;
	font-size:15px;
	line-height:30px
}

.lien-pucecnil { display: block; padding: 0 0 2px 17px; background: url('/cdb/entrepreneurs/img/fleche_level2_over.png') 0 2px no-repeat; color: #333333; }

div.textdp {
    font-size: 0.7em;
	margin: 0 5px 0 5px;
	line-height:110%;
}

div.textdp a {
    color: #216683;
}

div.textdp a:hover {
    color: #216683;
    text-decoration: underline;
}

div.contact-description a {
    color: #216683;
}

div.contact-description a:hover {
    color: #216683;
    text-decoration: underline;
}
