/* Minification failed. Returning unminified contents.
(181,17): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-gold'
(245,17): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-blue'
(337,32): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-blue'
(385,28): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-gold'
(428,17): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-blue'
(469,32): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-blue'
(527,17): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-gray'
(1261,28): run-time error CSS1039: Token not allowed after unary operator: '-nehgs-blue'
 */
@charset "utf-8";
/*Login page*/
.main {
    width: 100%;
    position: relative;
}
.LoginContent, .ForgotPassword, .EmailConfirmation, .ChangePassword
{
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    background-clip: padding-box;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ForgotPassword, .EmailConfirmation, .ChangePassword {
    background-color: #ece9e1;
}
.EmailConfirmation .form-area, .ForgotPassword .form-area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.loginbox {
    width: 70%;
    max-width: 700px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
/* CSS Document Homepage Banner */
.credentials-form label{
    float: left;
	color: #3d8d52;
}
.LoginContent { 
	background-color: #ece9e1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.LoginContent button { 
	width: 100%;
	margin-bottom: 20px;
}
.overlay-header * {
	text-align: center;
}
.overlay-footer > * {
	text-align: center;
	margin: 0;
}
.overlay-header h1:before { 
	padding-right: 20px;
	content: url('/SharedAssets/NEHGS/static/images/login-arrow-right.png');
}
.overlay-header h1:after { 
	padding-left: 20px;
	content: url('/SharedAssets/NEHGS/static/images/login-arrow-left.png');
}
.overlay-footer hr {
    width: 90%;
    margin-left: 5%;
    border-top: 1px solid #000;
}
.remember-me { 
	padding: 10px 0px;
}
#registerPrompt {
    font-family: "Minion Pro", "Times New Roman", serif;
    font-size: 26px;
    overflow-x: visible;
}
.btn-register {
    background-color: #2e6b25;
    color: #FFF;
    border-color: #26571E;
    width: 100%;
}
.btn-register:hover, .btn-register:active {
    background-color: #1D4517;
    border-color: #10260D;
    color: #FFF;
}

.spinning-loader {
    width: 20px;
    height: 20px;

    border: 3px solid #222;
    border-left-color: #BBB;
    border-radius: 50%;
    background: transparent;

    margin-left: 10px;

    animation: rotate-login 1s infinite linear;
}

@keyframes rotate-login {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

#log-in {
    display: flex;
    align-content: center;
    justify-content: center;
}

/*----------------MOBILE-----------------*/
@media (max-width:767px)  
{
.overlay-header h1:before { 
	padding-right: 0px;
	content: " ";
}
.overlay-header h1:after { 
	padding-left: 0px;
	content: " ";
}
}

.bullet-point {
    list-style-type:disc
}

.PMarginTop-minus5 {
    color: red;
    margin-top: -4px;
}
.LabelFontBold {
    font-weight: bold;
}
@charset "utf-8";
/*Erica's changes'*/
.header a {
    font-weight: normal;
}

#header-search {
    border-radius: 0px !important;
}

#header-search-menu {
    height: 36px;
}

.search-menu {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

    .search-menu::-ms-expand {
        display: none;
    }

.header .form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 36px;
}

.search-menu {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.hide {
    display: none;
}

.header-greeting {
    color: #b98e2d;
    color: var(--nehgs-gold);
    font-weight: bold;
    font-family: "Open Sans",sans-serif !important;
}

/* CSS Document Homepage Banner */

.errorTextBox {
    border-color: Red;
    background-color: Yellow;
}

.header {
    background: #e0ddd5;
    -webkit-box-shadow: 0 6px 22px -19px #333333;
    -moz-box-shadow: 0 6px 22px -19px #333333;
    box-shadow: 0 6px 22px -19px #333333;
}

    .header.extend-background {
        padding-bottom: 200px;
    }

.nav-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 8px;
}

.utility li {
    float: left;
    list-style-type: none;
    margin-left: 8px;
    padding-top: 10px;
}

    .utility li:nth-child(2) {
        /*margin-left: 1px;*/
    }

    .utility li a, .menulink {
        color: #333;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        padding: 10px 1px 1px 2px;
    }

    .utility li:after {
        content: "|";
        /*padding-left: 7px;*/
    }

