body {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #fefefe
}

html {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}

img {
    max-width: 100%;
    height: auto
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 32px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 10px;
    position: relative
}

h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    left: 10px;
    top: 10px;
    display: inline
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #1080ba;
    font-size: 24px;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    line-height: 29px
}

.container-fluid:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.width1920 .container-fluid:after,
.width1920:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.container-fluid,
.nav,
.navbar,
.navbar-collapse,
.navbar-header,
.row,
.width1920,
.width1920 .container-fluid {
    display: inline-block
}

.container-fluid,
.nav,
.navbar,
.navbar-collapse,
.navbar-header,
.row,
.width1920,
.width1920 .container-fluid {
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.row {
    margin-left: -20px
}

.row:after,
.row:before {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

.btn {
    display: inline-block;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 4px;
    margin-left: .3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #49afcd;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none
}

.nav>li>a {
    display: block
}

#saleBanner {
    width: 100%;
    height: 35px;
    font-size: 16px
}

#saleBanner .banner {
    min-height: 25px;
    height: 35px
}

#saleBanner .banner .banner-text {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    min-width: 1px;
    max-width: 500px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 6px;
    padding: 0 15px;
    font-weight: 600
}

@media screen and (max-width:500px) {
    #saleBanner .banner .banner-text {
        font-size: 12px;
        top: 7px !important
    }
}

@media screen and (max-width:767px) {
    #saleBanner .banner .banner-text {
        max-width: 100vw;
        top: 4px
    }
}

@media screen and (min-width:830px) {
    #saleBanner .banner .banner-text {
        top: -12px
    }
}

#saleBanner .banner .center-banner {
    text-align: center;
    width: auto;
    margin: auto
}

#saleBanner .banner .shape-container {
    max-width: 165px;
    top: 0;
    display: none
}

@media screen and (min-width:830px) {
    #saleBanner .banner .shape-container {
        display: inline-block
    }
}

#saleBanner .banner-red {
    background: #470606;
    color: #fff
}

#saleBanner .banner-red .parallelogram-left {
    width: 30px;
    height: 35px;
    display: inline-block;
    top: 0;
    margin-right: 25px;
    transform: skew(-40deg);
    background: #a50d0d
}

#saleBanner .banner-red .parallelogram-right {
    width: 30px;
    height: 35px;
    display: inline-block;
    top: 0;
    margin-left: 25px;
    transform: skew(40deg);
    background: #a50d0d
}

@media (max-width:767px) {
    #saleBanner {
        margin-top: 45px
    }

    .show-site-wide-banner #site-wrapper {
        margin-top: 0 !important
    }
}

.branding-support {
    min-width: 190px !important;
    margin-left: 10px;
    float: right
}

.branding-logo {
    width: 300px !important;
    margin-right: 10px;
    float: left
}

.valueProp {
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    position: relative
}

.valueProp>p {
    float: left;
    width: 100%
}

