/* html,
body {
    min-width: 300px;
    height: 100%;
    font-family: aktiv-grotesk, Arial, sans-serif;
    margin: 0;
}

.top-navmenu {
    background-color: white;
    min-height: 37px;
    
}

.top-navmenu ul {
    margin-bottom: 0px;
    margin-right: 85px;
    padding: 7px;
}

.top-navmenu ul>li.welcome {
    color: #4b4c50;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.top-navmenu ul>li>a>.myaccount-link {
    color: #064c58;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}


.header-badge-mobile{
	position: absolute;
    top: 0px;
    right: -6px;
    padding: 1px 10px;
    border-radius: 50%;
    background-color: #B4171E;
    color: white;
    font-size: 12px;
    display: block;
    border: 1px solid white;
}

.top-navmenu ul>li>a.my-company-link {
    color: #4b4c50;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.header-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    padding: 1px 5px;
    border-radius: 50%;
    background-color: #B4171E;
    color: white;
    font-size: 9px;
    display: block;
    border: 1px solid white;
}

.list-inline > li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.top-navmenu ul>li>a.logout {
    color: #4b4c50;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.logout [class^="icon-"]:before,
.logout [class*=" icon-"]:before {
    font-weight: bold !important;
}

.navbar.navbar-default {
    background-color: #efefef;
    border: none;
    clear: both;
    margin-bottom: -10px;
}

.navbar-collapse.collapse {
    margin-right: 70px;
    margin-left: 70px;
}

.logo-wrapper {
    position: absolute;
    top: 50px;
    z-index: 995;
    margin-left: 90px;
    text-align: center;
}

.logo,
.logo-wrapper img {
    height: 8rem !important;
    cursor: pointer;
    width: auto !important;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0px;
    min-height: 50px;
    font-weight: 900;
    font-size: 12px;
    color: #4B4C50;
    line-height: 1.2em;
}

nav link - Bell Green
.navbar-default .navbar-nav>li.bell-green>a:hover {
    border-bottom: 3px solid #3D8138;
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.bell-green.active>a,
.navbar-default .navbar-nav>.bell-green.active>a:hover {
    border-bottom: 3px solid #3D8138;
    color: #000000;
    background-color: transparent;
}

nav link - Bell Blue
.navbar-default .navbar-nav>li.bell-blue>a:hover {
    border-bottom: 3px solid #0E9BAF;
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.bell-blue.active>a,
.navbar-default .navbar-nav>.bell-blue.active>a:hover {
    border-bottom: 3px solid #0E9BAF;
    color: #000000;
    background-color: transparent;
}

nav link - Bell Grey
.navbar-default .navbar-nav>li.bell-grey>a:hover {
    border-bottom: 3px solid #6B6A6F;
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.bell-grey.active>a,
.navbar-default .navbar-nav>.bell-grey.active>a:hover {
    border-bottom: 3px solid #6B6A6F;
    color: #000000;
    background-color: transparent;
}

nav link - Bell Khakhi
.navbar-default .navbar-nav>li.bell-khakhi>a:hover {
    border-bottom: 3px solid #A9924C;
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.bell-khakhi.active>a,
.navbar-default .navbar-nav>.bell-khakhi.active>a:hover {
    border-bottom: 3px solid #A9924C;
    color: #000000;
    background-color: transparent;
}
nav link - Bell Red
.navbar-default .navbar-nav>li.bell-red>a:hover {
    border-bottom: 3px solid #B4171E;
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.bell-red.active>a,
.navbar-default .navbar-nav>.bell-red.active>a:hover {
    border-bottom: 3px solid #B4171E;
    color: #000000;
    background-color: transparent;
}



.navbar-default .navbar-nav>.bell-grey.disabled>a,
.navbar-default .navbar-nav>.bell-grey.disabled>a:hover,
.navbar-default .navbar-nav>.bell-blue.disabled>a,
.navbar-default .navbar-nav>.bell-blue.disabled>a:hover,
.navbar-default .navbar-nav>.bell-green.disabled>a,
.navbar-default .navbar-nav>.bell-green.disabled>a:hover,
.navbar-default .navbar-nav>.bell-khakhi.disabled>a,
.navbar-default .navbar-nav>.bell-khakhi.disabled>a:hover {
    color: #C8C8CA;
    background-color: transparent;
    border: none;
}


.header-nav-mobile {
    display: none;
}

.header-nav-logout-mobile {
    display: none;
    color: white;
    font-size: x-large;
}

.header-nav-logout-mobile a {
    color: #ffffff;
}

.header-nav-mobile {
    border-bottom: 3px solid white;
    padding-bottom: 10px;
}


.container-fluid.bell-mobile-header {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 994;
    transition: 0s;
    background-color: #0E9BAF;
}

.container-fluid.bell-mobile-header .navbar-header {
    background-color: rgb(234, 234, 236)
}

span.greeting-mobile {
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.button_container {
    position: relative;
    top: 7px;
    height: 27px;
    width: 22px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container span {
    background: #4B4C50;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #4B4C50;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #4B4C50;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.hero-wrapper {
    background-position: center;
    background-size: cover;
    height: 125px;
    background-repeat: no-repeat;
    max-height: 125px;
    display:none;
}

.hero-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display:none;
}
.hero-img > img {
    max-height: 125px;
}

.page-text{
	display: none;
}

.hero-text {
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 1px;
    font-weight: 800;
    text-transform: uppercase;
    height: 125px;
    max-height: 125px;
    display: table;
    width: 100%;
    padding: 5px 15px;
}

.hero-text .long-text{
    font-size: 32px;
	
}

.hero-text>p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-bottom {
    width: 100%;
    background-color: #efefef;
    height: auto;
    padding: 5px 0px;
    text-align: center;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-block {
    
    
    display: inline-block;
    width: auto;
    padding: 5px;
    cursor: pointer;
}

.flex-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-bottom div.header-block:first-child {
    margin-left: 90px;
}

.header-bottom div.header-block:last-child {
    margin-right: 90px;
}

.body-container {
    margin: 40px 90px;
    min-height: 450px;
}

.body-container.no-min-height{
	min-height: auto !important;
}

.myCompOrderHistory .body-container{
	min-height: 100px;
}

Header Bottom - Begin

.header-bottom-container{
	padding: 10px 90px;
    background-color: #efefef;
    height: 47px;
}

.breadcrumb-sm-view-block{
	padding: 0px 90px;
}

.breadcrumb-section {
    background-color: #efefef;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb {
    padding: 5px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #efefef;
    border-radius: 0;
}

.search-block{
	padding-left: 0px;
	z-index: 1 !important;
}

@media (min-width: 1024px){
.navigation--middle {
    border-top: none;
}}

.navigation--middle .nav__left .site-search .ui-front {
    padding: 0px 0px;
}

@media (max-width: 639px){
.navigation--middle .nav__left .site-search {
    display: block!important;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 0 0px;
    border-top: none;
}}

.navigation--middle .nav__left .site-search .input-group .btn {
    width: 32px;
}
.navigation--middle .nav__left .site-search .input-group .btn .glyphicon{
    top: 2px;
}

.navigation--middle .nav__left .site-search .glyphicon-search {
    color: black;
    font-size: 16px;
}

.breadcrumb-section .breadcrumb{
	font-size: 11px;    
	padding: 7px 0;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.breadcrumb-sm-view .breadcrumb-section .breadcrumb{
	padding: 7px 0;
}

.breadcrumb-section .breadcrumb > li > a{
	color: #4B4C50;
	text-decoration: none;
	cursor: pointer;
}

.bottom-header-section-cart{
	text-align: center;
}

.bottom-header-section-cart .cart-block{
    font-size: 11px;
    padding: 6px 0;
}

.bottom-header-section-cart .cart-block .cart-lebel{
    font-weight: 900;
    font-size: 11px;
}

.bottom-header-section-cart .cart-block a{
    position: relative;
}

.bottom-header-section-cart .cart-block .cart-icon{
    height: 20px;
    margin-top: -4px;
}

.bottom-header-section-cart .cart-block .header-cart-badge {
    position: absolute;
    top: -11px;
    left: 10px;
    padding: 1px 5px;
    border-radius: 50%;
    background-color: #3D8138;
    color: white;
    font-size: 9px;
    display: block;
    border: 1px solid white;
}

.bottom-header-section-cart > div{
	display: inline-block;
}

.breadcrumb-sm-view{
	display:none;
	padding-top: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.breadcrumb-sm-view .breadcrumb-section,
.breadcrumb-sm-view .breadcrumb-section .breadcrumb{
	background-color: white;
}


@media screen and (min-width: 1024px){
.navigation--middle .nav__left {
    padding-left: 0px;
    padding-right: 0px;
}}

@media screen and (max-width: 993px){
	.breadcrumb-block {
	    display: none;
	}
	.breadcrumb-sm-view{
		display:block;
	}
	.bottom-header-section-cart{
		width: 100%;
	}
	.cart-block{
		float:right;
	}
	.breadcrumb-section .breadcrumb{
		font-size: 9px;
	}

}

.bottom-header-searchbox{
	width:100% !important; 
	min-height: 28px !important; 
	background-color: #ffffff !important;
}

.navigation--middle .nav__left .site-search .input-group .form-control{
	height: 100%;
    margin: 0px;
    font-size: 12px;
    padding: 5px;
}

Placeholders for green theme
.search-block .site-search .bottom-header-searchbox input::-webkit-input-placeholder {
    text-align: left;
    color: #000000;
    opacity: .9;
    font-size: 10px;
    font-weight: 400;
    }
.search-block .site-search .bottom-header-searchbox input:-moz-placeholder { Firefox 18-
    text-align: left;
    color: #000000;
    opacity: .9;
    font-size: 10px;
    font-weight: 400;
    }
.search-block .site-search .bottom-header-searchbox input::-moz-placeholder {  Firefox 19+
   text-align: left;
    color: #000000;
    opacity: .9;
    font-size: 10px;
    font-weight: 400;
    }
.search-block .site-search .bottom-header-searchbox input:-ms-input-placeholder{  
    text-align: left;
    color: #000000;
    opacity: .9;
    font-size: 10px;
    font-weight: 400;
    }

@media Screen and (max-width: 480px){
	.bottom-header-section-cart .cart-block .cart-icon {
	    height: 24px;
	    margin-top: -5px;
	}
	.bottom-header-section-cart .cart-block .cart-lebel {
	    display: none
	}
	.bottom-header-section-cart .cart-block .header-cart-badge {
	    top: -12px;
	    left: 13px;
	    }
}
Header Bottom - End

.header-block .icon {
    font-size: 28px;
    height: 35px;
}

.header-block .icon:before {
    font-weight: normal !important;
}

.header-block .block-text {
    font-size: 9px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 5px 5px;
}


bootstrap override
@media (max-width: 993px) {
    .navbar-header {
        float: none;
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .collapsing {
        display: none !important;
    }

    .logo {
        height: 72px;
    }
    
    .hero-text .long-text {
   		padding: 0 30px;
        font-size: 20px;
    }
}

@media(max-width: 993px) and (min-width: 640px) {
    .hero-text .long-text {
        font-size: 26px;
   		padding: 0 30px;
    }
}

@media(max-width: 640px) and (min-width: 480px) {
    .hero-text .long-text {
        font-size: 20px;
   		padding: 0 30px;
    }
}

@media(max-width: 993px) and (min-width: 480px) {
    .navbar-collapse {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    .navbar-collapse.collapsing {
        background-color: #0E9BAF;
        border-radius: 10px;
        margin-left: -10px;
        margin-right: 35px;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    }

    .navbar-collapse.collapse {
        background-color: #0E9BAF;
        border-radius: 4px;
        margin-left: -10px;
        margin-right: 35px;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    }

    .navbar-nav {
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav>li>a {
        border: none;
        background-color: transparent;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 2em;
    }

    .no-transition {
        -webkit-transition: height 0.0s;
        -moz-transition: height 0.0s;
        -ms-transition: height 0.0s;
        -o-transition: height 0.0s;
        transition: height 0.0s;
    }

    .navbar-collapse.collapsing {
        -webkit-transition: height 0.0s;
        -moz-transition: height 0.0s;
        -ms-transition: height 0.0s;
        -o-transition: height 0.0s;
        transition: height 0.0s;

    }

    .container>.navbar-header,
    .container-fluid>.navbar-header {
        width: 100%;
        position: absolute;
        background-color: gray;
    }

    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        max-width: 350px;
        right: 20px;
        top: 35px;
        width: fit-content;
        position: absolute;
        z-index: 5000
            ~max
    }

    .button_container {
        margin-right: 35px;
    }

    .logo-wrapper {
        margin-left: 50px;
    }
    
    .logo,
	.logo-wrapper img{
		max-height:7rem;
	}

    .header-bottom div.header-block:first-child {
        margin-left: 50px;
    }

    .header-bottom div.header-block:last-child {
        margin-right: 50px;
    }

    .body-container {
        margin-left: 50px;
        margin-right: 50px;
    }
    .header-bottom-container,
    .breadcrumb-sm-view-block{
		padding-left: 50px;
		padding-right: 50px;
	}

    .top-navmenu>ul {
        margin-right: 35px;
    }

    .container-fluid {
        right: 5px;
    }

    .nav li {
        line-height: 2em;
        margin-top: 0px;
    }

    .navbar-default .navbar-nav>li.bell-green>a:hover,
    .navbar-default .navbar-nav>li.bell-blue>a:hover,
    .navbar-default .navbar-nav>li.bell-grey>a:hover,
    .navbar-default .navbar-nav>li.bell-khakhi>a:hover,
    .navbar-default .navbar-nav>li.bell-red>a:hover {
        background-color: rgba(60, 203, 220, 0.2);
        border: none;
        border-radius: 4px;
    }

    .navbar-default .navbar-nav>.bell-green.active>a,
    .navbar-default .navbar-nav>.bell-green.active>a:hover,
    .navbar-default .navbar-nav>.bell-khakhi.active>a,
    .navbar-default .navbar-nav>.bell-khakhi.active>a:hover,
    .navbar-default .navbar-nav>.bell-blue.active>a,
    .navbar-default .navbar-nav>.bell-blue.active>a:hover,
    .navbar-default .navbar-nav>.bell-grey.active>a,
    .navbar-default .navbar-nav>.bell-grey.active>a:hover,
    .navbar-default .navbar-nav>.bell-red.active>a,
    .navbar-default .navbar-nav>.bell-red.active>a:hover {
        background-color: rgba(60, 203, 220, 0.4);
        border: none;
        border-radius: 4px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .navbar-collapse.collapse {
        margin-right: 20px;
    }

    .logo-wrapper {
        margin-left: 40px;
    }

    .header-bottom div.header-block:first-child {
        margin-left: 40px;
    }

    .header-bottom div.header-block:last-child {
        margin-right: 40px;
    }

    .body-container {
        margin-left: 40px;
        margin-right: 40px;
    }
     .header-bottom-container,
     .breadcrumb-sm-view-block{
		padding-left: 40px;
		padding-right: 40px;
	}

    .top-navmenu>ul {
        margin-right: 35px;
    }
}

@media screen and (max-width: 480px) {
    .top-navmenu {
        display: none;
    }

    .logo-wrapper {
        top: 20px;
        margin-left: 20px;
    }

    .header-bottom div.header-block:first-child {
        margin-left: 20px;
    }

    .header-bottom div.header-block:last-child {
        margin-right: 20px;
    }

    .body-container {
        margin-left: 20px;
        margin-right: 20px;
    }
     .header-bottom-container,
     .breadcrumb-sm-view-block{
		padding-left: 20px;
		padding-right: 20px;
	}

    .button_container {
        top: 8px;
        right: 10px;
    }

    .container-fluid {
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 10px;
        font-size: 22px;
        color: rgba(255, 255, 255, 1);
    }
    
    .navbar-default .navbar-nav>li>a.my-company-xs-link{
		position: relative;
	    display: inline-block;
	    text-transform: uppercase;
	}

    .navbar-default .navbar-nav>li>a:hover {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-collapse.collapse {
        margin-right: 20px;
        margin-left: 20px;
    }

    .navbar-collapse.collapsing {
        margin-right: 20px;
        margin-left: 20px;
    }

    .header-nav-mobile {
        display: block;
        margin-top: 40px;
    }

    .header-nav-logout-mobile {
        display: block;
        margin-bottom: 20px;
    }

    Nav bar hover. focus and active effects
    .navbar-default .navbar-nav>li.bell-green>a:hover,
    .navbar-default .navbar-nav>li.bell-blue>a:hover,
    .navbar-default .navbar-nav>li.bell-grey>a:hover,
    .navbar-default .navbar-nav>li.bell-grey>a:focus,
    .navbar-default .navbar-nav>li.bell-khakhi>a:hover,
    .navbar-default .navbar-nav>li.bell-khakhi>a:focus,
    .navbar-default .navbar-nav>li.bell-red>a:hover,
    .navbar-default .navbar-nav>li.bell-red>a:focus {
        border: none;
        color: rgba(255, 255, 255, 1);
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.bell-green.active>a,
    .navbar-default .navbar-nav>.bell-green.active>a:hover,
    .navbar-default .navbar-nav>.bell-khakhi.active>a,
    .navbar-default .navbar-nav>.bell-khakhi.active>a:hover,
    .navbar-default .navbar-nav>.bell-blue.active>a,
    .navbar-default .navbar-nav>.bell-blue.active>a:hover,
    .navbar-default .navbar-nav>.bell-grey.active>a,
    .navbar-default .navbar-nav>.bell-grey.active>a:hover,
    .navbar-default .navbar-nav>.bell-red.active>a,
    .navbar-default .navbar-nav>.bell-red.active>a:hover {
        border: none;
        color: rgba(255, 255, 255, 1);
        background-color: transparent;
    }

    .hero-text {
        font-size: 30px;
    }
    
    .hero-text .long-text {
        font-size: 18px;
   		padding: 0 10px;
    }
    
    .logo,
	.logo-wrapper img{
		max-height:6rem;
	}
} */