/*
Static file for Theme changes
Theme name:
Version: 1.0
Template: Base
Created: 10/14/16
Last Updated:
Authors: Coverdale Group
*/

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

.centered {
    margin-left:auto;
    margin-right:auto;
}

.full-width {
    width:100%;
}

.btn-advertising {

    background-color: #41b0d9;
    color: #fff;
    font-weight: bold;
}

.btn-advertising:hover {

    background-color: #1396C7;
    color: #fff;
    font-weight: bold;
}


/******************/
/*
#content {
    border-bottom:20px solid #636467;
    min-height:900px;
    padding-bottom:60px;
}
*/

@media (max-width:767px) {
    #content {
        min-height:100%;
    }

    .centered-xs {
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .centered-sm {
        margin-left:auto;
        margin-right:auto;
    }

    .no-float-sm {
        float:none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .pull-left-md {
        float:left !important;
    }
}

@media (min-width:1200px) {
    .pull-left-lg {
        float:left !important;
    }
}

.search-bar .btn.btn-default {
    background-color: #FFFFFF;
}
.header-navigation > div,
.category-navigation,
.search-bar .container,
.contact-us {
    max-width: 90%;
    margin: 0 auto;
}



.header-navigation {
    height: 30px;
    background-color: #f7f7f7;
    color: #ffffff;
}

.header-navigation .dropdown-menu li {
    padding: 0px;
    width: 100%;
}

.dropdown-menu {
    z-index:10000;
}

.header-navigation .pull-right .dropdown-menu {
    left: auto;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header-navigation ul {
    text-align:right;
    float:right;
}

.header-navigation li {
    float:left;
    padding:5px 15px;
}

.header-navigation a {
    text-align:right;
    font-size:95%;
}

.header-navigation .badge {
    background-color:#0060A0;
    margin-left:3px;
}

.header-navigation a:hover i {
    text-decoration:none
}

.navbar {
    margin-bottom: -1px;
}

.category-navigation {
    margin:25px auto 0;
    
}

.category-navigation .navbar .container .navbar-nav.pull-right li a,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a {
    padding:10px 20px;
    /*color: #375172;*/
    font-weight: normal;
}

.category-navigation .navbar .container .navbar-nav.pull-right li ul li a,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a {
    padding:10px;
    text-align:right;
}

.category-navigation .navbar .container .navbar-nav.pull-right li a:hover,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a:hover,
.category-navigation .navbar .container .navbar-nav.pull-right li a:focus,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a:focus {
    color:#fff;
    background-color:#00703C;
}

.category-navigation .navbar .container .navbar-nav.pull-right li ul li a:hover,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a:hover,
.category-navigation .navbar .container .navbar-nav.pull-right li ul li a:focus,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a:focus {
    color:#fff;
    background-color:#00582f;
}

.category-navigation ul li ul li {width:100%}

.search-bar form {
    padding:10px 0 0 0;
    max-width:260px;
}


.search-bar .view-form-icon .btn i {
    color:#fff;
    font-size:1.2em;
}

.contact-us .panel-heading .panel-title {
    font-size:1.6em;
    padding:0
}

.app-loading-indicator-cell {
    background-color:#fff;
}

.app-loading-indicator-cell i {
    color: #0060A0;
}

.app-loading-indicator-cell p {
    background-color: #ffffff;
    color: #fff;
}

/*----------------------------------*/

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body {
    margin-bottom:0;
    background-color: #fff;
}

.breadcrumb {
    background-color: #ffffff;
}

.container-fluid {
    min-height: 60px;
    vertical-align: middle;
}


body a {
    color: #375172;
    font-size: 16px;
    font-weight: normal;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.panel-nav {
    margin-right:15px;
}

.panel-nav ul li ul li a {
    color: #375172;
    font-size: 14px;
    font-weight: bold;

}

.panel-nav ul li ul li ul li a {
    color: #3db6ea;
    font-size: 14px;
    font-weight: normal;

}

.navbar-nav > li > a {

    line-height: 40px;
}

.product-detail-default {
    background-color: #ffffff;
}

.thumbnail img {

    max-height: 300px;
}

.product-image-large {
    max-height: 500px;
}

.gray-background {
    background-color: #7f7f7f;

}

.light-gray-background {
    background-color: #f0f0f0;

}

.white_background {
    background-color: #ffffff;

}

.white_text {
    color: #ffffff;

}

.gray_text {
    color: #606060;

}

.dark_blue_text {
    color: #043B55;

}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}

a {
    font-family: 'Open Sans', sans-serif;
}

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

.btn-info {
    border-color: #375172;
}

.btn-info {
    background-color: #375172;
}

.btn-primary {
    background-color: #043B56;
}


.jumbotron {
    margin:0 0 -55px;
    padding: 0;
}
.container .navbar-nav li.active > a {
    color: #ffffff;
}
.container .navbar-nav li a {
    color: #000000;
}

.navbar-default {

    background-color: #00703c;
    border-color: #00703c;
}

.navbar-default .navbar-nav > li > a {
    color: #606060;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #9a9a9a;
}
.navbar-nav li.dropdown li > a {
    color: #043b55;
}

.levelTwoNav {
    color: #000;
}

.footerHeader
{
    color: #ffffff;

}

.assistancebox {

    background-color: #375172;
    color: #ffffff;
    padding: 15px;
    margin: 10px 0 10px 0;
}

/* customization to right-align nav bar sub menus to prevent flowing off page */
.dropdown:last-child .dropdown-menu {
  left:unset;
  right:0;
}

/*START LEVEL 2 NAV*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu>a:before {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}


.spendingaccounts {
    padding: 10px 15px;
    color: #000;
}

/*END LEVEL 2 NAV*/
.nav {
    padding-top: 0;
}

.well {
    /*height: 300px;*/
    padding: 15px 0 12px 0;
	height: 275px;
}

.panel-product-list .well,
.search-view .panel-product-list .well {
    height: 600px;
}



.panel-search .well {
    height:auto;
}

/*
.panel-category-list ul li .well {

    height: 245px;
}
*/
.panel-category-list ul li a {
    padding: 0;
}

.panel-category-list {
    
    width: 1200px;
    margin: auto;
}

.navbar-fixed-bottom {
    position: relative;
    margin-bottom: 15px;
}

.product-detail-default .navbar-fixed-bottom {
    position:fixed;
}

.navbar-fixed-bottom ul li .btn {
    
    text-transform: uppercase;
    font-size: 14px;
}

/*code added 5/31/22 - required shows up after form labels that are in red*/
.view-form-icon label.required:after {
   padding-left: 5px;
font-style: italic;
font-weight: 300;
font-size: 1.2rem;
content: '*required';
color: #8c8c8c;
}
/*end view form icon label required*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.btn-green {
border: 1px solid;
    background-color: #00703c;
    border-color: #00703c;
    color: #fff;
}

.btn-green:hover {
    background-color: #00582f;
    color: #fff;
}

.btn-blue {
border: 1px solid;
    background-color: #006272;
    border-color: #006272;
    color: #fff;
}

.btn-blue:hover {
    background-color: #004f5c;
    color: #fff;
}

.nutech-container {
    display: block;
    max-width: 1200px;
    height: auto;
    margin-bottom: 4rem;
    float: none;
    margin: 0 auto;
}

.btn-green-outline {
    border: 1px solid;
    background-color: transparent;
    transition: background-color .2s ease;
    border-color: #00703c;
    color: #00703c;
    transition: color .1s ease,border-color .1s ease;
}

.btn-green-outline:hover {
    background-color: #00703c;
    transition: background-color .2s ease;
    color: #fff;
}
.pioneer-container2 {
    display: block;
    max-width: 1200px;
    height: auto;
    margin-bottom: 4rem;
    float: none;
    margin: 0 auto;
    padding: 4rem;
}

.nutech-seamless {
background-color: #006272;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000000' stroke-width='66.7' stroke-opacity='0.06' %3E%3Ccircle fill='%23006272' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23006372' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23006471' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23006670' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2300676e' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%2300686c' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2300696a' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23006a67' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23006b64' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23006c61' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23006c5d' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23006d59' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23006e55' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23006e51' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23006f4c' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23006f47' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23007041' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2300703C' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}