@media (min-width:990px) {
    .valueProp>p {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .valueProp>p {
        font-size: 23px
    }
}

.ion-android-call:before,
.ion-ios7-cart-outline:before,
.ion-ios7-search:before,
.ion-ios7-telephone-outline:before,
.ion-navicon:before {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-ios7-cart-outline:before {
    content: "\f166"
}

.ion-ios7-search:before {
    content: "\f1da"
}

.ion-ios7-telephone-outline:before {
    content: "\f1e5"
}

.ion-navicon:before {
    content: "\f20e"
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

header,
main,
nav {
    display: block
}

a {
    background: 0 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

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

.width1920,
.width1920 .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1920px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-4,
.col-lg-7,
.col-md-3,
.col-md-4,
.col-md-9,
.col-sm-12,
.col-sm-5,
.col-sm-6,
.col-xs-12,
.col-xs-3,
.col-xs-4,
.col-xs-7,
.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12,
.col-xs-3,
.col-xs-4,
.col-xs-7,
.col-xs-8 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

@media (min-width:768px) {

    .col-sm-12,
    .col-sm-5,
    .col-sm-6 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:992px) {

    .col-md-3,
    .col-md-4,
    .col-md-9 {
        float: left
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

@media (min-width:1200px) {

    .col-lg-4,
    .col-lg-7 {
        float: left
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

input[type=search] {
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.collapse {
    display: none
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.dropdown {
    position: relative
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

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

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

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

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative
}

.carousel-inner>.active {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #ccc;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 80%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

@media screen and (min-width:768px) {

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
}

.container-fluid,
.nav,
.navbar,
.navbar-collapse,
.navbar-header,
.row,
.width1920,
.width1920 .container-fluid {
    display: inline-block;
    display: block
}

.container-fluid:after,
.container-fluid:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before,
.width1920 .container-fluid:after,
.width1920 .container-fluid:before,
.width1920:after,
.width1920:before {
    content: " ";
    display: table
}

.container-fluid:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.width1920 .container-fluid:after,
.width1920:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

.btn-info,
.btn-primary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary {
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a
}

.btn-info {
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.navbar-default {
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

body {
    min-width: 320px;
    background: #dae2e6;
    font-size: 14px;
    color: #727272;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.4
}

.main {
    background-color: #fff
}

@media (min-width:768px) {
    .main {
        padding-left: 225px;
        min-height: 100vh
    }
}

@media (min-width:768px) {
    body.hide-sidebar .main {
        padding-left: 15px
    }
}

.form-control {
    box-shadow: none
}

.content-wrapper {
    position: relative
}

label {
    font-weight: 600;
    color: #646464;
    font-size: 14px
}

h1,
h2,
h3,
h4 {
    text-rendering: optimizeLegibility;
    font-weight: 600;
    color: #131d37
}

h1 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: 14px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

.btn {
    font-weight: 600;
    border-radius: 4px
}

.btn-dark {
    border: 1px solid #444;
    background: #59595a;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
}

.btn-lg {
    font-size: 15px
}

.navbar-top {
    background: #192848;
    padding: 3px 0
}

.site-navigation {
    padding: 0 15px
}

.site-navigation ul {
    margin: 0;
    padding: 0
}

.site-navigation li {
    padding-left: 8px;
    padding-right: 8px;
    margin: 0
}

.site-navigation a {
    color: #cdd7f0
}

.branding-support,
.site-navigation {
    text-align: center
}

@media (min-width:768px) {

    .branding-support,
    .site-navigation {
        text-align: right
    }
}

.branding {
    background: #2a4b8e;
    color: #fff;
    padding: 10px 20px 10px 0;
    text-align: center
}

.branding-logo {
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0
}

@media (min-width:768px) {
    .branding-logo {
        text-align: left
    }
}

.branding-logo p {
    margin: 3px 0 3px 10px
}

.branding-logo .logo {
    width: 300px;
    height: 52px
}

@media (min-width:768px) {
    .branding-logo .logo {
        width: 290px;
        height: 50px
    }
}

.branding-support {
    line-height: 1;
    padding-right: 0
}

.branding-support .phone-number {
    font-size: 30px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 2px
}

.branding-support .live-support {
    font-size: 20px;
    margin-bottom: 2px
}

.branding-support .live-support #americanFlagIcon {
    margin-bottom: 2.5px;
    margin-right: 4px
}

#printLogo {
    max-height: 30px;
    vertical-align: middle
}

.footer-links a {
    color: #a8adbb
}

.footer-links li {
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px
}

@media (min-width:768px) {
    .footer-links li {
        display: inline-block;
        margin-bottom: 0
    }
}

.search-bar {
    background: #fd741c;
    border-top: 1px solid rgba(0, 0, 0, .7);
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(0, 0, 0, .4);
    border-top-right-radius: 4px;
    margin-top: -2px;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
    position: relative
}

.search-bar a {
    color: #fff
}

@media (min-width:768px) {
    .hide-sidebar .search-bar {
        padding-left: 210px
    }
}

.search {
    position: relative;
    left: -38px;
    top: 2px;
    margin-top: 7px;
    margin-bottom: 7px
}

.width1920 .search {
    left: 0
}

.search-group {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.search-group .search-icon {
    z-index: 20;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px
}

.search-field {
    border: 1px solid #b15d35;
    border-right: 1px solid #000;
    padding-right: 0;
    padding-left: 30px;
    line-height: 1.3
}

.search-button .btn {
    padding-top: 6px;
    font-weight: 600
}

.store-links {
    float: right;
    font-size: 14px;
    line-height: 49px;
    list-style: none;
    margin: 0;
    padding: 0
}

.store-links li {
    display: inline-block
}

.search-items {
    display: none
}

@media (min-width:992px) {
    .search-items {
        display: inline
    }
}

.store-user i {
    opacity: .6
}

.store-cart {
    position: relative;
    margin-left: 15px
}

.store-cart .cart-icon {
    width: 25px;
    position: inline;
    margin-bottom: 3px;
    margin-right: 3px
}

#site-wrapper .content-wrapper {
    margin-top: 0
}

.width1920 .navbar-header {
    height: 53px
}

.width1920 .content-wrapper {
    margin-top: 0
}

.width1920 #header-nav-main {
    margin-bottom: 0
}

.width1920 #header-nav-main .container-fluid a.navbar-brand {
    margin: 0;
    width: 60px;
    height: 55px;
    position: relative;
    top: -1px
}

.width1920 #header-nav-main .container-fluid #header-nav-left #header-nav-categories {
    margin-left: 0
}

.width1920 #header-nav-orange-section {
    height: 53px
}

#header-nav-main {
    background-color: #fd741c;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding-right: 0;
    margin-bottom: 4px
}

#header-nav-main .container-fluid {
    padding-right: 0;
    background-color: #fd741c
}

#header-nav-main .container-fluid a {
    color: #fff;
    font-weight: 400
}

#header-nav-main .container-fluid a.navbar-brand {
    background-color: #2a4b8e;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 2px;
    width: 52px;
    height: 54px
}

#header-nav-main .container-fluid a.navbar-brand .glyphicon-home {
    background-color: #fd741c;
    padding: 10px;
    text-align: center
}

#header-nav-main .container-fluid #header-nav-left {
    width: 14%;
    margin-left: -6px
}

#header-nav-main .container-fluid #header-nav-left #header-nav-categories {
    width: 100%;
    text-align: center;
    margin-left: 3%
}

