﻿/* Mega Menu */

.mp-mobilecontrols {
    display: none;
}

/**
 * Main Navigation
 */

#main-megamenu {
    float: left;
}

#secondary-menu {
    float: right;
}

.findServiceLocationNavigation {
    display: none;
}

@media (max-width: 1024px) {
    .body-responsive #main-megamenu,
    .body-responsive #secondary-menu {
        float: none;
    }
}


/**
 * Lists
 */

/* 1st level */
.megamenu-list {
    margin-bottom: 0;
    position: relative;
}

/* Second level */
.megamenu-list--dropdown {
    background-color: #f4f4f4;
    border-top: 3px solid #7ab800;
    border-bottom: 1px solid #d0d0cc;
    box-shadow: 0px 5px 5px 0px #b8b9b4;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    display: none;
	float: left;
	height: auto;
	left: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
	position: absolute;
    right: auto;
	width: 1024px;
	z-index: 100;
}

/* Reset above */
@media (max-width: 1024px) {
    .body-responsive .megamenu-list--dropdown {
        background-color: transparent;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
	    float: none;
	    height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
	    position: relative;
	    width: auto;
	    z-index: 100;        
    }
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-list .megamenu-list,
    .body-responsive #secondary-menu .megamenu-list .megamenu-list {
        display: none;
    }
}

.btnactive > .megamenu-list {
    display: block !important;
}


/**
 * Columns
 */

.megamenu-column {
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    float: left;
    padding-right: 40px;
    width: 25%;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-column {
        float: none;
        padding-right: 0;
        width: auto;
    }
}


/**
 * Items
 */

/* First level */
.megamenu-list .megamenu-item {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-list .megamenu-item {
        display: block;
        margin-right: 0;
    }
}

/* Second level */
.megamenu-list .megamenu-list .megamenu-item {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-list .megamenu-list .megamenu-item {
        margin-bottom: 0;
    }
}

/* Third level */
.megamenu-list .megamenu-list .megamenu-list .megamenu-item {
    margin-bottom: 0;
}


/**
 * Links
 */

/* First level */
.megamenu-item-link {
    display: inline-block;
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    font-weight: normal;
    padding: 12px 15px 10px;
    z-index: 2;
    vertical-align: middle;
}

    .megamenu-item-link,
    .megamenu-item-link:visited {
        color: #44443e;
    }

.megamenu-item-link.current,
.btnactive > .megamenu-item-link {
    background-color: #7ab800;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-item-link.current,
    .body-responsive .btnactive > .megamenu-item-link {
        background-color: transparent;
    }
}

/* Second level */
.megamenu-list .megamenu-list .megamenu-item-link {
    color: #7cb30d;
    font-family: 'proxima_nova_rgbold', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    position: relative;
    vertical-align: middle;
}

    .megamenu-list .megamenu-list .megamenu-item-link,
    .megamenu-list .megamenu-list .megamenu-item-link:visited {
        color: #7ab800;
    }

    .megamenu-list .megamenu-list .megamenu-item-link:hover {
        color: #6ba100;
        text-decoration: none;
    }

.megamenu-list .megamenu-list .megamenu-item-link.current,
.megamenu-list .megamenu-list .btnactive > .megamenu-item-link {
    background-color: transparent; /* Reset green hover color */
}

/* Third level */
.megamenu-list .megamenu-list .megamenu-list .megamenu-item-link {
    color: #7d7d77;
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    padding-left: 0;
}

    .megamenu-list .megamenu-list .megamenu-list .megamenu-item-link,
    .megamenu-list .megamenu-list .megamenu-list .megamenu-item-link:visited {
        color: #7d7d77;
    }
    
    .megamenu-list .megamenu-list .megamenu-list .megamenu-item-link:hover {
        color: #44443e;
    }

/**
 * Second level icon and text
 */

.megamenu-item-link img {
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-item-link img,
    .body-responsive .megamenu-item-link[href] img {
        display: none;
    }
}
    
/* Used to align text with image */
.megamenu-list .megamenu-list .megamenu-item-link {
    display: table-row;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-list .megamenu-list .megamenu-item-link {
        display: block;
    }
}

.megamenu-list .megamenu-list .megamenu-list .megamenu-item-link {
    display: block;
}

.megamenu-item-link .megamenu-item-text {
    display: table-cell;
    line-height: 18px;
    padding-left: 5px;
    vertical-align: middle;
}

.megamenu-item-link img + .megamenu-item-text {
    padding-left: 5px;
}