#shopify-myaccount:after {
    content: " ";
    padding-left: 0px;
}

#userlogin-myaccount:after {
    content: " | ";
    padding-left: 7px;
}

.utility li a:hover, .utility li.active a {
    color: #60aae3;
    color: var(--nehgs-blue);
    text-decoration: underline;
}

    .utility li a:hover:after, .utility li.active a:after {
        color: #333;
    }

.utility li:last-child:after {
    content: " ";
}

.utility li:first-child a img {
    margin-right: 5px;
    margin-top: -8px;
}

/*.utility li:last-child a, .loginlink {
	color: #3d6a8d !important;
	font-weight: 700 !important;
}*/

.utility li:last-child a {
    font-weight: 700;
    padding: 5px 8px;
}

.loginlink, .logStatus {
    color: #ffffff !important;
    font-weight: 700;
    padding: 5px 8px !important;
    background-color: #008000;
    border-radius: 6px;
    text-transform: uppercase;
}

.header label {
    font-size: 13px;
}

.header hr {
    border-top: 1px solid #ada796;
    margin-bottom: 10px;
    margin-top: 22px;
}

.header .navbar {
    margin-bottom: 0px;
}

.header .nav-buttons {
    margin-top: 6px;
}

.top-nav {
    margin-top: 10px;
}

    /*.top-nav ul.nav {
	margin-left: -15px;
}*/

    /*.top-nav ul.nav li:first-child a {
			padding-left: 0px;
		}*/

    /*.top-nav .dropdown-menu > li > a, .top-nav .dropdown-menu > li:first-child > a {
		color: #3c6b8e;
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		padding: 3px 10px !important;
	}*/

    .top-nav ul.dropdown-menu {
        background-color: #f4f3f1;
        border: 1px solid #918f69;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 260px;
        padding: 0;
    }

    /*.dropdown-menu.search {
	width: 690px;
	padding: 0;
	background-color: #e1dad4;
	min-height: 250px;
}*/

    .top-nav .dropdown-menu li a:hover, .dropdown-menu.search li a:hover {
        background-color: #60aae3;
        background-color: var(--nehgs-blue);
        color: #fff;
    }

    .top-nav .dropdown-toggle {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

        .top-nav .dropdown-toggle:hover {
            background-color: #dddad2;
        }

    .top-nav .dropdown .caret {
        color: #7190a5;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #3d6a8d;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    float: none;
}

.navbar-header {
    margin-top: 6px;
}

.shadow {
    -webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.500);
    box-shadow: 2px 3px 6px rgba(0,0,0,0.500);
}

.navbar-right {
    width: 13.33%;
}

.headermainmenu {
    width: 86.66%
}

.btn-default.brown {
    background-color: #b98e2d;
    background-color: var(--nehgs-gold);
    border-color: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /*margin-left: 6px;*/
    border-radius: 6px;
}

.nav-buttons li a {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px;
    text-transform: uppercase;
}

.btn-default.brown:hover, .btn-default.brown.current {
    background-color: #9c7f43 !important;
    cursor: pointer;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #3d6a8d;
}

