﻿body {
    font-family: "Muli";
    font-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
}

body, html {
    height: 100%;
}

.back-image {
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("../images/training-background.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: -1;
}

.card {
    transition: 0.3s;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    padding-bottom: 10px;
    border: 1px solid #072f4c;
  
}

  

.card-body {
    padding: 2px 10px 15px 10px;
    background-color: #fff;
    
}

.container-footer {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    font-weight: 600;
    font-family: 'Muli';
    font-size: 1.6rem;

}

h2 {
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 2.5rem;
    color: #072f4c;
    line-height: 1.1;
}

h3 {
    font-family: "Muli";
    font-size: 2rem;
    font-weight: 300;
    color: #072f4c;
    padding-left: 5px;
}


header {
    padding: 0;
}

    header .navbar-brand {
        padding: 0 25px;
        margin-top: 0px;
    }

.formattedh1 h1 {
    color: #072f4c;
    font-family: "Muli";
    font-weight: 200;
    margin-top: 50px;
    font-size: 5rem;
    max-width: 100%;
    text-align: center;
}

.textintro {
    font-size: 1.5rem;
    position: relative;
    min-height: 1px;
    max-width: 100%;
    color: #072f4c;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

section.slice {
    padding: 0px 0;
}

    section.slice.relative {
        position: relative;
    }

#announcement-area {
    padding: 15px 0 10px;
    /*width: 100%;*/
}

    #announcement-area h1 {
        font-size: 45px;
        color: #072f4c;
        font-family: "Muli";
        font-weight: 500;
        padding-bottom: 10px;
        text-align: center;
    }

footer {
    padding: 34px 0 20px;
    width: 100%;
}

    footer p {
        line-height: 18px;
        color: #072f4c;
        background-color: #fff;
    }

    footer a.links {
        color: #072f4c;
        font-size: 150%;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 300;
    }

        footer a.links:hover {
            color: #072f4c;
            text-decoration: none;
        }

    footer ul {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        list-style: none;
    }

    footer li {
        padding-bottom: 10px;
    }

footer-sublinks {
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: 300;
}



.shadow {
    -webkit-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    height: 80px;
    background-color: rgba(255,255,255,.9) !important;
}


.wrapper-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999998;
    height: 80px;
    background-color: rgba(255,255,255,.8);
    }


.sidenav {
    width: 0;
    position: absolute;
    z-index: 500;
    right: 0px;
    top: 2px;
    margin-top: 0px;
    margin-right: 0px;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
    list-style: none;
    

}

    .sidenav > ul> li > a:before {
        content: "";
        position: relative;
        z-index: -1;
        top: 0;
        left: 0;
        right: 110px;
        bottom: 0;
        
    }

    .sidenav > ul > li > a {
        display: inline-block;
        right: 80%;
        width: 100%;
        text-align: left;
        text-decoration: none; 
        font-weight: normal !important;
        font-size: 12pt;
        padding-left:5px;
    }

        .sidenav > ul > li > a:focus, .nav > li > a:focus {
            color: white !important;
            text-decoration: none;
            background: #a3d3e8;
        }

    .sidenav > ul {
        display: inline-block;
        width: 100%;
        padding: 0px;
        padding-left: 0px;
        text-align: left;
        font-family: "Muli";
        color: #072f4c;
        line-height: 3.5rem;
        font-style: normal;
        list-style: none;
       
    }

        .sidenav > ul > li {
            padding-bottom: 15px;
            padding-left: 0px;
            list-style: none;
        }
        

.pnlOnDemandTraining {
    background-color: #ffffff;
    border: 1px solid #072f4c;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-bottom: 10px;
}

.row-training {
    display: flex;
    justify-content: center;
}

.row-header {
    display: flex;
    justify-content: center;
    max-width:97%;
}

ul.sub-menu {
    display: none;
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    background: #ffffff;
    width: 200px;
    -webkit-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    list-style: none;
}

ul#main-menu li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

.sub-menu-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .sub-menu-nav > li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #459e27;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .sub-menu-nav > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        width: 100%;
        padding: 10px;
    }

        .sidenav > li > a:hover, .nav > li > a:focus {
            color: white !important;
            text-decoration: none;
            background: #459e27;
        }

nav a {
    color: #072f4c !important;
    z-index: 999;
    font-weight: bold;
}