@media (max-width: 1024px) {
    .body-responsive .megamenu-item-link .megamenu-item-text {
        display: inline;
        padding-left: 0;
    }

    .body-responsive .megamenu-item-link img + .megamenu-item-text {
        padding-left: 0;
    }
}

.megamenu-item-handle {
    display: none;
}


/**
 * Secondary menu
 */

#secondary-menu .secondary-menu-item a {
	display: inline-block;
	font-family: 'proxima_nova_rgregular', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 15px 10px;
	z-index: 1;
}

#secondary-menu .secondary-menu-item a,
#secondary-menu .secondary-menu-item a:visited {
	color: #44443e;   
}

#secondary-menu .secondary-menu-item a:hover {
	background-color: #7ab800;
    color: #fff;
}


@media (max-width: 1024px) {
    /* Mobile navigation */
    .body-responsive #mp-main-nav {
        /*background-color: #007bb0;
        cursor: pointer;
        display: none;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 65px;*/
        background-color: #fff;
        border-color: transparent;
        padding-top: 12px;
        width: 100%;
        /*z-index: 2000;*/

        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }

        .body-responsive #mp-main-nav #global-header-utility,
        .body-responsive #mp-main-nav #global-header-nav > ul {
            display: none;
        }

        .body-responsive #mp-main-nav #global-header-nav-search {
            margin-left: 20px;
            width: calc(100% - 40px);
        }

        .body-responsive #mp-main-nav #global-header-nav-resp {
            display: none;
        }
         

    .body-responsive.megamenu--active #mp-main-nav {
        display: block;
    }

    /**
     * Mobile navigation buttons
     */

    .body-responsive #headerWrapper {
        position: relative;
    }

    .body-responsive .mp-mobilecontrols {
        display: block;
    }

    .body-responsive .mp-mobilecontrols-search,
    .body-responsive .mp-mobilecontrols-nav {
        cursor: pointer;
        display: block;
        position: absolute;
        overflow: hidden;
        text-indent: -9999em;
    }

    .body-responsive .mp-mobilecontrols-nav {
        background: url("../../Images/mobile-icon-menu.png") 0 50%;
        height: 20px;
        right: 20px;
        top: 25px;
        width: 28px;
    }

    .body-responsive .mp-mobilecontrols-search {
        background: url("../../Images/mobile-icon-search.png") 0 50%;
        height: 23px;
        right: 65px;
        top: 23px;
        width: 23px;
    }
    
    .body-responsive #headerWrapper .mp-main-globalsearch {
        float: none;
        margin: 0;
    }

    /* Mobile navigation reset */    
    .body-responsive .megamenu-item {
        display: block;
        position: relative;
        width: 100%;
    }

    .body-responsive .megamenu-item.btnactive {
        border-top: 0;
    }

    .body-responsive .megamenu-item-link {
        -moz-box-sizing: border-box;
             box-sizing: border-box;

        display: block;
        min-height: 42px;
        margin: 0;
        padding: 12px;
        padding-left: 12px;
        padding-right: 56px;
    }

        .body-responsive .megamenu-item-link:hover {
            text-decoration: none;
        }

    .body-responsive .megamenu-item-handle {
        bottom: 1px;
        color: #fff;
        position: absolute;
        overflow: hidden;
        right: 0;
        text-indent: -9999em;
        top: 0;
        width: 42px;
        z-index: 100;
    }
    
    .body-responsive .megamenu-item--secondary,
    .body-responsive .megamenu-item--secondary.btnactive {
        background-color: #006692;
        border-top: 1px solid #cbcbcb;
    }

    /**
     * Items
     */
    
    /* First level */
    .body-responsive .megamenu {
        background-color: #009de0;
    }

    /* Second level */
    .body-responsive .megamenu-list .megamenu-item.btnactive {
        background-color: #fff;
    }

        .body-responsive .megamenu-list .megamenu-item--secondary.btnactive {
            background-color: #dbdbdb;
        }

        .body-responsive .megamenu-list .megamenu-item--secondary .megamenu-list {
            background-color: #f3f3f3;
        }

    /* Third level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-item.btnactive {
        background-color: #f3f3f3;
    }

    /* 4th level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .megamenu-item.btnactive {
        background-color: #dbdbdb;
    }


    /**
     * Links
     */
    
    /* First level */
    .body-responsive .megamenu-list .megamenu-item-link {
        background-image: none;
        border-bottom: 1px solid #68B0D0;
        color: #fff;
        font-size: 18px;
        padding: 12px;
        position: relative;
        z-index: 1;
    }
        
        /* Active and current links */
        .body-responsive .megamenu-list .btnactive > .megamenu-item-link, 
        .body-responsive .megamenu-list .btnactive > .megamenu-item-link:visited,
        .body-responsive .megamenu-list .megamenu-list .megamenu-item-link.current {
            border-bottom: 1px solid #e6e6e6;
            color: #009de0;
            font-family: 'proxima_nova_ltsemibold', sans-serif;
        }

        .body-responsive .megamenu-item--secondary.btnactive .megamenu-item-link {
            border-bottom: 1px solid #cbcbcb;
            color: #006692;
        }

        .body-responsive .megamenu-item--hasChildren > .megamenu-item-link {
            padding-right: 56px !important;
        }

    /* Second level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-item-link {
        border-bottom: 1px solid #e6e6e6;
        color: #44443e;
        font-family: 'proxima_nova_rgregular', sans-serif;
        font-size: 16px;
        padding-left: 12px;
    }

        .body-responsive .megamenu-list .megamenu-list .btnactive > .megamenu-item-link,
        .body-responsive .megamenu-list .megamenu-list .btnactive > .megamenu-item-link:visited,
        .body-responsive .megamenu-list .megamenu-list .megamenu-item-link.current {
            border-bottom: 1px solid #e6e6e6;
            color: #009de0;
            font-family: 'proxima_nova_ltsemibold', sans-serif;
        }

    /* Third level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .megamenu-item-link {
    }

    /* 4th level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .megamenu-list .megamenu-item-link {
    }
    

    /**
     * Handles 
     */

    /* First level handles */
    .body-responsive .megamenu-item-handle {
        background-color: #008ac5;
        background-image: url("../../images/mobile-navigation-sprite.png");
        background-repeat: no-repeat;
        background-position: -127px 0;
    }

    .body-responsive .megamenu-item--hasChildren > .megamenu-item-handle {
        display: block;
    }
    
    /* First level active */
    .body-responsive .btnactive > .megamenu-item-handle {
        background-color: #dbdbdb;
        background-position: -83px -92px;
        max-height: 43px;
    }
    
    /* Second level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-item-handle {
        background-color: #ededed;
        background-position: -126px -92px;
    }
    
    /* Second level active */
    .body-responsive .megamenu-list .btnactive > .megamenu-item-handle {
        background-color: #dbdbdb;
        background-position: -83px -92px;
    }
    
    /* Third level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .megamenu-item-handle {
        background-color: #ededed;
        background-position: -126px -92px;
    }
    
    /* Third level active */
    .body-responsive .megamenu-list .megamenu-list .btnactive > .megamenu-item-handle {
        background-color: #dbdbdb;
        background-position: -83px -92px;
    }
    
    /* Fourth level */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .megamenu-list .megamenu-item-handle {
        background-color: #dbdbdb;
        background-position: -126px -92px;
    }
    
    /* Fourth level active */
    .body-responsive .megamenu-list .megamenu-list .megamenu-list .btnactive > .megamenu-item-handle {
        background-color: #c0c0c0;
        background-position: -83px -92px;
    }
        
    .body-responsive .megamenu-item--secondary .megamenu-item-handle {
        background-color: transparent;
    }


    /**
     * Secondary menu
     */
    .body-responsive .findServiceLocationNavigation {
        display: block;
    }

    .body-responsive #secondary-menu {
        float: none;
        height: auto;
        margin-top: 0;
    }

    .body-responsive #secondary-menu .secondary-menu-item a {
        border-bottom: 1px solid #68b0d0;
        display: block;
        font-size: 16px;
    }

    .body-responsive #secondary-menu .secondary-menu-item a,
    .body-responsive #secondary-menu .secondary-menu-item a:visited {
        color: #fff;
    }

    .body-responsive #secondary-menu .secondary-menu-item a:hover {
        background-color: inherit;
    }


    /* Search */
    .body-responsive #headerWrapper .mp-main-globalsearch {
        background-color: #009de0;

        -moz-box-sizing: border-box;
             box-sizing: border-box;
   
        display: none;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 65px;
        width: 100%;
        z-index: 1000;
    }

    .body-responsive.globalsearch--active #headerWrapper .mp-main-globalsearch {
        display: block;
    }

    .body-responsive .mp-main-globalsearch .ms-srch-sb {
        background: #fff;
        border-radius: 20px;
        display: block;
        padding: 0 5px;
        position: relative;
    }

    .body-responsive .mp-main-globalsearch .ms-srch-sb > input {
        display: block;
        min-height: 22px;
        width: 100%;
    }

    .body-responsive .mp-main-globalsearch .ms-srch-sb > .ms-srch-sb-searchLink {
        position: absolute;
        top: 0;
        right: 10px;
    }
}