#header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #000;
    height: 54px;
    min-height: 50px
}

#header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle .glyphicon-menu-hamburger {
    display: none;
    font-size: 12px;
    padding-top: 3px;
    text-align: left;
    float: left
}

@media (min-width:992px) {
    #header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle .glyphicon-menu-hamburger {
        display: block;
        font-size: 13px
    }
}

@media (min-width:1200px) {
    #header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle .glyphicon-menu-hamburger {
        display: block;
        font-size: 20px;
        padding-top: 0
    }
}

@media only screen and (min-width:992px) {
    #header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width:1200px) {
    #header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle {
        font-size: 15px
    }
}

#header-nav-main .container-fluid #header-nav-left #header-nav-categories .dropdown-toggle.dropdown-toggle-darkblue {
    background-color: #246dc9
}

#header-nav-main .search-bar {
    position: static;
    margin-top: 0;
    box-shadow: none;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

#indexCarouselInner {
    height: 400px;
    overflow: hidden
}

#indexCarouselInner .item {
    width: 100%;
    height: 100%
}

#indexCarouselInner .item img {
    width: auto;
    height: 100%;
    object-fit: cover
}

#indexCarouselInner .item.active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset
}

.popular-item-desc {
    height: 38px
}

.popular-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.popular-item a img {
    margin-bottom: 5%;
    width: 90%
}

.popular-item>a.btn.btn-primary {
    margin-top: 1em;
    margin-bottom: 1em
}

.popular-item h3 {
    font-weight: 700
}

#index-popular-heading>h2 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1
}

#index-popular-heading>h2:before {
    background: #d8e6f3;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0
}

.index-hero-text {
    position: absolute;
    display: table-cell;
    vertical-align: middle
}

#heroText1 {
    width: 90%;
    left: 5%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: -2px 2px 10px #000;
    filter: shadow(color=#000000, Direction=45)
}

#heroText1 h1 {
    color: #fff;
    font-size: 3em;
    font-family: Open Sans, sans-serif
}

#heroText1 p {
    color: #fff;
    font-size: 1.75em
}

#heroText2 {
    height: 100%;
    width: 100%;
    top: 0
}

#heroText2 h2 {
    color: #333;
    font-size: 4em;
    font-weight: 700
}

#heroText2 p {
    color: #444;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 4px;
    font-size: 1.75em
}

#customConeLeft {
    padding: 50px
}

