/*
*******************************************************************
Start Default Header
*******************************************************************
*/

.default_header {
    background: #ffffff;
    padding: 20px 0px 15px 20px;
    z-index: 9999;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
    flex-direction: column;
    list-style: none;
}

@media (max-width: 1199px) {

    .default_header {
        height: 135px;
        padding: 20px 15px 1px 15px;
    }

}

@media (max-width: 991px) {

    .default_header {
        height: 115px;
    }

}

@media (max-width: 767px) {}
@media (max-width: 575px) {

    .default_header {
       height: 90px;
       padding: 20px 15px 15px 15px;
    }

}
@media (max-width: 420px) {}


/*
*******************************************************************
End Default Header
*******************************************************************
*/

/*
*******************************************************************
Start Top Header
*******************************************************************
*/

.default_header .row_top {
    display: flex;
}

.default_header .row_top .row_top_contact {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.default_header .row_top .row_top_contact ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;

}

.default_header .row_top .row_top_contact li {
    border-right: 1px solid #d1d1d1;
}

.default_header .row_top .row_top_contact li a {
    text-decoration: none;
    color: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 20px;
}

.default_header .row_top ul li a i {
    color: #6f16ef;
}


.default_header .row_top .row_top_social {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;
}

.default_header .row_top .row_top_social li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    /* transition: all 0.4s ease-out 0s; */
}

@media (max-width: 991px) {

    .default_header .row_top .row_top_contact li:last-child {
        display: none;
    }

}

@media(max-width: 767px) {

    .default_header .row_top .row_top_social li a {
        font-size: 17px;
        padding: 5px 5px;
    }

    .default_header .row_top .row_top_contact li a {
        padding: 5px 10px;
        font-size: 17px;
    }

}

@media (max-width: 575px) {

    .default_header .row_top .row_top_contact li:nth-child(2) {
        display: none;
    }

    .default_header .row_top .row_top_social {
        margin-left: 7px;
    }

}

@media (max-width: 420px) {

    .default_header .row_top .row_top_contact li a {
        font-size: 16px;
    }

    .default_header .row_top {
        display: none;
    }

}


/*
*******************************************************************
End Top Header
*******************************************************************
*/

/*
*******************************************************************
Start Bottom Header
*******************************************************************
*/

.default_header .row_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1500px;
    margin-top: 20px;
}

@media(max-width: 1499px) {

  .default_header .row_bottom {
    width: 100%;
    margin-top: 10px;
 }

}

@media (max-width:1199px) {

    .default_header .row_bottom {
        width: 100%;
        margin-top: 0;
    }

};

@media(max-width:991px) {};
@media(max-width:767px) {};
@media(max-width:575px) {};
@media(max-width:420px) {

    .default_header .row_bottom {
        margin-top: 2px;
    }

};

/*
*******************************************************************
End Bottom Header
*******************************************************************
*/

/*
*******************************************************************
Start Bottom Header / Header Logo
*******************************************************************
*/

.default_header .row_bottom .header_logo {
    width: 66%;
}