/* redesign menu */
#mp-main-nav {
    border-top: 4px solid #009DE0;    
}

#global-header {
    background-color: #fff;
}

#global-header-utility {
    padding: 12px 0 6px;
    margin-right: 25px;
    text-align: right;
}
#global-header-utility ul {
    margin-bottom: 0;
}
#global-header-utility ul li {
    display: inline;
}
#global-header-utility ul li a {
    background-image: none;
    color: #44443e;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-right: 20px;
    padding: 0;
    text-decoration: none;
    white-space: normal;
    word-wrap: normal;
}
#global-header-utility ul li a:hover {
    color: #0080B7;
    text-decoration: underline;
}
#global-header-utility ul li:last-of-type a {
    margin-right: 0;
}

#global-header-utility .footer-util {
    display: none;
}

#global-header-nav-search {
    /*margin-bottom: 22px;*/
    margin-left: 25px;
    padding: 0 0 22px;
    width: 974px;
}
#global-header-logo {
    display: block;
    float:left;
    height: 50px;
    margin-right: 25px;
    width: 50px;
}

#global-header-logo img {
    height: 100%;
    width: 100%;
}
#global-header-nav {
    float: left;
    /* padding-top: 15px; */
}
#global-header-nav a {
    background-image: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    padding: 0;
    text-decoration: none;    
}
#global-header-nav a:hover {
    color: #44443E;
    text-decoration: none;
}
#global-header-nav > ul {
    float:left;
    margin-bottom: 0;
    padding-top: 15px;
}
#global-header-nav > ul > li {
    box-sizing: border-box;
    float: left;
    margin-right: 21px;
    /*margin-top: 8px;*/
    position: relative;
}
    #global-header-nav > ul > li:last-of-type {
        margin-right: 15px;
    }


