html {
    -ms-overflow-style: scrollbar;
}



h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 15px 0 !important;
}

h2 {
    font-size: 2.6em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 10px 0 !important;
}

 h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 5px 0 !important;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 0 0 !important;
}

h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    
    margin: 0 0 0 0 !important;
}

 h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    
    margin: 0 0 0 0 !important;
}
/***************NDOR Icon************/
.ndot-tabs > div > a {
    color: #6b6b6b;
}

    .ndot-tabs > div > a:hover {
        color: #00607f;
    }

.ndot-tabs-active * {
    color: #00607f !important;
}

#ndot-tab-content {
    padding: 20px;
}


.ndot-icon {
    margin: 0;
    padding: 0;
}

    .ndot-icon li {
        padding: 0px;
    }

        .ndot-icon li a span {
            width: 42px;
            line-height: 42px;
            text-align: center;
            color: #fff;
            font-size: 22px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

.ndot-icon-contact li a span {
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #6b6b6b;
    font-size: 22px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.ndot-icon li a i {
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #999;
    font-size: 22px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: gray;
}

    .ndot-icon li a i:hover {
        background-color: #3E89A0;
        color: white;
    }

.ndot-icon li a span:hover {
    background-color: #3E89A0;
    color: white;
}

.ndot-icon-contact li a span:hover {
    background-color: #3E89A0;
    color: white;
}

.Ndot-contact-border {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0, .3);
    color: #6b6b6b;
    padding: 20px;
}

.footer-col {
    padding-top: 15px
}
.center-left-align {
    width: 25em;
    margin: 0 auto 1em auto;
}
.ndot-icon-background li a i {
    background-color: #777;
}

.ndot-icon-background li a span {
    background-color: #777;
}

[id^="ndot-dropdownMenu"] {
    width: 100%;
}

    [id^="ndot-dropdownMenu"] > option {
        background: white;
        color: #333;
    }


#twitter-widget-0 {
    width: 100% !important;
    max-height: 400px;
}

.opacity-background {
    background-color: white;
    color: black;
    opacity: .9;
    padding: 5px;
}

.opacity-black-background {
    background-color: black;
    color: white;
    opacity: .9;
    padding: 5px;
}

.ndor-icon-511 {
    height: 42px;
    width: 42px;
    margin-bottom: -14px;
    color: #858d91;
    /*padding: 3px;*/
}
.ndor-icon {
    margin: 0;
    padding: 0;
    font: normal normal normal 22px/1 FontAwesome;
}
span.hov.fa {
    font-size: 23px;
    color: #fff;
}
span.fa:hover {
    color:#00607f;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.ndor-date span {
    text-align: center;
    font-size: 30px;
    display: inline-block;
    color: gray;
    padding: 0px 5px 0px 5px;
}

.ndor-date p {
    display: inline-block;
    margin: 0px;
}

.ndor-date small {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.ndor-table-fixed-column {
    background: #3E89A0;
    width: 40px;
}

.ndor-news-selected-filter {
    background: #3E89A0;
}

    .ndor-news-selected-filter a {
        color: white !important;
    }

        .ndor-news-selected-filter a > i {
            padding-left: 10px;
            color: white !important;
        }



@media only screen and (max-width:767px) {
    .search-button {
        display: none !important;
    }

    .search-dropdown {
        display: block;
        position: static;
        background: #111 !important;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
        position: static;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .special-feature .s-feature-box {
        height: 150px;
    }

    .special-feature i {
        font-size: 38px;
    }

    .special-feature .mask-top {
        padding: 0px;
    }

        .special-feature .mask-top h4 {
            margin: 10px;
        }


    .ndor-tabs .fa-4x {
        font-size: 30px;
    }

    .caption-content {
        display: none;
    }
}

@media only screen and (max-width:991px) {


    .ndor-contact-mainInfo {
        margin-top: 20px;
    }

    .special-feature .mask-bottom {
        padding: 0px;
    }

        .special-feature .mask-bottom i {
            display: none;
        }

        .special-feature .mask-bottom h4 {
            margin: 15px 0px 7px;
        }
}

@media only screen and (max-width:1200px) {

    .special-feature .mask-bottom {
        padding: 15px;
    }

        .special-feature .mask-bottom i {
            display: none;
        }
}

.fullImage {
    outline: 0;
    max-width: 100%;
    height: auto;
}


@media print {
    /* 
		@CUSTOM RULES 
	*/
    #official-nebraska-logo {
        content: url('../img/NDOR/Nebraska.gif');
    }

    .print-official-nebraska {
        background-color: #DFF0D7 !important;
    }

    #navBar, #topNav, #footer {
        display: none !important;
    }

    body * {
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    .printable * {
        visibility: visible;
    }

    .nonprintable * {
        display: none !important;
        visibility: collapse !important;
    }

    a[href]:after {
        content: none !important;
    }

    /* print resets */
    #wrapper {
        margin: 0 !important;
        padding: 20px 0 0 0 !important;
    }

    /* display none for all other elements - remove whitespaces */
    #topNav, #header_shadow, #footer,
    #page-title, .btn {
        display: none;
    }


    /* 
		@REQUIRED RULES
	*/
    .col-sm-1, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9,
    .col-sm-10, .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }
}

