@media (max-width:1199px) {
    .tablet-friendly {
        display: none
    }
}

@media (max-width:979px) {
    .tablet-friendly {
        display: none
    }
}

.header-gold {
    background-color: #ffc423;
    height: 10px
}

.header-white {
    background-color: #fff;
    min-height: 100px
}

.right-side {
    font-size: 2em;
    text-align: right;
    color: #1a5082;
    padding: 20px
}

.bordered {
    height: 1px;
    background: -webkit-linear-gradient(left, #fff, #00294c);
    background: -o-linear-gradient(right, #fff, #00294c);
    background: -moz-linear-gradient(right, #fff, #00294c);
    background: linear-gradient(right, #fff, #00294c);
    background-image: linear-gradient(to right, #fff, #00294c)
}

.header-logo {
    padding: 20px
}

.page-titles {
    background-color: #ebebeb
}

.page-titles h2 {
    padding: 5px 0 15px 0
}
/*
.webp .home-buttons {
    padding-top: 30px;
    padding-bottom: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.webp);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.webp);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.webp);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.webp);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.webp);
    background-size: cover;
    border-bottom: 2px solid #fff
}

.nowebp .home-buttons {
    padding-top: 30px;
    padding-bottom: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background-size: cover;
    border-bottom: 2px solid #fff
}

*/

.home-buttons::before {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.home-buttons {
   	/*  
   	padding-top: 30px;
    padding-bottom: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(images/diamondplate-blue.png);
    background-size: cover;
    border-bottom: 2px solid #fff;
    */
    
    position: relative;
    
}





.home-main-panel {
    background-color: #00294c;
    color: #fff
}

.home-main-panel h1 {
    color: #ffc423;
    line-height: 25px
}

.home-main-panel a {
    color: #ffc423
}

.home-login {
    background-color: #ffc423;
    color: #00294c;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 20px;
    height: 100%;
    overflow: visible;
    position: relative
}

.home-login h1 {
    color: #00294c
}

.home-login a {
    color: #00294c
}

.fivecolumn .span2 {
    width: 17.94871794871795%;
    *width: 17.884615384615383%;
    text-align: left
}

@media (max-width:979px) {
    .fivecolumn .span2 {
        width: 100%;
        *width: 99.94680851063829%
    }
}

@media (max-width:979px) {
    .tablet-margin {
        margin-left: 0px !important
    }
}

.center-white {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.referral-panel-bar {
    background-color: #1a5082;
    color: #fff;
    border-bottom: 2px solid #fff
}

.referral-panel-bar h2 {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-size: 38px
}

.referral-panel-bar a {
    color: #fff
}

.referral-panel-bar a:hover {
    color: #ffc423
}

.referral-panel-bar-yellow {
    background-color: #ffc423;
    color: #fff;
    border-bottom: 2px solid #fff
}

.referral-panel-bar-yellow h2 {
    color: #00294c;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-size: 38px
}

.referral-panel-bar-yellow a {
    color: #00294c
}

.referral-panel-bar-yellow a:hover {
    color: #1a5082
}

.referral-panel-bar-yellow-custom {
    background-color: #ffc423;
    color: #fff;
    border-bottom: 2px solid #fff
}

.referral-panel-bar-yellow-custom h2 {
    color: #00294c;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-size: 45px
}

@media (max-width:768px) {
    .referral-panel-bar-yellow-custom h2 {
        margin-top: 20px !important;
        margin-bottom: 10px
    }
}

.referral-panel-bar-yellow-custom a {
    color: #00294c
}

.referral-panel-bar-yellow-custom a:hover {
    color: #1a5082
}

.footer-newsletter-panel {
    background-color: #1a5082;
    color: #fff;
    border-top: 2px solid #fff
}

.newsletter-button {
    background-color: #ffc423;
    padding: 10px;
    margin-top: -10px;
    color: #00294c;
    border: none;
    font-weight: 700
}

.footer-become-customer {
    background-color: #00294c;
    color: #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 20px
}

.footer-become-customer a {
    font-weight: 900;
    color: #fff;
    font-size: 1.5em
}

.footer-become-customer a:hover {
    color: #ffc423
}

.footer-newsletter-form {
    font-size: 1.5em
}

.footer-phonenewsletter-panel {
    background-color: #00294c;
    color: #fff;
    border-top: 2px solid #fff;
    font-size: 20px
}

.newsletter-button {
    background-color: #ffc423;
    padding: 10px;
    margin-top: -10px;
    color: #00294c;
    border: none;
    font-weight: 700
}

.footer-phone {
    background-color: #ffc423;
    color: #00294c;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 20px;
    font-weight: 900;
    font-size: 20px
}

.footer-phonenewsletter-panel .footer-phone a:hover {
    color: #000
}

.footer-phonenewsletter-panel a {
    font-weight: 900;
    color: #fff
}

.footer-phonenewsletter-panel a:hover {
    color: #ffc423
}

.footer-white {
    background-color: #fff;
    padding: 20px 0
}

.footer-bottom {
    min-height: 300px;
    background: -webkit-linear-gradient(#000000, #00294c);
    background: -o-linear-gradient(#000000, #00294c);
    background: -moz-linear-gradient(#000000, #00294c);
    background: linear-gradient(#000000, #00294c);
    background-image: linear-gradient(#000000, #00294c);
    color: #fff;
    padding-top: 15px
}

.footer-bottom a {
    color: #ffc423;
    font-weight: 700
}

.footer-bottom a:hover {
    text-decoration: underline
}

@media (min-width:100px) and (max-width:768px) {
    .home-login {
        border: 0 !important
    }
    .footer-become-customer {
        border: 0 !important
    }
}

.simmons-locations {
    padding: 5px
}

.simmons-locations img {
    width: 100%;
    height: auto
}

.simmons-prices {
    border: 1px solid #d5d5d5;
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

.simmons-prices h1,
h2,
h3,
h4 {
    margin: 0
}

.sidebar ul li a {
    color: #222;
    padding: 10px 10px 10px 10px;
    line-height: 20px
}

.sidebar ul li {
    line-height: 30px;
    padding-left: 10px
}

.sidebar ul li.active a {
    color: #fff;
    background: #71b0df;
    font-weight: 700
}

.sidebar ul li.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #4FAA57
}

.sidebar ul li a {
    color: #222
}

.sidebar ul li li::before {
    content: '●';
    position: absolute;
    left: 20px;
    top: 5px
}

.sidebar ul li li {
    margin-left: -20px;
    list-style-type: none;
    list-style-color: #222;
    background-color: #fff;
    position: relative
}

.sidebar ul li li.nav-selected {
    color: #fff
}

.sidebar ul li li a {
    margin-left: 0;
    display: block;
    padding-left: 30px;
    background: transparent;
    color: #222 !important;
    border-bottom: 3px solid #fff
}

.sidebar ul li li.nav-selected>a {
    background-color: #00529b;
    list-style-color: #fff;
    color: #fff !important
}

.sidebar ul li li.nav-selected>a:hover {
    color: #333 !important
}

.sidebar ul li li a:hover {
    background-color: #ebebeb !important;
    color: #333
}

.sidebar ul li li li::before {
    content: '●';
    position: absolute;
    left: -5px;
    top: 5px
}

.sidebar ul li li li {
    margin-left: 10px;
    list-style-type: none;
    position: relative;
    color: #333
}

.sidebar ul li li li:hover {
    color: #333 !important
}

.sidebar ul li li li a {
    margin-left: -20px;
    display: block;
    padding: 10px 20px
}

.sidebar ul li li li a:hover {
    background-color: #ebebeb !important;
    color: #333 !important
}

fieldset.parker {
    border: 5px solid #ffc423;
    padding: 20px;
    margin-bottom: 10px
}

legend.parker {
    display: block;
    width: auto;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 20px;
    color: #00529b;
    border: 0;
    margin-bottom: 0
}

.fill_pipe_value {
    float: left;
    margin-right: 5px
}

.fill_pipe_mid_value {
    float: left;
    margin: 23px 20px
}

.delivery-house {
    display: block;
    float: left;
    margin: 12px
}

.delivery-house-mobile {
    display: none
}

.clear {
    clear: both;