.default_header .row_bottom .header_logo a {
    background-image: url("../../../images/frontend_images/brand/codemax400x75.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 400px;
    width: 400px;
    height: 81px;
    display: inline-block;
    position: relative;
    top: 0px;
    transition: all 0.4s ease-out;
}

@media (max-width: 1499px) {

    .default_header .row_bottom .header_logo a {
        background-size: 250px;
        width: 250px;
    }

}

@media (max-width: 1199px) {


    .default_header .row_bottom .header_logo a {
        top: 2px;
        background-size: 250px;
    }

    .default_header .row_bottom .header_logo {
        width: 100%;
    }


}

@media (max-width: 991px) {

    .default_header .row_bottom .header_logo a {
        background-size: 315px;
        width: 315px;
    }

}

@media (max-width: 767px) {

    .default_header .row_bottom .header_logo {
        width: 48%;
    }


    .default_header .row_bottom .header_logo a {
        width: 100%;
        background-size: 250px;
        background-size: contain;
        height: 54px;
    }



}

@media (max-width: 575px) {

    .default_header .row_bottom .header_logo a {
        background-size: contain;
        width: 175px;
        height: 38px;
    }

}

@media (max-width: 420px) {

    .default_header .row_bottom .header_logo a {
        background-size: 230px;
        width: 230px;
        height: 40px;
    }

}

/*
*******************************************************************
End Bottom Header / Header Logo
*******************************************************************
*/


/*
*******************************************************************
Start Bottom Header / Header Navigation
*******************************************************************
*/

.default_header .row_bottom .header_navigation {
    width: 166% !important;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {

    .default_header .row_bottom .header_navigation {
        width: 280% !important;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 991px) {

    .default_header .row_bottom .header_navigation {
        display: none;
    }

}

/*
*******************************************************************
End Bottom Header / Header Navigation
*******************************************************************
*/


/*
*******************************************************************
Start Bottom Header / Header Navigation / Menu
*******************************************************************
*/

.default_header .row_bottom .header_navigation ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.default_header .row_bottom .header_navigation ul li {
    transition: all ease-out .4s;
}

.default_header .row_bottom .header_navigation ul li a {
    text-decoration: none;
    color: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 20px;
    transition: all ease-out .4s;
}

.default_header .row_bottom .header_navigation ul li {
    /* border-right: 0px solid rgba(255, 255, 255, 0.2); */
    border-radius: 3rem;
    border-bottom-left-radius: 0px;
}

.default_header .row_bottom .header_navigation ul li a {
    font-weight: 400 !important;
}

.default_header .row_bottom .header_navigation ul li:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}

.default_header .row_bottom .header_navigation ul>li:hover {
    /* background: #d1d1d1; */

    background-image: -webkit-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
    background-image: -moz-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
    background-image: -ms-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
    background-image: -o-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
    background-image: linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7114EF', endColorStr='#1475F7') !important;
    background-color: transparent !important;
    background-size: 200%, 1px;
    background-position: 0%;
    /* border-right: 1px solid #d1d1d1 !important; */
    transition: all .4s ease-out;

}

.default_header .row_bottom .header_navigation ul .submenu_link ul li a {
    padding: 20px 30px;
}

.default_header .row_bottom .header_navigation ul>li a:hover {
    color: #fff;
}

.default_header .row_bottom .header_navigation ul .submenu_link i {
    font-size: 16px;
}

.default_header .row_bottom .header_navigation ul li ul.submenu {
    display: none;
}

.default_header .row_bottom .header_navigation ul>li:hover ul.submenu {
    display: block;
    position: absolute;
    background: #252525;
}

.default_header .row_bottom .header_navigation ul>li:hover ul.submenu ul li a {
    padding: 7px 10px !important;
}

.default_header .row_bottom .header_navigation ul li .submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1) !important;
}

.default_header .row_bottom .header_navigation ul li .submenu li a {
    background: #d1d1d1;
    display: block;
}

.default_header .row_bottom .header_navigation ul li .submenu li a:hover {
    background: #ffffff;
    color: #000;
    transition: all .4s ease-out;
}

.default_header .row_bottom .header_navigation ul li .submenu:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 1499px) {

    .default_header .row_bottom .header_navigation ul li a {
        padding: 5px 5px;

    }
}

@media (max-width: 1199px) {

    .default_header .row_bottom .header_navigation ul li a {
        font-size: 17px;
    }

}

@media (max-width: 991px) {

    .default_header .bottom.nav .submenu_link i {
        font-size: 14px;
    }

}

@media (max-width: 767px) {}

@media (max-width: 575px) {}


/*
*******************************************************************
End Bottom Header / Header Navigation / Menu
*******************************************************************
*/


/*
*******************************************************************
Start Bottom Header / Header Actions
*******************************************************************
*/

.default_header .row_bottom .header_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.default_header .row_bottom .header_actions .other_details select.form-select {
    border: none;
    margin-right: 10px;
    background: #e3e3e3;
    border-radius: 3rem;
    padding: 12px 0px 12px 0px;
    text-transform: uppercase;
}

.default_header .row_bottom .header_actions .other_details {
    background: #e3e3e3;
    padding: 10px 15px;
    border-radius: 3rem;
}