.navbar-toggle .icon-bar {
    height: 2px;
    margin-bottom: 7px;
    width: 28px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li {
    width: 136px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #60aae3;
    color: var(--nehgs-blue);
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 0px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active, .navbar-default .navbar-nav li a.focus {
    color: #3d6a8d;
}

.header .glyphicon-search {
    font-size: 15px;
    background: transparent;
    color: #fff;
}

.header .input-group-addon {
    padding: 0px;
    background-color: #3d6a8d;
    border-color: #3d6a8d;
}

.header .input-group-btn:first-child .btn {
    margin-right: -2px;
}

.header .input-group {
    margin-top: 5px;
}

.btn.search {
    background-color: #3d6a8d;
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .btn.search:hover {
        background-color: #60aae3;
        background-color: var(--nehgs-blue);
    }

.mobile-utility {
    display: none;
    list-style-type: none;
    margin-left: -50px;
    margin-top: 20px;
}

    .mobile-utility li a {
        display: block;
        padding: 6px 0px;
    }

.nehgs-logo {
    margin-top: -14px;
}

.utility li:first-child {
    margin-left: -24px;
}

ul.float-right {
    z-index: 999;
    position: relative;
}

/* Test minimized header logo*/
#min-logo {
    height: 35px;
}

#thin-menu {
    display: inline;
}

/*.dropdown-menu.search span {
    font-size: 12px;
    padding: 0 0 0 15px;
    font-weight: normal;
    text-transform: none;
    font-family: 'MyriadPro-Regular';
    font-style: italic;
}

.dropdown-menu .imgMenu {
    width: 40px;
    height: 40px
}*/

/*====Main menu new design css start====*/

.menu-subtitle {
    font-size: 11px;
    line-height: 13px;
    display: block;
    color: #888;
    color: var(--nehgs-gray);
    text-transform: none;
    width: 108px;
    margin: 5px 0;
}

.navbar-nav > li {
    width: auto;
}

    .navbar-nav > li > a {
        min-height: 65px;
        padding: 10px 22px 0 0;
    }

/*====Main menu new design css start====*/
.navbar-nav .dropdown-menu li a {
    transition: .3s;
}

    .navbar-nav .dropdown-menu li a:hover {
        color: #ffffff;
        background-color: #b78c2e;
        transition: .3s;
        text-decoration: none;
    }

.navbar-nav .dropdown-menu > li {
    border-bottom: 1px solid #918f69;
}

    .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0 none;
    }

    .navbar-nav .dropdown-menu > li > a {
        display: block;
        height: 100%;
        padding: 10px 15px;
        white-space: normal;
    }

        .navbar-nav .dropdown-menu > li > a > strong {
            display: inline-block;
            margin: 0 15px 0 0;
            font-size: 14px;
            font-family: "Myriad Pro", sans-serif;
            line-height: 18px;
        }