.smallWhite {
    text-transform: uppercase !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: white !important;
}

.container {
    padding-bottom: 40px;
}

.container-breadcrumb {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-wrap h1 {
    margin: 0px !important;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Raleway",sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb {
    margin-top: 25px;
}

.search-headers {
    font-size: 16px;
    text-decoration: underline;
}

#footerSection {
    margin-top: 20px;
}

.newsHeader {
    margin-top: 10px !important;
}

.ndor-rte-editor p a {
    text-decoration: underline !important;
}

.ndor-rte-editor ul a {
    text-decoration: underline;
}

#skiptocontent {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}
/***************************** Scroll Animations End *****************************/

/***************************** Bootstrap Overlay & General Options *****************************/
.Q-margin10 {
    margin-top: 10px;
}

.Q-margin20 {
    margin-top: 20px;
}

.Q-margin30 {
    margin-top: 30px;
}

.Q-margin40 {
    margin-top: 40px;
}

.Q-margin50 {
    margin-top: 50px;
}

.Q-margin60 {
    margin-top: 60px;
}

.Q-margin70 {
    margin-top: 70px;
}

.Q-margin80 {
    margin-top: 80px;
}

.Q-margin90 {
    margin-top: 90px;
}

.Q-margin100 {
    margin-top: 100px;
}

.Q-divisor-border10 {
    padding-bottom: 10px;
}

.Q-divisor-border20 {
    padding-bottom: 20px;
}

.Q-divisor-border30 {
    padding-bottom: 30px;
}

.Q-divisor-border40 {
    padding-bottom: 40px;
}

.Q-divisor-border50 {
    padding-bottom: 50px;
}

.Q-divisor-border60 {
    padding-bottom: 60px;
}

.Q-divisor-border70 {
    padding-bottom: 70px;
}

.Q-divisor-border80 {
    padding-bottom: 80px;
}

.Q-divisor-border90 {
    padding-bottom: 90px;
}

.Q-divisor-border100 {
    padding-bottom: 100px;
}

.Q-divisor-topborder10 {
    padding-top: 10px;
}

.Q-divisor-topborder20 {
    padding-top: 20px;
}

.Q-divisor-topborder30 {
    padding-top: 30px;
}

.Q-divisor-topborder40 {
    padding-top: 40px;
}

.Q-divisor-topborder50 {
    padding-top: 50px;
}

.Q-divisor-topborder60 {
    padding-top: 60px;
}

.Q-divisor-topborder70 {
    padding-top: 70px;
}

.Q-divisor-topborder80 {
    padding-top: 80px;
}

.Q-divisor-topborder90 {
    padding-top: 90px;
}

.Q-divisor-topborder100 {
    padding-top: 100px;
}

.progress {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border-radius: 0px;
    transition: 300ms ease-in-out;
}

.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.Q-message {
    height: 115px !important;
}

.Q-submit {
    height: 50px;
    line-height: 2.5;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
}

.close {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 25px;
    margin-bottom: -30px;
    text-align: right;
}

.navbar-default .navbar-nav > li > a {
    transition: 300ms ease-in-out;
}

.navbar {
    margin-bottom: 0px;
}

