﻿/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
body {
    position: relative;
    overflow-x: hidden;
}

body, html {
    height: 100%;
}

.page-footer {display: none;
}
#branding {
    position: fixed;
    height: 48px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    background-color: #fbf7f5;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 0px;
    z-index: 1000;
}

    #branding img {
        height: 40px;
        margin: 4px 0px 0px 8px;
    }

    .nav .open > a {
        background-color: transparent;
    }

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }


#chgLang {padding: 5px 0; display: block;
}


#smLrg {
    display: inherit;
}

#smMobile {
    display: none;
}

@media only screen and (max-width:479px) {

    #orgName {
        line-height: 37px!important;
    }
    #smLrg {
        display: none;
    }

    #smMobile {
        display: inherit;
    }
}

    #wrapper {
        padding-left: 220px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    #sidebar-wrapper {
        background: #1a1a1a;
        height: 100%;
        top: 48px;
        left: 220px;
        margin-left: -220px;
        overflow-x: hidden;
        overflow-y: auto;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 220px;
        z-index: 1000;
    }

        #sidebar-wrapper::-webkit-scrollbar {
            display: none;
        }


    #page-content-wrapper {
        padding-top: 48px;
        width: 100%;
    }


    .sidebar-nav-left {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 220px !important;
    }

    /*Override base css*/
    .nav > li > a:focus, .nav > li > a:hover.nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

    .sidebar-nav-left li {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
        text-transform: uppercase;
    }

        .sidebar-nav-left li:before {
            background-color: #f0192b;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav-left li:before {
            background-color: rgba(214,0,0,1);
        }

        .sidebar-nav-left li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

        .sidebar-nav-left li.active:before {
            width: 100%;
        }

        .sidebar-nav-left li a {
            color: #dddddd;
            display: block;
            padding: 10px 15px 10px 30px;
            text-decoration: none;
        }

        .sidebar-nav-left li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav-left .dropdown-menu {
        background-color: #222222;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }

    .hamburger {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        margin-left: 15px;
        position: fixed;
        top: 10px;
        width: 32px;
        z-index: 999;
    }

        .hamburger:hover {
            outline: none;
        }

        .hamburger:focus {
            outline: none;
        }

        .hamburger:active {
            outline: none;
        }

        .hamburger.is-closed:before {
            -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);
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            content: '';
            display: block;
            font-size: 14px;
            line-height: 32px;
            -ms-opacity: 0;
            opacity: 0;
            text-align: center;
            width: 100px;
        }

        .hamburger.is-closed:hover before {
            -webkit-transform: translate3d(-100px, 0, 0);
            -moz-transform: translate3d(-100px, 0, 0);
            -ms-transform: translate3d(-100px, 0, 0);
            -o-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            display: block;
            -ms-opacity: 1;
            opacity: 1;
        }

        .hamburger.is-closed:hover .hamb-top {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            top: 0;
        }

        .hamburger.is-closed:hover .hamb-bottom {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            bottom: 0;
        }

        .hamburger.is-closed .hamb-top {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            top: 5px;
        }

        .hamburger.is-closed .hamb-middle {
            margin-top: -2px;
            top: 50%;
        }

        .hamburger.is-closed .hamb-bottom {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            bottom: 5px;
        }

        .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
            height: 4px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .hamburger.is-open .hamb-top {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            margin-top: -2px;
            top: 50%;
        }

        .hamburger.is-open .hamb-middle {
            display: none;
        }

        .hamburger.is-open .hamb-bottom {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            margin-top: -2px;
            top: 50%;
        }

        .hamburger.is-open:before {
            -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);
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            content: '';
            display: block;
            font-size: 14px;
            line-height: 32px;
            -ms-opacity: 0;
            opacity: 0;
            text-align: center;
            width: 100px;
        }

        .hamburger.is-open:hover before {
            -webkit-transform: translate3d(-100px, 0, 0);
            -moz-transform: translate3d(-100px, 0, 0);
            -ms-transform: translate3d(-100px, 0, 0);
            -o-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            display: block;
            -ms-opacity: 1;
            opacity: 1;
        }

    .hamburger {
        display: none;
    }

    #branding span {
        font-size: 20px;
        display: block;
        margin-left: 8px;
        line-height: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        padding-top: 4px;
        text-align: left;
    }

        #branding span small {
            font-size: 16px;
        }

    @media (max-width: 979px) {


        #sidebar-wrapper {
            width: 0;
        }

        .hamburger {
            display: block;
        }

        #branding span {
            /*text-align: center;
            margin-left: 60px;*/
        }

        #branding img {
            /*text-align: center;*/
            margin-left: 60px;
        }


        #wrapper {
            padding-left: 0;
        }


            #wrapper.toggled {
                padding-left: 220px;
            }

                #wrapper.toggled #sidebar-wrapper {
                    width: 220px;
                }

                #wrapper.toggled #page-content-wrapper {
                    margin-right: -220px;
                    position: absolute;
                }
    }

    .overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .hamb-bottom, .hamb-middle, .hamb-top {
        background-color: black;
    }



    /*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */


    /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }

    #sidebar {
        min-width: 250px;
        max-width: 250px;
        background: #7386D5;
        color: #fff;
        transition: all 0.3s;
    }

        #sidebar.active {
            margin-left: -250px;
        }

        #sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }

        #sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #sidebar ul p {
            color: #fff;
            padding: 10px;
        }

        #sidebar ul li a {
            padding: 10px;
            font-size: 1.1em;
            display: block;
        }

            #sidebar ul li a:hover {
                color: #7386D5;
                background: #fff;
            }

        #sidebar ul li.active {
            color: #fff;
            background: #6d7fcc;
        }

       /* #sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }*/

    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    ul.CTAs {
        padding: 20px;
    }

        ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    a.download {
        background: #fff;
        color: #7386D5;
    }

    a.article,
    a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }


    /* SmartForm Bootstrap Validation */




    input[type="radio"] {
        margin-right: 7px;
    }


    #extr-page h4.paragraph-header {
        width: auto;
    }

    #extr-page .smart-form .alert {
        margin: 4px;
    }

        #extr-page .smart-form .alert li {
            margin-left: 14px;
            list-style: none;
        }

            #extr-page .smart-form .alert li:before {
                content: "\f071";
                font-family: FontAwesome;
                position: absolute;
                left: 14px;
            }

    #extr-page .smart-form div + fieldset {
        padding-top: 15px;
    }


    #lang {
        display: block;
        color: #fff;
        margin-right: 25px;
        margin-top: 5px;
    }

    #logo img {
        width: 38px;
        height: 32px;
    }

    #logo small {
        color: rgb(139, 145, 160);
        line-height: 10px;
        font-size: 11px;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    #logo:hover small {
        color: rgb(225, 234, 241);
    }

    .card-presenter h3.media-heading {
        font-weight: 500 !important;
    }

    .card-presenter img {
        width: 100%;
    }

    #modalRemoteContent .card-presenter .media-heading, #modalRemoteContent .card-presenter .line-25, #modalRemoteContent .card-presenter hr {
        display: none;
    }

    #modalRemoteContent .card-presenter .media-body {
        font-size: 1.2em;
    }

    @media (max-width: 490px) {
        #modalRemoteContent .card-presenter .media-left {
            width: 100% !important;
        }

        #modalRemoteContent .card-presenter .media-left, #modalRemoteContent .card-presenter .media-body {
            display: inline-block;
            overflow: visible;
            width: auto;
        }
    }



    .line-25 {
        width: 25%;
        height: 2px;
        padding: 5px 5px;
        border-bottom: 1px solid grey;
        margin: 0 auto;
    }


    .card-presenter {
        background-color: #FFF;
        padding: 7px;
    }

    .card-columns .card {
        margin-bottom: 0.75rem;
    }

    @media (min-width: 776px) {
        .card-columns {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
        }

            .card-columns .card {
                display: inline-block;
                width: 100%;
            }
    }

    .hide-content-info .content-info {
        display: block;
        max-height: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px !important;
    }


    /* Overlay for washout BEGIN*/
    .overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.6);
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 1001;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        color: #fff;
    }

    /* Overlay for washout  END */

    #miniNav {
        background-color: #dd3333;
        color: #fff;
    }

        #miniNav a {
            color: #fff;
        }

            #miniNav a:hover {
                color: rgb(76,79,83);
            }

    #miniNav {
        background-color: #dd3333;
        color: #fff;
    }

        #miniNav .active {
            background-color: #eff0f0;
        }

            #miniNav .active a {
                color: rgb(76,79,83);
            }

    #ribbon .breadcrumb {
        display: none;
    }

    .smart-timeline-list .btn {
        white-space: normal;
    }

    .smart-timeline-icon {
        background: #dd3333
    }

    .btn-danger {
        background-color: #dd3333;
        border-color: #ca3333
    }

        .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
            color: #fff;
            background-color: #ca3333;
            border-color: #540114
        }

            .btn-danger.active.focus, .btn-danger.active:focus,
            .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover,
            .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
                color: #fff;
                background-color: #540114;
                border-color: #130005
            }

        .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
            background-image: none
        }

        .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus,
        .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled]
        .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
            background-color: #a90329;
            border-color: #900323
        }

        .btn-danger .badge {
            color: #a90329;
            background-color: #fff
        }


    .txt-color-red, .text-danger {
        color: #dd3333 !important;
    }

        .text-danger a:hover {
            text-decoration: underline;
        }

    .force-font p, .force-font p span .force-font span {
        font-size: 12px !important;
        line-height: 16px !important;
        font-family: "Open Sans",Arial,Helvetica,Sans-Serif !important;
    }

    body {
        min-width: 320px;
    }

    .noPadding {
        padding: 0;
    }

    .noMargin {
        margin: 0;
    }


    /* Agenda */

    #pocket-agenda h3.page-title, #pocket-agenda h3.page-title span {
        margin: 0 0 3px 0;
        padding: 0;
        font-size: 13px;
    }

    #pocket-agenda .smart-timeline-content h3 {
        font-size: 14px;
    }

    .smart-timeline-list:after {
        left: 102px;
    }


    .primary-timeline .primary-timeline-item {
        border: 1px solid #F0F0F0;
        margin: 1px;
        border-left: 7px solid rgba(240,25,43,0.3);
    }

    .smart-timeline-list > li:hover {
        border-left: 7px solid rgba(240,25,43,1);
    }


    .sticky-timeline {
        position: fixed;
        top: 48px;
        left: 0px;
        width: 100%;
        z-index: 1000;
        box-shadow: 5px 2px rgba(0,0,0,0.1);
    }

    @media (max-width:979px) {

        .sticky-timeline {
            /*top: 0px;*/
        }
    }

    .agenda-day-title-wrapper {
        height: 40px;
        background-color: #1c1819;
    }

    h3.agenda-day-title {
        background-color: #1c1819;
        margin: 0;
        line-height: 40px;
        color: #fff;
    }


    /* Work Shops*/
    .time-callout .time {
        background-color: #434953;
        padding: 2px 6px;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #f8a542;
    }

    .workshop {
        display: table;
        width: 100%;
    }

    .workshop-group {
        display: table-row-group;
    }

    .workshop-item {
        display: table-row;
        vertical-align: middle;
    }

        .workshop-item a.workshop-info {
            color: #FFF;
        }

        .workshop-item .workshop-info, .workshop-item .workshop-details {
            border-top: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
        }





        .workshop-item .workshop-info {
            padding: 5px 5px;
            width: 30px;
            text-align: center;
            display: table-cell;
            background-color: #fc6322;
            vertical-align: top;
        }

        .workshop-item .workshop-details {
            border-top: 2px solid #eeeeee;
            display: table-cell;
            padding: 5px;
            width: 100%;
            color: rgb(51,51,51);
        }

    .workshop-attending .workshop-info, .workshop-attending .workshop-details {
        border-top: 1px solid #739e73;
        border-bottom: 1px solid #739e73;
    }


    .workshop-item .workshop-more {
    }

    .workshop-attending .workshop-more {
    }

    .workshop-attending .workshop-info {
        background-color: rgba(0,116, 107,0.6);
    }

    .workshop-attending .workshop-details {
        background-color: #f1f3f5;
    }

    .workshop-item .workshop-details a.workshop-name {
        color: rgb(76, 79, 83);
    }

    .workshop-more {
    }

        .workshop-more div {
            padding: 10px 0;
            margin-right: 20px;
            margin-bottom: 15px;
        }

    a.workshop-info[aria-expanded="false"] .fa-chevron-down {
        display: inherit;
    }

    a.workshop-info[aria-expanded="true"] .fa-chevron-down {
        display: none;
    }

    a.workshop-info[aria-expanded="false"] .fa-chevron-up {
        display: none;
    }

    a.workshop-info[aria-expanded="true"] .fa-chevron-up {
        display: inherit;
    }

    .workshop-item .subtext {
        font-size: 12px;
    }



    .AttendingFalse .workshop, .AttendingFalse hr.spacer {
        display: none;
    }

    @media only screen and (max-width:479px) {
        .page-title {
            display: inline;
            margin-bottom: 10px;
        }
        /*.page-title, .page-title span { font-size:14px;
    }
    .smart-timeline-content h3 {font-size:14px;
    }*/
    }


    /* Navigation */
    /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 5px 2px rgba(0,0,0,0.1);
    }

        /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
        .sticky + #main {
            padding-top: 82px;
        }

        .sticky .nav-item {
            margin-bottom: -1px;
        }

        .sticky .nav-item {
        }

    @media only screen and (max-width:699px) {

        .nav-item span {
            display: none;
            opacity: 0;
        }

        .nav-item.active span {
            display: inline;
            transition: all 2s linear;
            opacity: 1;
        }
    }



    /* flyout menu modal*/

    .menu-open {
        overflow: hidden !important;
        margin-right: 0;
    }

    #app-nav {
        font-size: 22px;
        padding-left: 10px;
    }

    .nav-overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: rgb(255,255,255);
        background-color: rgba(255,255,255, 0.98);
        overflow-y: hidden;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .menu-open .nav-overlay {
        overflow-y: auto;
    }

    .nav-overlay-content {
        position: relative;
        /*top: 10%;*/
        width: 100%;
        text-align: center;
        margin-top: 30px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px;
    }

        .nav-overlay-content .nav-link .fa {
        }

    .nav-overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .nav-overlay a:hover, .overlay a:focus {
            color: #f1f1f1;
        }

    .nav-overlay .closebtn {
        position: absolute;
        top: 35px;
        right: 45px;
        font-size: 60px;
    }

        .nav-overlay .closebtn:hover {
            color: #00746b;
        }

    .nav-overlay-content .nav-link {
        font-size: 24px;
    }

        .nav-overlay-content .nav-link:hover {
            color: #00746b;
        }

    @media screen and (max-height: 450px) {
        .nav-overlay a {
            font-size: 20px
        }

        .nav-overlay-content .nav-link {
            font-size: 12px !important;
        }
    }


    @media only screen and (max-width:679px) {

        .nav-overlay a {
            font-size: 20px
        }

        .nav-overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }

        .nav-overlay-content .nav-link {
            font-size: 12px;
        }
    }


    #app-info {
        color: #14397f;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 12px;
        padding-right: 10px;
        margin-top: 0;
        padding-top: 0;
    }

        #app-info small {
            color: #00655b;
            text-transform: uppercase;
        }

    .page-title {
        margin-top: 0;
        padding-top: 0;
    }


    #myMeetingNav .badge {
        background-color: silver;
    }

    #myMeetingNav .active, #AgendaNav .active {
        background: #017cde !important;
        color: #fff !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

        #myMeetingNav .active .badge {
            background-color: #ff712a;
        }


    /* Overrides*/

    #main {
        margin-left: 0;
    }

    #logo-group a {
        color: #F8F8F8;
    }

    #logo, #logo-group, #header > :first-child, aside {
        width: auto;
    }




    /* Education Layout */

    .nav-overlay-content h1 {
        color: #14397f;
        text-transform: uppercase;
        font-weight: 100;
    }

        .nav-overlay-content h1 small {
            color: #00655b;
            text-transform: uppercase;
        }

    .card-header h4.text-danger {
        color: #14397f !important;
    }

    .badge {
        background-color: #ff712a;
    }

    .smart-timeline-icon {
        background-color: #017cde;
    }


    header#header {
        display: none;
        background-image: url('../img/EDU_Masthead_BG.jpg') !important;
        background-size: 30px 100px;
        background-repeat: repeat-x;
    }

        header#header .wrapper {
            width: 100%;
            background-image: url('../img/EDU_Masthead.jpg') !important;
            background-size: 628px 100px;
            background-repeat: no-repeat;
            background-position: center top;
        }

    .smart-style-1 #logo-group {
        background: none !important;
    }

    #logo {
        margin-top: 7px;
    }

        #logo img {
            display: none;
        }

    #logo-group a {
        color: rgba(255,255,255,0.70);
    }


    #miniNav {
        background-color: #fff;
        color: #fff;
        border-bottom: 4px solid #14397f;
    }

        #miniNav a {
            color: #14397f;
        }

            #miniNav a:hover {
                background-color: rgba(1,80,147,.10);
            }

            #miniNav a:hover {
                color: #015093;
            }

    #miniNav {
        background-color: #fff;
        color: #fff;
    }

        #miniNav .active {
            background-color: #14397f;
        }

            #miniNav .active a {
                color: rgb(255,255,255);
            }

            #miniNav .active:hover a {
                color: #fff;
            }


    .forum-banner {
        height: 50px;
        background-image: url('../img/EDU_Masthead_BG.jpg') !important;
        background-size: 15px 50px;
        background-repeat: repeat-x;
    }

        .forum-banner .wrapper {
            width: 100%;
            height: 100%;
            background-image: url('../img/EDU_Masthead.jpg') !important;
            background-size: 314px 50px;
            background-repeat: no-repeat;
            background-position: center top;
        }

    #main {
        background-color: #fff;
    }

    .card-columns .card {
        background-color: rgb(251,251,251);
        border: 1px solid rgb(221, 221, 221);
        border-radius: 2px;
    }

    .txt-color-blueDark, .page-title {
        color: #14397f !important
    }

    #content {
        padding-top: 0;
        margin-top: 0;
    }

    .btn-success {
        background-color: rgba(0,116, 107,0.6);
        color: #fff !important;
    }

    @media (min-width: 992px) {
        #app-nav {
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        #miniNav {
            display: none;
        }

        #app-nav {
            font-size: 40px;
        }

        .forum-banner {
            height: 100px;
            background-size: 30px 100px;
        }

            .forum-banner .wrapper {
                background-size: 628px 100px;
            }

        #lang {
            margin-top: 25px;
        }
    }

    @media (max-width: 650px) {
        /*#app-info {display: none;*/
    }
}


.demo, #demo-setting {display: none!important;
}