/* BOOTSTRAP OVERRIDES */
a {
    color: #072f4c;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #459e27;
        text-decoration: underline;
    }

.panel {
    background-color: rgba(0,0,0,0);
}

.panel-primary {
    background-color: transparent;
    height: auto;
    border-color: transparent;
}

    .panel-primary > .panel-heading {
        color: #072f4c;
        background-color: transparent;
    }

.panel-heading {
    padding: 7px 10px;
    background-color: transparent;
}

.panel > .list-group .list-group-item {
    padding: 7px 10px;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #07256a;
    /*text-decoration: none;*/
    background-color: #f3f8d9;
    font-weight: bold;
}

.btn-default {
    color: #072f4c;
    background-color: #fff;
    border-color: #072f4c;
    border-radius: 40px;
    border: 2px solid #072f4c;
    font-weight: 600;
    margin-top: 5px;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        background-color: #072f4c;
        color: #fff;
        margin-top: 5px;
        border-color: #072f4c;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu{
    display:none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.form-inline {
    text-align: center;
}

label {
    color: #07256a;
}

#logoboy {
    margin-right: 5px;
    text-align: center;
    float: left;
    width: 15%;
}

.well {
    background-color: #ffffff;
    border: none;
}

    .well a {
        color: #07256a;
        text-decoration: underline;
    }

        .well a:hover {
            color: #07256a;
            text-decoration: none;
        }

.img-fluid {
    max-width: 175px;
    height: 65px;
    }


.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .navbar-nav > li > a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar {
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
    border: 0;
    bottom: 10px;
}

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #459e27;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .navbar-nav > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        width: 100%;
        padding: 10px;
    }

        .navbar-nav > li > a:hover, .nav > li > a:focus {
            color: white !important;
            text-decoration: none;
        }

navbar-nav.open {
    margin-bottom: 120px;
}

.navbar-collapse.collapse{
    padding-top:15px;
}
.container {
    padding-left: 15px;
}

.row {
    margin-right: 0px;
}

.scrolled {
    -webkit-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.75);
    height: 80px;
    background-color: rgba(255,255,255,.9) !important;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 499;
}

.popupConfirmation {
    width: 70%;
    height: 575px;
    position: fixed;
    top: 0px;
    z-index: 501;
}

/* Mobile Devices */

@media (min-width: 320px) {



    .panel-text {
        padding-left: 15px;
    }
}

/*iPhone X*/
@media (max-width: 812px) {

    h2 {
        font-size: 2.5rem;
    }

   .container-footer{
       margin-bottom: 150px;
   }

    .input {
        max-width: 90%;
        max-height: 100%;
        overflow: scroll;
    }



    body{
        max-width: 100%;
    }

    .dropdown-menu {
        display: none;
        position: relative;
        background-color: #eff1f1;
        padding: 12px 16px 0px 10px;
        z-index: 1;
        box-shadow: none;
        border: none;
        width: 100%;
        margin: 0px 0px 0px 0px;
    } 
}

@media (max-width: 768px) {


    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-brand {
        padding-bottom: 15px;
    }

    .formattedh1 {
        max-width: 90%;
    }


    .btn {
        max-width: 100%;
    }
    .card {
        max-width:100%;
    }
        ]
    .input {
        max-width: 90%;
        max-height: 100%;
        overflow: scroll;
    }

 

    .row-header {
        display: block;
        justify-content: unset;
    }

    .row-training {
        display: block;
        justify-content: unset;
    }

    .wrapper-navbar {
        
        background-color: transparent;
    }


}

.navbar-toggle {
    background-color: transparent;
}

.icon-bar {
    background-color: #072f4c;
    font-weight: 700;
    height: 4px !important;
    width: 29px !important;
    border-radius: 7px !important;

}

.alert-info {
    color: #07256a;
    border: 1px solid #A5B0C9;
}

    .alert-info a {
        color: #07256a;
        text-decoration: underline;
    }

        .alert-info a:hover, a:focus {
            text-decoration: none;
        }

.modal-content {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
}


/*copied from new site*/
 @media only screen and (min-width:992px) {
    .mob_menu, .mob_menu_left_panel, .mob_menu_right_panel, .mobmenu

{
    display: none !important;
}

}