.dropdown-menu {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Q-Scroll {
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -56px;
    z-index: 999;
    text-align: center;
}

    .Q-Scroll a {
        transition: 300ms ease-in-out;
    }

        .Q-Scroll a:hover {
            text-decoration: none;
        }

.Q-Scroll-Icon {
    transition: 300ms ease-in-out;
}

.Q-Back {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    text-align: center;
    padding: 0px 10px;
    border-radius: 3px;
}

    .Q-Back a {
        transition: 300ms ease-in-out;
    }

        .Q-Back a:hover {
            text-decoration: none;
        }

    .Q-Back.Q-animate-hide {
        position: absolute
    }

    .Q-Back a {
    }

.Q-Back-Icon {
    transition: 300ms ease-in-out;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .fixed + * {
        margin-top: 60px;
    }

.navbar-toggle {
    margin-top: 17px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3E89A0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #3E89A0;
    background-color: transparent;
}

.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #687074;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #3E89A0;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: #3E89A0;
    }

#bnaNavbar > li > a:hover {
    color: #333;
}

.navbar-brand img {
    width: 170px;
    height: auto;
}

    .navbar-brand img:focus {
        border: 1px solid white;
        background-color: #444;
    }
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 205px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-dropdown {
    min-width: 244px !important;
}
a.nav-link{
    font-size:1.1em;
    font-weight:600;
    color:#fff;
}
.navbar .dropdown-menu li a {
    color: #fff;
    font-size: 1em;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    padding: 9px 18px;
    line-height: 1.42857143;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #3E89A0;
    color: #fff;
}



/*********top bar************/
#header-top {
    background-color: #292F33;
    border-bottom: 1px solid #eee;
    color: #fff;
    padding-bottom: 0px;
}

    #header-top .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase
    }

    #header-top ul.nav > li > a:focus, #header-top ul.nav > li > a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

.top-bar {
    min-height: 25px;
    line-height: 20px;
    background-color:#eee;
}

    .top-bar a {
        margin-right: 10px;
        font-size: 12px;
        color: #888;
    }

        .top-bar a i {
            margin-right: 5px;
        }

    .top-bar .sample-1right a i {
        margin-right: 5px;
        color: #999;
        width: 20px;
        height: 25px;
        display: inline-block;
        background-color: transparent;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
    }

.top-social {
    margin: 0;
    padding: 0;
}

    .top-social li {
        padding: 0px;
    }

        .top-social li a {
   
            padding-top: 0px;
            padding-bottom: 0px;
            color: #fff;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
        }

            .top-social li a i {
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                margin: 0px;
                background-color: transparent;
                color: #777;
                border: 1px solid #999;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
            }

                .top-social li a i:hover {
                    color: #fff;
                    background-color: #252525;
                    border-color: #252525;
                }

.colored-top-social li {
    padding: 0px;
    margin: 0px;
}

    .colored-top-social li a {
        margin: 0px;
        padding: 0px;
    }

    .colored-top-social li i {
        margin: 0px;
        padding: 0px;
    }
/* Mega MENU */

.yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.dropdown-menu .divider {
    background-color: #222;
}

.yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.yamm-content h3:before {
    content: "";
    display: none;
}

.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}

    .yamm-content .mega-vertical-nav li a {
        padding: 8px 0px;
        transition: all 0.3s ease-in;
        color: #687074;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
        border-bottom: 0px;
    }

.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #3E89A0;
}

.mega-contact p {
    margin: 0;
}

.mega-contact i {
    color: #3E89A0;
    margin-right: 10px;
}
/*navbar search form***/
/*.dropdown-form {
    padding: 10px 15px;
    min-width: 213px;
}

    .dropdown-form .form-control {
        height: 31px;
    }*/

/***header top bar with search***/
.top-bar form {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.top-bar button {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 9px;
    right: 13px;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    line-height: 15px;
}

.top-bar form .form-control {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 6px;
    width: 150px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
    margin: 0px;
}

.top-bar .form-control:focus {
    width: 200px;
}

.navbar-inverse {
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    background-color: #111;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #3E89A0;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #3E89A0;
        background-color: transparent;
    }

    .navbar-inverse .navbar-brand {
        font-weight: 700;
        color: #fff !important;
        font-size: 30px;
        line-height: 20px;
        font-style: normal;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #3E89A0;
        }

#header-top.dark-header-top {
    border-bottom-color: #111;
    padding-top: 2px;
    padding-bottom: 2px;
}

    #header-top.dark-header-top .top-bar a i {
        color: #fff;
    }

    #header-top.dark-header-top .top-bar ul li {
        color: #fff;
    }


