.megamenu_container {
    width: calc(100% - 4px);
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.megamenu_fixed {
    width: inherit;
    position: fixed;
    top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    *width: expression(this.parentNode.currentStyle[ "width"]);
}

.megamenu {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    font-size: 13px;
    line-height: 1;
}

.megamenu>li {
    float: left;
    margin: 0;
    border: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.megamenu>li>a {
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none;
    display: block;
    padding: 9px 8px 9px 8px;
}

.megamenu li.megamenu_button {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.megamenu li.megamenu_right {
    float: right;
    margin-right: -1px;
}

.megamenu li.megamenu_right a {
    margin-right: 5px;
}

.megamenu li .dropdown_container,
.megamenu li .dropdown_fullwidth,
.megamenu li .dropdown_multilevel {
    position: absolute;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    left: -9999em;
    top: -9999em;
    display: block;
    zoom: 1;
    z-index: 9898;
    float: left;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.megamenu li .dropdown_first {
    margin-left: -1px;
}

.megamenu li .droplast_right {
    margin-right: -1px;
}

.megamenu li:hover .dropdown_container {
    top: 45px;
    left: auto;
}

.megamenu li:hover .dropdown_fullwidth {
    top: 45px;
    left: -1px;
}

.megamenu li .dropdown_right {
    right: 0;
}

.megamenu li:hover .dropdown_right {
    top: 45px;
    left: auto;
    right: 0;
}

.megamenu .dropdown_1column {
    width: 8.3334%;
    padding-left: 2%;
    padding-right: 2%;
}

.megamenu .dropdown_2columns {
    width: 16.6667%;
    padding-left: 1%;
    padding-right: 1%;
}

.megamenu .dropdown_3columns {
    width: 25%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.megamenu .dropdown_4columns {
    width: 33.3334%;
    padding-left: 1.333%;
    padding-right: 1.333%;
}

.megamenu .dropdown_5columns {
    width: 41.6667%;
    padding-left: 1.166%;
    padding-right: 1.166%;
}

.megamenu .dropdown_6columns {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}

.megamenu .dropdown_7columns {
    width: 58.3334%;
    padding-left: 0.833%;
    padding-right: 0.833%;
}

.megamenu .dropdown_8columns {
    width: 66.6667%;
    padding-left: 0.666%;
    padding-right: 0.666%;
}

.megamenu .dropdown_9columns {
    width: 75%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.megamenu .dropdown_10columns {
    width: 83.3334%;
    padding-left: 0.333%;
    padding-right: 0.333%;
}

.megamenu .dropdown_11columns {
    width: 91.6667%;
    padding-left: 0.1666%;
    padding-right: 0.1666%;
}

.megamenu .dropdown_12columns,
.megamenu .dropdown_fullwidth {
    width: 100%;
}

.megamenu .col_1,
.megamenu .col_2,
.megamenu .col_3,
.megamenu .col_4,
.megamenu .col_5,
.megamenu .col_6,
.megamenu .col_7,
.megamenu .col_8,
.megamenu .col_9,
.megamenu .col_10,
.megamenu .col_11,
.megamenu .col_12 {
    float: left;
    display: inline;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
    *margin-left: 1.9%;
    *margin-right: 1.9%;
}

.megamenu .col_1 {
    width: 4.33%;
}

.megamenu .col_2 {
    width: 12.66%;
}

.megamenu .col_3 {
    width: 21%;
}

.megamenu .col_4 {
    width: 29.33%;
}

.megamenu .col_5 {
    width: 37.66%;
}

.megamenu .col_6 {
    width: 46%;
}

.megamenu .col_7 {
    width: 54.33%;
}

.megamenu .col_8 {
    width: 62.66%;
}

.megamenu .col_9 {
    width: 71%;
}

.megamenu .col_10 {
    width: 79.33%;
}

.megamenu .col_11 {
    width: 87.66%;
}

.megamenu .col_12 {
    width: 96%;
}

.megamenu .rowcontent {
    clear: left;
    *display: inline;
}

.megamenu .dropdown_flyout,
.megamenu .dropdown_flyout .dropdown_flyout_level {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.megamenu .dropdown_flyout li {
    float: left;
    width: 100%;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.megamenu .dropdown_flyout ul li {
    width: auto;
    padding: 0 10px 3px 10px;
}

.megamenu .dropdown_flyout a {
    display: block;
    width: 12em;
}

.megamenu .dropdown_flyout .dropdown_flyout_level {
    position: absolute;
    margin: 15px 0 0 4px;
    padding: 6px;
    left: -9999em;
    top: -9999em;
    display: block;
    zoom: 1;
    float: left;
}

.megamenu .dropdown_flyout li:hover>.dropdown_flyout_level {
    left: 95%;
    top: -21px;
}

.megamenu .dropdown_flyout li:hover>.dropdown_flyout_level_left {
    left: -108%;
    right: 100%;
}

.megamenu .dropdown_flyout .dropdown_flyout_level ul {
    padding: 4px;
}

.megamenu .dropdown_flyout .dropdown_flyout_level li {
    padding: 2px 3px;
}

.megamenu .dropdown_flyout_level li a {
    line-height: 1.1em;
    font-size: 17px;
}

.megamenu p,
.megamenu h1,
.megamenu h2,
.megamenu h3,
.megamenu h4,
.megamenu h5,
.megamenu h6 {
    padding: 0;
    margin: 0 0 20px;
}

.megamenu>li>div a {
    text-decoration: none;
    outline: none;
}

.megamenu>li>div a:hover {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.megamenu p {
    font-size: 12px;
    line-height: 21px;
}

.megamenu h1,
.megamenu h2,
.megamenu h3,
.megamenu h4,
.megamenu h5,
.megamenu h6 {
    font-weight: 700;
    margin: 0 0 20px 0;
}

.megamenu h1 {
    font-size: 24px;
    line-height: 28px;
}

.megamenu h2 {
    font-size: 20px;
    line-height: 22px;
}

.megamenu h3 {
    font-size: 16px;
    line-height: 20px;
}

.megamenu h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
}

.megamenu h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}

.megamenu h6 {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.megamenu li ul,
.megamenu li ol {
    padding: 0;
    margin: 0 0 18px 20px;
}

.megamenu li ul {
    list-style: none;
}

.megamenu li ol {
    list-style: decimal;
    *margin-left: 22px;
}

.megamenu li ul li,
.megamenu li ol li {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
}

.megamenu li .list_unstyled {
    list-style: none;
    margin-left: 0;
}

.megamenu hr {
    width: 100%;
    height: 0;
    *height: 2px;
    border: none;
    margin-bottom: 24px;
}

.megamenu_light_bar {
    background: #eee;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e8dbb6);
    background: -moz-linear-gradient(top, #ffffff 0%, #e8dbb6);
    background: -o-linear-gradient(top, #ffffff 0%, #e8dbb6);
    background: -ms-linear-gradient(top, #ffffff 0%, #e8dbb6);
    background: linear-gradient(top, #ffffff 0%, #e8dbb6);
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 2px rgb(255 255 255 / 0.7);
    -moz-box-shadow: inset 0 0 2px rgb(255 255 255 / 0.7);
    box-shadow: inset 0 0 2px rgb(255 255 255 / 0.7);
}

.megamenu_light_bar .megamenu {
    color: #212121;
}

.megamenu_light_bar .megamenu>li:hover,
.megamenu_light_bar .megamenu>li.active {
    background: #ddd;
}

.megamenu_light_bar .megamenu li.noactive {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.megamenu_light_bar .megamenu>li>a {
    color: #225790;
}

.megamenu_light_bar .megamenu>li:hover>a {
    color: #254250;
    text-shadow: 1px 1px 1px #fff;
}

.megamenu_light .megamenu li .dropdown_container,
.megamenu_light .megamenu li .dropdown_fullwidth,
.megamenu_light .megamenu li .dropdown_flyout li ul {
    border: 1px solid #ccc;
    border-top-width: 0;
    background: #fafafa;
    color: #212121;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
}

.megamenu_container_vertical .megamenu li .dropdown_container,
.megamenu_container_vertical .megamenu li .dropdown_fullwidth,
.megamenu_container_vertical .megamenu li .dropdown_flyout li ul {
    border-top-width: 1px;
}

.megamenu_light .megamenu li .dropdown_flyout li ul {
    border: 1px solid #ccc;
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent {
    background: url(../img/right-b.png) no-repeat right 9px;
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent:hover,
.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.active {
    background-color: #eee;
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.noactive {
    background-color: #fff0;
}

.megamenu_light .megamenu p,
.megamenu_light .megamenu h1,
.megamenu_light .megamenu h2,
.megamenu_light .megamenu h3,
.megamenu_light .megamenu h4,
.megamenu_light .megamenu h5,
.megamenu_light .megamenu h6 {
    color: #212121;
    text-shadow: 1px 1px 1px #fff;
}

.megamenu_light .megamenu>li>div a,
.megamenu_light .megamenu li ul li,
.megamenu_light .megamenu li ol li {
    color: #504e4e;
    line-height: 1.1em;
    padding: 2px;
    min-width: 100%;
}

.megamenu_light .megamenu li ul li:hover,
.megamenu_light .megamenu li ol li:hover {
    background-color: #ddd;
}

.megamenu_light .megamenu>li>div a:hover {
    color: #cea432;
}

.megamenu_light .megamenu li ul li:hover,
.megamenu_light .megamenu li ol li:hover,
.megamenu_light .megamenu .blue,
.megamenu_light .megamenu .grey,
.megamenu_light .megamenu .orange,
.megamenu_light .megamenu .dark,
.megamenu_light .megamenu .purple {
    color: #444;
    cursor: pointer;
}

.megamenu_light .megamenu li ul li.nohover:hover {
    color: inherit;
    background: inherit;
    cursor: default;
}

.megamenu_light .megamenu .black_box {
    background: #212121;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.megamenu_light .megamenu .grey_bg {
    background: #eee;
}

.megamenu_light .megamenu>li.megamenu_searchform:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.megamenu_light .megamenu hr {
    border: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e4e4e4;
}

@media only screen and (max-width: 984px) {
    .megamenu img {
        max-width: 96%;
        height: auto;
    }

    .megamenu textarea {
        width: 96%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .megamenu_container .megamenu>li>div>.responsive_sixths,
    .megamenu_container_vertical .megamenu>li>.dropvertical_container>div>.responsive_sixths {
        width: 8.66%;
    }

    .megamenu_container .megamenu>li>div>.responsive_fourths,
    .megamenu_container_vertical .megamenu>li>.dropvertical_container>div>.responsive_fourths {
        width: 17%;
    }

    .megamenu_container .megamenu>li>div>.responsive_thirds,
    .megamenu_container_vertical .megamenu>li>.dropvertical_container>div>.responsive_thirds {
        width: 25.33334%;
    }

    .megamenu_container .megamenu>li>div>.responsive_halfs,
    .megamenu_container_vertical .megamenu>li>.dropvertical_container>div>.responsive_halfs {
        width: 42%;
    }

    .megamenu>li>a {
        padding: 9px 6px 9px 7px;
    }
}