/* WP Engine: 4/13/23 1:40PM PST */

.site-header {
	/* background-color: #72bf44; */
}

.global-nav {
	border-bottom: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
}

.global-nav .nav-link
{
	font-weight: bold;
}

@media (min-width: 992px){
	.global-nav ul.sub-menu,
	.local-nav ul.sub-menu
	{
		position: absolute;
		left:100%;
		top:-7px;
	}
}

@media (max-width: 992px){
	.global-nav ul.sub-menu,
	.local-nav ul.sub-menu
	{
		border: none;
		margin-left: 1em;
	}
}

.dropdown-item.dropdown-toggle::after
{
    display: inline-block;
    vertical-align: 0;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.local-nav a.nav-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8rem;
	color: #11A0DC !important;
}

.local-nav a.dropdown-item,
.local-nav a.navbar-brand {
	color: #11A0DC;
}

.local-nav a.dropdown-item:active,
.local-nav a.dropdown-item:hover,
.local-nav a.dropdown-item:focus,
.local-nav a.dropdown-item.active {
	color: #FFF;
}

.local-nav .navbar-brand {
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    min-width: 86px;
    padding-top: 0;
    padding-bottom: 0;
}

.local-nav .navbar-brand span {
	display: block;
}

hr.dropdown-divider {
	height: 0;
}

.company-selector {
	//min-width: 140px;
}


@media (max-width: 992px){
	.navbar-brand {
		text-align: center;
		min-width: 86px;
		margin-right: 0;
	}
}

.navbar ul li {
	margin: 0;
}

.navbar a:hover, .navbar a:focus {
	text-decoration: none;
	outline: none;
}

.user-nav {
	font-size: .8em;
	font-weight: bold;
	color: #f8f9fa;
	background-color: #11a0dc;
    border-color: #ffecb5;
}

.user-nav.navbar-light .navbar-nav .nav-link {
	color: #f8f9fa;
}

@media (max-width: 767px) {
    .page-menu {
        display: none;
	}
}
@media (max-width: 1140px) {
    .page-menu {
        display: none;
	}
    .page-header {
        border-bottom: 1px solid black;
    }
}

/***** UTILITY NAV BEGIN *****/
.page-header {
	color: #4e5057;
}
/* SEARCH */
.page-header-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.page-header-search button {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: url("../images/icon-search-dark.png") no-repeat;
    width: 18px;
    height: 18px;
}
.page-header-search button.focus {
    background: url("../images/icon-search.png") no-repeat;
}
.page-header-search input {
    background-color: transparent;
    border: 0;
    padding: 0 10px 0 45px;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    width: 115px;
}
.page-header-search input:focus {
    background-color: #11a0dc;
    color: #fff;
    font-weight: 700;
    width: 440px;
}

.page-header-search input:focus::-webkit-input-placeholder {
    color: #fff;
}
.page-header-search input:focus::-moz-placeholder {
    color: #fff;
}
.page-header-search input:focus:-moz-placeholder {
    color: #fff;
}
.page-header-search input:focus:-ms-input-placeholder {
    color: #fff;
}
.page-header-search input:focus button {
    background: url("../images/icon-search.png") no-repeat;
}
.page-header-search input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #4e5057;
}
.page-header-search input:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #4e5057;
}
.page-header-search input::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #4e5057;
}
.page-header-search input:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #4e5057;
}

/*
.page-header {
    background-color: #fff;
    background-image: none;
}
.page-header-desktop{display: none;}
.page-menu{display: none;}
*/
.page-header {
    //height: 96px;
    //padding: 8px 0 0;
    position: relative;
    z-index: 2; }


.page-header-mobile{display: none;}
.page-header-logo .logo-mobile {
    display: block;
    width: 100px;
}

.page-header:after {
    content: '';
    display: table;
    clear: both; }
@media (max-width: 1140px) {
    .page-header {
    	height: 44px;
        background-color: #fff;
        background-image: none; } }

.page-header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
@media (min-width: 1140px) {
    .page-header-logo .logo-mobile {
        display: none; } }
@media (max-width: 1140px) {
    .page-header-logo .logo-desktop {
        display: none; }
    .page-header-logo .logo-mobile {
        display: block;
        width: 100px; } }
.page-header-links {
    float: right;
    overflow: hidden;
    margin-bottom: 0; }