.navbar-nav .dropdown-menu .menu-description {
    color: #3c6b8e;
    font-family: "Myriad Pro", sans-serif;
    font-style: italic;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.navbar-nav .dropdown-menu > li > a:hover .menu-description {
    color: #ffffff;
}

/*====Search Menu css start====*/
.navbar-nav .dropdown-menu.search {
    width: 650px;
    min-height: 250px;
}

.navbar-nav .dropdown-menu > li > ul {
    list-style: none;
    padding: 0;
}

    .navbar-nav .dropdown-menu > li > ul > li > a {
        color: #76776f;
        display: block;
        font-family: "Myriad Pro", sans-serif;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 20px;
    }

.navbar-nav .dropdown-menu img.imgMenu {
    height: auto;
    width: 12%;
}

.navbar-nav .dropdown-menu.search > li > ul > li span.menu-text {
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.dropdown-menu.learn > li > ul > li span.menu-text {
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.navbar-nav .dropdown-menu ul.two-col-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

    .navbar-nav .dropdown-menu ul.two-col-list li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

/*====Search Menu css end====*/

/*====Services Menu css start====*/

.navbar-nav .dropdown-menu.expert-help li {
    border: 0 none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 500px;
}

.navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper {
    border-color: transparent transparent #918f69 transparent;
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    width: 50%;
}

    .navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper > a {
        display: block;
        height: 100%;
        padding: 15px;
        text-decoration: none;
    }

    .navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper:nth-child(odd) {
        border-color: transparent #918f69 #918f69 transparent;
        border-style: none solid solid none;
        border-width: 0 1px 1px 0;
    }

.navbar-nav .dropdown-menu.expert-help .two-column-title-wrapper {
    display: block;
    margin: 0 0 15px;
}

.navbar-nav .dropdown-menu.expert-help .imgMenu {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin: 0 1% 0 0;
}

.navbar-nav .dropdown-menu .bulletMenu {
    width: 12px;
    display: inline-block;
    vertical-align: top;
    height: 12px;
}

.top-nav .navbar-nav .dropdown-menu .bulletMenu + span.menu-text {
    vertical-align: top;
    margin: -3px 0 0 2px;
}

.navbar-nav .dropdown-menu.expert-help .two-column-title-wrapper strong {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
    line-height: 16px;
    width: 70%;
    vertical-align: middle;
}

.navbar-nav .dropdown-menu.expert-help > li > div > a:hover strong,
.navbar-nav .dropdown-menu.expert-help > li > div > a:hover .menu-description {
    color: #ffffff;
}

.navbar-nav .dropdown-menu.expert-help .full-width-menu {
    display: block;
    width: 100%;
}

    .navbar-nav .dropdown-menu.expert-help .full-width-menu > a > strong {
        font-size: 14px;
        font-family: "Myriad Pro", sans-serif;
        line-height: 16px;
    }

    .navbar-nav .dropdown-menu.expert-help .full-width-menu > a {
        color: #000000;
        display: block;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
    }
/*====Services Menu css start====*/

/*====Learn Menu css start====*/
.navbar-nav .dropdown-menu.learn {
    width: 680px;
}

.navbar-nav .dropdown-menu ul.three-col-list {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

    .navbar-nav .dropdown-menu ul.three-col-list li {
        display: inline-block;
        width: 100%;
    }

        .navbar-nav .dropdown-menu ul.three-col-list li a {
            text-decoration: none;
        }

.navbar-nav .dropdown-menu a.dark-blue-menu-text {
    color: #23527c;
}
/*====Learn Menu css end====*/

/*====Menu with it's description at bottom css start====*/

.two-col-with-img-wrapper {
    overflow: hidden;
}

    .two-col-with-img-wrapper .left-desc-section {
        float: left;
        margin: 0 2% 0 0;
        width: 68%;
    }

        .two-col-with-img-wrapper .left-desc-section .yellow-color-text {
            color: #b88a2d;
            font-family: 'Minion Pro', serif;
            font-size: 16px;
            text-transform: uppercase;
        }

        .two-col-with-img-wrapper .left-desc-section h4 {
            color: #333333;
            font-family: "Myriad Pro", sans-serif;
            margin: 15px 0;
            font-size: 16px;
        }

        .two-col-with-img-wrapper .left-desc-section .excerpt-text {
            font-size: 12px;
            line-height: 16px;
            display: block;
        }

        .two-col-with-img-wrapper .left-desc-section .excerpt-link {
            color: #3c3c3c;
            display: block;
            font-size: 16px;
            margin: 20px 0 0;
            font-family: 'Minion Pro',serif;
            text-decoration: underline;
        }

.navbar-nav .dropdown-menu li a:hover .left-desc-section .excerpt-link,
.navbar-nav .dropdown-menu li a:hover .left-desc-section h4,
.navbar-nav .dropdown-menu li a:hover .left-desc-section .yellow-color-text {
    color: #ffffff;
}

.two-col-with-img-wrapper .right-img-section {
    float: right;
    width: 30%;
}

    .two-col-with-img-wrapper .right-img-section img {
        height: auto;
        max-width: 100%;
    }

.bottom-description {
    width: 450px;
}

    .bottom-description span.menu-description {
        width: 100%;
    }

/*====Menu with it's description at bottom css end====*/
/*.top-nav .dropdown:hover .dropdown-menu {
	display: block;
}*/

@media (min-width:991px) and (max-width:1196px) {

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        margin-right: 15px;
    }

    .headermainmenu {
        /*width: 83.33333333333334%;
		position: absolute;*/
        width: 83%;
        z-index: 6;
    }

    .navbar-right {
        width: 18%;
        position: relative;
        z-index: 5;
    }
 
}

@media (min-width:980px) and (max-width:990px) {

    .headermainmenu {
        width: 82%;
    }

    .navbar-right {
        width: 18%;
    }

    .header .nehgs-logo img {
        max-width: 94%;
    }
}

/* TABLET ----------- */
@media (min-width:767px) and (max-width:991px) {
    .header .form-search {
        margin-top: 20px;
    }

    .header .nav-buttons {
        margin-top: 0;
    }

    .btnIpadlogout {
        width: 109% !important;
        margin-top: 0px !important;
    }
    /*.top-nav .nav li.dropdown a {
		padding: 10px;
	}*/

    .top-nav {
        margin-bottom: 30px;
    }

    .btn-default.brown {
        display: block;
        font-size: 15px;
    }

    .nav-buttons li {
        float: none;
        list-style-type: none;
        margin-left: 0px;
        width: 100%;
    }

        .nav-buttons li a {
            padding: 9px 18px !important;
        }

    .header hr {
        margin-top: 8px;
    }

    .header .input-group {
        margin-top: 20px;
    }
    .header .nehgs-logo img {
        max-width: 94%;
    }
    .header .nehgs-logo {
        margin-top: 25px !important;
    }
}

/* TABLET (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        margin-right: 16px;
    }

    .mobile-login {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .sr-only {
        font-size: 1.8rem;
        margin-left: 35px;
        position: relative;
        top: -28px;
    }

    .top-nav {
        margin-top: 10px;
    }

    .navbar-collapse.in {
        overflow-y: unset;
    }

    .navbar-collapse {
        width: 100%;
    }

        .navbar-collapse.collapse {
            /*display: none !important;*/
        }

    .navbar-nav > li {
        float: none;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        min-height: unset;
        padding: 10px 18px 10px 0px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            padding-left: 0px;
        }

    .menu-subtitle {
        width: auto;
    }
}

@media all and (max-width: 860px) {
    /*====Learn Menu css start====*/
    .navbar-nav .dropdown-menu.learn {
        width: 640px;
    }
    /*====Learn Menu css end====*/
    /*====Services css start====*/
    .navbar-nav .dropdown-menu.expert-help li {
        width: 410px;
    }
    /*====Services css end====*/
}

@media (min-width:767px) {
    /*mobile dropdowns*/
    .top-nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .mobile-login {
        display: none;
    }
}

/*----------------MOBILE-----------------*/
@media (max-width:767px) {

    .glyphicon-search {
        font-size: 11px;
    }

    .form-control {
        height: 35px;
    }

    .mobile-utility {
        display: block;
    }


    .header .utility:not(.mobile-login) {
        display: none;
    }

    .header .nehgs-logo {
        margin-top: 27px !important;
    }

        .header .nehgs-logo img {
            max-width: 94%;
        }

    .header .input-group {
        margin-top: 20px;
    }

    .headermainmenu {
        width: 100%;
    }

    .navbar-right {
        width: 100%;
    }

    .nav-buttons li a {
        font-size: 13px;
        padding: 5px 18px 8px;
    }

    .navbar {
        min-height: 30px;
    }

    .navbar-header {
        margin: 0px;
    }

    .nav-buttons {
        margin-left: -45px;
    }

    .utility:not(.mobile-login) li:first-child, .utility li:nth-child(3) {
        display: none;
    }

    .header .form-search {
        margin-top: 20px;
    }

    .header hr {
        display: none;
    }

    /*.top-nav ul.nav li:first-child a, .top-nav ul.nav li a {
		padding-left: 0px;
	}

	.top-nav ul.dropdown-menu {
			padding: 7px;
		}*/

    .top-nav .dropdown-menu > li > a, .top-nav .dropdown-menu > li:first-child > a {
        padding: 9px 9px !important;
    }

    /*.top-nav ul.dropdown-menu {
			background: transparent;
			min-width: inherit;
		}

	.header .nav-buttons {
		margin-bottom: -22px;
		margin-top: 13px;
	}*/

    .MarginTopMenuRow {
        margin-top: 0px !important;
        margin-bottom: -20px !important;
    }


    .marginAllMenu {
        /*margin-top: 16px;*/
        margin-bottom: -9px;
        margin-left: -22px;
    }
    /*.top-nav .dropdown .caret {
		display: none;
	}*/

    /*------13-2-2018 menu changes css start------*/
    .top-nav .navbar-nav .dropdown-menu {
        background-color: #f4f3f1;
        width: auto;
    }

    .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 1px solid #918f69;
    }

    .navbar-nav .dropdown-menu li a:hover {
        color: #000000;
        background-color: transparent;
        border-left: 5px solid #856623;
        transition: .3s;
    }

    .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px 12px 25px;
    }

        .navbar-nav .dropdown-menu > li > a:hover {
            background-color: #b78c2e;
            color: #ffffff;
        }

    .navbar-nav .dropdown-menu > li > ul > li > a:hover {
        background-color: #f0e1c2;
    }
    /*====Search Menu css start====*/
    .navbar-nav .dropdown-menu ul.two-col-list {
        column-count: auto;
        -moz-column-count: auto;
        -webkit-column-count: auto;
    }

    .navbar-nav .dropdown-menu img.imgMenu,
    .navbar-nav .dropdown-menu.expert-help .imgMenu {
        width: 6%;
    }
    /*====Search Menu css end====*/

    /*====Learn Menu css start====*/

    .navbar-nav .dropdown-menu ul.three-col-list {
        column-count: auto;
        -moz-column-count: auto;
        -webkit-column-count: auto;
    }
    /*====Learn Menu css end====*/

    /*====Services css start====*/

    .navbar-nav .dropdown-menu.expert-help li {
        display: block;
        flex-direction: unset;
        flex-wrap: unset;
        width: auto;
    }

    .navbar-nav .dropdown-menu.expert-help > li > div > a:hover {
        background-color: #b78c2e;
        color: #ffffff;
    }

    .navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper,
    .navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper:nth-last-child(1),
    .navbar-nav .dropdown-menu.expert-help > li > div.two-column-menu-wrapper:nth-last-child(2) {
        border-color: transparent transparent #918f69 transparent;
        border-style: none none solid none;
        border-width: 0 0 1px 0;
        width: auto;
    }

    .navbar-nav .dropdown-menu.expert-help .two-column-title-wrapper {
        margin: 0 0 8px;
    }
    /*====Services css end====*/
    .two-col-with-img-wrapper .right-img-section {
        width: 18%;
    }
    /*------13-2-2018 menu changes css end------*/
}