.default_header .row_bottom .header_actions .toggle_mobile_menu {
    display: none;
}

.default_header .row_bottom .header_actions .lang_select_mobile {
    display: none;
}

@media (max-width: 1499px) {

    .default_header .row_bottom .header_actions .other_details {
        padding: 7px 7px;
    }
}

@media (max-width:1199px) {

    .default_header .row_bottom .header_actions {
        width: 130%;
    }

    .default_header .row_bottom .header_actions .other_details select.form-select {
        background: #ffffff;
    }

    .default_header .row_bottom .header_actions .other_details {
      display: flex;
      align-items: center;
      background: #ffffff;
    }

    .default_header .row_bottom .header_actions .other_details .lang_select {
        display: none;
    }

    .default_header .row_bottom .header_actions .other_details .lang_select_mobile {
        display: block;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 13px;
    }


}

@media (max-width: 991px) {

    .default_header .row_bottom .header_actions ul li:nth-child(2) {
        display: none;
    }

    .default_header .row_bottom .header_actions {
        width: 100%;
        justify-content: flex-end;
    }

    .default_header .row_bottom .header_actions .toggle_mobile_menu {
        display: block;
    }

}

@media (max-width: 767px) {

    .default_header .row_bottom .header_actions {
        width: 58%;
        justify-content: flex-end;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 12px;
    }

}

@media (max-width:575px) {


    .lang_select_icon,
    .default_header .row_bottom .header_actions .other_details select.form-select {
        display: none;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 12px;
        padding: 10px 10px;
    }

    .default_header .row_bottom .header_actions .other_details {
        display: flex;
        align-items: center;
        background: rgba(0,0,0,0);
        padding: 0px 0px;
    }

}

@media (max-width: 420px) {

    .default_header .row_bottom .header_actions .other_details .new_button {
        display: none;
    }
}

/*
*******************************************************************
End Bottom Header / Header Actions
*******************************************************************
*/


/*
*******************************************************************
Start Header Fixed
*******************************************************************
*/


.default_header.header_fixed .header_left .toggle-nav img {
    width: 25px;
    transition: all .4s ease-out;
}

.default_header.header_fixed {
    position: fixed;
    margin-top: 0;
    height: 100px;
    padding: 20px 0px 20px 20px;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-out;
}

.default_header.header_fixed .row_top {
    display: none;
}

.default_header.header_fixed .row_bottom {
    margin-top: 0;
}

.default_header.header_fixed .header_logo a {
    /* background-image: url("../../../images/frontend_images/brand/upcode_colors.gif"); */
    top: 3px;
    transition: all 0.4s ease-out;
}

.default_header.header_fixed .nav__toggle {
    background: rgba(1, 1, 1, 0);
    top: 10px;
}

.default_header.header_fixed ul li a {
    text-decoration: none;
    color: #fff;
}

.default_header.header_fixed .menuicon {
    width: 60px;
    height: inherit;
}

.default_header.header_fixed .row_bottom .header_navigation ul a:hover {
    color: #000 !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul>li a:hover {
    background: #fff;
}

.default_header.header_fixed .row_bottom .header_navigation ul li ul.submenu {
    display: none;
}