/******************transparent header*****************************/
.navbar-inverse.transparent-header {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 10px 0px;
    min-height: 50px;
}

@media(max-width:767px) {
    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}


/****************header center*****************/
.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}

    .header-center a {
        font-size: 30px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
    }

    .header-center span {
        display: block;
    }

.navbar-default.menu-header-center {
    padding: 0px;
    min-height: 50px;
}

    .navbar-default.menu-header-center .navbar-nav > li {
        border-left: 1px solid #ddd;
    }

.boxed-wrapper .navbar-default {
    left: auto;
    width: auto;
    right: auto;
}
/********************

VERSION V1.3 css start here

*************************************************/
@media(max-width:992px) {
    .navbar-default, .navbar-inverse {
        position: relative !important;
    }
}

/******************

MULTI LEVEL DROPDOWN CSS

*********************/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .dropdown-submenu > .dropdown-menu > li > a {
        }

@media(max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 11px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}



/*******************new contact pages************************/
.sky-form-columns .btn-lg {
    padding: 14px 28px 13px 28px !important;
    float: right;
}

.sky-form-columns .sky-form {
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .sky-form-columns .sky-form footer {
        border: 0px;
        background-color: transparent;
        padding: 0px;
    }

    .sky-form-columns .sky-form fieldset {
        padding: 0px;
    }

.contact-option-circle {
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .contact-option-circle i {
        font-size: 35px;
        color: #888;
        display: block;
        margin-bottom: 10px;
    }

.sky-form-columns .sky-form fieldset + fieldset {
    border-top: 0px;
}


/*******************dark dropdown code here*****************/

.navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
    background-color: #111;
}

    .navbar .dropdown-menu.dark-dropdown li a {
        border-color: #222;
    }

    .navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
        color: #fff;
    }

    .navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
        border-color: #222 !important;
    }

.accordionBody {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    padding: 15px
}

#accordionPage .panel-group {
    margin-left: 15px;
}

.timeline-widget {
    background-color: aqua !important;
}
.fullParaImage {
	width: 100%;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.fullStaticImage {
	width: 100%;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-col h3{
        color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
}

}














.tooltipright{
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted blue;
}
.tooltipright .toolttext {
    visibility: hidden;
    width: 200px;
    height:100px;
    background-color:lightsalmon;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 8px ;
    /* Position the tooltip */
    position: absolute;
    z-index: 0;
    left: 110%;
}
.tooltipright .toolttext {
    visibility: visible;
}
/*left position*/
.tooltipleft{
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted blue;
}
.tooltipleft .toolttextleft {
    visibility: hidden;
    width: 200px;
    height:50px;
    background-color:lightsalmon;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 5px ;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 130%;
}
.tooltipleft:hover .toolttextleft {
    visibility: visible;
}

/**umb_name:h1*/
h1 {
	font-size: 3.2em;
	line-height: 44px;
	margin: 0 0 15px 0 !important;
}

/**umb_name:h2*/
h2 {
	font-size: 2.6em;
	font-weight: 400;
	line-height: 42px;
	margin: 0 0 10px 0 !important;
}

/**umb_name:h3*/
h3 {
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 5px 0 !important;
}

/**umb_name:h4*/
h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 0 0 !important;
}

/**umb_name:h5*/
h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0 0 0 0 !important;
}

/**umb_name:h6*/
h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0 0 0 0 !important;
}

/**umb_name:White Paragraph Tags*/
a.whiteParagraph {
	color:white;
}

/**umb_name:Text color grey*/
.greytext {
	color: #6b6b6b;
}

/**umb_name:Text color white*/
.whitetext {
	color: white;
}

/**umb_name:p*/
p {
	font-weight: 400;
	font-size: 1em;
	line-height: 24px;
	color: #6b6b6b;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
}

/**umb_name:TableHeader*/
.ndot-table-header {
	background-color: #286684;
	color:#fff;
}