/* Our css Custom Options values */
@media only screen and (max-width:992px) {

    .mob-menu-left-panel .mobmenu-left-bt, .mob-menu-right-panel .mobmenu-right-bt {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 30px;
    }

    .mob-menu-slideout .mob-cancel-button {
        display: none;
    }

    .mobmenu, .mob-menu-left-panel, .mob-menu-right-panel {
        display: block;
    }

    .mobmenur-container i {
        color: #072f4c;
    }

    .mobmenul-container i {
        color: #222;
    }

    .mobmenul-container img {
        max-height: 81px;
        float: left;
    }

    .mobmenur-container img {
        max-height: 81px;
        float: right;
    }

    #mobmenuleft li a, #mobmenuleft li a:visited {
        color: #222;
    }

    .mobmenu_content h2, .mobmenu_content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
        color: #222;
    }

    .mobmenu_content #mobmenuleft > li > a:hover {
        background-color: #a3d3e8;
    }

    .mobmenu_content #mobmenuright > li > a:hover {
        background-color: #a3d3e8;
    }

    .mobmenu_content #mobmenuleft .sub-menu {
        background-color: #eff1f1;
        margin: 0;
        color: #222;
        width: 100%;
        position: initial;
    }

        /* 2nd Level Left Background Color on Hover */
        .mobmenu_content #mobmenuleft .sub-menu li:hover {
            background-color: #eff1f1;
        }

            /* 2nd Level Left Background Color on Hover */
            .mobmenu_content #mobmenuleft .sub-menu li:hover a {
                color: #222;
            }

    /* 2nd Level Right Background Color on Hover */
    .mobmenu_content #mobmenuright .sub-menu li:hover {
        background-color: #eff1f1;
    }

        /* 2nd Level Right Background Color on Hover */
        .mobmenu_content #mobmenuright .sub-menu li:hover a {
            color: #222;
        }

    .mob-cancel-button {
        font-size: 30px !important;
    }

    .mob-menu-left-panel .mob-cancel-button {
        color: #000;
    }

    .mob-menu-right-panel .mob-cancel-button {
        color: #072f4c;
    }

    .mob-menu-slideout-over .mobmenu_content {
        padding-top: 40px;
    }

    .mob-menu-left-bg-holder {
        opacity: 1;
        background-attachment: fixed;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .mob-menu-right-bg-holder {
        opacity: 1;
        background-attachment: fixed;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .mobmenu_content #mobmenuleft .sub-menu a {
        color: #222;
    }

    .mobmenu_content #mobmenuright .sub-menu a {
        color: #222;
    }

    .mobmenu_content #mobmenuright .sub-menu .sub-menu {
        background-color: inherit;
    }

    .mobmenu_content #mobmenuright .sub-menu {
        background-color: #eff1f1;
        margin: 0;
        color: #222;
        position: initial;
        width: 100%;
    }

    #mobmenuleft li a:hover {
        color: #fff;
    }

    #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
        color: #072f4c;
    }

        #mobmenuright li a:hover {
            color: #fff;
        }

    .mobmenul-container {
        top: 5px;
        margin-left: 5px;
    }

    .mobmenur-container {
        top: 5px;
        margin-right: 5px;
    }

    /* 2nd Level Menu Items Padding */
    .mobmenu .sub-menu li a {
        padding-left: 50px;
    }

    /* 3rd Level Menu Items Padding */
    .mobmenu .sub-menu .sub-menu li a {
        padding-left: 75px;
    }

    /* 3rd Level Left Menu Items Background color*/
    .mobmenu_content #mobmenuleft .sub-menu .sub-menu li a {
        color: #222;
    }

        /* 3rd Level Left Menu Items Background color on Hover*/
        .mobmenu_content #mobmenuleft .sub-menu .sub-menu li a:hover {
            color: #222;
        }

    /* 3rd Level Left Menu Items Background color*/
    .mobmenu_content #mobmenuleft .sub-menu .sub-menu li {
        background-color: #eff1f1;
    }

        /* 3rd Level Left Menu Items Background color on Hover*/
        .mobmenu_content #mobmenuleft .sub-menu .sub-menu li:hover {
            background-color: #eff1f1;
        }

    /* 3rd Level Right Menu Items Background color*/
    .mobmenu_content #mobmenuright .sub-menu .sub-menu li a {
        color: #222;
    }

    /* 3rd Level Right Menu Items Background color*/
    .mobmenu_content #mobmenuright .sub-menu .sub-menu li {
        background-color: #eff1f1;
    }

        /* 3rd Level Right Menu Items Background color on Hover*/
        .mobmenu_content #mobmenuright .sub-menu .sub-menu li:hover {
            background-color: #eff1f1;
        }

        /* 3rd Level Right Menu Items Background color on Hover*/
        .mobmenu_content #mobmenuright .sub-menu .sub-menu li a:hover {
            color: #222;
        }


    .mob-menu-logo-holder {
        padding-top: 0px;
        text-align: left;
        margin-left: 20px;
        ;
        ;
    }

    .mob-menu-header-holder {
        background-color: transparent;
        height: 81px;
        width: 100%;
        font-weight: bold;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 99998;
        color: #000;
        display: block;
    }

    .mobmenu-push-wrap, body.mob-menu-slideout-over {
        padding-top: 0px;
    }

    .mob-menu-slideout .mob-menu-left-panel {
        background-color: #f9f9f9;
        ;
        width: 270px;
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }

    .mob-menu-slideout .mob-menu-right-panel {
        background-color: #ffffff;
        width: 270px;
        -webkit-transform: translateX( 270px );
        -moz-transform: translateX( 270px );
        -ms-transform: translateX( 270px );
        -o-transform: translateX( 270px );
        transform: translateX( 270px );
    }

    /* Will animate the content to the right 275px revealing the hidden nav */
    .mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {
        -webkit-transform: translate(270px, 0);
        -moz-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0);
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0);
    }

    .mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-270px, 0);
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0);
    }


    /* Mobmenu Slide Over */
    .mobmenu-overlay {
        opacity: 0;
    }

    .mob-menu-slideout-top .mobmenu-overlay, .mob-menu-slideout .mob-menu-right-panel .mob-cancel-button, .mob-menu-slideout .mob-menu-left-panel .mob-cancel-button {
        display: none !important;
    }

    .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.64);
        z-index: 99999;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        position: fixed;
        cursor: pointer;
    }

    .mob-menu-slideout-over .mob-menu-left-panel {
        display: block !important;
        background-color: #f9f9f9;
        ;
        width: 270px;
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .mob-menu-slideout-over .mob-menu-right-panel {
        display: block !important;
        background-color: #ffffff;
        ;
        width: 270px;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        -o-transform: translateX(270px);
        transform: translateX(270px);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .mob-menu-slideout-over.show-nav-left .mob-menu-left-panel {
        display: block !important;
        background-color: #f9f9f9;
        ;
        width: 270px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
        display: block !important;
        background-color: #ffffff;
        width: 270px;
        -webkit-transform: translateX( 0 );
        -moz-transform: translateX( 0 );
        -ms-transform: translateX( 0 );
        -o-transform: translateX(0 );
        transform: translateX( 0 );
    }

    /* Hides everything pushed outside of it */
    .mob-menu-slideout .mob-menu-left-panel, .mob-menu-slideout-over .mob-menu-left-panel {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 300000;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 1;
    }


    .mob-menu-slideout .mob-menu-right-panel, .mob-menu-slideout-over .mob-menu-right-panel {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 300000;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 1;
    }

    /*End of Mobmenu Slide Over */

    .mobmenu .headertext {
        color: #222;
    }

    .headertext span {
        position: absolute;
        line-height: 81px;
    }


    /* Adds a transition and the resting translate state */
    .mob-menu-slideout .mobmenu-push-wrap, .mob-menu-slideout .mob-menu-header-holder {
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* Mobile Menu Frontend CSS Style*/
    html, body {
        overflow-x: hidden;
    }

    .hidden-overflow {
        overflow: hidden !important;
    }

    /* Hides everything pushed outside of it */
    .mob-menu-slideout .mob-menu-left-panel {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 300000;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 1;
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .mob-menu-slideout.show-nav-left .mob-menu-left-panel {
        transition: transform .5s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    body.admin-bar .mobmenu {
        top: 32px;
    }

    @media screen and ( max-width: 782px ) {
        body.admin-bar .mobmenu {
            top: 46px;
        }
    }

    .mob-menu-slideout .mob-menu-right-panel {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 300000;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 1;
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .mob-menu-slideout.show-nav-right .mob-menu-right-panel {
        transition: transform .5s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .show-nav-left .mobmenu-push-wrap {
        height: 100%;
    }

    /* Will animate the content to the right 275px revealing the hidden nav */
    .mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder {
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .show-nav-right .mobmenu-push-wrap {
        height: 100%;
    }

    /* Will animate the content to the right 275px revealing the hidden nav */
    .mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .widget img {
        max-width: 100%;
    }

    #mobmenuleft, #mobmenuright {
        margin: 0;
        padding: 0;
    }

        #mobmenuleft li > ul {
            display: none;
            left: 15px;
        }

    .mob-expand-submenu {
        position: relative;
        right: 0px;
        float: right;
        margin-top: -50px;
    }

        .mob-expand-submenu i {
            padding: 12px;
        }

    #mobmenuright li > ul {
        display: none;
        left: 15px;
    }

    .rightmbottom, .rightmtop {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobmenu_content {
        z-index: 1;
        height: 100%;
        overflow: auto;
    }

        .mobmenu_content li a {
            display: block;
            letter-spacing: 1px;
            padding: 10px 20px;
            text-decoration: none;
        }

        .mobmenu_content li {
            list-style: none;
        }

    .mob-menu-left-panel li, .leftmbottom, .leftmtop {
        padding-left: 0%;
        padding-right: 0%;
    }

    .mob-menu-right-panel li, .rightmbottom, .rightmtop {
        padding-left: 0%;
        padding-right: 0%;
    }

    .mob-menu-slideout .mob_menu_left_panel_anim {
        -webkit-transition: all .30s ease-in-out !important;
        transition: all .30s ease-in-out !important;
        transform: translate(0px) !important;
        -ms-transform: translate(0px) !important;
        -webkit-transform: translate(0px) !important;
    }

    .mob-menu-slideout .mob_menu_right_panel_anim {
        -webkit-transition: all .30s ease-in-out !important;
        transition: all .30s ease-in-out !important;
        transform: translate(0px) !important;
        -ms-transform: translate(0px) !important;
        -webkit-transform: translate(0px) !important;
    }

    .mobmenul-container {
        position: absolute;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
    }

    .mob-menu-slideout .mob_menu_left_panel {
        width: 230px;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        transform: translate(-230px);
        -ms-transform: translate(-230px);
        -webkit-transform: translate(-230px);
        transition: all .30s ease-in-out !important;
        -webkit-transition: all .30s ease-in-out !important;
        overflow: hidden;
    }

    .leftmbottom h2 {
        font-weight: bold;
        background-color: transparent;
        color: inherit;
    }

    .show-nav-right .mobmenur-container img, .show-nav-left .mobmenul-container img, .mobmenu .mob-cancel-button, .show-nav-left .mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-menu-icon, .mob-menu-slideout-over.show-nav-left .mobmenur-container, .mob-menu-slideout-over.show-nav-right .mobmenul-container {
        display: none;
    }

    .show-nav-left .mobmenu .mob-cancel-button, .mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-cancel-button {
        display: block;
    }

    .mobmenul-container i {
        line-height: 30px;
        font-size: 30px;
        float: left;
    }

    .left-menu-icon-text {
        float: left;
        line-height: 30px;
        color: #222;
    }

    .right-menu-icon-text {
        float: right;
        line-height: 30px;
        color: #072f4c;
    }

    .mobmenur-container i {
        line-height: 30px;
        font-size: 30px;
        float: right;
    }

    .mobmenu_content .widget {
        padding-bottom: 0px;
        padding: 20px;
    }

    .mobmenu input[type="text"]:focus, .mobmenu input[type="email"]:focus, .mobmenu textarea:focus, .mobmenu input[type="tel"]:focus, .mobmenu input[type="number"]:focus {
        border-color: rgba(0, 0, 0, 0) !important;
    }

    .mob-expand-submenu i {
        padding: 12px;
        top: 10px;
        position: relative;
        font-weight: 600;
        cursor: pointer;
        font-size: 30px;
    }

    .nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .hide {
        display: none !important;
    }

    .mob-menu-left-bg-holder, .mob-menu-right-bg-holder {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -50;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }

    .mobmenu_content .sub-menu {
        display: none;
    }

    .mob-standard-logo {
        display: inline-block;
        height: 70px !important;
    }
}

.mob-standard-logo {
    display: inline-block;
}

.mobmenu-push-wrap {
    height: 100%;
}

.no-menu-assigned {
    font-size: 12px;
    padding-left: 10px;
    margin-top: 20px;
    position: absolute;
}
/*************mobmenu icons*/


/* Mobile Menu Admin CSS Style*/
@font-face {
    font-family: 'mobmenu';
    src: url('font/mobmenu.eot?31192480');
    src: url('font/mobmenu.eot?31192480#iefix') format('embedded-opentype'), url('font/mobmenu.ttf?31192480') format('truetype'), url('font/mobmenu.svg?31192480#mobmenu') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mobmenu [class^="mob-icon-"]:before, .mobmenu [class*=" mob-icon-"]:before {
    font-family: "mobmenu";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased mob-icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mob-icon-down-open:before {
    content: '\e812';
}
/* '' */
.mob-icon-up-open:before {
    content: '\e813';
}
/* '' */
.mob-icon-cancel:before {
    content: '\e80d';
}
/* '' */
.mob-icon-cancel-circled2:before {
    content: '\e80e';
}
/* '' */
.mob-icon-cancel-circled:before {
    content: '\e80f';
}
/* '' */
.mob-icon-cancel-1:before {
    content: '\e810';
}
/* '' */
.mob-icon-cancel-circle:before {
    content: '\e811';
}
/* '' */
.mob-icon-menu-1:before {
    content: '\f0c9';
}
/* '' */
.mob-icon-menu-outline:before {
    content: '\e800';
}
/* '' */
.mob-icon-menu-1:before {
    content: '\e801';
}
/* '' */
.mob-icon-menu-2:before {
    content: '\e802';
}
/* '' */
.mob-icon-plus:before {
    content: '\e803';
}
/* '' */
.mob-icon-plus-outline:before {
    content: '\e804';
}
/* '' */
.mob-icon-plus-1:before {
    content: '\e805';
}
/* '' */
.mob-icon-minus:before {
    content: '\e814';
}
/* '' */
.mob-icon-user:before {
    content: '\e806';
}
/* '' */
.mob-icon-user-1:before {
    content: '\e807';
}
/* '' */
.mob-icon-star:before {
    content: '\e808';
}
/* '' */
.mob-icon-star-empty:before {
    content: '\e809';
}
/* '' */
.mob-icon-star-1:before {
    content: '\e80a';
}
/* '' */
.mob-icon-ok:before {
    content: '\e80b';
}
/* '' */
.mob-icon-ok-1:before {
    content: '\e80c';
}
/* '' */
.mob-icon-menu:before {
    content: '\f008';
}
/* '' */
.mob-icon-menu-3:before {
    content: '\f0c9';
}
/* '' */
.mob-icon-vimeo:before {
    content: '\f306';
}
/* '' */
.mob-icon-twitter:before {
    content: '\f309';
}
/* '' */
.mob-icon-facebook-squared:before {
    content: '\f30e';
}
/* '' */
.mob-icon-gplus:before {
    content: '\f30f';
}
/* '' */
.mob-icon-pinterest:before {
    content: '\f312';
}
/* '' */
.mob-icon-tumblr:before {
    content: '\f315';
}
/* '' */
.mob-icon-linkedin:before {
    content: '\f318';
}
/* '' */
.mob-icon-instagram:before {
    content: '\f32d';
}
/* '' */

.mob-icon-icon-up-open-big:before {
    content: '\e813';
}
/* '' */
.mob-icon-icon-plus-2:before {
    content: '\e818';
}
/* '' */
.mob-icon-minus-1:before {
    content: '\e819';
}
/* '' */
.mob-icon-minus-2:before {
    content: '\e81a';
}
/* '' */
.mob-icon-down-dir:before {
    content: '\e81b';
}
/* '' */
.mob-icon-left-dir:before {
    content: '\e81c';
}
/* '' */
.mob-icon-right-dir:before {
    content: '\e81d';
}
/* '' */
.mob-icon-up-dir:before {
    content: '\e81e';
}
/* '' */

.mob-icon-cancel-2:before {
    content: '\e823';
}
/* '' */
.mob-icon-down-open-2:before {
    content: '\e81f';
}
/* '' */
.mob-icon-left-open:before {
    content: '\e820';
}
/* '' */
.mob-icon-right-open:before {
    content: '\e821';
}
/* '' */
.mob-icon-up-open-2:before {
    content: '\e822';
}
/* '' */