#global-header-nav > ul > li > a {
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    color: #0080b7;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
}

#global-header-nav > ul > li > a.current {
    border-color: #009DE0;
    color: #44443E;
}
#global-header-nav > ul > li:hover > a {
    border-color: transparent;
    color: #44443E;
}
/*sub nav*/
#global-header-nav > ul > li > .subnav-container {
    background: transparent;
    display: none;
    left: -25px;
    position: absolute;
    padding-top: 5px;
    width: 275px;
    z-index: 100;
}
#global-header-nav > ul > li > .subnav-container > ul {
    background: #fff;
    border-top: 3px solid #009DE0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 5px -5px #c1c1c1;
    padding: 26px 20px 25px 25px;
}
#global-header-nav > ul > li >.subnav-container > ul > li {
    margin-bottom: 10px;
}
#global-header-nav > ul > li >.subnav-container > ul > li > a {
    color: #007fb6;
    font-size: 14px;
}
#global-header-nav > ul > li >.subnav-container > ul > li > a:hover {
    color: #44443E;
}
#global-header-nav > ul > li:hover > .subnav-container {
    display:block;
}
#global-header-nav > ul > li:hover > .subnav-container > ul > li {
}
#global-header-nav > ul > li:hover > .subnav-container > ul > li > a {
}

/* arrow/caret above subnav */
.arrow-up {
    border-bottom: 5px solid #009DE0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 0;
}
#global-header-search {
    display: block;
    float: right;
    max-width: 150px;
    position: relative;
    padding-top: 8px;
}

@media (max-width: 1024px) {
    #global-header-search {
        display: none;
    }
}
#global-header-search input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 34px;
    outline: 0;
    line-height: 34px;
    padding: 0 32px 0 12px;
    width: 100%;
    -webkit-appearance: textfield;
}

#global-header-search button {
    background-color: transparent;
    background-image: url(/_layouts/15/ICBC.Internet.Branding/Images/mobile-icon-search.png);
    background-position: 0 0;
    background-size: 100% 100%;
    border: 0;
    bottom: 8px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    min-width: 18px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-transform: none;
    width: 18px;
    z-index: 100;
}

#global-header-mobile-buttons {
    display: none;
    float: right;
    /*padding-top: 15px;*/
}

@media (max-width: 1024px) {
    #global-header-mobile-buttons {
        display: block;
    }
}

#global-header-mobile-search-container button.search-icon {
    background: transparent;
    background-image: url(/_layouts/15/ICBC.Internet.Branding/Images/mobile-icon-search.png);
    background-position: 0 0;
    background-size: 100% 100%;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin: -2px 0.75em 0 0;
    min-width: 0;
    outline: none;
    overflow: visible;
    padding: 1px;
    width: 23px;
}