.default_header.header_fixed .row_bottom .header_navigation ul>li:hover ul.submenu {
    display: block;
    position: absolute;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.default_header.header_fixed .row_bottom .header_navigation ul>li:hover ul.submenu ul li a {
    padding: 7px 10px !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li a {
    background: #ffffff;
    display: block;
    color: #252525;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li a:hover {
    background: #252525;
    color: #fff !important;
    transition: all .4s ease-out;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}


@media(max-width: 1199px) {

    .default_header.header_fixed .header_logo a {
        top: 2px !important;
    }

    .default_header.header_fixed {
        height: 85px;
        padding: 20px 0px 15px 20px;
    }
}

@media(max-width:991px) {

    .default_header.header_fixed {
        height: 80px;
        padding: 20px 20px 15px 20px;
    }

    .default_header.header_fixed .header_logo a {
        background-size: 275px;
        top: 0px !important;
    }

    .default_header.header_fixed .header_right.navigation {
        top: 0;
    }

    .default_header.header_fixed .hamburger-inner,
    .default_header.header_fixed .hamburger-inner:after,
    .default_header.header_fixed .hamburger-inner:before {
        background-color: #fff !important;
    }

}

@media (max-width: 767px) {

.default_header.header_fixed .header_logo a {
    background-size: 240px;
    top: 1px !important;
}

}

@media (max-width: 575px) {

    header.header_fixed .nav__toggle {
        top: 1px;
    }

    .default_header.header_fixed {
        height: 70px;
    }

    .default_header.header_fixed .header_logo a {
        background-size: 178px;
        top: 1px !important;
    }

}

@media (max-width: 420px) {

    .default_header.header_fixed .header_logo a {
        background-size: 230px;
        height: 50px;
        width: 230px;
    }

    .default_header.header_fixed {
        height: 65px;
        padding: 20px 10px 15px 10px;
    }

}

/*
*******************************************************************
End Header Fixed
*******************************************************************
*/

/*
*******************************************************************
Start Mobile Menu
*******************************************************************
*/

.default_header .header_logo a.nav--open--logo {
    display: none;
}

.default_header .row_bottom .toggle-nav {
    display: none;
    margin-left: 10px;
}

.default_header .row_bottom .toggle-nav img {
    width: 28px;
    height: 28px;
    transition: all .4s ease-out;
}

.site-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.push-wrap {
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 300ms ease 0ms;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.show-nav .push-wrap {
    transform: translate(50%, 0);
    transform: translate3d(50%, 0, 0);
}

#body-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #252525;
    text-align: center;
    box-shadow: none !important;
    z-index: 999999;
    transition: all 300ms ease 0ms;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile_lang_switcher {
    width: 100%;
    z-index: 9999;
    font-size: 20px;
    color: #fff;
}

.mobile_lang_switcher a {
    color: #ffffff!important;
}

.mobile_lang_switcher a:first-child {
    margin-right:5px;
}

.mobile_lang_switcher a:last-child {
    margin-left:5px;
}

#body-nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../images/frontend_images/brand/logo_only.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150%;
    opacity: 0.8;
    /* mix-blend-mode: exclusion; */
    /* z-index: 0; */
}

#body-nav ul li.lastmenu_item .header_link {
    border-bottom: 0px solid #000 !important;
}

#body-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 80%;
    z-index: 1;
    mix-blend-mode: screen;
}

#body-nav ul li a,
#body-nav ul .sub-level label {
    display: block;
    text-decoration: none !important;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-bottom: 1px solid #777777;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .4s ease-out;
}

.sub-level ul {
    width: 100% !important;
}

.sub-level ul li a {
    background: white;
    color: #000 !important;
}

#body-nav ul li a:hover,
#body-nav ul .sub-level label:hover {
    background: #777777;
    color: #fff;
    transition: all .4s ease-out;
}

#body-nav ul li:last-child a {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.show-nav #body-nav {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

.toggle-nav {
    position: relative;
    z-index: 999999999999;
}

.toggle-nav:hover {
    transform: scale(1.05);
}

.toggle-nav .option {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    left: auto;
    right: 125%;
    text-align: center;
    top: 20%;
}


@media (max-width: 1199px) {

    .default_header .row_bottom .toggle-nav {
        display: block;
    }

}

@media (max-width: 991px) {

    .default_header .row_bottom .toggle-nav {
        display: block;
        background: #efefef;
        padding: 12px 15px;
        border-radius: 3rem;
    }

}

@media (max-width: 767px) {

    .toggle_mobile_menu {
        display: flex;
        align-items: center;
    }

    .toggle_mobile_menu {
        display: flex;
        padding-left: unset;
        list-style: none;
        margin-bottom: unset;
    }

    .toggle_mobile_menu li a {
        color: #fff;
        margin-right: 10px !important;
    }

    .toggle_mobile_menu li a:last-child {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {

    .default_header .row_bottom .toggle-nav img {
        width: 27px;
    }

    #body-nav ul li a {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level label {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level label {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level li a {
        font-size: 16px !important;
    }

    .default_header .row_bottom .toggle-nav {
        padding: 8px 10px;
        border-radius: 3rem;
    }

}

@media (max-width: 420px) {

    #body-nav ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .toggle_mobile_menu li:last-child {
        display: none;
    }

}