/* Smallest (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {

	.nav-buttons li a {
		padding: 5px 19px;
	}

	.utility li a {
		font-size: 13px;
	}

	.two-col-with-img-wrapper .right-img-section {
		width: 20%;
	}
    .utility li a, .menulink {
        font-size: 10px !important;
    }
}

@media all and (max-width: 480px) {
	/*====Search Menu css start====*/
	.navbar-nav .dropdown-menu img.imgMenu,
	.navbar-nav .dropdown-menu.expert-help .imgMenu {
		width: 8%;
	}
	/*====Search Menu css end====*/
}

/* Test minimized header logo*/
#min-logo {
    height: 35px;
}
#thin-menu {
    display: inline;
}

/* For Tree menu*/
.treedropdown a, .treedropbtn {
    text-align: center;
    text-decoration: none;
}


li.treedropdown {
    display: inline-block;
}

.treedropdown-content {
    display: none;
    position: absolute;
    background: rgb(221,218,210); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(221,218,210,1) 0%, rgba(175,169,152,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,218,210,1)), color-stop(100%,rgba(175,169,152,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(221,218,210,1) 0%,rgba(175,169,152,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(221,218,210,1) 0%,rgba(175,169,152,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(221,218,210,1) 0%,rgba(175,169,152,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(221,218,210,1) 0%,rgba(175,169,152,1) 100%); /* W3C */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.treedropdown-content a {
    color: #3c6b8e !important;
    padding: 3px 10px !important;
    text-decoration: none;
    display: block;
    text-align: left;
}

.treedropdown-content a:hover {
    background-color: #60aae3;
    background-color: var(--nehgs-blue);
     text-decoration: none !important;
}



/*.dropdown-menu.search span {
    font-size: 12px;
    padding: 0 0 0 15px;
    font-weight: normal;
    text-transform: none;
    font-family: 'MyriadPro-Regular';
    font-style: italic;
}

.dropdown-menu .imgMenu {
    width: 40px;
    height: 40px
}*/
@media all and (max-width: 360px) {
	/*====Search Menu css start====*/
	.navbar-nav .dropdown-menu img.imgMenu,
	.navbar-nav .dropdown-menu.expert-help .imgMenu {
		width: 10%;
	}
	/*====Search Menu css end====*/
}

.AnchorTextFontsize-18 {
    font-size: 18px !important;
}

.AnchorDescFontsize-14 {
    font-size: 14px !important;
}
.treedropdown:hover .treedropdown-content {
    display: block;
}
.dropdown-menu > li > a {
    color: #333 !important;
}

.DesktopMenuMarginLeft {
    margin-left: -15px;
}

.open > .dropdown-menu {
    margin-top: auto;
}