.page-header-links li {
    float: left;
    margin-right: 35px;
    margin-bottom: 0; }
.page-header-links li:last-child {
    margin-right: 0; }
.page-header-links li a {
	font-weight: bold;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #4e5057; }
.page-header-links li a:hover {
    text-decoration: underline; }
.page-header-zip_link {
    text-transform: uppercase;
    position: relative;
    padding-left: 0px;
}
.utility-zip {
	color: #11A0DC !important;
}
.page-header-zip_link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px; }
.page-header-zip .form-field {
    background-color: #fff;
    margin-right: 26px;
    width: 100px; }
.page-header-zip .form-field input {
    text-align: right;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    height: 28px; }
.page-header-zip .form-field input::-webkit-input-placeholder,
.page-header-zip .form-field input:-moz-placeholder,
.page-header-zip .form-field input::-moz-placeholder,
.page-header-zip .form-field input:-ms-input-placeholder,
.page-header-zip .form-field input:focus::-webkit-input-placeholder,
.page-header-zip .form-field input:focus:-moz-placeholder,
.page-header-zip .form-field input:focus::-moz-placeholder,
.page-header-zip .form-field input:focus:-ms-input-placeholder {
    color: #000000; }
.page-header-zip .form-field button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -26px;
    width: 25px;
    border: 0;
    padding: 0;
    background-color: #fff; }
.page-header-zip .form-field button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #000; }
.page-header-zip .form-field--full button:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #11A0DC; }
.page-header-mobile {
    position: relative; }
@media (max-width: 1140px) {
    .page-header-mobile {
        display: block;
		padding: 8px 0 0;		} }
.page-header-mobile .mobile-search {
    background: url("../images/icon-search-mobile.png") no-repeat;
    width: 22px;
    height: 22px; }
.page-header-mobile .mobile-star {
    background: url("../images/icon-star-mobile.png") no-repeat;
    width: 25px;
    height: 25px; }
.page-header-mobile .mobile-truck {
    background: url("../images/icon-truck-mobile.png") no-repeat;
    width: 35px;
    height: 18px; }
.page-header-mobile .mobile-planet {
    background: url("../images/icon-planet-mobile.png") no-repeat;
    width: 24px;
    height: 24px; }
.page-header-mobile ul {
    margin-bottom: 0; }
.page-header-mobile ul li {
    margin-bottom: 0; }
.page-header-mobile_left {
    display: inline-block;
    vertical-align: top; }
.page-header-mobile_left li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
.page-header-mobile_left li:last-child {
    margin-right: 0; }
.page-header-mobile_left li a {
    display: block;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
.page-header-mobile_right {
    float: right; }
.page-header-mobile_right li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
.page-header-mobile_right li:last-child {
    margin-right: 0; }
.page-header-mobile_right li a {
    display: block;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
.page-header-mobile_search {
    position: absolute;
    top: 37px;
    left: -10px;
    right: -10px;
    z-index: 2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: none; }
.page-header-mobile_search input {
    line-height: 37px;
    height: 37px;
    text-align: center;
    width: 100%;
    font-size: 14px; }
.page-header-mobile_search input::-webkit-input-placeholder {
    color: #000000; }
.page-header-mobile_search input:-moz-placeholder {
    color: #000000; }
.page-header-mobile_search input::-moz-placeholder {
    color: #000000; }
.page-header-mobile_search input:-ms-input-placeholder {
    color: #000000; }
/**/
/***** UTILITY NAV END *****/ 

/***** MAIN MENUS BEGIN *****/
.page-menu-inner {
    padding: 10px 0 0;
    position: relative;
    z-index: 3; }
.page-menu--global {
    padding-right: 0;
}
.page-menu-inner:before, .page-menu-inner:after {
    content: " ";
    display: table; }
.page-menu-inner:after {
    clear: both; }
.page-menu-inner:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #8b8c91;
    z-index: 2; }

.page-menu-links {
    margin-bottom: 0;
}
.page-menu-links:before, .page-menu-links:after {
    content: " ";
    display: table; }
.page-menu-links:after {
    clear: both; }
.page-menu-links > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
	position: relative;	
    border-bottom: 1px solid #8b8c91;
}
.page-menu-links >li:last-child {
    margin-right: 0; }
	
.page-menu-links >li:hover > a{

         color: #ffffff;
          border: 1px solid #8b8c91;
          border-bottom: 0;
          margin-bottom: -1px;
          text-decoration: none;
          z-index: 4;

}


.page-menu-links >li:hover > a:before{
	
            transform: translate3d(0, 0, 0);
            opacity: 1;
}

.page-menu-links >li:hover > a span{
	
            color: #ffffff;
}


.page-menu-links >li:hover .tab-menu {
          display: block;
        }

.page-menu-links >  li > a {
    line-height: 48px;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: -1px;
    text-transform: uppercase;
    -webkit-transition: none 0.3s linear;
    -o-transition: none 0.3s linear;
    -moz-transition: none 0.3s linear;
    transition: none 0.3s linear;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent; }
.page-menu-links > li > a:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    /* background-color: #0099cc; */
	background-color:#71BF45;
    -webkit-transition: 0.4s, opacity 0.4s;
    -o-transition: 0.4s, opacity 0.4s;
    -moz-transition: 0.4s, opacity 0.4s;
    transition: 0.4s, opacity 0.4s;
    -webkit-transform: scale3d(0.7, 1, 1);
    -moz-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    opacity: 0;
    z-index: 1; }
.page-menu-links li a span {
    position: relative;
    z-index: 2; }
.page-menu-links li a.active, .page-menu-links li a:hover {
    color: #ffffff;
    border: 1px solid #8b8c91;
    border-bottom: 0;
    margin-bottom: -1px;
    text-decoration: none;
    z-index: 4; }
.page-menu-links li a.active:before, .page-menu-links li a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
.page-menu-links li a.active span, .page-menu-links li a:hover span {
    color: #ffffff; }
.page-menu-links_logo a {
    text-align: center;
    font-size: 8px !important;
    line-height: 100% !important;
    color: #000000 !important;
    padding-top: 3px !important;
    position: relative; }
.page-menu-links_logo a:hover {
    color: #ffffff !important;
    text-decoration: none; }
.page-menu-links_logo a:hover:after {
    background: url("../images/icon-planet-white.png") no-repeat;
    width: 28px;
    height: 28px; }
.page-menu-links_logo a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 5px;
    background: url("../images/icon-planet.png") no-repeat;
    width: 28px;
    height: 28px;
    z-index: 2; }
.page-menu-links_logo a span {
    display: block;
    margin-top: 2px; }
.page-menu-links_logo.active a {
    color: #ffffff !important; }
.page-menu-links_logo.active a:after {
    background: url("../images/icon-planet-white.png") no-repeat;
    width: 28px;
    height: 28px; }
.page-menu-links_truck a {
    text-align: center;
    font-size: 8px !important;
    line-height: 100% !important;
    color: #000000 !important;
    padding-top: 3px !important;
    position: relative; }
.page-menu-links_truck a:before {
    background-color: #11A0DC !important; }
.page-menu-links_truck a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 5px;
    background: url("../images/icon-truck-blue.png") no-repeat;
    width: 55px;
    height: 28px;
    z-index: 2; }
.page-menu-links_truck a > span {
    margin-top: 2px;
    display: block; }
.page-menu-links_truck a:hover {
    text-decoration: none;
    color: #ffffff !important; }
.page-menu-links_truck a:hover:after {
    background: url("../images/icon-truck.png") no-repeat;
    width: 55px;
    height: 28px; }
.page-menu-links_truck a.active {
    color: #ffffff !important; }
.page-menu-links_truck a.active:after {
    background: url("../images/icon-truck.png") no-repeat;
    width: 55px;
    height: 28px; }
.page-menu-links_account a {
    text-align: center;
    line-height: 100% !important;
    color: #000000;
    padding-top: 3px !important;
    position: relative;
    background-color: #11A0DC;
    text-transform: none !important; }
.page-menu-links_account a:before {
    background-color: #11A0DC !important;
    opacity: 1 !important;
    -webkit-transform: scale3d(0.9, 1, 1) !important;
    -moz-transform: scale3d(0.9, 1, 1) !important;
    transform: scale3d(0.9, 1, 1) !important; }
.page-menu-links_account a:hover {
    text-decoration: none;
    color: #11A0DC; }
.page-menu-links_account a:hover:before {
    -webkit-transform: scale3d(1, 1, 1) !important;
    -moz-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important; }
.page-menu-links_account a span {
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: #000000; }
.page-menu-links_account a div {
    font-size: 19px;
    color: #ffffff;
    margin-top: 5px;
    position: relative;
    z-index: 2; }

.page-menu--global .page-menu-links li a {
    color: #71BF45; }
.page-menu--global .page-menu-links li a.active:before, .page-menu--global .page-menu-links li a:hover:before {
    background-color: #71BF45; }
.page-menu--local.page-menu-links li a {
    color: #11A0DC; }
.page-menu--local.page-menu-links li a.active:before, .page-menu--local.page-menu-links li a:hover:before {
    background-color: #11A0DC; }
    

.page-home-tabs {
    margin-top: 4px;
    margin-bottom: 8px;
    border-top: 1px solid #8b8c91;
    border-bottom: 1px solid #8b8c91;
}
@media (max-width: 767px) {
    .page-home-tabs {
        display: none; } }
.page-home-tabs_profile {
    background: #11A0DC;
    width: 90px;
    text-align: center;
    display: none;
}
li.active .page-home-tabs_profile {
    display: inline-block;
}
.page-home-tabs_button {
    width: 100%;
    display: block;
    line-height: 38px;
    height: 42px;
    font-style: italic;
    color: #fff !important;
    cursor: pointer;
    border: 0 none;
    background: transparent;
    text-decoration: none !important; }
.page-home-tabs_inner {
    /*height: 53px;*/
    padding: 4px 0;
    margin-bottom: 0;
}
.page-home-tabs_inner:before, .page-home-tabs_inner:after {
    content: " ";
    display: table; }
.page-home-tabs_inner:after {
    clear: both; }
.page-home-tabs_inner > li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
    white-space: nowrap;
}
.page-home-tabs_inner > li input {
    display: none; }
.page-home-tabs_inner > li a:hover {
    text-decoration: none;
}
form#zip-selector {
    background-color: #11A0DC;
}
.page-home form#zip-selector {
    background-color: transparent;
}
.page-home .active form#zip-selector {
    background-color: #11A0DC;
    max-height:100%;
}
form#zip-selector input.page-home-tabs_button {
    visibility: hidden;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    padding-top: 4px;
}
.page-home-tabs_inner > li:first-child {
    text-align: right; }
.page-home-tabs_inner > li:last-child {
    padding-left: 10px;
    height: 42px; }
.page-home-tabs_inner > li:last-child .page-home-tabs_link {
    padding-left: 115px;
    padding-right: 35px;
    color: #11A0DC;
    height: 42px;
}
.page-home-tabs_inner > li:last-child .page-home-tabs_link:after {
    left: 35px;
    background: url("../images/icon-truck-blue.png") no-repeat;
    width: 55px;
    height: 28px; }
.page-home-tabs_inner > li:last-child .page-home-tabs_link:hover, .page-home-tabs_inner > li:last-child .page-home-tabs_link.active {
    background-color: #11A0DC;
    color: #ffffff; }
.page-home-tabs_inner > li:last-child .page-home-tabs_link:hover:after, .page-home-tabs_inner > li:last-child .page-home-tabs_link.active:after {
    background: url("../images/icon-truck.png") no-repeat;
    width: 55px;
    height: 28px; }
.page-home-tabs_inner > li.filled .page-home-tabs_link {
    background-color: #11A0DC;
    color: #fff; }
.page-home-tabs_inner > li.filled .page-home-tabs_link:after {
    background: url("../images/icon-truck.png") no-repeat;
    width: 55px;
    height: 28px; }
.page-home-tabs_inner > li.filled:not(.active) .page-home-tabs_link {
    cursor: default; }
.page-home-tabs_inner > li.active .page-home-tabs_link {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    padding-top: 3px;
    padding-left: 150px;
    background-color: #11A0DC;
    color: #000 !important; }
.page-home-tabs_inner > li.active .page-home-tabs_link:after {
    background: url("../images/icon-truck.png") no-repeat;
    width: 55px;
    height: 28px;
}
.page-home-tabs_inner > li.active input[type="submit"] {
    height: 42px;
}
.page-home-tabs_inner > li.active input {
    display: block;
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    border: 0 none; }
.page-home-tabs_inner > li.active input::-webkit-input-placeholder {
    color: #fff;
    font-style: italic; }
.page-home-tabs_inner > li.active input:-moz-placeholder {
    color: #fff;
    font-style: italic; }
.page-home-tabs_inner > li.active input::-moz-placeholder {
    color: #fff;
    font-style: italic; }
.page-home-tabs_inner > li.active input:-ms-input-placeholder {
    color: #fff;
    font-style: italic; }
.page-home-tabs_inner > li.filled .page-home-tabs_profile {
    display: block; }
.page-home-tabs_inner > li.filled .page-home-tabs_link {
    display: inline-block; }
.page-home-tabs_inner > li.active .page-home-tabs_link {
    cursor: default; }
.page-home-tabs_inner > li .page-home-tabs_link {
    font-size: 30px;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
.page-home-tabs_inner > li .page-home-tabs_link:after {
    content: '';
    top: 8px;
    position: absolute; }
.page-home-tabs_inner > li a:hover,
.page-home-tabs_inner > li a:focus,
.page-home-tabs_inner > li .page-home-tabs_link:hover,
.page-home-tabs_inner > li .page-home-tabs_link:focus {
    text-decoration: none; }
.page-home-tabs_link {
    padding-right: 115px;
    padding-left: 35px;
}
.page-menu--global .page-home-tabs_link {
    color: #71BF45;
}
.page-menu--local .page-home-tabs_link {
    color: #11A0DC;
}
.page-home-tabs_link:after {
    right: 35px;
    background: url("../images/icon-planet.png") no-repeat;
    width: 28px;
    height: 28px; }
.page-home .page-home-tabs_link:hover,
.page-home .page-home-tabs_link.active,
.page-menu--global .page-home-tabs_link:hover,
.page-menu--global .page-home-tabs_link.active {
    background-color: rgba(113, 191, 69, .9);
    color: #ffffff; }
.page-menu--local .page-home-tabs_link:hover,
.page-menu--local .page-home-tabs_link.active {
    background-color: rgba(17, 160, 220, .9);
    color: #ffffff; }
.page-home-tabs_link:hover:after,
.page-home-tabs_link.active:after {
    background: url("../images/icon-planet-white.png") no-repeat;
    width: 28px;
    height: 28px; }

/***** MAIN MENUS END *****/




/***** COMPANY SELECT MENU *****/
.company-select-menu {
	display: none;
	width: 1170px;
	margin: 0 auto;
	background-color:rgba(17, 160, 220, 0.98);
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 22100;
	color: #fff;
	padding: 36px 46px;
}
@media (max-width: 1140px) {
    .company-select-menu {
    	width: 100%;
    	top:44px;
    	background-color:rgba(17, 160, 220, 1);
    }
}
.company-select-menu-section {
	float: left;
	width: 33.33%;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.company-select-menu-section {
		width: 90%;
	}
}
.company-select-header {
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.company-select-menu li {
	line-height: 1.2em;
}
.company-select-list {
    font-weight: 200;
	list-style: none;
}
.company-select-list li a {
	color: #fff;
    font-weight:600;
}
.company-select-list li ul {
	margin-bottom: 0;
}
.company-select-list li ul li {
	margin-left: 30px;
}
#company-select-change-location {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
}
#company-select-change-location a:before {
    content: url("../images/change-location.png");
    padding-right: 5px;
    vertical-align: -30%;
}
#company-select-change-location a {
    color: #ffffff;
    font-size: .8em;
    font-weight:600;
}
/** COMPANY SELECT BUTTON **/
#company-select-button {
    /*
	visibility: hidden;
	*/
    display:inline-block;
}
#company-select-button .account-block {
	height: 42px;
    //z-index: 30;
}
#company-select-button .inner-page {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
#company-select-button .inner-page.active {
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
#company-select-button #location-label {
    font-size: 11px;
    width: 100%;
    font-size: .6vw;
    font-weight: 400;
    letter-spacing: .1em;
	color: #fff !important;
	margin-top: 3px;
    text-transform: uppercase;
    white-space: normal;
}
#company-select-button .inner-page #location-label {
    padding-left: 20px;
}
#company-select-button .home-page img {
	display: block;
	margin: 6px auto;
}
/***** END COMPANY SELECT MENU *****/