.mdn-accordion,
.mdn-accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.mdn-accordion {
    margin: 4em auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

.mdn-accordion,
.mdn-accordion ul,
.mdn-accordion ul li {
    list-style: none;
}

.mdn-accordion ul {
    display: none;
}

/* @checkbox or radio
----------------------------------------------------- */
.mdn-accordion .accordion-toggle {
    position: absolute;
    opacity: 0;
}

/* @first level panels
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
    display: block;
    position: relative;
    text-decoration: none;
}

.mdn-accordion .accordion-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* @first level panel :hover
----------------------------------------------------- */
/* @all levels :active panels
----------------------------------------------------- */
/* @panels with long text
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* @show panel content
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked+.accordion-title+ul,
.mdn-accordion .accordion-toggle:checked+.accordion-title:nth-of-type(n)+ul {
    display: block;
}

.mdn-accordion li a i,
.mdn-accordion .accordion-title i {
    margin-right: 5px;
}

/* @second level +
----------------------------------------------------- */
.mdn-accordion ul a,
.mdn-accordion ul .accordion-title {
    padding-left: 52px;
}

.mdn-accordion ul ul a,
.mdn-accordion ul ul .accordion-title {
    padding-left: 80px;
}

.mdn-accordion ul ul ul a,
.mdn-accordion ul ul ul .accordion-title {
    padding-left: 110px;
}

/* @second level + :hover
----------------------------------------------------- */
/* @accordion arrow
------------------------------------------------------- */
.mdn-accordion .accordion-title::before {
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    content: "\f078";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    right: 10px;
}

.mdn-accordion .accordion-toggle:checked+.accordion-title::before {
    top: 0%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* @accordion support styles
------------------------------------------------------- */

.mdn-accordion .mdn-container {
    padding: 30px;
}

.mdn-accordion .mdn-container {
    border-bottom: 1px solid #EDF1F2;
}

.mdn-accordion .mdn-container h1 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 32px;
    color: #0099FF;
}

.mdn-accordion .mdn-container {
    color: #788B94;
}

.mdn-accordion .mdn-container p {
    line-height: 22px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 300;
}

.mdn-accordion .mdn-tagline {
    display: block;
    font-weight: 700;
}

.mdn-accordion .mdn-container ul {
    display: block;
    padding: 10px 0;
    list-style-type: disc;
    margin-left: 1.2em;
}

.mdn-accordion .mdn-container ul li {
    padding: 4px 0;
    display: list-item;
    list-style-type: disc;
    font-size: 14px;
    font-weight: 300;
}

.mdn-accordion .mdn-container h3 {
    color: #0099FF;
    font-size: 24px;
    font-weight: 300;
}

.single-level-accordion .mdn-container p {
    margin: 0 0 22px 0;
}

.mdn-accordion .mdn-container a {
    padding: 0;
    margin: 0;
    background: none;
    display: inline;
    font-size: inherit;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #0099FF;
}

.mdn-accordion .mdn-container a:hover {
    background: none;
    text-decoration: underline;
}

/* @separated content panels
----------------------------------------------------------- */
.split-panels {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.split-panels .sub-level {
    margin: 8px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.split-panels .sub-level:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.split-panels .sub-level .mdn-container {
    border-bottom: 0;
}

.split-panels a,
.split-panels .accordion-title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.split-panels .accordion-toggle:checked+.accordion-title {
    -webkit-box-shadow: inset 0 -1px #EDF1F2;
    -moz-box-shadow: inset 0 -1px #EDF1F2;
    box-shadow: inset 0 -1px #EDF1F2;
}

.mdn-accordion .mdn-accordion-ripple {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.6;
    padding: 0;
    margin: 0;
}

@media (max-width: 575px) {

    .mdn-accordion ul a,
    .mdn-accordion ul .accordion-title {
        padding-left: 0;
    }
}

/*
*******************************************************************
End Mobile Menu
*******************************************************************
*/