#global-header-mobile-search-container {
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    margin-right: 0.75em;
    padding: 13px 0 13px 13px;
}

#global-header-mobile-search-container > input {
    border-width: 0;
    color: #44443e;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 100;
    opacity: 0;
    outline: none;
    transition: all 0.25s ease-in-out;
    width: 0;
}

#global-header-mobile-search-container.open {
    border-color: #aaa;
}

#global-header-mobile-search-container.open > input {
    opacity: 1;
    width: 200px;
}

@media (max-width: 425px) {
    #global-header-mobile-search-container.open > input {
        width: 150px;
    }
}
@media (max-width: 375px) {
    #global-header-mobile-search-container.open > input {
        width: 100px;
    }
}

#global-header-mobile-buttons button.hamburger {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    display: inline-block;
    margin: 0;
    min-width: 0;
    overflow: visible;
    outline: none;
    padding: 1px;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    -webkit-appearance: button;
}

#global-header-mobile-buttons button.hamburger:hover {
    opacity: 0.7;
}

#global-header-mobile-buttons .hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 28px;
}

#global-header-mobile-buttons .hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 50%;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

#global-header-mobile-buttons .hamburger-inner,
#global-header-mobile-buttons .hamburger-inner:before,
#global-header-mobile-buttons .hamburger-inner:after {
    background: #009DE0;
    border-radius: 0;
    height: 4px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 28px;
}

#global-header-mobile-buttons .hamburger-inner:before,
#global-header-mobile-buttons .hamburger-inner:after {
    content: "";
    display: block;
}

#global-header-mobile-buttons .hamburger-inner:before {
    top: -8px;
    transition: top .1s ease .14s, opacity .1s ease;
}

#global-header-mobile-buttons .hamburger-inner:after {
    bottom: -8px;
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55,.055,.675,.19);
}

#global-header-mobile-buttons button.hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61,.355,1);
}

#global-header-mobile-buttons .hamburger.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease, opacity .1s ease .14s;
}

#global-header-mobile-buttons .hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease, transform .1s cubic-bezier(.215,.61,.355,1);
}



div#global-header-nav-resp {
    background: #f1f1f1;
    display: none;
    padding: 20px;
}

#global-header-nav-resp > ul {
    margin-bottom: 10px;
}

#global-header-nav-resp li {
    margin-bottom: 12px;
    position: relative;
}

/*#global-header-nav-resp li:last-of-type {
    margin-bottom:0
}*/

#global-header-nav-resp > ul > li > a:not(.sub-expander) {
    background-image: none;
    display: block;
    font-size: 18px;
    font-family: Montserrat;
    padding: 0 30px 0 0;
}

#global-header-nav-resp a.sub-expander {
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 20px;
}

div#global-header-nav-resp > ul > li > .subnav-container {
    display: none;
}

#global-header-nav-resp .subnav-container ul {
    margin-top: 8px;
}

#global-header-nav-resp .subnav-container li {
    margin-bottom: 5px;
}

#global-header-nav-resp .subnav-container a {
    color: #4a4a4a;
    line-height: 28px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding: 0;
    background-image: none;
}
#global-header-util-resp {
    background-color: #f1f1f1;
}

#global-header-util-resp ul {
    border-top: 1px solid #9b9b9b;
    margin-bottom: 0;
    padding-top: 14px;
}

    #global-header-util-resp .footer-util {
        display: none;
    }

@media (max-width: 425px) {
    #global-header-util-resp ul {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 138px;
        max-height: 138px;
    }
}

@media (max-width: 350px) {
    #global-header-util-resp ul {
        height: 184px;
        max-height: 184px;
    }
}

#global-header-util-resp ul li {
    float: left;
    margin-right: 40px;
    margin-top: 11px;
}

#global-header-util-resp ul li:nth-child(3) {
    clear: left;
}

@media (max-width: 425px) {
    #global-header-util-resp ul li {
        margin-right: 15px;
        margin-top: 11px;
    }
    #global-header-util-resp ul li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 350px) {
    #global-header-util-resp ul li:nth-child(n+5) {
        margin-right: 0;
    }
}


#global-header-util-resp ul li a {
    background-image: none;
    color: #44443e;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    padding: 0;
}
@media (max-width: 425px) {
    #global-header-util-resp ul li a {
        font-size: 12px;
    }
}

/* Search autocomplete/suggestions */
.autocomplete-suggestions { 
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    overflow: auto;
}
.autocomplete-suggestion {
    cursor: pointer;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.autocomplete-selected {
    background: #f3f3f3;
}
.autocomplete-suggestions strong { 
    color: #000;
    font-weight: bold;
}