#customConeLeft .btn-orange {
    background-image: linear-gradient(to bottom, #fd741c 0, #cc4e00 100%);
    background-repeat: repeat-x;
    border-color: #e35902;
    color: #fff;
    box-shadow: -3px 3px 15px #666;
    width: 60%;
    margin-left: 4px
}

#customConeRight {
    padding: 25px 15px
}

#customConeRight .hero-ink-box img.ink-swatch {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px
}

#customConeRight h3 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-align: left;
    margin-left: -3px;
    font-size: 1.75em
}

.hero-ink-box {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    color: #fff;
    padding: 10px 40px 25px 40px;
    margin-right: 10%
}

.hero-ink-box ul {
    padding: 10px
}

.hero-ink-box li {
    padding-bottom: 3px;
    font-size: 1.2em
}

#heroText3 {
    width: 100%;
    height: 85%;
    top: 15%;
    text-shadow: -2px 2px 10px #222, -2px 2px 10px #222, -2px 2px 13px #222, -2px 2px 13px #222;
    filter: shadow(color=#000000, Direction=45)
}

#heroText3 h2 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700
}

#heroText3 p {
    margin-top: 15px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 30px 10px 30px
}

#heroText3 .btn {
    width: 60%;
    min-width: 130px;
    margin: 5px 30px;
    box-shadow: -2px 2px 7px #222
}

#indexCarouselInner>.item>.row {
    height: 100%
}

@media screen and (max-width:992px) {
    #indexCarouselInner {
        font-size: .7em;
        height: 300px
    }

    .hero-ink-box {
        padding: 10px 15px;
        margin-right: 5%;
        min-width: 115px
    }
}

@media screen and (max-width:768px) {
    #indexCarouselInner {
        font-size: .6em;
        height: 250px
    }

    #customConeLeft {
        padding: 25px
    }

    #customConeRight {
        padding: 15px
    }

    .hero-ink-box ul {
        padding: 5px
    }

    .move-index-hero-text-left {
        margin-left: 15px
    }
}

@media screen and (max-width:575px) {
    #indexCarouselInner {
        font-size: .5em;
        height: 225px
    }
}

@media screen and (min-width:992px) {
    .move-index-hero-text-left {
        position: relative;
        left: -53px
    }
}

.btn {
    width: 100%
}

.item.active img {
    max-height: 300px;
    width: 100%
}

@media (min-width:992px) {
    .item.active img {
        max-height: 500px;
        width: 100%
    }
}

@media (min-width:767.5px) {
    #mobile-header {
        display: none
    }
}

.site-wrapper {
    z-index: 0
}

@media (max-width:767px) {
    html {
        overflow-x: hidden
    }

    #mobile-header {
        display: inherit
    }

    #mobile-header .no-pad {
        padding: 0
    }

    #search-bar,
    .site-header {
        display: none
    }

    #mobile-header {
        padding: 0;
        top: 0;
        left: 0;
        background: #2a4b8e;
        color: #fff;
        min-height: 45px;
        width: 100%;
        height: 45px;
        box-shadow: #000 0 0 5px;
        position: fixed;
        box-sizing: border-box;
        z-index: 2000
    }

    #mobile-logo img {
        max-width: 100%
    }

    #site-wrapper {
        margin-top: 45px;
        box-shadow: #000 0 0 5px
    }

    #mobile-header .menu-option {
        display: inline-block;
        height: 45px;
        border-right: 1px solid #3762d7;
        padding: 0;
        width: 45px;
        padding-top: 1px;
        text-align: center;
        margin: 0
    }

    #search-menu-toggle {
        margin-left: -5px !important
    }

    .mobile-search {
        height: 0;
        background: #ff6a00;
        overflow: hidden;
        opacity: 0;
        z-index: 20
    }

    .left-border {
        border-left: 1px solid #3762d7
    }

    #mobile-header a {
        color: #fff
    }

    #mobile-header .icon {
        font-size: 30px
    }
}

.no-pad {
    padding: 0
}

.width1920 .no-pad {
    padding: 0 !important
}

.width1920 .content-wrapper {
    margin-top: 0
}

.width1920 #header-nav-orange-section {
    height: 53px
}

.print-only {
    display: none
}

.menu-cart {
    margin-right: 15px
}