/* Minification failed. Returning unminified contents.
(6696,27): run-time error CSS1038: Expected hex color, found '#DEE8E88'
(6912,35): run-time error CSS1038: Expected hex color, found '#DEE8E88'
(6920,38): run-time error CSS1038: Expected hex color, found '#DEE8E88'
(9192,37): run-time error CSS1046: Expect comma, found '32'
(9192,43): run-time error CSS1046: Expect comma, found '/'
(11550,52): run-time error CSS1030: Expected identifier, found 'a'
(11550,53): run-time error CSS1031: Expected selector, found ')'
(11550,53): run-time error CSS1025: Expected comma or open brace, found ')'
(13227,24): run-time error CSS1046: Expect comma, found '69'
(13227,29): run-time error CSS1046: Expect comma, found ')'
(13521,43): run-time error CSS1030: Expected identifier, found '#sticky-row'
(13521,64): run-time error CSS1031: Expected selector, found ')'
(13521,64): run-time error CSS1025: Expected comma or open brace, found ')'
(14021,44): run-time error CSS1046: Expect comma, found '1'
(14021,48): run-time error CSS1046: Expect comma, found '/'
(14151,33): run-time error CSS1046: Expect comma, found '1'
(14151,37): run-time error CSS1046: Expect comma, found '/'
 */
.bg-dark {
    background: #010101;
}

.bg-white {
    background: #FFFFFF;
}

.bg-teal,
.bg-aqua {
    background: #d1e4e1;
}

.bg-light-teal,
.bg-cloud {
    background: #DEE8E8;
}

.bg-light-blue {
    background: #F0F4F5;
}

.bg-light,
.bg-grey {
    background: #F0F4F5;
}

.bg-primary {
    background: #124544;
}

.bg-secondary {
    background: #3B7A70;
}

.bg-light-teal a:not(.btn),
.bg-cloud a:not(.btn),
.bg-teal a:not(.btn),
.bg-aqua a:not(.btn),
.bg-light a:not(.btn),
.bg-grey a:not(.btn),
.bg-light-blue a:not(.btn) {
    color: #010101;
}

a .bg-light-teal a:not(.btn),
a .bg-cloud a:not(.btn),
a .bg-teal a:not(.btn),
a .bg-aqua a:not(.btn),
a .bg-light a:not(.btn),
a .bg-grey a:not(.btn),
a .bg-light-blue a:not(.btn),
.well a .bg-light-teal a:not(.btn),
.well a .bg-cloud a:not(.btn),
.well a .bg-teal a:not(.btn),
.well a .bg-aqua a:not(.btn),
.well a .bg-light a:not(.btn),
.well a .bg-grey a:not(.btn),
.well a .bg-light-blue a:not(.btn) {
    color: #0A6170;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
/*@import "glyphicons.less";*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #010101;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0A6170;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        color: #04242a;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #b1cac6;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #d3dcdc;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #4D4D4D;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

.text-decoration-none {
    text-decoration: none!important;
}

.text-decoartion-underline {
    text-decoration: underline!important;
}

h1,
.h1 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
}

h2,
.h2 {
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
}

h3,
.h3 {
    font-size: clamp(1.125rem, 1vw, 1.125rem);
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

mark,
.mark {
    background-color: #FAF4E6;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #4D4D4D;
}

.text-primary {
    color: #124544;
}

a.text-primary:hover {
    color: #071d1c;
}

.text-success {
    color: #29564E;
}

a.text-success:hover {
    color: #19332f;
}

.text-info {
    color: #1C566D;
}

a.text-info:hover {
    color: #123644;
}

.text-warning {
    color: #5C5134;
}

a.text-warning:hover {
    color: #3b3422;
}

.text-danger {
    color: #962E1B;
}

.text-white {
    color: #FFFFFF;
}

.text-dark {
    color: #010101;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #d3dcdc;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #4D4D4D;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #d3dcdc;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #4D4D4D;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #d3dcdc;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 6px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #344443;
    background-color: #F0F4F5;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 768px) {
    .container {
        width: 748px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 968px;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1208px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1368px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.row {
    margin-left: -14px;
    margin-right: -14px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1240px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1400px) {
    .col-xlg-1,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12 {
        float: left;
    }

    .col-xlg-12 {
        width: 100%;
    }

    .col-xlg-11 {
        width: 91.66666667%;
    }

    .col-xlg-10 {
        width: 83.33333333%;
    }

    .col-xlg-9 {
        width: 75%;
    }

    .col-xlg-8 {
        width: 66.66666667%;
    }

    .col-xlg-7 {
        width: 58.33333333%;
    }

    .col-xlg-6 {
        width: 50%;
    }

    .col-xlg-5 {
        width: 41.66666667%;
    }

    .col-xlg-4 {
        width: 33.33333333%;
    }

    .col-xlg-3 {
        width: 25%;
    }

    .col-xlg-2 {
        width: 16.66666667%;
    }

    .col-xlg-1 {
        width: 8.33333333%;
    }

    .col-xlg-pull-12 {
        right: 100%;
    }

    .col-xlg-pull-11 {
        right: 91.66666667%;
    }

    .col-xlg-pull-10 {
        right: 83.33333333%;
    }

    .col-xlg-pull-9 {
        right: 75%;
    }

    .col-xlg-pull-8 {
        right: 66.66666667%;
    }

    .col-xlg-pull-7 {
        right: 58.33333333%;
    }

    .col-xlg-pull-6 {
        right: 50%;
    }

    .col-xlg-pull-5 {
        right: 41.66666667%;
    }

    .col-xlg-pull-4 {
        right: 33.33333333%;
    }

    .col-xlg-pull-3 {
        right: 25%;
    }

    .col-xlg-pull-2 {
        right: 16.66666667%;
    }

    .col-xlg-pull-1 {
        right: 8.33333333%;
    }

    .col-xlg-pull-0 {
        right: auto;
    }

    .col-xlg-push-12 {
        left: 100%;
    }

    .col-xlg-push-11 {
        left: 91.66666667%;
    }

    .col-xlg-push-10 {
        left: 83.33333333%;
    }

    .col-xlg-push-9 {
        left: 75%;
    }

    .col-xlg-push-8 {
        left: 66.66666667%;
    }

    .col-xlg-push-7 {
        left: 58.33333333%;
    }

    .col-xlg-push-6 {
        left: 50%;
    }

    .col-xlg-push-5 {
        left: 41.66666667%;
    }

    .col-xlg-push-4 {
        left: 33.33333333%;
    }

    .col-xlg-push-3 {
        left: 25%;
    }

    .col-xlg-push-2 {
        left: 16.66666667%;
    }

    .col-xlg-push-1 {
        left: 8.33333333%;
    }

    .col-xlg-push-0 {
        left: auto;
    }

    .col-xlg-offset-12 {
        margin-left: 100%;
    }

    .col-xlg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xlg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xlg-offset-9 {
        margin-left: 75%;
    }

    .col-xlg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xlg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xlg-offset-6 {
        margin-left: 50%;
    }

    .col-xlg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xlg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xlg-offset-3 {
        margin-left: 25%;
    }

    .col-xlg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xlg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xlg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #4D4D4D;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #b1cac6;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #b1cac6;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #b1cac6;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #b1cac6;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #b1cac6;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #F0F4F5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #F0F4F5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e1e9eb;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #EBF2EE;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #dce8e1;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #EBF0F2;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #dce4e8;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #FAF4E6;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #f6ebd1;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #FBECE9;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #f7d9d3;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #b1cac6;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #344443;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #4D4D4D;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #4D4D4D;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4D4D4D;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #d3dcdc;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 38px;
    line-height: 1.5 \0;
}

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 33px;
        line-height: 1.5 \0;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 49px;
        line-height: 1.33 \0;
    }

_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.5;
}

    _:-ms-fullscreen.input-sm,
    :root input[type="date"].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type="time"].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type="datetime-local"].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type="month"].input-sm {
        line-height: 1.5;
    }

    _:-ms-fullscreen.input-lg,
    :root input[type="date"].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type="time"].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type="datetime-local"].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type="month"].input-lg {
        line-height: 1.33;
    }

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 24px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm,
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 47.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #29564E;
}

.has-success .form-control {
    border-color: #29564E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #19332f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4a9b8d;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4a9b8d;
    }

.has-success .input-group-addon {
    color: #29564E;
    border-color: #29564E;
    background-color: #EBF2EE;
}

.has-success .form-control-feedback {
    color: #29564E;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #5C5134;
}

.has-warning .form-control {
    border-color: #5C5134;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #3b3422;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9d8a59;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9d8a59;
    }

.has-warning .input-group-addon {
    color: #5C5134;
    border-color: #5C5134;
    background-color: #FAF4E6;
}

.has-warning .form-control-feedback {
    color: #5C5134;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #802817;
}

.has-error .form-control {
    border-color: #802817;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #551a0f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d64327;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d64327;
    }

.has-error .input-group-addon {
    color: #802817;
    border-color: #802817;
    background-color: #FBECE9;
}

.has-error .form-control-feedback {
    color: #802817;
}

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #414141;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -14px;
    margin-right: -14px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 14px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #010101;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #010101;
    background-color: #FFFFFF;
    border-color: #8fa7a7;
    text-decoration: none;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #010101;
        background-color: #e6e6e6;
        border-color: #6d8b8b;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #FFFFFF;
        border-color: #8fa7a7;
    }

    .btn-default .badge {
        color: #FFFFFF;
        background-color: #010101;
    }

.btn-primary,
.btn-dark,
.btn-neutral,
.btn-darkblue,
.btn-brown,
.btn-purple,
.btn-info {
    color: #fff;
    background-color: #124544;
    border-color: #0d3130;
    text-decoration: none;
}

    .btn-primary:hover,
    .btn-dark:hover,
    .btn-neutral:hover,
    .btn-darkblue:hover,
    .btn-brown:hover,
    .btn-purple:hover,
    .btn-info:hover,
    .btn-primary:focus,
    .btn-dark:focus,
    .btn-neutral:focus,
    .btn-darkblue:focus,
    .btn-brown:focus,
    .btn-purple:focus,
    .btn-info:focus,
    .btn-primary.focus,
    .btn-dark.focus,
    .btn-neutral.focus,
    .btn-darkblue.focus,
    .btn-brown.focus,
    .btn-purple.focus,
    .btn-info.focus,
    .btn-primary:active,
    .btn-dark:active,
    .btn-neutral:active,
    .btn-darkblue:active,
    .btn-brown:active,
    .btn-purple:active,
    .btn-info:active,
    .btn-primary.active,
    .btn-dark.active,
    .btn-neutral.active,
    .btn-darkblue.active,
    .btn-brown.active,
    .btn-purple.active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-primary,
    .open > .dropdown-toggle.btn-dark,
    .open > .dropdown-toggle.btn-neutral,
    .open > .dropdown-toggle.btn-darkblue,
    .open > .dropdown-toggle.btn-brown,
    .open > .dropdown-toggle.btn-purple,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #071d1c;
        border-color: #000000;
    }

    .btn-primary:active,
    .btn-dark:active,
    .btn-neutral:active,
    .btn-darkblue:active,
    .btn-brown:active,
    .btn-purple:active,
    .btn-info:active,
    .btn-primary.active,
    .btn-dark.active,
    .btn-neutral.active,
    .btn-darkblue.active,
    .btn-brown.active,
    .btn-purple.active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-primary,
    .open > .dropdown-toggle.btn-dark,
    .open > .dropdown-toggle.btn-neutral,
    .open > .dropdown-toggle.btn-darkblue,
    .open > .dropdown-toggle.btn-brown,
    .open > .dropdown-toggle.btn-purple,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-dark.disabled,
    .btn-neutral.disabled,
    .btn-darkblue.disabled,
    .btn-brown.disabled,
    .btn-purple.disabled,
    .btn-info.disabled,
    .btn-primary[disabled],
    .btn-dark[disabled],
    .btn-neutral[disabled],
    .btn-darkblue[disabled],
    .btn-brown[disabled],
    .btn-purple[disabled],
    .btn-info[disabled],
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-dark,
    fieldset[disabled] .btn-neutral,
    fieldset[disabled] .btn-darkblue,
    fieldset[disabled] .btn-brown,
    fieldset[disabled] .btn-purple,
    fieldset[disabled] .btn-info,
    .btn-primary.disabled:hover,
    .btn-dark.disabled:hover,
    .btn-neutral.disabled:hover,
    .btn-darkblue.disabled:hover,
    .btn-brown.disabled:hover,
    .btn-purple.disabled:hover,
    .btn-info.disabled:hover,
    .btn-primary[disabled]:hover,
    .btn-dark[disabled]:hover,
    .btn-neutral[disabled]:hover,
    .btn-darkblue[disabled]:hover,
    .btn-brown[disabled]:hover,
    .btn-purple[disabled]:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-dark:hover,
    fieldset[disabled] .btn-neutral:hover,
    fieldset[disabled] .btn-darkblue:hover,
    fieldset[disabled] .btn-brown:hover,
    fieldset[disabled] .btn-purple:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-primary.disabled:focus,
    .btn-dark.disabled:focus,
    .btn-neutral.disabled:focus,
    .btn-darkblue.disabled:focus,
    .btn-brown.disabled:focus,
    .btn-purple.disabled:focus,
    .btn-info.disabled:focus,
    .btn-primary[disabled]:focus,
    .btn-dark[disabled]:focus,
    .btn-neutral[disabled]:focus,
    .btn-darkblue[disabled]:focus,
    .btn-brown[disabled]:focus,
    .btn-purple[disabled]:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-dark:focus,
    fieldset[disabled] .btn-neutral:focus,
    fieldset[disabled] .btn-darkblue:focus,
    fieldset[disabled] .btn-brown:focus,
    fieldset[disabled] .btn-purple:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-primary.disabled.focus,
    .btn-dark.disabled.focus,
    .btn-neutral.disabled.focus,
    .btn-darkblue.disabled.focus,
    .btn-brown.disabled.focus,
    .btn-purple.disabled.focus,
    .btn-info.disabled.focus,
    .btn-primary[disabled].focus,
    .btn-dark[disabled].focus,
    .btn-neutral[disabled].focus,
    .btn-darkblue[disabled].focus,
    .btn-brown[disabled].focus,
    .btn-purple[disabled].focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-dark.focus,
    fieldset[disabled] .btn-neutral.focus,
    fieldset[disabled] .btn-darkblue.focus,
    fieldset[disabled] .btn-brown.focus,
    fieldset[disabled] .btn-purple.focus,
    fieldset[disabled] .btn-info.focus,
    .btn-primary.disabled:active,
    .btn-dark.disabled:active,
    .btn-neutral.disabled:active,
    .btn-darkblue.disabled:active,
    .btn-brown.disabled:active,
    .btn-purple.disabled:active,
    .btn-info.disabled:active,
    .btn-primary[disabled]:active,
    .btn-dark[disabled]:active,
    .btn-neutral[disabled]:active,
    .btn-darkblue[disabled]:active,
    .btn-brown[disabled]:active,
    .btn-purple[disabled]:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-dark:active,
    fieldset[disabled] .btn-neutral:active,
    fieldset[disabled] .btn-darkblue:active,
    fieldset[disabled] .btn-brown:active,
    fieldset[disabled] .btn-purple:active,
    fieldset[disabled] .btn-info:active,
    .btn-primary.disabled.active,
    .btn-dark.disabled.active,
    .btn-neutral.disabled.active,
    .btn-darkblue.disabled.active,
    .btn-brown.disabled.active,
    .btn-purple.disabled.active,
    .btn-info.disabled.active,
    .btn-primary[disabled].active,
    .btn-dark[disabled].active,
    .btn-neutral[disabled].active,
    .btn-darkblue[disabled].active,
    .btn-brown[disabled].active,
    .btn-purple[disabled].active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-dark.active,
    fieldset[disabled] .btn-neutral.active,
    fieldset[disabled] .btn-darkblue.active,
    fieldset[disabled] .btn-brown.active,
    fieldset[disabled] .btn-purple.active,
    fieldset[disabled] .btn-info.active {
        background-color: #124544;
        border-color: #0d3130;
    }

    .btn-primary .badge,
    .btn-dark .badge,
    .btn-neutral .badge,
    .btn-darkblue .badge,
    .btn-brown .badge,
    .btn-purple .badge,
    .btn-info .badge {
        color: #124544;
        background-color: #fff;
    }

.btn-default,
.btn-secondary,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline,
.btn-dark-outline,
.btn-neutral-outline,
.btn-darkblue-outline,
.btn-brown-outline,
.btn-purple-outline {
    color: #010101;
    background-color: #fff;
    border-color: #010101;
    text-decoration: none;
    font-weight: normal;
}

    .btn-default:hover,
    .btn-secondary:hover,
    .btn-primary-outline:hover,
    .btn-info-outline:hover,
    .btn-success-outline:hover,
    .btn-dark-outline:hover,
    .btn-neutral-outline:hover,
    .btn-darkblue-outline:hover,
    .btn-brown-outline:hover,
    .btn-purple-outline:hover,
    .btn-default:focus,
    .btn-secondary:focus,
    .btn-primary-outline:focus,
    .btn-info-outline:focus,
    .btn-success-outline:focus,
    .btn-dark-outline:focus,
    .btn-neutral-outline:focus,
    .btn-darkblue-outline:focus,
    .btn-brown-outline:focus,
    .btn-purple-outline:focus,
    .btn-default.focus,
    .btn-secondary.focus,
    .btn-primary-outline.focus,
    .btn-info-outline.focus,
    .btn-success-outline.focus,
    .btn-dark-outline.focus,
    .btn-neutral-outline.focus,
    .btn-darkblue-outline.focus,
    .btn-brown-outline.focus,
    .btn-purple-outline.focus,
    .btn-default:active,
    .btn-secondary:active,
    .btn-primary-outline:active,
    .btn-info-outline:active,
    .btn-success-outline:active,
    .btn-dark-outline:active,
    .btn-neutral-outline:active,
    .btn-darkblue-outline:active,
    .btn-brown-outline:active,
    .btn-purple-outline:active,
    .btn-default.active,
    .btn-secondary.active,
    .btn-primary-outline.active,
    .btn-info-outline.active,
    .btn-success-outline.active,
    .btn-dark-outline.active,
    .btn-neutral-outline.active,
    .btn-darkblue-outline.active,
    .btn-brown-outline.active,
    .btn-purple-outline.active,
    .open > .dropdown-toggle.btn-default,
    .open > .dropdown-toggle.btn-secondary,
    .open > .dropdown-toggle.btn-primary-outline,
    .open > .dropdown-toggle.btn-info-outline,
    .open > .dropdown-toggle.btn-success-outline,
    .open > .dropdown-toggle.btn-dark-outline,
    .open > .dropdown-toggle.btn-neutral-outline,
    .open > .dropdown-toggle.btn-darkblue-outline,
    .open > .dropdown-toggle.btn-brown-outline,
    .open > .dropdown-toggle.btn-purple-outline {
        color: #010101;
        background-color: #e6e6e6;
        border-color: #000000;
    }

    .btn-default:active,
    .btn-secondary:active,
    .btn-primary-outline:active,
    .btn-info-outline:active,
    .btn-success-outline:active,
    .btn-dark-outline:active,
    .btn-neutral-outline:active,
    .btn-darkblue-outline:active,
    .btn-brown-outline:active,
    .btn-purple-outline:active,
    .btn-default.active,
    .btn-secondary.active,
    .btn-primary-outline.active,
    .btn-info-outline.active,
    .btn-success-outline.active,
    .btn-dark-outline.active,
    .btn-neutral-outline.active,
    .btn-darkblue-outline.active,
    .btn-brown-outline.active,
    .btn-purple-outline.active,
    .open > .dropdown-toggle.btn-default,
    .open > .dropdown-toggle.btn-secondary,
    .open > .dropdown-toggle.btn-primary-outline,
    .open > .dropdown-toggle.btn-info-outline,
    .open > .dropdown-toggle.btn-success-outline,
    .open > .dropdown-toggle.btn-dark-outline,
    .open > .dropdown-toggle.btn-neutral-outline,
    .open > .dropdown-toggle.btn-darkblue-outline,
    .open > .dropdown-toggle.btn-brown-outline,
    .open > .dropdown-toggle.btn-purple-outline {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-secondary.disabled,
    .btn-primary-outline.disabled,
    .btn-info-outline.disabled,
    .btn-success-outline.disabled,
    .btn-dark-outline.disabled,
    .btn-neutral-outline.disabled,
    .btn-darkblue-outline.disabled,
    .btn-brown-outline.disabled,
    .btn-purple-outline.disabled,
    .btn-default[disabled],
    .btn-secondary[disabled],
    .btn-primary-outline[disabled],
    .btn-info-outline[disabled],
    .btn-success-outline[disabled],
    .btn-dark-outline[disabled],
    .btn-neutral-outline[disabled],
    .btn-darkblue-outline[disabled],
    .btn-brown-outline[disabled],
    .btn-purple-outline[disabled],
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-secondary,
    fieldset[disabled] .btn-primary-outline,
    fieldset[disabled] .btn-info-outline,
    fieldset[disabled] .btn-success-outline,
    fieldset[disabled] .btn-dark-outline,
    fieldset[disabled] .btn-neutral-outline,
    fieldset[disabled] .btn-darkblue-outline,
    fieldset[disabled] .btn-brown-outline,
    fieldset[disabled] .btn-purple-outline,
    .btn-default.disabled:hover,
    .btn-secondary.disabled:hover,
    .btn-primary-outline.disabled:hover,
    .btn-info-outline.disabled:hover,
    .btn-success-outline.disabled:hover,
    .btn-dark-outline.disabled:hover,
    .btn-neutral-outline.disabled:hover,
    .btn-darkblue-outline.disabled:hover,
    .btn-brown-outline.disabled:hover,
    .btn-purple-outline.disabled:hover,
    .btn-default[disabled]:hover,
    .btn-secondary[disabled]:hover,
    .btn-primary-outline[disabled]:hover,
    .btn-info-outline[disabled]:hover,
    .btn-success-outline[disabled]:hover,
    .btn-dark-outline[disabled]:hover,
    .btn-neutral-outline[disabled]:hover,
    .btn-darkblue-outline[disabled]:hover,
    .btn-brown-outline[disabled]:hover,
    .btn-purple-outline[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-secondary:hover,
    fieldset[disabled] .btn-primary-outline:hover,
    fieldset[disabled] .btn-info-outline:hover,
    fieldset[disabled] .btn-success-outline:hover,
    fieldset[disabled] .btn-dark-outline:hover,
    fieldset[disabled] .btn-neutral-outline:hover,
    fieldset[disabled] .btn-darkblue-outline:hover,
    fieldset[disabled] .btn-brown-outline:hover,
    fieldset[disabled] .btn-purple-outline:hover,
    .btn-default.disabled:focus,
    .btn-secondary.disabled:focus,
    .btn-primary-outline.disabled:focus,
    .btn-info-outline.disabled:focus,
    .btn-success-outline.disabled:focus,
    .btn-dark-outline.disabled:focus,
    .btn-neutral-outline.disabled:focus,
    .btn-darkblue-outline.disabled:focus,
    .btn-brown-outline.disabled:focus,
    .btn-purple-outline.disabled:focus,
    .btn-default[disabled]:focus,
    .btn-secondary[disabled]:focus,
    .btn-primary-outline[disabled]:focus,
    .btn-info-outline[disabled]:focus,
    .btn-success-outline[disabled]:focus,
    .btn-dark-outline[disabled]:focus,
    .btn-neutral-outline[disabled]:focus,
    .btn-darkblue-outline[disabled]:focus,
    .btn-brown-outline[disabled]:focus,
    .btn-purple-outline[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-secondary:focus,
    fieldset[disabled] .btn-primary-outline:focus,
    fieldset[disabled] .btn-info-outline:focus,
    fieldset[disabled] .btn-success-outline:focus,
    fieldset[disabled] .btn-dark-outline:focus,
    fieldset[disabled] .btn-neutral-outline:focus,
    fieldset[disabled] .btn-darkblue-outline:focus,
    fieldset[disabled] .btn-brown-outline:focus,
    fieldset[disabled] .btn-purple-outline:focus,
    .btn-default.disabled.focus,
    .btn-secondary.disabled.focus,
    .btn-primary-outline.disabled.focus,
    .btn-info-outline.disabled.focus,
    .btn-success-outline.disabled.focus,
    .btn-dark-outline.disabled.focus,
    .btn-neutral-outline.disabled.focus,
    .btn-darkblue-outline.disabled.focus,
    .btn-brown-outline.disabled.focus,
    .btn-purple-outline.disabled.focus,
    .btn-default[disabled].focus,
    .btn-secondary[disabled].focus,
    .btn-primary-outline[disabled].focus,
    .btn-info-outline[disabled].focus,
    .btn-success-outline[disabled].focus,
    .btn-dark-outline[disabled].focus,
    .btn-neutral-outline[disabled].focus,
    .btn-darkblue-outline[disabled].focus,
    .btn-brown-outline[disabled].focus,
    .btn-purple-outline[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-secondary.focus,
    fieldset[disabled] .btn-primary-outline.focus,
    fieldset[disabled] .btn-info-outline.focus,
    fieldset[disabled] .btn-success-outline.focus,
    fieldset[disabled] .btn-dark-outline.focus,
    fieldset[disabled] .btn-neutral-outline.focus,
    fieldset[disabled] .btn-darkblue-outline.focus,
    fieldset[disabled] .btn-brown-outline.focus,
    fieldset[disabled] .btn-purple-outline.focus,
    .btn-default.disabled:active,
    .btn-secondary.disabled:active,
    .btn-primary-outline.disabled:active,
    .btn-info-outline.disabled:active,
    .btn-success-outline.disabled:active,
    .btn-dark-outline.disabled:active,
    .btn-neutral-outline.disabled:active,
    .btn-darkblue-outline.disabled:active,
    .btn-brown-outline.disabled:active,
    .btn-purple-outline.disabled:active,
    .btn-default[disabled]:active,
    .btn-secondary[disabled]:active,
    .btn-primary-outline[disabled]:active,
    .btn-info-outline[disabled]:active,
    .btn-success-outline[disabled]:active,
    .btn-dark-outline[disabled]:active,
    .btn-neutral-outline[disabled]:active,
    .btn-darkblue-outline[disabled]:active,
    .btn-brown-outline[disabled]:active,
    .btn-purple-outline[disabled]:active,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-secondary:active,
    fieldset[disabled] .btn-primary-outline:active,
    fieldset[disabled] .btn-info-outline:active,
    fieldset[disabled] .btn-success-outline:active,
    fieldset[disabled] .btn-dark-outline:active,
    fieldset[disabled] .btn-neutral-outline:active,
    fieldset[disabled] .btn-darkblue-outline:active,
    fieldset[disabled] .btn-brown-outline:active,
    fieldset[disabled] .btn-purple-outline:active,
    .btn-default.disabled.active,
    .btn-secondary.disabled.active,
    .btn-primary-outline.disabled.active,
    .btn-info-outline.disabled.active,
    .btn-success-outline.disabled.active,
    .btn-dark-outline.disabled.active,
    .btn-neutral-outline.disabled.active,
    .btn-darkblue-outline.disabled.active,
    .btn-brown-outline.disabled.active,
    .btn-purple-outline.disabled.active,
    .btn-default[disabled].active,
    .btn-secondary[disabled].active,
    .btn-primary-outline[disabled].active,
    .btn-info-outline[disabled].active,
    .btn-success-outline[disabled].active,
    .btn-dark-outline[disabled].active,
    .btn-neutral-outline[disabled].active,
    .btn-darkblue-outline[disabled].active,
    .btn-brown-outline[disabled].active,
    .btn-purple-outline[disabled].active,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-secondary.active,
    fieldset[disabled] .btn-primary-outline.active,
    fieldset[disabled] .btn-info-outline.active,
    fieldset[disabled] .btn-success-outline.active,
    fieldset[disabled] .btn-dark-outline.active,
    fieldset[disabled] .btn-neutral-outline.active,
    fieldset[disabled] .btn-darkblue-outline.active,
    fieldset[disabled] .btn-brown-outline.active,
    fieldset[disabled] .btn-purple-outline.active {
        background-color: #fff;
        border-color: #010101;
    }

    .btn-default .badge,
    .btn-secondary .badge,
    .btn-primary-outline .badge,
    .btn-info-outline .badge,
    .btn-success-outline .badge,
    .btn-dark-outline .badge,
    .btn-neutral-outline .badge,
    .btn-darkblue-outline .badge,
    .btn-brown-outline .badge,
    .btn-purple-outline .badge {
        color: #fff;
        background-color: #010101;
    }

    .btn-default:hover,
    .btn-secondary:hover,
    .btn-primary-outline:hover,
    .btn-info-outline:hover,
    .btn-success-outline:hover,
    .btn-dark-outline:hover,
    .btn-neutral-outline:hover,
    .btn-darkblue-outline:hover,
    .btn-brown-outline:hover,
    .btn-purple-outline:hover,
    .btn-default:focus,
    .btn-secondary:focus,
    .btn-primary-outline:focus,
    .btn-info-outline:focus,
    .btn-success-outline:focus,
    .btn-dark-outline:focus,
    .btn-neutral-outline:focus,
    .btn-darkblue-outline:focus,
    .btn-brown-outline:focus,
    .btn-purple-outline:focus,
    .btn-default:active,
    .btn-secondary:active,
    .btn-primary-outline:active,
    .btn-info-outline:active,
    .btn-success-outline:active,
    .btn-dark-outline:active,
    .btn-neutral-outline:active,
    .btn-darkblue-outline:active,
    .btn-brown-outline:active,
    .btn-purple-outline:active {
        background-color: #FFF;
        border-color: #124544;
        color: #124544;
    }

.btn-info,
.btn-info-outline {
    color: #fff;
    background-color: #124544;
    border-color: #0d3130;
    text-decoration: none;
}

    .btn-info:hover,
    .btn-info-outline:hover,
    .btn-info:focus,
    .btn-info-outline:focus,
    .btn-info.focus,
    .btn-info-outline.focus,
    .btn-info:active,
    .btn-info-outline:active,
    .btn-info.active,
    .btn-info-outline.active,
    .open > .dropdown-toggle.btn-info,
    .open > .dropdown-toggle.btn-info-outline {
        color: #fff;
        background-color: #071d1c;
        border-color: #000000;
    }

    .btn-info:active,
    .btn-info-outline:active,
    .btn-info.active,
    .btn-info-outline.active,
    .open > .dropdown-toggle.btn-info,
    .open > .dropdown-toggle.btn-info-outline {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info-outline.disabled,
    .btn-info[disabled],
    .btn-info-outline[disabled],
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info-outline,
    .btn-info.disabled:hover,
    .btn-info-outline.disabled:hover,
    .btn-info[disabled]:hover,
    .btn-info-outline[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info-outline:hover,
    .btn-info.disabled:focus,
    .btn-info-outline.disabled:focus,
    .btn-info[disabled]:focus,
    .btn-info-outline[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info-outline:focus,
    .btn-info.disabled.focus,
    .btn-info-outline.disabled.focus,
    .btn-info[disabled].focus,
    .btn-info-outline[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info-outline.focus,
    .btn-info.disabled:active,
    .btn-info-outline.disabled:active,
    .btn-info[disabled]:active,
    .btn-info-outline[disabled]:active,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info-outline:active,
    .btn-info.disabled.active,
    .btn-info-outline.disabled.active,
    .btn-info[disabled].active,
    .btn-info-outline[disabled].active,
    fieldset[disabled] .btn-info.active,
    fieldset[disabled] .btn-info-outline.active {
        background-color: #124544;
        border-color: #0d3130;
    }

    .btn-info .badge,
    .btn-info-outline .badge {
        color: #124544;
        background-color: #fff;
    }

.btn-success,
.btn-success-outline {
    color: #fff;
    background-color: #124544;
    border-color: #0d3130;
    text-decoration: none;
}

    .btn-success:hover,
    .btn-success-outline:hover,
    .btn-success:focus,
    .btn-success-outline:focus,
    .btn-success.focus,
    .btn-success-outline.focus,
    .btn-success:active,
    .btn-success-outline:active,
    .btn-success.active,
    .btn-success-outline.active,
    .open > .dropdown-toggle.btn-success,
    .open > .dropdown-toggle.btn-success-outline {
        color: #fff;
        background-color: #071d1c;
        border-color: #000000;
    }

    .btn-success:active,
    .btn-success-outline:active,
    .btn-success.active,
    .btn-success-outline.active,
    .open > .dropdown-toggle.btn-success,
    .open > .dropdown-toggle.btn-success-outline {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success-outline.disabled,
    .btn-success[disabled],
    .btn-success-outline[disabled],
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success-outline,
    .btn-success.disabled:hover,
    .btn-success-outline.disabled:hover,
    .btn-success[disabled]:hover,
    .btn-success-outline[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success-outline:hover,
    .btn-success.disabled:focus,
    .btn-success-outline.disabled:focus,
    .btn-success[disabled]:focus,
    .btn-success-outline[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success-outline:focus,
    .btn-success.disabled.focus,
    .btn-success-outline.disabled.focus,
    .btn-success[disabled].focus,
    .btn-success-outline[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success-outline.focus,
    .btn-success.disabled:active,
    .btn-success-outline.disabled:active,
    .btn-success[disabled]:active,
    .btn-success-outline[disabled]:active,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success-outline:active,
    .btn-success.disabled.active,
    .btn-success-outline.disabled.active,
    .btn-success[disabled].active,
    .btn-success-outline[disabled].active,
    fieldset[disabled] .btn-success.active,
    fieldset[disabled] .btn-success-outline.active {
        background-color: #124544;
        border-color: #0d3130;
    }

    .btn-success .badge,
    .btn-success-outline .badge {
        color: #124544;
        background-color: #fff;
    }

.btn-warning {
    color: #FFF;
    background-color: #124544;
    border-color: #0d3130;
    text-decoration: none;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #FFF;
        background-color: #071d1c;
        border-color: #000000;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #124544;
        border-color: #0d3130;
    }

    .btn-warning .badge {
        color: #124544;
        background-color: #FFF;
    }

.btn-danger {
    color: #fff;
    background-color: #962E1B;
    border-color: #802717;
    text-decoration: none;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #6b2113;
        border-color: #4d170e;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #962E1B;
        border-color: #802717;
    }

    .btn-danger .badge {
        color: #962E1B;
        background-color: #fff;
    }

.btn-tertiary {
    color: #010101;
    border: none;
    background: transparent;
    text-decoration: none;
    border-bottom: 2px solid #124544;
    padding: 0 2px !important;
    border-radius: 0 !important;
    font-weight: 500;
}

    .btn-tertiary:hover {
        color: #124544;
    }

.btn-link {
    color: #0A6170;
    border-radius: 0;
    text-decoration: none;
    font-weight: normal;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #04242a;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #4D4D4D;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.bg-dark {
    background: #010101;
}

.bg-white {
    background: #FFFFFF;
}

.bg-teal,
.bg-aqua {
    background: #d1e4e1;
}

.bg-light-teal,
.bg-cloud {
    background: #DEE8E8;
}

.bg-light-blue {
    background: #F0F4F5;
}

.bg-light,
.bg-grey {
    background: #F0F4F5;
}

.bg-primary {
    background: #124544;
}

.bg-secondary {
    background: #3B7A70;
}

.bg-light-teal a:not(.btn),
.bg-cloud a:not(.btn),
.bg-teal a:not(.btn),
.bg-aqua a:not(.btn),
.bg-light a:not(.btn),
.bg-grey a:not(.btn),
.bg-light-blue a:not(.btn) {
    color: #010101;
}

a .bg-light-teal a:not(.btn),
a .bg-cloud a:not(.btn),
a .bg-teal a:not(.btn),
a .bg-aqua a:not(.btn),
a .bg-light a:not(.btn),
a .bg-grey a:not(.btn),
a .bg-light-blue a:not(.btn),
.well a .bg-light-teal a:not(.btn),
.well a .bg-cloud a:not(.btn),
.well a .bg-teal a:not(.btn),
.well a .bg-aqua a:not(.btn),
.well a .bg-light a:not(.btn),
.well a .bg-grey a:not(.btn),
.well a .bg-light-blue a:not(.btn) {
    color: #0A6170;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    color: #124544;
    font-weight: normal;
}

    .dropdown-toggle:focus {
        outline: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #344443;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #293635;
            background-color: #F0F4F5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #124544;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #4D4D4D;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #4D4D4D;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 6px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #4D4D4D;
    text-align: center;
    background-color: #d3dcdc;
    border: 1px solid #4D4D4D;
    border-radius: 6px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 6px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        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;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #d3dcdc;
            }

        .nav > li.disabled > a {
            color: #4D4D4D;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #4D4D4D;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #d3dcdc;
        border-color: #0A6170;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 6px 6px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #d3dcdc #d3dcdc #ccc;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #51605E;
            background-color: #fff;
            border: 1px solid #b1cac6;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 6px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ccc;
        border-radius: 6px 6px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 6px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #124544;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 6px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ccc;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ccc;
        border-radius: 6px 6px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 56px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 6px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 14px;
    padding-left: 14px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -14px;
    margin-left: -14px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16px 14px;
    font-size: 20px;
    line-height: 24px;
    height: 56px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -14px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 14px;
    padding: 9px 10px;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .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: 8px -14px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 24px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 24px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 16px;
                padding-bottom: 16px;
            }
}

.navbar-form {
    margin-left: -14px;
    margin-right: -14px;
    padding: 10px 14px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .navbar-btn.btn-sm {
        margin-top: 11.5px;
        margin-bottom: 11.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 17px;
        margin-bottom: 17px;
    }

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 14px;
        margin-right: 14px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -14px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f1f1f1;
    border-color: #e0e0e0;
}

    .navbar-default .navbar-brand {
        color: #666;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #4d4d4d;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #666;
    }

    .navbar-default .navbar-nav > li > a {
        color: #666;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #222;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #444;
        background-color: #e0e0e0;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #aaa;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #b1cac6;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #bbb;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e0e0e0;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e0e0e0;
        color: #444;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #222;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #444;
        background-color: #e0e0e0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #666;
}

    .navbar-default .navbar-link:hover {
        color: #222;
    }

.navbar-default .btn-link {
    color: #666;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #222;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #737373;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #737373;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #737373;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #737373;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #737373;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #737373;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 24px;
    list-style: none;
    background-color: transparent;
    border-radius: 6px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #010101;
        }

    .breadcrumb > .active {
        color: #4D4D4D;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 6px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #0A6170;
            background-color: #fff;
            border: 1px solid #b1cac6;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #04242a;
            background-color: #d3dcdc;
            border-color: #b1cac6;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #124544;
        border-color: #124544;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #4D4D4D;
        background-color: #fff;
        border-color: #b1cac6;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #b1cac6;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #d3dcdc;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #4D4D4D;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #4D4D4D;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #333333;
    }

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #333333;
    }

    .label-default.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-default.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #4D4D4D;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-default.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-default.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #4D4D4D;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-primary {
    background-color: #3B7A70;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #2a5850;
    }

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #2a5850;
    }

    .label-primary.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-primary.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #3B7A70;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-primary.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-primary.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #3B7A70;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-success {
    background-color: #3b7a68;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #2a584b;
    }

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #2a584b;
    }

    .label-success.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-success.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #3b7a68;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-success.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-success.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #3b7a68;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-info {
    background-color: #1C566D;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #123644;
    }

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #123644;
    }

    .label-info.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-info.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #1C566D;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-info.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-info.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #1C566D;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-warning {
    background-color: #ffc107;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #d39e00;
    }

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #d39e00;
    }

    .label-warning.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-warning.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #ffc107;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-warning.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-warning.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #ffc107;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-danger {
    background-color: #962E1B;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #6b2113;
    }

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #6b2113;
    }

    .label-danger.label-arrow-right {
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 10px;
    }

        .label-danger.label-arrow-right:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-left-color: #962E1B;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

    .label-danger.label-arrow-left {
        position: relative;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 10px;
    }

        .label-danger.label-arrow-left:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-right-color: #962E1B;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #aeaeae;
    border-radius: 6px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #0A6170;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 0px 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #d3dcdc;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 0px;
        font-size: 40px;
        font-weight: bold;
    }

    .jumbotron > hr {
        border-top-color: #b7c5c5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 0px 0;
    }

    .container .jumbotron {
        padding-left: 0px;
        padding-right: 0px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #b1cac6;
    border-radius: 6px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #0A6170;
}

.thumbnail .caption {
    padding: 9px;
    color: #010101;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 6px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #EBF2EE;
    border-color: #dce8df;
    color: #29564E;
}

    .alert-success hr {
        border-top-color: #ccded1;
    }

    .alert-success .alert-link {
        color: #19332f;
    }

.alert-info {
    background-color: #EBF0F2;
    border-color: #d5e2e4;
    color: #1C566D;
}

    .alert-info hr {
        border-top-color: #c6d8da;
    }

    .alert-info .alert-link {
        color: #123644;
    }

.alert-warning {
    background-color: #FAF4E6;
    border-color: #f6e4d1;
    color: #5C5134;
}

    .alert-warning hr {
        border-top-color: #f2d8bb;
    }

    .alert-warning .alert-link {
        color: #3b3422;
    }

.alert-danger {
    background-color: #FBECE9;
    border-color: #f7d3d3;
    color: #802817;
}

    .alert-danger hr {
        border-top-color: #f3bebe;
    }

    .alert-danger .alert-link {
        color: #551a0f;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #F0F4F5;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #124544;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #3b7a68;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #1C566D;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #962E1B;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

    .media-right,
    .media > .pull-right {
        padding-left: 10px;
    }

    .media-left,
    .media > .pull-left {
        padding-right: 10px;
    }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #F0F4F5;
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #d3dcdc;
    color: #4D4D4D;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #4D4D4D;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #124544;
    border-color: #124544;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #51d2cf;
    }

.list-group-item-success {
    color: #29564E;
    background-color: #EBF2EE;
}

a.list-group-item-success {
    color: #29564E;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #29564E;
        background-color: #dce8e1;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #29564E;
        border-color: #29564E;
    }

.list-group-item-info {
    color: #1C566D;
    background-color: #EBF0F2;
}

a.list-group-item-info {
    color: #1C566D;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #1C566D;
        background-color: #dce4e8;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #1C566D;
        border-color: #1C566D;
    }

.list-group-item-warning {
    color: #5C5134;
    background-color: #FAF4E6;
}

a.list-group-item-warning {
    color: #5C5134;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #5C5134;
        background-color: #f6ebd1;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #5C5134;
        border-color: #5C5134;
    }

.list-group-item-danger {
    color: #802817;
    background-color: #FBECE9;
}

a.list-group-item-danger {
    color: #802817;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #802817;
        background-color: #f7d9d3;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #802817;
        border-color: #802817;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #F0F4F5;
    border-top: 1px solid #DEE8E88;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 5px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 5px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 5px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 5px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #b1cac6;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 6px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #DEE8E88;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #DEE8E88;
        }

.panel-default {
    border-color: #DEE8E8;
}

    .panel-default > .panel-heading {
        color: #344443;
        background-color: #F0F4F5;
        border-color: #DEE8E8;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #DEE8E8;
        }

        .panel-default > .panel-heading .badge {
            color: #F0F4F5;
            background-color: #344443;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #DEE8E8;
    }

.panel-primary {
    border-color: #124544;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #124544;
        border-color: #124544;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #124544;
        }

        .panel-primary > .panel-heading .badge {
            color: #124544;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #124544;
    }

.panel-success {
    border-color: #dce8df;
}

    .panel-success > .panel-heading {
        color: #29564E;
        background-color: #EBF2EE;
        border-color: #dce8df;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dce8df;
        }

        .panel-success > .panel-heading .badge {
            color: #EBF2EE;
            background-color: #29564E;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dce8df;
    }

.panel-info {
    border-color: #d5e2e4;
}

    .panel-info > .panel-heading {
        color: #1C566D;
        background-color: #EBF0F2;
        border-color: #d5e2e4;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d5e2e4;
        }

        .panel-info > .panel-heading .badge {
            color: #EBF0F2;
            background-color: #1C566D;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d5e2e4;
    }

.panel-warning {
    border-color: #f6e4d1;
}

    .panel-warning > .panel-heading {
        color: #5C5134;
        background-color: #FAF4E6;
        border-color: #f6e4d1;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #f6e4d1;
        }

        .panel-warning > .panel-heading .badge {
            color: #FAF4E6;
            background-color: #5C5134;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #f6e4d1;
    }

.panel-danger {
    border-color: #f7d3d3;
}

    .panel-danger > .panel-heading {
        color: #802817;
        background-color: #FBECE9;
        border-color: #f7d3d3;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #f7d3d3;
        }

        .panel-danger > .panel-heading .badge {
            color: #FBECE9;
            background-color: #802817;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #f7d3d3;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F0F4F5;
    border: 1px solid #dbe4e7;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 6px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 6px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xlg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1240px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1240px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1240px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1240px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg {
        display: block !important;
    }

    table.visible-xlg {
        display: table;
    }

    tr.visible-xlg {
        display: table-row !important;
    }

    th.visible-xlg,
    td.visible-xlg {
        display: table-cell !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-block {
        display: block !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-inline {
        display: inline !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .hidden-xlg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.nav-wizard > li {
    float: left;
}

    .nav-wizard > li > a {
        position: relative;
        background-color: #d3dcdc;
    }

    .nav-wizard > li:not(:first-child) > a {
        padding-left: 35px;
    }

        .nav-wizard > li:not(:first-child) > a:before {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

    .nav-wizard > li:first-child > a {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .nav-wizard > li:not(:last-child) > a {
        margin-right: 6px;
    }

        .nav-wizard > li:not(:last-child) > a:after {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #d3dcdc;
            position: absolute;
            content: "";
            top: 0;
            right: -20px;
            z-index: 2;
        }

    .nav-wizard > li:last-child > a {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .nav-wizard > li:hover > a {
        background-color: #b7c5c5;
    }

        .nav-wizard > li:hover > a:before {
            border-right-color: #b7c5c5;
        }

        .nav-wizard > li:hover > a:after {
            border-left-color: #b7c5c5;
        }

    .nav-wizard > li.active > a,
    .nav-wizard > li.active > a:hover,
    .nav-wizard > li.active > a:focus {
        color: #fff;
        background-color: #124544;
    }

        .nav-wizard > li.active > a:after {
            border-left-color: #124544;
        }

.nav-wizard.nav-justified > li {
    float: none;
}

    .nav-wizard.nav-justified > li > a {
        padding: 10px 15px;
    }

@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 6px;
        margin-right: 0;
    }

        .nav-wizard.nav-justified > li > a:before,
        .nav-wizard.nav-justified > li > a:after {
            border: none !important;
        }
}

@media (min-width: 768px) {
    .facet-collapse.collapse {
        display: none !important;
    }

        .facet-collapse.collapse.in {
            display: block !important;
        }
}

/*@media (min-width: 992px) {
    .facet-collapse.collapse {
        display: block !important;
    }
}*/

.container > .facet-collapse,
.container-fluid > .facet-collapse {
    margin-right: -14px;
    margin-left: -14px;
}

@media (min-width: 768px) {
    .container > .facet-collapse,
    .container-fluid > .facet-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}


/*#sitewide-promotion {
    display:none!important;
}
*/

body {
    -ms-overflow-style: scrollbar;
}
::placeholder {
    color: #666 !important;
}
:focus-visible {
    outline-offset: 2px;
    outline: -webkit-focus-ring-color auto 1px;
}
/* Remove default focus styles completely */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    outline-offset: 0 !important;
}

/*brand elements*/
hr.yellow-line {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #E5CA81;
}

    hr.yellow-line.w-100 {
        width: 100%;
    }

    hr.yellow-line.w-75 {
        width: 75%;
    }

    hr.yellow-line.w-50 {
        width: 50%;
    }

    hr.yellow-line.w-25 {
        width: 25%;
    }

.down-arrow {
    position: relative;
    width: 4px; 
    height: 40px;  
    background-color: #E5D198;  
    margin: auto;
}

    .down-arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        border-left: 4px solid #E5D198;
        border-bottom: 4px solid #E5D198;
        transform: translateX(-50%) rotate(-45deg);
    }
.right-arrow {
    position: relative;
    width: 40px;
    height: 4px;
    background-color: #E5D198;
    margin: auto;
}

    .right-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        border-left: 4px solid #E5D198;
        border-bottom: 4px solid #E5D198;
        transform: translateY(-50%) rotate(225deg);
    }
.link-color {
    color: #0A6170!important;
}

/* Only show focus styles when triggered by keyboard navigation (tabbing) */
.btn:focus-visible {
    outline: 2px solid #3B7A70; /* Use your desired color */
    outline-offset: 2px;
}

.form-control {
    color: #555;
    border: 1px solid #555;
}
.text-underline {
    text-decoration: underline;
}
    .text-underline:hover {
        text-decoration: underline;
    }
a .btn, a.btn, a:has(button,p,div,span) {
    text-decoration: none !important;
}
.img-border-radius {
    border-radius: 3%;
}
.dropdown-toggle:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
/*Boostsrap display flex and wrap*/
.d-flex, .display-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.btn-word-wrap {
    white-space: normal !important;
    word-wrap: break-word;
}
/*Boostsrap margin and padding styles*/
/*0px*/
.m-0 {
  margin: 0 !important;
}
.mt-0{
  margin-top: 0 !important;
}
.mr-0{
  margin-right: 0 !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
.ml-0{
  margin-left: 0 !important;
}
/*10px*/
.m-3 {
  margin: 1rem !important;
}
.mt-3{
  margin-top: 1rem !important;
}
.mr-3{
  margin-right: 1rem !important;
}
.mb-3{
  margin-bottom: 1rem !important;
}
.ml-3{
  margin-left: 1rem !important;
}
/*0px*/
.p-0 {
  padding: 0 !important;
}
.pt-0{
  padding-top: 0 !important;
}
.pr-0{
  padding-right: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pl-0{
  padding-left: 0 !important;
}
/*5px*/
.p-2 {
  padding: 0.5rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pr-2{
  padding-right: 0.5rem !important;
}
.pb-2{
  padding-bottom: 0.5rem !important;
}
.pl-2{
  padding-left: 0.5rem !important;
}
/*10px*/
.p-3 {
  padding: 1rem !important;
}
.pt-3{
  padding-top: 1rem !important;
}
.pr-3{
  padding-right: 1rem !important;
}
.pb-3{
  padding-bottom: 1rem !important;
}
.pl-3{
  padding-left: 1rem !important;
}
/*End of new boostrap css*/

/*setting row psuedo elements width to 0 for ipad safar*/
.row:before, .row:after {
    width: 0;
}

.modal-backdrop.in {
    z-index: 99;
}
.row {
    position: relative;
}
.row-indent {
    margin: 0;
}
.navbar-nav.nav-justified > li {
    float: none;
}
/*a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    opacity: 1.0;
}*/
a img {
    border: 0;
}
.text-primary a:hover {
    text-decoration: underline;
}
.bs-validation-summary {
    margin-top: 18px;
}
.bs-validation-summary .validation-summary-errors > ul {
    margin-bottom: 0;
}
.bs-validation-summary.bs-validation-summary-exclude .validation-summary-errors > span {
    margin-bottom: 0 !important;
}
.bs-validation-summary.bs-validation-summary-exclude .validation-summary-errors > ul {
    display: none !important;
}
.alert {
    margin: 20px 0;
}
 a .btn {
    text-decoration:none!important;
}

/*.alert-holiday-messages {
    background: #fff;
    border: 1px solid #3B7A70;
    border-left-width: 20px;
    border-radius: 3px;
    color: #3B7A70;
    padding: 10px;
    font-size: 12px;
}
.alert-holiday-messages > button.close {
    right: 0;
}    
.alert-holiday-messages > ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 15px;
}*/
/*CMS MODULE CSS*/
.row.hero-module-right .col-md-5, .row.hero-module-left .col-md-5 {
text-align:center;
}
 @media (min-width: 992px){
.row.hero-module-right .col-md-5 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align:right;
}

.row.hero-module-left .col-md-5 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align:left;
}
}
/* Emergency Messages Alert */
/*.alert-emergency-messages {
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
}*/
.table.table-center tr>td,
.table.table-center tr>th {
    vertical-align: middle !important;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/** TEMPORARY FIX, SEE https://github.com/twbs/bootstrap/issues/13548 *
*/
.radio,
.checkbox {
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    padding: 0;
}
 
.view-switcher {
    text-align: center;
} 
/* Next/Previous Overlay Buttons */
.btn-prev,
.btn-next {
    top: 50%;
    cursor: pointer;
    position: absolute;
    outline: 0;
    transition: all 0.5s;
    border-radius: 35px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    min-width: 43px;
    min-height: 43px;
    opacity: 1;
  
}
    .btn-next:hover, .btn-prev:hover, .btn-next:active, .btn-prev:active, .btn-next:focus, .btn-prev:focus {
        background: rgba(0, 0, 0, 0.8);
        border: none;
    }
.btn-prev {
    left: calc(4% + 1px);
}
.btn-next {
    right: calc(4% + 1px);
}
.btn-prev:after {
    font-size: 4.0em;
    color: rgb(180, 180, 180);
    color: rgba(180, 180, 180, 0.7);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\f053';
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
}
.btn-next:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\f054';
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
}
 
.btn-prev:active,
.btn-next:active {
    box-shadow: none;
} 

/* Wish List Dropdown */
#wl-view-all a {
    border-top: 1px solid #eee;
}
/* Reusable classes */
.noscroll {
    height: 100% !important;
    overflow: hidden !important;
}
.unselectable {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.empty-result {
    text-align: center;
    margin: 80px 40px !important;
    padding: 40px !important;
}
/*Account side bars*/
#sideBarInfo {
    margin-top: 18px;
}

    #sideBarInfo .side-info-block {
        background: #fff;
        box-shadow: none;
        padding: 19px;
        margin-bottom: 20px;
        border: 1px solid #dadfee;
        border-radius: 6px;
    }
      
        /* Customer Service Links */
        .customer-service-links {
            list-style-type: none;
            padding-left: 0;
        }
         
       
            .customer-service-links a, .customer-service-links .btn-link {
                text-decoration: none;
                color: #0A6170;
                font-weight:bold;
            } 

        .customer-service-links > li p {
            margin-left: 22px;
        }
.well > .customer-service-links {
    padding-left: 24px;
}
/* Artwork Uploads */
#artwork-submit,
#account-artwork-submit {
    position: relative;
}
/* Product Specifications */
.product-specifications table tr th,
.product-specifications table tr td {
    width: 50%;
    font-size: 12px;
}
.product-specifications table tr th {
    text-align: right;
    width: 50%;
}
/*Account Third Party Shipping*/
.third-party-shipping-form .third-party-shipping-email {
    position:relative;
}
 
.third-party-shipping-form .third-party-shipping-email input, .third-party-shipping-form .third-party-shipping-phone input {
    padding-left: 30px;
}
.third-party-shipping-email .fa {
    font-size: 16px;
    color: #ccc;
    position: absolute;
    top: 33px;
    left: 23px;
}
.third-party-shipping-phone .fa {
    font-size: 16px;
    color: #ccc;
    position: absolute;
    top: 33px;
    left: 23px;
}
.third-party-shipping-form .btn i {
    margin-left: 5px;
}
.third-party-shipping-form-heading {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .3px;
}
@media (min-width : 991px) {
    .third-party-shipping-form .row {
        display: flex;
        align-items: flex-end;
    }
}
    /* Tabs */
    .product-manuals > div {
        margin-bottom: 16px;
    }
/* Product Thumbnails */
.product-thumbnails img {
    cursor: pointer;
}
/* Product Messages */
.product-message {
    margin-bottom: 20px;
}
    .product-message h5 {
        font-size: 16px
    }
.product-message-condensed {
    font-size: 13px;
    margin: 4px;
}
    .product-message-condensed a {
        display: block;
    }
    .product-message-condensed a:hover {
        text-decoration:underline;
    }
    .product-message-condensed a:after {
        display: block;
        content: '';
        clear: both;
    }
div[class^='product-message'] .icon,
.icon.icon-truck-ship {
    background-color: #036;
    background-color: #4f7e94;
    border-radius: 6px;
    box-shadow: none;
}
    div[class^='product-message'] .icon.icon-delayed-shipment-small,
    div[class^='product-message'] .icon.icon-delayed-shipment {
        background-color: #FDB901;
        background-color: #f5d99e;
    }
    div[class^='product-message'] .icon.icon-out-of-stock-small,
    div[class^='product-message'] .icon.icon-out-of-stock {
        background-color: #AF0000;
        background-color: #a94442;
    }
    div[class^='product-message'] .icon.icon-in-stock-small,
    div[class^='product-message'] .icon.icon-in-stock,
    div[class^='product-message'] .icon.icon-standard-ship-small,
    div[class^='product-message'] .icon.icon-standard-ship {
        background-color: #1D8900;
        background-color: #a1cd7c;
    }
/* Product Bullet Points */
.product-bullet-points {
    margin-bottom: 15px;
}
.product-bullet-points ul {
    padding-left: 28px;
}
    .product-bullet-points ul li {
        padding: 2px 0;
    }
/* Add To Cart */
.product-customizations select {
    font-size: 13px !important;
    max-width: 100%;
}
.add-to-cart .product-customizations select {
    margin-bottom: 8px;
}
.product-customizations label.disabled {
    color: #888;
    cursor: default;
}
optgroup.unavailable-options
{
    margin-top: 10px;
}
.add-to-cart {
    padding: 10px;
}
    .add-to-cart .add-to-cart-ctrl,
    .add-to-cart-condensed .add-to-cart-ctrl {
        position: relative;
        width: 100%;
    }
    .add-to-cart form .add-to-cart-ctrl input,
    .add-to-cart-condensed form .add-to-cart-ctrl input {
        position: absolute;
        left: 0;
        width: 30% !important;
        height:100%;
        padding:10px;
    }
    .add-to-cart form .add-to-cart-ctrl button,
    .add-to-cart-condensed form .add-to-cart-ctrl button {
        position: relative;
        left: 27%;
        width: 73% !important;
    }
    .add-to-cart .alert {
        margin: 0 !important;
    }
@media (min-width:992px) and (max-width:1240px) {
    .add-to-cart form .add-to-cart-ctrl button,
    .add-to-cart-condensed form .add-to-cart-ctrl button {
        font-size: 16px;
    }
    .add-to-cart form .add-to-cart-ctrl input {
        padding: 10px 8px;
        font-size: 15px
    }
}
/* Accessories + Customizations */
.product-accessories h6,
.product-customizations h6 {
    margin: 6px 0;
}
.product-accessories {
    font-size: 12px;
    margin: 8px 0;
}
    .product-accessories .product-link {
        color: #010101;
    }
    .product-accessories .product-link strong {
        display: block;
        margin-bottom: 6px;
    }
    .product-accessories > .clearfix {
        border-bottom: 1px solid #ddd;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .product-accessories > .clearfix:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
.product-customizations label {
    font-size: 12px !important;
}
.add-to-cart-sm .product-customizations {
    display: inline !important;
}
.add-to-cart-sm label {
    margin-right: 8px;
}
.services-checkbox {
    margin-bottom: 16px;
    color: #555;
}
    .services-checkbox label {
        font-weight: bold;
        font-size: 14px;
    }
    .services-checkbox span,
    .services-checkbox small {
        display: block;
    }
/* Employee Nav */
/*#employee-nav {
    bottom: -35px;
    -moz-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    opacity: 0.4;
}
    #employee-nav.in {
        bottom: 0;
        opacity: 1.0;
    }
    #employee-nav .navbar-brand {
        color: #6699cc;
        text-shadow: 1px 1px 1px #000;
    }
    #employee-nav .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    #employee-nav div.dropdown-menu {
        width: 400px;
    }
    #employee-nav table {
        margin-bottom: 0;
    }
    #employee-nav div.dropdown-menu table tr td:first-child{
        width: 50% !important;
    }*/
/* Pagination */
.pagination {
    margin: 10px 0 !important;
}
     
.d2g-checkbox {
    display: flex;
    position: relative;
    padding: 5px;
    margin: unset;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .d2g-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .d2g-checkbox .checkmark {
        display: block;
        position: relative;
        margin-right: 5px;
        height: 17px;
        width: 17px;
        background-color: transparent;
        border: 1px solid #939cb7;
        border-radius: 4px;
    }
    .d2g-checkbox:hover input ~ .checkmark {
        background-color: #dadfee;
    }
    .d2g-checkbox input:focus-visible ~ .checkmark {
        background-color: #dadfee;
        outline: 2px solid black;
        outline-offset: -2px;
    }
    .d2g-checkbox input:checked ~ .checkmark {
        background-color: #3B7A70;
    }
        .d2g-checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }
    .d2g-checkbox input:checked ~ .checkmark:after {
        display: block;
    }
    .d2g-checkbox .checkmark:after {
        left: 4px;
        top: 2px;
        width: 6px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*Empty Search*/
#empty-results-search {
    margin: 0 0 50px 14px;
}
    #empty-results-search .cs-search-links {
        padding-inline-start: 20px;
    }

    /*items*/
 
.items-grid {
    margin-top: 25px;
}
.items-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.items-heading {
    padding-top: 15px;
    padding-bottom: 15px;
 
}
 
@media (max-width: 991.98px) {
 
    #search-container h1 {
        margin-bottom: 0;
    }
    .items-header-wrap {
        display: flex;
        justify-content: space-between;
    }
}

    .items-heading > div {
        margin-left:6px;
    }


    /* Facet Selection Buttons */

#facet-selections .facet-selection {
    font-size: 14px;
    padding: 4px 7px;
    margin: 0 8px 8px 0;
    background: #e6eeec;
}
#empty-results-facet-selections {
    margin: 25px auto 50px auto;
    text-align: center;
    padding: 19px;
    border: 1px solid #dadfee;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
 
#empty-results-facet-selections #facet-selections {
    display: inline-block;
    vertical-align: sub;
}
#search-bar-empty-facets {
    margin: 10px auto 20px auto;
    width: 70%;
}
/* =========================
   Facets (Merged)
   ========================= */

/* Responsive font size and left column padding */
@media screen and (min-width: 992px) {
    #facets {
        font-size: 12px;
    }

    .col-left {
        padding-right: 0;
    }
}

/* Facets container */
#facets {
    overflow: hidden; /* From site-common */
    margin-bottom: 20px;
}

    #facets .facets-clear {
        margin-bottom: 10px;
    }

/* Inner container */

 
    .facets-inner .btn {
        width: 100%;
    }

        /* Toggle buttons */
        .facets-inner .btn.facet-more-toggle {
            margin: 0;
            width: auto;
            padding-left:5px;
        }

.facets-inner .facet-toggle {
    width: 100%;
    padding: .5rem .2rem;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(31 32 32 / 25%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #010101;
    flex-direction: row-reverse;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .3px;
    white-space:normal;
    text-align:left;
    font-weight:bold;
    text-decoration:none;
}

        .facets-inner .facet-toggle::before {
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f078";
            float: right;
            color: grey;
            padding-right: 5px;
        }

        .facets-inner .facet-toggle.collapsed::before {
            content: "\f054";
        }

    .facets-inner .facet-more-toggle::before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f077";
    }

    .facets-inner .facet-more-toggle.collapsed::before {
        content: "\f078";
    }

    .facets-inner .facet-more-toggle::after {
        content: " Less";
    }

    .facets-inner .facet-more-toggle.collapsed::after {
        content: " More";
    }
.facet-collapse.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
    /* List styles */
    .facets-inner > div > ul > li.divider:not(:first-of-type) {
        padding: 3px;
    }

    .facets-inner ul {
        padding-bottom: 0;
        padding-top: 3px;
    }

.facets-inner li > .facet {
    display: flex;
    flex-direction: row;
    padding: 2px 5px;
    border-radius: 0;
    font-size: 15px;
    text-decoration: none;
}
        .facets-inner  a {
            color: #010101;
        }

    .facets-inner li.active > .facet,
    .facets-inner li.active > .facet:hover,
    .facets-inner li.active > .facet:focus {
        color: #11182a;
        background-color: #DEE8E8;
        font-weight: bold;
    }

    .facets-inner .nav > li > .facet:hover {
        background-color: #DEE8E8;
    }
 
    /* Depth styles */
    .facets-inner .facet-depth-2 {
        margin-left: 15px; /* site-common overrides gpaweb */
        margin-top: 6px;
    }

    .facets-inner .facet-depth-3 {
        margin-left: 20px;
    }

        .facets-inner .facet-depth-3 .facet {
            color: #31708f;
            padding-left: 25px;
            padding-right: 0;
            border-bottom: 1px dotted #cbdff1;
            margin-right: 0;
        }

        .facets-inner .facet-depth-3.active .facet {
            border-bottom: none;
        }

    .facets-inner .facet-depth-4 {
        margin-left: 30px;
    }

    /* Facet titles */
.facets-inner .facet-title {
    font-weight: 10; /* site-common override */
    margin: 0;
    padding: 5px 0px 5px 5px;
    font-size: 16px; /* site-common override */
    letter-spacing: .3px;
    border: 1px solid #d3dcdc;
    border-radius: 6px 6px 0 0;
}
  
 .facets-inner.btn:active ,         
.facets-inner.btn.active  {
    outline: 0;
}
        .facets-inner .facet-title + div,
        .facets-inner .facet-toggle + div {
            border-top: none;
            border-radius: 0 0 6px 6px;
            margin-bottom: 10px;
        }

        .facets-inner .facet-title.hidden-xs {
            margin-top: 18px;
        }

    .facets-inner .hidden-xs:nth-of-type(2) {
        margin-top: 6px;
    }

    /* Icons inside list items */
.facets-inner li .fa {
    display: flex;
    align-items: center;
    line-height: 0;
    padding-right: 10px;
    color: #010101;
}

/* Jump section */
#facets-jump {
    margin-bottom: 10px;
}

/* Badges */
.facets-inner .badge {
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    padding: 3px 4px;
    margin-left: 2px;
    color: #010101;
    opacity:.8;
}

/* First title spacing */
.facets-inner > .facet-title:first-of-type {
    margin-top: 0px !important;
}

/* Alert styles */
.facets-inner .alert {
    margin: 10px 0 !important;
    padding: 8px !important;
}

/* Divider between facet sections */
@media (min-width: 992px) {
    .facets-inner > div:not(:last-of-type)::after {
        content: '';
        border-bottom: 0px solid #ddd;
        display: block;
        padding: 3px 0 0 0 !important;
        margin: 0 0 2px 0 !important;
    }
}

/* Descriptions/Images */

#long-description {
    margin-bottom:25px;
}

#banner-description img,
#left-column-description img,
#right-column-description img,
#right-column-top-description img,
#right-column-bottom-description img,
#long-description img,
#second-long-description img {
    max-width: 100%;
    height: auto;
}
#long-description img,
#second-long-description img {
    margin: 10px;
}
/* Downloadable File Embeds */
.downloadable-file,
.artwork-guideline-link,
.media-howto-video {
    margin-bottom: 12px;
}
    .downloadable-file i,
    .artwork-guideline-link i {
        padding: 4px 24px 0 24px;
        border-radius: 4px 4px 0 0;
    }
    .downloadable-file i {
        font-size: 3.4em;
    }
    .artwork-guideline-link i {
        font-size: 3.2em;
    }
/*Downloadable File Labels*/
.label.product-resource-label { 
    display: block;
    font-weight: normal;
    padding: 3px;
    border-radius: 0 0 4px 4px;
}
.resource-artworkguideline:before { 
    content: 'Art Instructions';
}
.resource-ArtworkTemplate:before {
    content: 'Art Template';
}
.resource-Unknown:before {
    content: 'Download';
}
.resource-Instructions:before {
    content: 'Instructions';
}
.resource-Warranty:before {
    content: 'Warranty';
}
.resource-Certifications:before {
    content: 'Certification';
    background: #034766;
}
/*Product How To Page*/
#product-howto-container .media-howto-video .media-left > i {
    position: absolute;
    top: 15%;
    left: 36%;
    font-size: 2.3em;
}
#product-howto-container .media-howto-video .media-left > img{
    width: 92px;
    height: auto;
    opacity: .3;
    border-radius: 4px 4px 0 0;
}
#product-howto-container .resource-howto-video {
    background: #bb6300;
}
    #product-howto-container .resource-howto-video:before {
        content: 'Video';
    }
#product-howto-container .media-howto-video .media-left {
    position: relative;
    cursor: pointer;
}
/* Login Page */
#login-container form,
#register-container form,
#forgot-password-container form {
    margin-bottom: 40px;
}
#register-form .checkbox {
    margin-bottom: 30px;
}
 
/* Items (Wide) */
.item-description {
    display: block;
}
.item {
    margin: 5px 0 8px 0;
    display: block;
}
    .item a {
        text-decoration: none;
    }
    .item .item-description {
        font-size: 12px;
        padding: 2px 0;
        color: #010101;
    }
    .item .item-additional-options {
        cursor: pointer;
    }
    .item .item-additional-options .fa-plus.fa {
        font-size:12px;
    }
    /* Category */    
    .item.item-category img.img-responsive {
        margin: 0 auto;
    }
    .item.item-category {
        text-align: center;
    }
    /*Hallway Page*/
    #hallwaypage-container .item.item-product {
        text-align:center!important;
    }
    /* Product */
.item.item-product h5,
.item.item-product .item-description,
.item.item-product .item-tags,
.item.item-product .item-price,
.item.item-product .item-sales-rank,
.item.item-product .item-additional-options,
.item.item-product .item-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 2px;
}
.item.item-product .shipping-label-highlight {
    background: #DBEAE8;
    color: #010101;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 6px;
}
.items-list-2x .item.item-product .shipping-label-highlight,
.items-list-2x .item.item-product .shipping-label-highlight {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
}
.item.item-product .shipping-label-highlight i {
    margin-right: 3px;
}
        .item.item-product .shipping-description{
            line-height:0;
        }
        .item.item-product h5,
        .item.item-product .item-description {
            font-weight: normal;
        }
    .item-product .item-price-range {
        font-size: 12px;
        font-weight: normal;
    }
    .item-product .item-tags .label {
        font-weight: normal;
        font-size: 13px;
    }
        
    .savings {
        font-size: 12px;
    }

/* Offline Products */
.item-product.item-product-offline img {
    opacity: 0.5;
}
.item-product.item-product-offline .item-image::after {
    content: 'Coming Soon';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #4D4D4D;
    background-color: rgba(255, 255, 255, .9);
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
    /* Image */
    .item .item-image {
        position: relative;
    }
        .item .item-image img {
            margin: 0 auto;
            vertical-align: middle;
            padding-top: 24px;
        }
        .item .item-image .item-tags {
            position: absolute;
            top: -2px;
            z-index: 10;
            overflow: hidden;
        } 
        .item .item-image:hover .item-quick-info {
            display: block;
        }
        /* Item Brands */
        .items-grid-brand {
            font-size: 13px;
        }

    @media (max-width: 767.98px) {
        .items-list-2x.row {
            padding: 0 28px;
        }
    }

    @media (max-width: 767.98px) {
        .items-list-2x.row {
            padding: 0 28px;
        }
    }

    @media (min-width: 768px) {
        .items-grid > .row, .items-list-2x > .col-sm-6 {
            margin-left: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
        }
        .items-list-2x.row {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .items-grid > .row {
            margin-top: -12px;
            width: 100%;
        }
    }
.items-grid > .row > .col-sm-3 {
    border-bottom: 1px solid #d3dcdc;
}


    /* Wish List Dropdown */
    #wishlist-add,
    #wishlist-add-sm,
    .btn-wishlist-cancel {
        margin: 10px 0;
    }
    #wishlist-add-dropdown {
        padding: 0 10px;
        min-width: 100%;
    }
    #save-to-wishlist .fa.added {
        color: #ed9e2f;
    }
    #save-to-wishlist p {
        margin-bottom: 2px;
    }
    /* Grid Specific*/
.items-grid > .row > .col-sm-3 {
    border-bottom: 1px solid #d3dcdc;
}
    .items-grid.items-description-ndescription .item-price,
    .items-grid.items-description-ndescription .item-description,
    .items-grid.items-description-ndescription .item-aggregate-rating {
        text-align: center !important;
    }
        .items-grid.items-description-ndescription .item-description{
            padding: 10px 0;
        }
        @media (max-width: 991px) {
            .item-quick-info {
            display: none !important;
        }
    }
    @media (max-width: 767px) {
        .items-grid img.img-responsive {
            margin: 0 auto !important;
        }
        .items-grid .item-price,
        .items-grid .item-description {
            text-align: left !important;
        }
    }

    /* List/List2x Specific */
    .items-list .item-product h5 {
        font-size: 1.2em;
    }

    .items-list-2x .item-product h5 {
        font-size: 1.1em;
    }
    /* Option Matrix Values (Items) */
    .item-options-matrix-values h6 {
        margin: 4px 0 6px 0;
    }

    .item-options-matrix-values .pull-left:not(:last-of-type) {
        padding-right: 18px;
    }

    .item-options-matrix-values li {
        font-size: 12px;
    }
    /* Sales Rank */
    .item-sales-rank {
        position: relative;
    }

        .item-sales-rank .class-name {
            display: block;
            font-size: 11px;
            margin: 2px 0 0 6px;
        }
    /* Rating */
    .item-rating {
        color: #777;
        font-size: 0.8em;
    }

        .item-rating i {
            font-size: 1.3em;
            margin-right: 0 !important;
            color: #ed9e2f;
        }

            .item-rating i:last-child {
                margin-right: 4px !important;
            }
    /* Vertical Item List */
    .items-vertical {
        padding: 10px;
        font-size: 0.9em;
    }

        .items-vertical a {
            display: block;
        }

            .items-vertical a:not(:first-of-type) {
                margin-top: 12px;
            }

        .items-vertical h4,
        .items-vertical h5 {
            margin-top: 0;
        }

        .items-vertical h4 {
            text-align: center;
        }

        .items-vertical h5 {
            font-size: 12px;
        }

        .items-vertical .item:last-child {
            margin-bottom: 0;
        }

        .items-vertical img {
            margin: 0 auto;
            max-width: none;
        }
    /* Product Quick View Model */
    #pqv-main-product-image-outer {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 300px !important;
    }

    #pqv-main-product-image-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    #pqv-main-product-image img {
        max-height: 300px !important;
        width: auto !important;
        margin: 0 auto !important;
    }

    #product-quick-view-modal .modal-dialog {
        width: 800px;
    }

    #product-quick-view-modal .product-thumbnails {
        margin-bottom: 8px;
    }

        #product-quick-view-modal .product-thumbnails img {
            width: 44px;
            height: 44px;
        }

    .popover {
        z-index: 9999;
    }
    /* Artwork Guidelines */
    #artworkguideline-container section {
        margin-bottom: 60px;
    }

    #artwork-notes {
        resize: vertical;
    }
    /* Reviews.io Homepage Widget */
    #reviews-io-home {
        margin: 20px 0;
        background: #fff;
        padding: 20px 30px;
        border: none;
    }

        #reviews-io-home .customer-review {
            background: #fff;
            padding: 15px;
        }

        #reviews-io-home .review-title {
            font-weight: bold;
            display: block;
            font-size: 15px;
        }

    #reviews-io-home-review-section {
        margin-bottom: 20px;
    }

    #reviews-io-home .review-content {
        font-size: 15px;
    }

    #reviews-io-home .reviews-io-home-aggregate {
        font-size: 22px;
        margin-bottom: 25px;
    }

        #reviews-io-home .reviews-io-home-aggregate a {
            color: #010101;
        }

        #reviews-io-home .reviews-io-home-aggregate h2 {
            
            font-size: 22px;
            display: inline;
        }

        #reviews-io-home .reviews-io-home-aggregate .fa {
            color: #010101;
        }

    #reviews-io-home #reviews-io-home-review-section .col-sm-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* Recently Viewed Products */

    .content-loading {
        text-align: center;
        min-height:500px;

    }

        .content-loading .fa {
            font-size: 3.0em;
            margin: 30px 0 50px 0;
        }
        
    #out-of-stock {
        padding: 6px 12px;
    }

    /* Item Carousel */
    .item-carousel {
        position: relative;
        padding: 10px 10px 20px 10px;
        margin: 10px 0;
        max-width: 1320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .carousel-title {
        font-size: 22px !important;
        padding: 15px !important;
    }

    .caroufredsel_wrapper {
        margin-top: 15px !important;
        height: 450px !important;
    }

    .item-carousel h4 {
        margin-top: 0;
    }

    .item-carousel ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .item-carousel ul > li {
            display: block;
            float: left;
            margin: 0 10px;
            width: 275px;
            border: 1px solid #b3c3c3;
            padding: 20px;
            background: white;
            border-radius: 6px;
        }

            .item-carousel ul > li img {
                width: 155px;
                height: 200px;
                margin-left: auto;
                margin-right: auto;
            }

    .item-carousel .btn-prev.disabled,
    .item-carousel .btn-next.disabled {
        display: none !important;
    }

    .item-carousel ul > li .item-price {
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .item-carousel ul > li .item-price .original-price {
        text-decoration: line-through;
        font-size:13px;
        font-weight:normal;
    }

.item-carousel ul > li .item-description {
    margin: 0 0 4px 0;
    padding-bottom: 3px;
    font-weight: normal;
    color: #010101;
    font-size: 14px;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    line-height: 1.4em;
    max-height: 2.8em;
}
   

    .item-carousel ul > li a {
        text-decoration: none;
    }
    /* Errors */
    .http-error {
        position: relative;
    }

        .http-error .http-error-status-code {
            position: relative;
            font-size: 24.0em;
            font-weight: bold;
            color: #e4e4e4;
        }

        .http-error .http-error-status-message {
            position: absolute;
            font-size: 1.4em;
            top: 8.0em;
            left: 7.0em;
        }
    /* Printing styles */
    @media print {
        #header-nav,
        #header-auth,
        #footer-social,
        #footer-company-links,
        #footer-badges,
        #recently-viewed-products,
        #social-media,
        #product-jump-btns,
        #facets {
            display: none !important;
        }
    }
    /* Sitewide Promotion */
    #sitewide-promotion {
        text-align: center;
        font-size: 1.2em;
    }
    /* Customer Review */
    .customer-review {
        margin-bottom: 14px;
        font-size: 12px;
    }

        .customer-review .review-title {
            margin: 0 0 4px 0;
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-weight: bold;
        }

        .customer-review .review-content.collapse {
            display: block !important;
            visibility: visible !important;
            height: 100px !important;
            overflow: hidden;
            position: relative;
        }

            .customer-review .review-content.collapse:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                background: -moz-linear-gradient(top, transparent 0, rgba(255, 255, 255, 0.5) 85%, #ffffff 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(85%, rgba(255, 255, 255, 0.5)), color-stop(100%,#ffffff));
                background: -webkit-linear-gradient(top, transparent 0, rgba(255, 255, 255, 0.5) 85%,#ffffff 100%);
                background: -o-linear-gradient(top, transparent 0, rgba(255, 255, 255, 0.5) 85%,#ffffff 100%);
                background: -ms-linear-gradient(top, transparent 0, rgba(255, 255, 255, 0.5) 85%,#ffffff 100%);
                background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0.5) 85%,#ffffff 100%);
            }

        .customer-review .review-content.collapsing {
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
            height: auto !important;
        }

        .customer-review .review-content.collapse.in {
            height: auto !important;
            overflow: visible !important;
        }

            .customer-review .review-content.collapse.in:after {
                display: none;
            }

        .customer-review .review-star-rating {
            color: #ed9e2f;
            font-size: 1.3em;
            margin-bottom: 2px;
        }

            .customer-review .review-star-rating[data-star-rating="5"] {
                color: #007F4E;
            }

            .customer-review .review-star-rating[data-star-rating="4"] {
                color: #73B143;
            }

            .customer-review .review-star-rating[data-star-rating="3"] {
                color: #f8cc18;
            }

            .customer-review .review-star-rating[data-star-rating="2"] {
                color: #f47324;
            }

            .customer-review .review-star-rating[data-star-rating="1"] {
                color: #e22027;
            }

            .customer-review .review-star-rating span {
                color: #444;
                font-size: 0.8em;
                margin: 0 4px;
            }

        .customer-review .review-content {
            text-align: justify;
        }

        .customer-review .review-user {
            text-align: right;
            font-weight: bold;
            margin-top: 14px;
        }

    .review-source {
        text-decoration: none !important;
    }

    /* Social Media Buttons */
    #fb-share-button i,
    .color-facebook {
        color: #3B5998 !important;
    }

    #pin-it-button i,
    .color-pinterest {
        color: #c92228 !important;
    }

    #tweet-button i,
    .color-twitter {
        color: #4099ff !important;
    }

    #linkedin-button i,
    .color-linkedin {
        color: #002a84 !important
    }

    #youtube-button i,
    .color-youtube {
        color: #000 !important;
    }

    .aggregate-review {
        font-size: 1.3em;
    }

        .aggregate-review .review-stars .fa {
            font-size: 32px;
        }

        .aggregate-review p {
            font-size: 15px;
            margin-top: 5px;
        }

    .product-review {
        word-wrap: break-word;
    }

        .product-review a {
            display: inline-block;
        }

        .product-review:not(:last-child) {
            margin-bottom: 8px;
        }

        .product-review .review-stars,
        .product-review .review-title {
            font-size: 16px;
        }

        .product-review .review-title {
            margin: 2px 0 4px 0;
        }

        .product-review .review-body {
            font-size: 1.1em;
            margin-bottom: 4px;
            margin-top: 10px;
        }

        .product-review .review-authorship,
        .product-review .review-verified {
            font-size: 0.9em;
            color: #4D4D4D;
        }

        .product-review .review-authorship {
            margin-bottom: 6px;
        }

        .product-review img:not(.edit-image-thumb) {
            max-height: 125px;
            width: auto;
            display: inline-block;
            margin: 10px 10px 10px 0;
            cursor: pointer;
        }

        .product-review .user-video {
            position: relative;
            max-width: 125px;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

            .product-review .user-video img {
                opacity: 0.5;
                max-height: 125px;
                width: auto;
            }

            .product-review .user-video:after {
                content: '\f144';
                font-family: 'Font Awesome 6 Pro';
                font-weight: 900;
                text-align: center;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                left: 50%;
                margin-left: -20px;
                background: rgba(246,246,246,.8);
                color: rgba(34,34,34,.7);
                font-size: 40px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                line-height: 1;
            }

            .product-review .user-video:hover:after {
                background: rgba(246, 246, 246, 1);
            }

        .product-review .review-media-video {
            position: relative;
        }

            .product-review .review-media-video:after {
                content: '\f03d';
                font-family: 'Font Awesome 6 Pro';
                text-align: center;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                left: 50%;
                margin-left: -20px;
                background: rgba(246,246,246,.8);
                color: rgba(34,34,34,.7);
                font-size: 40px;
                width: 50px;
                height: 40px;
                border-radius: 4px;
                line-height: 1;
            }
    /* Delete Review Comment */
    .comment-delete form {
        display: inline-block;
    }

    /* Q&A */
    .qa-question,
    .qa-answer {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

        .qa-question h4 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            font-size: 16px;
            line-height: 1.4;
        }

        .qa-answer h4 {
            font-size: 14px;
            font-weight: normal;
            line-height: 1.4;
        }

        .qa-question p.help-block,
        .qa-answer p.help-block {
            font-size: 12px;
            margin-left: 22px;
            margin-top: 0;
        }

    .qa-questions hr {
        margin: 2px 0;
    }

    @media (min-width: 1240px) {
        .qa-question .q-vote,
        .qa-question .a-vote,
        .qa-answer .a-vote {
            word-wrap: initial !important;
            border-right: 1px solid #ddd;
        }
    }

    .qa-question .media-body,
    .qa-answer .media-body {
        /*width: 10000px;*/
        word-wrap: break-word;
        width: 95%;
    }

    #product-question-container .qa-question .media-body {
        width: 93%;
    }

    @media (max-width: 767px) {
        .qa-question .media-body,
        .qa-answer .media-body,
        #product-question-container .qa-question .media-body {
            width: 88%;
        }
    }

    .qa-question .qa-expand {
        font-size: 16px;
        color: #034766;
        font-weight: bold;
    }

    .qa-question div[data-toggle="collapse"] {
        cursor: pointer;
    }

.qa-question .plus:before {
    content: '\2b';
    font-family: 'Font Awesome 6 Pro';
    font-weight: normal;
    font-size: 12px;
}

    .qa-question div[aria-expanded="true"] .plus:before {
        content: '\f068';
    }

    .company-response {
        background-color: #e8f5fe;
        border: 1px solid #78c5f7;
    }

        .company-response h4.media-heading {
            color: #09619a;
        }

            .company-response h4.media-heading a {
                color: #0d8ada;
                text-decoration: underline;
            }

                .company-response h4.media-heading a:hover {
                    text-decoration: underline;
                }

    .q-option-panel {
        display: block;
        font-size: 12px;
        padding: 8px 1px;
    }

        .q-option-panel a:not(:first-of-type) {
            margin-left: 4px;
        }

        .q-option-panel a:not(:last-of-type) {
            margin-right: 4px;
        }

    .qa-admin-hidden {
        opacity: 0.5;
    }

        .qa-admin-hidden .qa-question,
        .qa-admin-hidden .qa-expand {
            color: #010101;
        }

    .admin-toggle-visibility i {
        font-size: 20px;
        vertical-align: middle;
    }

    /* Voting */
    .votable-object {
        padding: 8px;
        border-radius: 4px;
    }

        .votable-object h4 {
            margin-bottom: 4px;
        }

        .votable-object .help-block {
            font-size: 0.9em;
        }

    .media-vote {
        position: relative;
        width: 42px;
        font-size: 1.4em;
        text-align: center;
    }

        .media-vote .vote-up,
        .media-vote .vote-down {
            display: block;
            margin: -10px 0;
        }

            .media-vote .vote-up .fa,
            .media-vote .vote-down .fa {
                font-size: 1.4em;
                color: #aaa;
            }

            .media-vote .vote-up:hover .fa,
            .media-vote .vote-down:hover .fa {
                color: #444;
            }

        .media-vote .aggregate-vote {
            display: block;
            margin-bottom: -14px;
        }

        .media-vote .media-vote-annotation {
            text-transform: uppercase;
            font-size: 10px;
        }

    .voted .fa {
        color: #bb6300 !important;
    }

    /* Shared Review/QA Comments */
    .comment-panel {
        margin-top: 8px;
    }

        .comment-panel .col-sm-2 .form-group {
            margin-bottom: 0;
        }

        .comment-panel hr {
            margin: 4px 4px 12px 4px;
        }

    @media (min-width: 768px) {
        .comment-panel .form-group {
            margin-bottom: 0;
        }
    }

    .answer-comments {
        margin-top: 10px;
    }

        .answer-comments > a {
            font-weight: bold;
        }
    /* Product How To/User Submitted Media Modal*/
    @media (min-width: 992px) {
        .video-modal .modal-dialog {
            width: 75%;
            max-width: 1322px;
        }
    }

    .video-modal .modal-content {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
    }

    .video-modal .modal-header {
        border-bottom-color: #010101;
    }

        .video-modal .modal-header h4 {
            margin: 0 !important;
        }

        .video-modal .modal-header .close {
            color: #fff;
            opacity: 1;
        }
    /* User Submitted Media Carousel */
    #user-submitted-media-modal .carousel-indicators {
        bottom: -25px;
    }

    #user-submitted-media-carousel .carousel-control,
    #user-submitted-media-carousel .carousel-control:hover,
    #user-submitted-media-carousel.carousel-control:focus {
        background: none;
    }

    #user-submitted-media-carousel img {
        margin: 0 auto;
        max-height: 650px;
        width: auto;
    }

    #user-submitted-media-carousel .carousel-control {
        color: rgba(180, 180, 180, 0.7);
        text-shadow: none;
        top: 30%;
        bottom: 30%;
    }

        #user-submitted-media-carousel .carousel-control .fa {
            width: 50px;
            height: 50px;
            margin-top: -25px;
            margin-left: -15px;
            font-size: 50px;
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
        }

        #user-submitted-media-carousel .carousel-control .fa-chevron-left {
            left: 50%;
        }

        #user-submitted-media-carousel .carousel-control .fa-chevron-right {
            right: 50%;
        }

        #user-submitted-media-carousel .carousel-control:hover {
            color: rgb(180, 180, 180);
            text-shadow: none;
        }

    /* Create Wish List Modal */
    #create-wishlist-modal .radio-inline label {
        cursor: pointer;
    }

    /* Wish List */
    #wishlists-all .active {
        background: #e6e6e6;
        color: #010101;
        border: 1px solid #ddd;
        font-weight: bold;
    }

    .wishlist-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #wishlists-all .wishlist-name {
        cursor: pointer;
    }

    .wishlist-details {
        background: #f1f1f1;
        padding: 8px 0;
    }

        .wishlist-details h2 {
            margin-top: 6px;
            margin-bottom: 2px;
        }

    .product-wishlist .item {
        margin-top: 0;
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    .product-wishlist .list-empty {
        font-size: 18px;
        margin-top: 15px;
    }

    .product-wishlist .edit-wishlist {
        margin: 20px 0 10px 0;
    }

    .product-wishlist .btn-remove {
        margin-top: 12px;
    }

    .wishlist-edit-delete > button {
        cursor: pointer;
        margin: 4px 0;
    }

     

    #wishlist-settings {
        margin-bottom: 10px;
    }

        #wishlist-settings span {
            margin: 0 7px;
        }

            #wishlist-settings span:not(:first-child) {
                cursor: pointer;
            }

    #wl-share {
        margin: 0 5px;
    }

        #wl-share i {
            font-size: 14px;
        }

    #wl-share-link {
        margin: 10px 0;
    }
    /**
        Add to cart modal styles
    */
#cart-add-modal .modal-header .modal-content {

margin-top:120px;
}

#cart-add-modal .modal-body {
    padding: 20px 0;
}
#cart-add-modal .cart-modal-row {
    padding: 5px 10px;
}
#cart-add-modal .item {
   padding: 0 5px;
}
#cart-add-modal .carousel.slide {
    padding: 0 20px;
}
#cart-add-modal .alert.bs-validation-summary {
    margin-top: 0;
}
#cart-add-modal .product-link.media-left img {
    width: auto;
    max-height: 200px;
}
#cart-add-modal .header-lines {
    margin: 15px 0 0 20px;
}

#cart-add-modal .modal-header .close {
    font-size: 32px;
    opacity: 0.4;
}

    #cart-add-modal .modal-header .close:hover {
        opacity: 1;
    }
 
    /* override for page analytics plugin */
    #cart-add-modal-dialog {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    #cart-add-modal .bs-validation-summary button.close {
        display: none;
    }


    #shoppingcart-add-container .line-item-services,
    #cart-add-modal .line-item-services {
        margin-bottom: 20px;
    }

        #shoppingcart-add-container .line-item-services > div,
        #cart-add-modal .line-item-services > div {
            padding-left: 10px;
        }

    .add-to-cart-continue-view-modal-btns {
        margin-bottom: 10px;
    }

    #cart-add-modal .uwbab-carousel-wrapper {
        background: #f7f7f7;
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
    }

@media (max-width: 768px) {
    #cart-add-modal .btn-prev, #cart-add-modal .btn-next {
        top: 50%;
        cursor: pointer;
        position: absolute;
        outline: 0;
        transition: all 0.5s;
        border-radius: 35px;
        border: 0;
        background: rgba(17, 27, 35, 0.5);
        min-width: 43px;
        min-height: 43px;
        opacity: 1;
    }

    #cart-add-modal .btn-next {
        right: calc(4% + 1px);
    }

    #cart-add-modal .btn-prev {
        left: calc(4% + 1px);
    }
}

    @media (min-width: 768px) {
        #cart-add-modal-dialog {
            width: 67vw;
            max-width: 800px;
        }
    }

    #add-to-cart-checkout-modal-btn {
        clear: both;
        padding: 1%;
    }

    /* modal x scrollbar styles */
    #modal-x-scroll {
        width: 100%;
        overflow-x: auto;
        padding: 10px;
        display: inline-block;
        white-space: nowrap;
    }

.modal-x-scroll-item {
    display: inline-block;
    width: 60%;
    max-width: 250px;
    min-width: 215px;
    margin: 0 5px;
    white-space: normal;
    vertical-align: top;
    position: relative;
}
 

    /* if view width dips below ipad width change carousel to scrollable div */
    @media (max-width: 1024px) {
        #add-to-cart-uwbab-carousel {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        #modal-x-scroll {
            display: inline-block;
        }
    }

    @media (min-width:1025px) {
        #modal-x-scroll {
            display: none;
        }
    }

#add-to-cart-uwbab-carousel .add-to-cart-carousel-item .carousel-item-inner, .modal-x-scroll-item {
    border: 1px solid #ddd;
    padding: 10px 15px;
    background: white;
    border-radius: 6px;
}

#add-to-cart-uwbab-carousel .uwbab-title,
#modal-x-scroll .uwbab-scroll-title {
    margin: 0 0 4px 0;
    padding-bottom: 3px;
    font-weight: normal;
    color: #010101;
    font-size: 14px;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    line-height: 1.4em;
    max-height: 2.8em;
}

    #add-to-cart-uwbab-carousel .carousel-control {
        background: transparent;
        width: 0;
    }

        #add-to-cart-uwbab-carousel .carousel-control > i {
            color: white;
            text-shadow: none;
            position: absolute;
            top: 50%;
            z-index: 5;
            font-size: 1.3em;
            margin-top: -15px;
            outline: 0;
            transition: all 0.5s;
            border-radius: 35px;
            border: 0;
            background: rgba(17, 27, 35, 1);
            min-width: 43px;
            min-height: 43px;

            padding: 7px 10px;
        }

        #add-to-cart-uwbab-carousel .carousel-control > .fa-chevron-left {
            left: 5px;
            opacity: .7;
        }

        #add-to-cart-uwbab-carousel .carousel-control > .fa-chevron-right {
            right: 5px;
            opacity: .7;
        }

            #add-to-cart-uwbab-carousel .carousel-control > .fa-chevron-left:hover,
            #add-to-cart-uwbab-carousel .carousel-control > .fa-chevron-right:hover {
               opacity:1;
            }

    


#cart-add-modal .uwbab-carousel-wrapper img {
    width: auto;
    height: 115px;
    display: block;
    margin: 0 auto 2px auto;
}

    .add-to-cart-loading-icon {
        position: fixed;
        top: 20%;
        left: 48%;
        color: rgba(255, 255, 255, .8);
    }

    /* add to cart modal loading */
    #cart-modal-loading {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        z-index: 999;
        display: none;
    }

    /* in modal cart add styles */
    #in-modal-add-loading {
        display: none;
        background: white;
        z-index: 999;
        position: absolute;
        height: 99%;
        width: 99%;
        left: 2px;
        top: 2px;
        opacity: .9;
    }

        #in-modal-add-loading .add-to-cart-loading-icon {
            color: lightslategray;
        }

    /* resize vertical only */
    .resize-vert {
        resize: vertical;
    }
    /* only vertical scrolling */
    .vert-scroll-only {
        resize: vertical;
    }



    /* BreadCrumbs */

/* Breadcrumb */
ol.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb .active {
    color: #010101;
    font-weight: bold;
}

.breadcrumb a {
    text-decoration: underline;
 }

@media(max-width:767px) {
    .breadcrumb-list > .breadcrumb > li {
        display: none;
    }

    .breadcrumb-list > .breadcrumb li:nth-last-of-type(2)::before {
        content: "";
        display: none;
    }

    .breadcrumb-list > .breadcrumb li:nth-last-of-type(-n+2) {
        display: inline-block;
    }
}

    @media(max-width: 991px) {
        .breadcrumb-list {
            margin-top: 5px;
            margin-bottom: 10px;
            font-size: 13px;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            white-space: nowrap;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            margin-left: -4px;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .breadcrumb-list > .breadcrumb {
                border-radius: 0;
                margin-bottom: 0;
                padding-bottom: 8px;
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                flex-grow: 1;
                font-size: 13px;
            }

            .breadcrumb-list .sku {
                font-size: 13px;
            }

            .breadcrumb-list::-webkit-scrollbar {
                width: 1em;
            }

            .breadcrumb-list::-webkit-scrollbar-track {
                box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            }

            .breadcrumb-list::-webkit-scrollbar-thumb {
                background-color: #ccc;
                outline: none;
            }
    }

    @media(min-width: 768px) and (max-width:991px) {
        .breadcrumb-list > .breadcrumb > li {
            display: none;
        }

            .breadcrumb-list > .breadcrumb > li + li:before {
                padding: 0 1px;
            }

        .breadcrumb-list > .breadcrumb li:nth-last-of-type(3)::before {
            content: "";
            display: none;
        }

        .breadcrumb-list > .breadcrumb li:nth-last-of-type(-n+3) {
            display: inline-block;
        }
    }

    /*Grid-view border*/
    .items-list-style li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

        .items-list-style li:nth-child(4n) {
            border-right: none;
        }

        .items-list-style li:nth-child(4n+1) {
            padding-left: 0;
        }

    @media (max-width: 768px) {
        .items-list-style li {
            border-bottom: 1px solid #ddd;
            border-right: none;
            padding-bottom: 10px;
        }
    }


    /*mobile & desktop only classes*/
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }

@media (max-width: 991px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}
/* Promotion excluded products*/

.promotion-exclusions-table-wrapper {
    max-height: 57vh;
    max-width: 128vh;
    overflow-y: auto;
}
.excluded-products-link, .excluded-products-description {
    color: #3B7A70;
}
 
.excluded-products-description {
    color: #3B7A70;
}
.promotion-exclusions-header th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
}

.promotion-exclusions-title {
    font-weight: 500;
    font-size: 2.8rem;
}

#cookiescript_badge {
    display: none !important;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .mt-lg-0 {
        margin-top: 0rem !important;
    }
}

/* Header */
#gw-header,
#gw-main,
#gw-footer {
    position: relative;
}

    #gw-header .form-control::-webkit-input-placeholder,
    #gw-footer .form-control::-webkit-input-placeholder,
    #gw-header ::placeholder,
    #gw-footer ::placeholder {
        color: #4D4D4D !important;
    }

    #gw-header a:hover {
        opacity: 1.0;
    }

    #gw-footer .container,
    #gw-header .container {
        max-width: 100%;
    }

#header-auth {
    position: absolute;
    top: 10px;
    right: 88px;
    z-index: 500;
}

#header-site-locale {
/*    position: absolute;
    top: 10px;
    right: 4px;
    top: -1px;
    right: 14px;
    z-index: 500;*/
}

#header-chat-link,
#header-cart-link {
    position: absolute;
    z-index: 102;
}

#header-site-locale .icon {
    margin: 0 4px 2px 0;
    vertical-align: middle;
}

#header-img-left {
    position: relative;
    display: block;
    z-index: 100;
}

#header-img-right {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 101;
}



#header-callouts li {
    font-weight: bold;
}

.pu-header-sale a {
    color: #f77b6e !important;
}

/*hide bootstrap 5 dropdown carrett*/
#gw-header .dropdown-toggle::after,
#gw-footer .dropdown-toggle::after {
    display: none;
}
/* Search Bar */
.search-bar {
    margin: 7px 0;
    width: auto;
}

    .search-bar input,
    .search-bar button {
        vertical-align: middle;
        height: 42px !important;
        outline: 0;
    }

        .search-bar button:focus-visible {
            outline: 2px solid black;
        }

    .search-bar input {
        width: 100% !important;
        font-size: 14px;
        padding: 6px 12px !important;
    }

    .search-bar .input-group-btn {
        width: 1% !important;
    }

#sm-search-bar.search-bar {
    margin-left: 10px !important;
}

#sm-search-bar .search-box {
    padding-right: 14px;
}

/* Header Account Dropdown */
#header-account-dropdown #login-status {
    padding: 5px 18px;
}

#header-account-dropdown .fa:not(.fa-arrow-right-from-bracket) {
    font-size: 1.2em;
}

#header-account-dropdown .dropdown-icon-wrapper {
    width: 15%;
}

    #header-account-dropdown .dropdown-icon-wrapper .fa {
        font-size: 1.2em;
        margin-right: 10px;
        color: #124544;
        opacity: .85;
    }

#header-account-dropdown > .dropdown-menu {
    width: 305px;
    padding: 15px;
}

    #header-account-dropdown > .dropdown-menu a:not(.btn):not(.register-account-header) {
        color: #124544;
    }

    #header-account-dropdown > .dropdown-menu li div {
        line-height: 0;
    }

    #header-account-dropdown > .dropdown-menu li:not(.divider) a {
        padding: 13px 15px;
        display: flex;
        align-items: center;
    }

    #header-account-dropdown > .dropdown-menu li:not(.divider):hover {
        color: #010101;
        background-color: #DEE8E8;
        cursor: pointer;
    }

#header-account-dropdown .dropdown-menu li:hover .fa {
    opacity: 1;
}
/*** Main Nav Mega Menu ***/

/* Base structure */
#main-mega-menu,
#mega-menu,
#menu-sale {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: inline-block;
}

#main-mega-menu {
    padding: 4px 0;
    display: initial; /* override from second file */
}

#mega-menu {
    display: flex !important; /* override */
    justify-content: space-between;
    align-items: center;
}

    /* Menu items */
    #mega-menu > li.mega-menu-class-item,
    #menu-sale > li {
        display: inline-block;
        border: none;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

        #mega-menu > li > a,
        #menu-sale > li > a {
            display: block;
            padding-bottom: 5px;
            border-bottom: 2px solid transparent;
            margin: 14px 5px 4px 5px;
        }

        #mega-menu > li:first-child > a,
        #menu-sale > li:first-child > a {
            margin-left: 0;
        }

        #mega-menu > li:last-child > a,
        #menu-sale > li:last-child > a {
            margin-right: 0;
        }

/* Sale button */
#mega-menu-sale-button a {
    color: #a94442 !important;
}

    #mega-menu-sale-button a:hover {
        border-bottom: 2px solid #a94442;
    }

/* Flyout expander (keyboard accessibility) */
#mega-menu > li .mega-menu-flyout-expander {
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

    #mega-menu > li .mega-menu-flyout-expander > button {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        #mega-menu > li .mega-menu-flyout-expander > button:focus {
            left: 0;
            width: max-content;
            height: auto;
            background-color: white;
            z-index: 1000;
            padding: 5px;
            color: #3B7A70;
        }

/* Dropdown */
#mega-menu > li .mega-menu-dropdown {
    width: auto; /* override from second file */
    position: absolute;
    left: 0;
    background: white;
    z-index: 9000;
    min-height: 125px;
    box-shadow: 6px 12px 24px rgba(0, 0, 0, .3);
    margin-top: 4px;
}

#mega-menu > li:nth-of-type(n+7) .mega-menu-dropdown {
    left: auto;
    right: 0;
    background: white;
    z-index: 9000;
    min-height: 125px;
    box-shadow: 6px 12px 24px rgba(0, 0, 0, .3);
}

#mega-menu .mega-menu-dropdown-container {
    border-bottom: 4px solid #E5CA81;
    padding: 10px 0;
    min-height: 400px;
}

/* Dropdown items */
#main-mega-menu .mega-menu-dropdown-item {
    padding: 0 5px;
}

    #main-mega-menu .mega-menu-dropdown-item:nth-of-type(4n+1) {
        clear: left;
    }

    #main-mega-menu .mega-menu-dropdown-item > div {
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #fff;
        margin: 6px 0;
    }

        #main-mega-menu .mega-menu-dropdown-item > div:hover {
            box-shadow: 0 0 6px rgba(56, 94, 157, 0.25); /* override color */
        }

        #main-mega-menu .mega-menu-dropdown-item > div a {
            padding: 0;
            margin: 0;
            display: block;
            text-decoration: none; /* override from second file */
            font-size: 15px; /* override from second file */
        }

            #main-mega-menu .mega-menu-dropdown-item > div a:hover {
                text-decoration: underline;
            }

        #main-mega-menu .mega-menu-dropdown-item > div img {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            padding: 2px;
        }

        #main-mega-menu .mega-menu-dropdown-item > div span {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top: 1px solid #ddd;
            background: #f5f5f5;
            padding: 4px 2px;
            margin-top: 2px;
            display: block;
            text-align: center;
            font-size: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
 

/* Resources section */
#main-mega-menu .menu-resources {
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 0;
    background: #FFF;
    overflow: hidden;
    width: 25%;
    padding: 10px;
    border-left: 1px solid #DEE8E8;
}

.menu-resources ul.nav-featured-content li > a {
    border: none;
    color: #010101;
    font-size: 15px;
    font-weight: bold;
}

    .menu-resources ul.nav-featured-content {
        margin-top: 20px;
    }
 

/* Dimmer overlay */
#mega-menu-dimmer {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    background: rgba(150, 150, 150, .3);
    display: none;
    z-index: 999;
}

/* Mega menu layout */
#mega-menu .menu-classes-wrapper {
    columns: 3 auto;
    -webkit-columns: 3 auto;
    -moz-columns: 3 auto;
    column-gap: 2em;
}

#mega-menu .mega-menu-column {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: inline-block;
    width: 100%;
    line-height:1.2;
}

#mega-menu ul.menu-class-list {
    font-size:15px;
}

    li .mega-menu-column {
    margin-bottom: 20px;
}

ul.submenu li {
    margin-bottom: 8px;
    margin-top: 8px;
}

/* Headings and text */
#main-mega-menu .menu-section {
    margin-bottom: 1.5rem;
}

#main-mega-menu .menu-heading {
    display: inline;
    font-weight: 700;
    color: #010101;
    text-decoration: none;
    white-space: normal;
}


#main-mega-menu a.specials-link {
    color: #3b7a70;
    font-weight: bold;
}
/*    #main-mega-menu a.specials-link:hover {
        color: #124544;
    }*/
#main-mega-menu .menu-heading:hover {
    text-decoration: underline;
    color: #124544;
}

    #main-mega-menu .menu-heading i.fa-chevron-right.fa-solid {
        font-size: 12px;
    }

    #main-mega-menu .menu-heading .fa-solid.fa-chevron-right {
        font-size: 10px;
    }

#main-mega-menu .menu-text {
    white-space: normal;
}
 
#main-mega-menu .menu-icon {
    white-space: nowrap;
 
}

    #main-mega-menu .menu-icon i {
        margin-left: 4px;
        vertical-align: middle;
    }

/* Submenu */
#main-mega-menu .submenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    #main-mega-menu .submenu a {
        text-decoration: none;
        padding-left: 10px;
        display: inline-block;
        color: #010101;
    }

        #main-mega-menu .submenu a:hover {
            text-decoration: underline;
            color: #124544;
        }

/* Colors and links */
#mega-menu > li:not(.d2g-header-sale) > a,
#main-mega-menu .mega-menu-dropdown-item > div a {
    color: #010101;
}

#mega-menu li.mega-menu-class-item a.main-class-link {
    border-bottom: 3px solid #FFF;

}
#mega-menu li.mega-menu-class-item a {
    text-decoration: none;
}

#mega-menu .d2g-header-sale a {
    color: #D64227 !important;
    font-weight: bold;
    text-decoration: none;
} #mega-menu .nav-item-hover {
    transition: border-color .15s;
    color: #010101;
} #mega-menu a.nav-item-hover:not(.d2g-header-sale a) {
    border-color: #3b7a70;
} #mega-menu .d2g-header-sale a.nav-item-hover {
    color: #D64227;
    border-color: #D64227;
}
/* Responsive Adjustments */
@media (min-width: 992px) and (max-width: 1199px) {
    #mega-menu > li > a,
    #mega-menu .d2g-header-sale a {
        font-size: 13px;
    }
} @media (min-width: 1200px) and (max-width: 1399px) {
    #mega-menu > li > a,
    #mega-menu .d2g-header-sale a {
        font-size: 14px;
    }
} @media (min-width: 1200px) {
    #mega-menu > li .mega-menu-dropdown {
        width: 80vw;
        max-width:1200px
    }
} @media (max-width: 1399px) {
    #main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all a {
        height: 164px;
    }

    #mega-menu > li > a {
        margin: 9px 4px 4px 4px;
    }
} @media (max-width: 1239px) {
    #main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all a {
        height: 169px;
    }

    #main-mega-menu li[data-class-id="1056"],
    #main-mega-menu li[data-class-id="1190"],
    #main-mega-menu li[data-class-id="1073"] {
        display: none;
    }
} @media (max-width: 1399.98px) {
    #main-mega-menu .menu-heading {
        font-size: 15px;
    }

    #main-mega-menu .submenu a {
        font-size: 14px;
    }
} @media (min-width: 768px) {
    #mega-menu .menu-classes-wrapper {
        width: 75%;
        padding: 10px 15px;
    }

    #main-mega-menu a.menu-heading:hover {
        text-decoration: underline !important;
    }
}
/* Email Marketing Checkbox */
.bronto-approval-checkbox > *, .bronto-approval-checkbox-footer > *, .bronto-approval-checkbox-footer-d2g > * {
    cursor: pointer;
} .bronto-approval-checkbox-footer {
    margin-top: 6px;
} .bronto-approval-checkbox:focus-within > span, .bronto-approval-checkbox-footer:focus-within > span, .bronto-approval-checkbox-footer-d2g:focus-within > span {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: 2px;
    } .bronto-approval-checkbox > span, .bronto-approval-checkbox-footer > span, .bronto-approval-checkbox-footer-d2g > span {
        display: inline-block;
        border: 1px solid #bbb;
        color: #136EB2;
        background: #eaeaea;
        width: 15px;
        line-height: 15px;
        height: 15px;
        text-align: center;
        font-size: 18px;
        vertical-align: text-top;
        margin-right: 5px;
    } .bronto-approval-checkbox.checked > span:before, .bronto-approval-checkbox-footer.checked > span:before, .bronto-approval-checkbox-footer-d2g.checked > span:before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Pro';
    }
/* Twitter Typeahead Bootstrap Accomodations */
#gw-header .twitter-typeahead, #gw-header .twitter-typeahead .tt-hint {
    width: 100%;
    vertical-align: middle;
} #gw-footer .twitter-typeahead .tt-input {
    color: #333333;
} #gw-header .twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #666;
} #gw-header .twitter-typeahead .hint-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
} #gw-header .twitter-typeahead .hint-large {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
} #gw-header .twitter-typeahead .tt-dropdown-menu {
    margin-top: 2px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    z-index: 2000 !important;
    padding: 8px;
}
/* Header Panel Shopping Cart Dropdown */
#header-cart-dropdown-menu-btn .fa-cart-shopping {
    font-size: 1.2em;
} .cart-dropdown .dropdown-menu > li {
    position: relative;
} .cart-dropdown .dropdown-menu > li > a {
        display: block;
        overflow: auto;
    } @media (min-width: 420px) {
    .cart-dropdown .dropdown-menu > li {
        min-width: 400px;
    }
} .cart-dropdown .dropdown-menu > li > a > .col-xs-2 {
    padding: 0;
} .cart-dropdown .dropdown-menu > li .help-block {
    max-width: 350px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 2px;
} .cart-dropdown .dropdown-menu > li .media-heading {
    color: #666;
    font-size: 15px;
    font-weight: bold;
} .cart-dropdown .dropdown-menu > li b.text-success {
    line-height: 54px;
} .cart-dropdown .dropdown-menu > li:last-of-type a {
    width: 100%;
} .cart-dropdown-menu .product-link img.designer-product {
    max-height: 86px;
    margin: 0 auto;
}
/* delete from cart dropdown hover icon */
.delete-from-dropdown-btn {
    position: absolute;
    top: 20px;
    right: 15px;
} .delete-from-dropdown-btn i {
        cursor: pointer;
        font-size: 1.5em;
    } .delete-from-dropdown-btn:focus i:before, .delete-from-dropdown-btn:hover i:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f00d';
    } @media (max-width: 991px) {
    .cart-dropdown .dropdown-menu {
        float: none !important;
    }
}
/* Footer */
#gw-footer .row {
    padding: 15px;
} #gw-footer ul {
    list-style-type: none;
} #gw-footer ul p {
        margin-left: 8px;
    } #gw-footer ul > li {
        padding: 2px 0;
    } #footer-badges {
    margin: 10px 0;
} #footer-badges a {
        text-decoration: inherit;
        color: inherit;
    } #footer-copyright img {
    max-width: 140px;
    height: auto;
    margin: 0 20px 0 10px;
} #footer-email-subscribed {
    display: inline-block;
} .email-error {
    color: #c22f22;
    margin-top: 6px;
    display: block;
    width: 100%;
    font-weight: bold;
}
/* Social Media Footer Links */
#footer-social {
    background-color: #ccc;
} #footer-social a {
        display: inline-block;
        color: #444;
    } #footer-social-links a {
    padding: 0 9px;
    font-size: 2.1em;
} #footer-social .btn:disabled, #footer-email-form.footer-email-form-pu .btn:disabled {
    opacity: 0.4;
} .resources-link {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
} .resources-link i {
        font-size: 2.8em;
    } .resources-link small {
        display: block;
        font-weight: normal;
    } @media (min-width: 768px) {
    #footer-social .form-group {
        width: 60%;
    }

        #footer-social .form-group input,
        #footer-email-form.footer-email-form-pu .form-group input {
            width: 100%;
        }
} @media (max-width: 991px) {
    #footer-social .row > div:not(:first-child) {
        margin-top: 15px;
    }
} @media (max-width: 767px) {
    #footer-social .form-inline .btn,
    #footer-email-form.footer-email-form-pu .form-inline .btn {
        display: block;
        width: 100%;
    }
} #reviews-io-footer span {
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
} #reviews-io-footer a {
    color: #ccc;
    font-size: 16px;
    display: inline-block;
} #reviews-io-footer a img {
        vertical-align: text-bottom;
    } #to-top {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 1040;
} #to-top button {
        border-radius: 50%;
        border: 2px solid #fff;
        position: relative;
        height: 57px;
        width: 57px;
    } #to-top button i {
            font-size: 1.4em;
            transform: translate(-50%, -50%) !important;
            left: 50%;
            top: 50%;
            position: absolute;
        } @media (max-width:767px) {
    #to-top {
        display: none !important;
    }
} @media (max-width:992px) {
    #to-top {
        bottom: 75px;
 
    }
}
/* Live Chat Slide Out */
#live-chat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1040;
} #live-chat .btn {
        border-radius: 50%;
        border: 2px solid #fff;
        position: relative;
        height: 57px;
        width: 57px;
    } #live-chat .btn i {
            font-size: 2.4em;
            transform: translate(-50%, -50%) !important;
            left: 51%;
            top: 51%;
            position: absolute;
        } #live-chat .btn .chat-text {
            transform: translate(-50%, -50%) !important;
            left: 50%;
            top: 50%;
            position: absolute;
            font-size: 11px;
        } @media (max-width:992px) {
    #live-chat {
        bottom: 5px;
        right: 5px;
    }
}
/* Osano Cookies */
.osano-cm-widget {
    display: none;
} .osano-cm-dialog a, .osano-cm-dialog a:focus, .osano-cm-dialog a:hover {
    color: #ABB7B7;
}
/* Employee Nav */
#employee-nav {
    bottom: -35px;
    -moz-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    opacity: 0.4;
} #employee-nav.in {
        bottom: 0;
        opacity: 1.0;
    } #employee-nav .navbar-brand {
        color: #6699cc;
        text-shadow: 1px 1px 1px #000;
    } #employee-nav .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    } #employee-nav div.dropdown-menu {
        width: 400px;
    } #employee-nav table {
        margin-bottom: 0;
    } #employee-nav div.dropdown-menu table tr td:first-child {
        width: 50% !important;
    }
/*hidden styles for live chat etc things that are outside of header/footer*/
@media(max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
} @media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}
/*Holiday Messages*/
.alert-holiday-messages {
    background: #fff;
    border: 1px solid #3B7A70;
    border-left-width: 20px;
    border-radius: 6px;
    color: #111823;
    padding: 10px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
} .alert-holiday-messages > button.close {
        right: 0;
        color: #3B7A70;
        opacity: .7;
    } .alert-holiday-messages > button.close:hover {
            opacity: 1;
        } .alert-holiday-messages > ul {
        list-style-type: none;
        margin-bottom: 0;
        padding-left: 15px;
    }
/* Emergency Messages Alert */
.alert-emergency-messages {
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
} .skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
} .skip:focus {
        left: 0px;
        width: auto;
        height: auto;
        background-color: white;
        z-index: 1000;
        padding: 5px;
        color: #3B7A70;
    }
/* Hide Cookie Script Badge */
#cookiescript_badge {
    display: none !important;
}

/* Account */
#account-information h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;

}
/*#account-information li a {
    font-size: 18px;
    text-decoration: none;
}*/

#account-information i {
    color: #bbb;
    margin-right: 4px;
}

#account-information a:hover {
    text-decoration: underline;
}
#account-information ul > li  {
    padding: 2px 0;
}
#checkout-progress {
    margin-top: 18px;
}
    #checkout-progress ul > li > a.disabled {
        color: #999 !important;
    }
h3.checkout-heading {
    margin-bottom: 12px;
    clear: both;
}
.address {
    margin-bottom: 8px;
}
.address h3 {
    margin: 6px 0;
}
    .address .address-company-name {
        color: #4D4D4D;
        margin-bottom: 4px;
    }
.address .address-phone {
    margin-top: 4px;
}
#artwork-submit {
    position: relative;
}
#content-upload.loading {
    opacity: 0.5;
}
#aw-content-loading {
    position: absolute;
    top: 0;
    left: 50px;
    display: none;
}
    #aw-content-loading.loading {
        display: block;
    }
/* Shipping */
#checkout-shipto-fields {
    margin-top: 22px;
}
#checkout-shipping-options tbody tr {
    cursor: pointer;
}
#checkout-shipping-options thead tr th:nth-child(1) {
    width: 80px;
}

@media (max-width: 767px) {
    #checkout-shipping-options thead tr th:nth-child(1) {
        width: 30px;
    }

    #checkout-shipping-options thead tr th:nth-child(3),
    #checkout-shipping-options thead tr td:nth-child(3) {
        padding-right: 0;
        width: 70px;
    }
}
/* Payment */
.credit-cards i {
    opacity: 0.4;
}
    .credit-cards i.active {
        opacity: 1.0;
    }
.payment-option {
    margin-bottom: 10px;
}
    .payment-option .payment-option-net-30 {
        margin: 10px 0;
    }
        .payment-option .payment-option-net-30 i {
            font-size: 15px;
        }
    .payment-option .media .media-body {
        margin: 6px 0;
    }
#paymentopt-selected-billaddress {
    padding-left: 30px;
}
    #paymentopt-selected-billaddress > div {
        padding-left: 10px;
        border-left: 3px solid #ddd;
    }
#payment-selected-billaddress {
    padding-left: 15px;
}
#payment-selected-billaddress h3 {
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
}
    #payment-selected-billaddress .address-company-name {
        color: #010101;
    }
/* Checkout Summary */
.checkout-order-summary {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #02405b;
    border-radius: 4px;
    font-size: 12px;
}
.checkout-order-summary h4 {
    margin: 0;
}
.checkout-order-summary h4:not(:first-child) {
    margin: 10px 0;
}
.checkout-order-summary img {
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.checkout-order-summary tr td:nth-child(2) {
    color: #444;
    font-weight: bold;
    text-align: right;
}
.checkout-order-summary tr:last-child td:nth-child(2) {
    color: #600;
    font-size: 1.2em;
}
.checkout-line-item {
    margin-top: 4px;
}
.checkout-line-item h5 {
    font-size: 13px;
}
.checkout-line-item:last-of-type {
    margin-bottom: 4px;
}
.checkout-line-item p.help-block {
    margin: 2px 0;
}
@media (max-width: 1239px) {
    .checkout-line-item .item-price {
        float: none !important;
        margin: 4px 8px 0 8px;
    }
}
@media (min-width: 1240px) {
    .checkout-line-item p.help-block {
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1400px) {
    .checkout-line-item p.help-block {
        width: 220px;
    }
}
.checkout-line-items h5 {
    margin: 4px 0;
}
.checkout-line-items tr td:first-child {
    line-height: 56px;
    font-weight: bold;
    color: #444;
    text-align: right;
}
.checkout-line-items tr td:nth-child(2) {
    min-width: 65px;
    text-align: center;
}
.checkout-line-items tr td:last-child {
    text-align: right;
    font-weight: bold;
    line-height: 56px;
}
/* Contact Sidebar */
#checkout-contact a {
    font-size: 18px;
}
#checkout-contact p {
    padding-left: 26px;
}
/* Registered Customer Item Selection */
.checkout-item-selection {
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkout-item-selection  .row .form-group {
    margin-bottom: 6px;
}
    .checkout-item-selection .row .form-group:first-of-type {
        padding-right: 4px;
    }
    .checkout-item-selection .row .form-group:last-of-type {
        padding-left: 4px;
    }
#checkout-footer-bullets {
    /*margin:1em;*/
    border-radius:4px;
    padding:20px;
    font-size:12px;
    color:#777;
}

    #checkout-footer-bullets > ul{
    margin-top: 20px;

}
    #checkout-footer-bullets li {
        margin: 0 0 6px 20px;
        line-height:1.5em;
        margin-bottom:.5em;
    }
/* Checkout Navigation */
@media (max-width: 767px) {
    .nav-wizard.nav-justified > li {
        float: left;
    }
    .nav-wizard.nav-justified > li:not(:first-child) {
        margin-left: 6px;
    }
        .nav-wizard.nav-justified > li > a {
            padding: 0;
            background: transparent;
        }
            .nav-wizard > li > a:focus,
            .nav-wizard > li.active > a,
            .nav-wizard > li.active > a:focus {
                background: transparent;
                color: #034766;
            }
            .nav-wizard.nav-justified > li:not(:last-child) > a:after {
                font-family: 'Font Awesome 6 Pro';
                content: '\f054';
                font-weight: 600;
                margin-left: 3px;
                font-size: 12px;
                position: static;
            }
    .nav-wizard > li > a > i {
        display: none;
    }
}
/* Order Complete */
#order-complete-container {
    font-size: 15px;
}
#order-complete-container .alert-info {
    padding: 8px 16px;
    font-size: 20px;
    border: none;
    margin: 0 0 10px 0 !important;
}

#order-complete-process li {
    padding-bottom: 10px;
}
#order-complete-process li a {
    font-weight: bold;
}
#complete-order-summary {
    margin-bottom:35px;
}
#complete-order-summary .row {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
#complete-order-summary .row > div:nth-of-type(2) {
    font-weight: bold;
}
#complete-order-summary .row:last-of-type {
    background: #f7f7f7;
}
#complete-order-summary img {
    max-width: 87%;
    height: auto;
}
    #complete-order-summary .product-link img.designer-product {
        margin: 0 auto;
        max-height: 150px;
    }
    #complete-order-summary .item-description {
        color: #010101;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#complete-recommendations {
    margin-bottom: 10px;
}
#complete-recommendations img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#complete-recommendations .item {
    border: 1px solid #eee;
    padding: 6px;
}
#complete-recommendations h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 4px 0;
    padding-bottom: 4px;
}
    #complete-recommendations .item-price {
        color: #010101;
        font-size: 16px;
    }
#order-complete-trustpilot {
    width: 95%;
    height: 990px;
    margin-top: 60px;
    margin-bottom: 20px;
}
#order-complete-container .list-group-item {
    border: none;
}
#order-complete-container .list-group-item i {
    color: #3B7A70;
}

.confirm-register-form:not(.create-account) .help-block {
    display: inline;
}
.confirm-register-form .checkbox {
    padding: 0px 10px 17px 10px;
    margin-left:15px;
}
.confirm-register-list ul{
    list-style: none;
    padding-left: 5px;

}
    .confirm-register-list ul li {
        padding-bottom: 10px;
        padding-left: 15px;
        text-indent: -16px;
        line-height: 1.4;
    }
        
        .confirm-register-list ul li:before {
            content: "✓\20";
            color: #3B7A70;
            font-weight: bold;
        }
.checkout-complete-subscribe {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}
    .checkout-complete-subscribe #footer-email-subscribed {
        display: block;
        color: #59950a;
        padding: 5px 30px;
        font-weight: bold;
    }
 

@media (min-width:992px) {

        .confirm-register-form #register-form {
            padding: 0 20px 0 14px;
        }
    #create-account-partial row.well {
        margin-left:5px;
    }
}

/*@media (min-width: 992px) {
    #next-links > h3 {
        margin-top: 0;
    }
}*/
#quote-container .products-quoted {
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
#quote-container .quote-total > div {
    padding: 10px 15px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: fit-content;
}
#quote-container .line-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#quote-container .line-item:nth-of-type(odd) {
    background: #f7f7f7;
}
#quote-container .panel-body {
    padding-top:5px;
}

#quote-container .alert.alert-warning a {
    color: #9d530c !important;
}

@media (min-width: 768px) {
    #quote-container .quote-dates {
        float: right;
    }
}
.carousel-complete-wrapper {
    display: block;
    text-align: start;
    float: none;
    inset: auto;
    z-index: auto;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 948px;
    height: 381px;
}

.complete-carousel-list {
    text-align: left;
    float: none;
    position: absolute;
    inset: 0px auto auto 32px;
    margin: 0px;
    z-index: auto;
    width: 4488px;
    height: 381px;
}
.recommendations-wrapper {
    background-color: #F0F4F5;
    padding-top: 12px;
    margin-bottom: -8vh;
}

/* Hide Cookie Script Badge */
#cookiescript_badge {
    display: none !important;
}

/*
   Magic Thumb v2.0.40 
   Copyright 2011 Magic Toolbox
   Buy a license to use Magic Scroll on your site.
   Go to www.magictoolbox.com/magicthumb/
*/

/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
    cursor: pointer;
    outline: 0 !important;
}
/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
    cursor: default;
}
/* Style of the span inside the small image link */
.MagicThumb span {
    display: none !important;
}
/* Style of the small image */
.MagicThumb img {
    border: 0;
    outline: 0;
}
/* Style of the expanded image */
.MagicThumb-expanded {
    cursor: url('data:text/plain;base64,AAACAAEAICACAAcABwAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAACIAAABCAAAAhAAAAwgAAPwQAAOHIAAGAaAABACAAA3+wAAJAkAACQJAAA3+wAAEAIAABgGAAAOHAAAA/AAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////j////wf///4H///8D//8AB//8AA//+AAf//B4H//x/j//4AAf/+IBH//iAR//4AAf//H+P//weD//+AB///wA////A////////8='), pointer;
    background: transparent;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0;
}
/* Style of the caption for the expanded image */
.MagicThumb-caption {
    color: #010101;
    font: normal 10pt Verdana, Helvetica;
    background: #ccc;
    text-align: left;
    padding: 8px;
    border: 0 !important;
    outline: 0 !important;
    height: auto !important;
}
/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAwCAQAAAAYlfRgAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABIAAAAMAApnwP7AAAAAmJLR0QA/vCI/CkAAAaASURBVHja7ZZfTFNXHMfvsw++mDhfyHzaZsiSvbnh5hPRmc3MLUZekfjiljhn3EzcIuoLLovWshfHHx1xEVhBKuAEBsUyrXY4/ggU22KhndSuFEtHh5Lqfvuew20P557mRnN96MPOL+jtOZ/f735/5/zOuUcr/Faq7dXsun2KX2teMl+i7czxx8AXmbAcVW2nZV6IqVJ5JLQuD4vOw2y4zOEOxNPLtEzpp97QZ+16Juus8mh7V/hLg+NR8DBv6Kx7Yw33eF0JjyD2j5pGo0sk22h0jwMOVSCs8BqW076xpnvSyMfS3/RwSW+thtew8BXOROZvYrZI/9AT/C3yX4nMl9d41mvM+Mf4V+Gl2Xm74V4CbI4Tz7W3uaQiqRbKnbHMI2KWpDTkXKIlPK30xDLlTlEbMg9DyPvUBUkp7qHyyN7+as1EIkkLK6ni/1XP8PjWDf6wyBf6PNG/iNkcpRD6ezoCOEkJ/I6j1xNlDEgDH8d4AoKm6AAkLSE0aCOvsWq7OILYeP0YHacoUk6C5s+Yozl4fNAklq0U09/+gGAYfgSnaoQ/oq9xiqJ8pALlClLiZxEoxakgHYC14kVzKl+k2bc1gob0u4yDjCB8ruee5zB2YYTtt9z6tgamaYYiGFrkcoTdojhGpqk1wB0Ej74wzVOrRLdC4EMKyzwSOOFGfAi6qnNH6Kecj4u/4W6abwXeUKC3FgKY9hjC2TkkzIMXBMlPtxZYoQrej74pJNAi8/idRL7B1XyZZq8f81MAMuep08APo+8+xvz05gV48L2J1R6nCYpA0Ckgst3EEvhoHMarIsczu4fcHIpHDSXwggnBY8O3hRk/CUlJSdIQ5Ezp8T++nD2P4DhMo6iHs0CMdgNC79IwTAhiPLMxpPBzHp8O+IxIghxh8IgTpHmMCvIPmoPMUR5tV04QjvO+9CCymqUqJfhvyOoOealPrDHnvegbgkez4nGOHuIVLsGj5uoCXvodgqLUbqAHEWMIY156rzF7FsHhXOAmuqYorszSAKsHzNM5UaScv4E+L0UUQc2QMwmPH6Si/sJ9gzyolSs69RX9mPWAmAmMdYkEmMMn7S7qx2z4EM4mvcAN3E0uKu/h21jw6BtACk0S3UR/0jD6+zkvtn1Jo4uuY4a8nKrkBdKlP7tpDGO2SZ6AOOjqo93UQy4MzpKN5xDjFqR+9NevHHTrZP5XZDbFqREevJHCyLdP5vWD8cRID157H3N3DJshiDKY0Z/9/A1bmsCXrPoU7HA6M510FUMjWIgzEDQLBxb8F3JmdiifDsZfpWsY70e+Q5BzmUJs6hEDvPLpeKWmIXEN8cYogr9e6iZX9hlv2C8+HeJjud3pyLSREwHvIPR58gFsgzkyu8XHUuHbUBcD2C2tPNMOcqq8XndvNNQlroDoRGFfASeeD4qPq3yd2NxUHXVQCxAXsu5Fzg6qjr5ruE6ovBOZ38FsteFZ8Or1Y33NiUkHydaQLpOuH8qFq8RxMnA+3Yzz5dLTU6H3xYXLhL9gzotZ4vzng2eijcSsKlTuXi8uaIV0hS2sS/7/zWLbp9k0n271+LX2JfN7tEM5vht8sQnLUdUOWeaFmNt5eFveOkKngw2XznSk4hlCe/Jv72JZRM+kyCqPZlvhqxODS8Rb7+LR2AY/93hHCY8gvq3TQA1tcKl0Bg63QVjhNSynb4O/ZcHIxzP7Z7mk7avhtSz8rvDjZ5SnPX5W8YBnvfZFeXl2iqf8Tyhv+26OSyqWasEYvlJ6xa6wVBsKP061Zvx2NjtCjtq+joF3iHyhT578CtpsWAjGgDTwQtAmIcnIa6za6uaJNw9towipz1unxbLt03xlEVnOJgiSGy/XfQovBMFO5+eLNd+WkC6Bc9vAEzWLZ7S6efC23Pp2pGQ5wrr03o4Uc1D50xINSSqPBI7GiLdandtMlTmfZr24+VbgDQUaXpblqILCy6xQVR6CZEkqf1zzXUxm+VoD76Fsey0ID743sdrEW4p2C1QWhMarQvBCkMEOGnls+IG08KiV5Ij2YTh7HsFRzI51QShvi4JwnMcz5jMk1ljw5jMkeFFz5ku2JcTOIsUBs2ShqEUNdT53UXvkBMQ2Nt9l/IBXt726y1TefNvrb2hZyCWgHnSQlP9gLJJ49RxS+Bc8GPeonwJxUr/gpwOlbPnTYfpxrXzOj6v4lln/uBbi9cP8wtWnXrjMeQsXtAK7whbWJb+w238MtKmehv/wBQAAACV0RVh0Y3JlYXRlLWRhdGUAMjAwOS0xMS0xN1QxNTozMjoxNyswMDowMPC6vn8AAAAldEVYdG1vZGlmeS1kYXRlADIwMDktMTEtMTdUMTU6MzI6MTcrMDA6MDCvC8hLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==') no-repeat 0 0;
    height: 24px;
    display: block;
}
    .MagicThumb-buttons a {
        width: 24px;
        height: 24px;
        margin: 0 1px !important;
        overflow: hidden;
    }
/* Style of the loading message box */
.MagicThumb-loader {
    font: normal 12pt sans-serif;
    border: 1px solid #000;
    background: #fff url('data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==') no-repeat 2px 50%;
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
}
/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
    display: none;
}
.MagicThumb-image, MagicThumb-image-zoomed {
    border: 1px solid #cccccc;
    background: #000;
}
.icon,
.icon-class  {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-image: url(//static.commerceplatform.services/content/img/sprites-site-sd.png);
}   
/* 24x24 icons */
    .icon.icon-artwork-small,
    .icon.icon-built-to-order-small,
    .icon.icon-case-pack-small,
    .icon.icon-delayed-shipment-small,
    .icon.icon-digital-proof-small,
    .icon.icon-holiday-small,
    .icon.icon-in-stock-small,
    .icon.icon-minimum-order-quantity-small,
    .icon.icon-out-of-stock-small,
    .icon.icon-physical-proof-small,
    .icon.icon-single-image-pricing-small,
    .icon.icon-standard-ship-small,
    .icon.icon-truck-ship-small,
    .icon.icon-customizable-small,
    .icon.icon-customizable-options-small,
    .icon.icon-warranty-small
    {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .icon.icon-flag-us,
    .icon.icon-flag-ca 
    {
        width: 24px;
        height: 13px;
    }
    .icon.icon-artwork-small
    {
        background-position: 0 -312px;   
    }
    .icon.icon-built-to-order-small
    {
        background-position: -24px -312px;
    }
    .icon.icon-case-pack-small
    {
        background-position: -48px -312px;
    }
    .icon.icon-delayed-shipment-small
    {
        background-position: -72px -312px;
    }
    .icon.icon-digital-proof-small
    {
        background-position: -96px -312px;
    }
    .icon.icon-holiday-small
    {
        background-position: -120px -312px;
    }
    .icon.icon-in-stock-small
    {
        background-position: -168px -312px;
    }
    .icon.icon-minimum-order-quantity-small
    {
        background-position: -144px -312px;   
    }
    .icon.icon-out-of-stock-small
    {
        background-position: -168px -312px;
    }
    .icon.icon-physical-proof-small
    {
        background-position: -192px -312px;
    }
    .icon.icon-single-image-pricing-small
    {
        background-position: -216px -312px;
    }
    .icon.icon-standard-ship-small
    {
        background-position: 0 -336px;
    }
    .icon.icon-truck-ship-small
    {
        background-position: -24px -336px;
    }
    .icon.icon-customizable-small
    {
        background-position: -48px -336px;
    }
    .icon.icon-customizable-options-small
    {
        background-position: -72px -336px;
    }
    .icon.icon-warranty-small
    {
        background-position: -96px -336px;
        box-shadow: none !important;
        background-color: transparent !important;
        opacity: 0.7;
    }
    .icon.icon-flag-us
    {
        background-position: 0 -360px;
    }
    .icon.icon-flag-ca
    {
        background-position: -24px -360px;
    }
/* 48x48 icons */
    .icon.icon-artwork,
    .icon.icon-built-to-order,
    .icon.icon-case-pack,
    .icon.icon-delayed-shipment,
    .icon.icon-digital-proof,
    .icon.icon-holiday,
    .icon.icon-in-stock,
    .icon.icon-minimum-order-quantity,
    .icon.icon-out-of-stock,
    .icon.icon-physical-proof,
    .icon.icon-single-image-pricing,
    .icon.icon-standard-ship,
    .icon.icon-truck-ship,
    .icon.icon-customizable,
    .icon.icon-customizable-options,
    .icon.icon-warranty
    {
        width: 48px;
        height: 48px;
        box-shadow: 1px 1px 1px #ccc;
    }
    .icon.icon-artwork
    {
        background-position: 0 0;   
    }
    .icon.icon-built-to-order
    {
        background-position: -48px 0;
    }
    .icon.icon-case-pack
    {
        background-position: -96px 0;
    }
    .icon.icon-delayed-shipment
    {
        background-position: -144px 0;
    }
    .icon.icon-digital-proof
    {
        background-position: -192px 0;  
    }
    .icon.icon-holiday
    {
        background-position: 0 -48px;
    }
    .icon.icon-in-stock
    {
        background-position: -96px -48px;
    }
    .icon.icon-minimum-order-quantity
    {
        background-position: -48px -48px;   
    }
    .icon.icon-out-of-stock
    {
        background-position: -96px -48px;
    }
    .icon.icon-physical-proof
    {
        background-position: -144px -48px;
    }
    .icon.icon-single-image-pricing
    {
        background-position: -192px -48px;
    }
    .icon.icon-standard-ship
    {
        background-position: 0 -96px;
    }
    .icon.icon-truck-ship
    {
        background-position: -48px -96px;
    }
    .icon.icon-customizable
    {
        background-position: -96px -96px;
    }
    .icon.icon-customizable-options 
    {
        background-position: -144px -96px;
        box-shadow: none;
    }
    .icon.icon-warranty 
    {
        background-position: -192px -96px;
        box-shadow: none !important;
        background-color: transparent !important;
        opacity: 0.7;
    }
/* Payment Option Icons */
    .icon.icon-visa,
    .icon.icon-mastercard,
    .icon.icon-amex,
    .icon.icon-discover,
    .icon.icon-amazonpayments
    {
        width: 48px;
        height: 48px;
        background-color: transparent;
    }
    .icon.icon-visa
    {
        background-position: 0 -144px;
    }
    .icon.icon-mastercard
    {
        background-position: -48px -144px;
    }
    .icon.icon-amex
    {
        background-position: -96px -144px;
    }
    .icon.icon-discover
    {
        background-position: -144px -144px;
    }
    .icon.icon-amazonpayments
    {
        background-position: -192px -144px;
    }
/* miscellaneous size icons */
    .icon.icon-bbb
    {
        width: 164px;
        height: 64px;
        background-position: 0 -192px;
    }
    .icon.icon-carbon-neutral
    {
        width: 65px;
        height: 65px;
        background-position: -168px -192px;
    }
    .icon.icon-amazon-disabled
    {
        width: 152px;
        height: 28px;
        background-position: 0 -264px;
    }
    .icon.icon-bbb,
    .icon.icon-amazon-disabled,
    .icon.icon-carbon-neutral
    {
        background-color: transparent;
    }
    .icon.icon-ships-today {
        background-position: -120px -336px;
        box-shadow: none !important;
        background-color: transparent !important;
        height: 24px;
        width: 48px;
    }
 
/* Mobile Class Icons */
.icon-class {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    opacity: 0.8;
}  
.icon-class-1001 {
    background-position: 0 -440px;
}
.icon-class-1120 {
    background-position: -40px -440px;
}
.icon-class-1128 {
    background-position: -80px -440px;
}
.icon-class-1027 {
    background-position: -120px -440px;
}
.icon-class-1190 {
    background-position: -160px -440px;
}
.icon-class-1073 {
    background-position: -200px -440px;
}
.icon-class-1085 {
    background-position: 0 -480px;
}
.icon-class-1099 {
    background-position: -40px -480px;
}
.icon-class-1143 {
    background-position: -80px -480px;
}
.icon-class-1056 {
    background-position: -120px -480px;
}
.icon-class-1034 {
    background-position: -160px -480px;
}
.icon-class-1106 {
    background-position: -200px -480px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
    .icon,
    .icon-class {
        background-image: url(//static.commerceplatform.services/content/img/sprites-site-hd.png);
        -moz-background-size: 243px 613px;
        -o-background-size: 243px 613px;
        -webkit-background-size: 243px 613px;
        background-size: 243px 613px;
    }
}
/* Mobile Icons */
.icon.icon-mobile-cart
{
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-color: transparent;
}
.icon.icon-mobile-logo {
    width: 182px;
    height: 32px;
    background-color: transparent;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
    .icon.icon-mobile-cart {
        -moz-background-size: 35px 32px;
        -o-background-size: 35px 32px;
        -webkit-background-size: 35px 32px;
        background-size: 35px 32px;
    }
    .icon.icon-mobile-logo {
        -moz-background-size: 182px 32px;
        -o-background-size: 182px 32px;
        -webkit-background-size: 182px 32px;
        background-size: 182px 32px;
    }
}
/* D2G Header Icons */
.icon-header {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-image: url(//static.commerceplatform.services/content/img/sprites-desktop-header-sd.png);
}
.icon-header.icon-header-categories {
    width: 32px;
    height: 32px;
    background-position: 0 0;
}
.icon-header.icon-header-deals {
    width: 32px;
    height: 32px;
    background-position: -32px 0;
}
.icon-header.icon-header-catalog {
    width: 16px;
    height: 15px;
    background-position: 0 -32px;
}
.icon-header.icon-header-account {
    width: 20px;
    height: 22px;
    background-position: -32px -32px;
}
.icon-header.icon-header-account-cog {
    width: 20px;
    height: 22px;
    background-position: -64px -32px;
}
/*.icon-header.icon-header-account-plus {
    width: 20px;
    height: 22px;
    background-position: -64px 0;
}*/
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
    .icon-header {
        background-image: url(//static.commerceplatform.services/content/img/sprites-desktop-header-hd.png);
        -moz-background-size: 96px 64px;
        -o-background-size: 96px 64px;
        -webkit-background-size: 96px 64px;
        background-size: 96px 64px;
    }
}


.dropdown-toggle:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

#long-description a:hover, #long-description a:focus {
    text-decoration: underline;
}

#long-description .btn:hover {
    text-decoration: none;
}

.bg-white {
    background: #fff;
}
.form-control:focus {
    border-color: #3B7A70;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .6), 0 0 8px #3B7A70;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .6), 0 0 8px #3B7A70;
}

.help-block {
    color: #010101;
}

input:-webkit-autofill {
    background-color: #e6f0ef !important;
    -webkit-box-shadow: 0 0 0px 1000px #e6f0ef inset !important;
    transition: background-color 9999s ease-in-out 0s;
}

/*font*/
 
.eyebrow {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}



.headline {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0;
}

.secondary-headline {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*stripe thead tables*/
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #F0F4F5;
}

/* Pagination */
.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
}

/* Product Thumbnails move addtocartbutton*/
.product-thumbnails .active {
    border-color: #3071aa;
    opacity: 1.0;
}

/* Product Reviews */
.review-stars .fa {
    color: #010101;
}

.customer-review .review-star-rating {
    color: #010101;
    font-size: 1.3em;
    margin-bottom: 2px;
}

    .customer-review .review-star-rating[data-star-rating="5"] {
        color: #010101;
    }

    .customer-review .review-star-rating[data-star-rating="4"] {
        color: #010101;
    }

    .customer-review .review-star-rating[data-star-rating="3"] {
        color: #010101;
    }

    .customer-review .review-star-rating[data-star-rating="2"] {
        color: #010101;
    }

    .customer-review .review-star-rating[data-star-rating="1"] {
        color: #010101;
    }
/*Reviews Homepage*/
#reviews-io-home-review-section .customer-review a {
    text-decoration: underline;
    font-size: 15px;
}
/*Downloadable Files artwork guideline pages*/
.downloadable-file i, .artwork-guideline-link i {
    background: #eee;
}

.downloadable-file > .media-left > a, .artwork-guideline-link > .media-left > a {
    color: #010101;
}

.resource-artworkguideline {
    background: #688599;
}

.resource-ArtworkTemplate, .resource-Unknown {
    background: #29476a;
}

.resource-Instructions {
    background: #59950a;
}

.resource-Warranty {
    background: #c84438;
}
/* Model validation errors */
.validation-summary-errors > span {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.input-validation-error {
    border-color: #802817 !important;
    background-color: #FBECE9;
}
/* Items (Category, HallwayPage, Search, etc) */
.item.item-product .item-price {
    font-weight: bold;
    color: #010101;
    padding-top: 10px;
    font-size: 18px;
}

.sale-price {
    font-weight: bold;
}

.item.item-product .item-price .original-price {
    font-weight: normal;
    color: #4D4D4D;
    text-decoration: line-through;
    font-size: 0.85em;
}

.item.item-product .discount-percentage {
    display: block;
    color: #444;
}

.item .item-description {
    font-size: 15px;
    line-height: 1.4em;
}

.item .product-link, .category-link {
    text-decoration: none;
    /*    color: #111823;*/
}

.item-price .label.label-success.savings {
    background-color: #D64227;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 6px;
}

@media (min-width:768px) and (max-width: 1399.98px) {
    .item.item-product .item-price {
        font-size: 15px;
    }
}
/* Item Status Labels */
 

.item .item-image .item-tags .label-success {
    background-color: #E5CA81;
    color: #010101;
}

.label-new:after {
    content: 'New';
    background-color: #E5CA81;
    color: #010101;
}

.label-on-sale:after, .label-overstock:after {
    content: 'Sale';
}

.label-closeout:after, .label-extreme-closeout:after {
    content: 'Clearance';
}

.item-sales-rank .class-name {
    color: #777;
}
/* Vertical Item List */
.items-vertical {
    border-radius: 6px;
    background-color: #F0F4F5;
}
/*sub class grid*/
@media (max-width: 767.98px) {
    #sub-class .sub-class-wrapper .col-xs-4:not(:nth-child(3n)) {
        border-right: 1px solid #d3dcdc;
    }

    #sub-class .sub-class-wrapper .col-xs-4 {
        border-bottom: 1px solid #d3dcdc;
    }
}

.items-grid > .row > .col-sm-4 {
    border-bottom: 1px solid #d3dcdc;
    border-right: 1px solid #d3dcdc;
}


@media (max-width: 1239.98px) {

    .items-grid > .row > .col-sm-4:nth-child(3n) {
        border-right: none;
    }
}

@media (min-width: 1240px) {

    .items-grid > .row > .col-sm-4:nth-child(4n) {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .items-grid > .row {
        margin-top: -12px;
    }

    .items-list-2x > .col-sm-6:nth-child(odd) {
        border-right: 1px solid #d3dcdc;
    }


    .items-list-2x > .col-sm-6 > .col-sm-6:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
/* List2x View */
@media (max-width: 767.98px) {
    .items-list-2x > .col-sm-6 {
        border-bottom: 1px solid #d3dcdc;
    }

    .items-list-2x.row {
        padding: 0 0px;
    }

    .items-grid > .row > .col-sm-4 {
        border-right: none;
    }
}

.items-list-style {
    padding: 0px 0px 0px 16px;
}
/* List View */
@media (max-width: 767.98px) {
    .item-border {
        border-bottom: 1px solid #d3dcdc !important;
    }

        .item-border .row {
            padding: 0 0px;
        }
}

/* Company Validation */
#company-validation {
    text-align: center;
    font-size: 12px;
}

#company-valid {
    line-height: 1.1;
}

    #company-valid > div {
        position: relative;
        min-height: 70px;
        padding: 10px 8px 0 8px;
    }

    #company-valid h3 {
        margin: 0;
        color: #111823;
        font-size: 16px;
    }

    #company-valid span {
        font-size: 14px;
        display: block;
        margin: 6px 0;
        color: #4D4D4D;
    }

    #company-valid a {
        font-size: 14px;
    }


/* Recently Viewed Products */
.item-carousel {
    /*        background-color: #F0F4F5;
        border-radius: 5px;*/
}

    .item-carousel ul > li {
        border: 1px solid #b3c3c3;
    }

.btn-prev,
.btn-next {
    top: 50%;
    cursor: pointer;
    position: absolute;
    outline: 0;
    transition: all 0.5s;
    border-radius: 35px;
    border: 0;
    background: rgb(18 69 68);
    min-width: 43px;
    min-height: 43px;
    opacity: 1;
}

    #recently-viewed.btn-next:hover, .btn-prev:hover {
        background: rgba(17, 27, 35, 0.8);
    }


/*Coupons banner on sale page*/
.coupon-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #010101 !important;
    cursor: pointer;
}

    .coupon-banner div {
        text-align: center;
        flex: 1 1 auto !important;
    }

    .coupon-banner span:not(.btn) {
        font-size: 2rem
    }



@media (max-width: 575.98px) {
    .coupon-banner {
        flex-direction: column;
    }

        .coupon-banner div {
            margin-bottom: 5px;
        }
}

@media (min-width: 576px) {
    .coupon-banner div h2 {
        margin: 5px 0;
    }
}

/* Sitewide Promotion */
#sitewide-promotion {
    color: #010101;
}

    #sitewide-promotion > .fa {
        font-size: 1.1em;
    }

    #sitewide-promotion small {
        font-size: 0.6em;
        margin-left: 6px;
        vertical-align: text-top;
    }

        #sitewide-promotion small a {
            color: #010101;
        }
/* Emergency Messages */
.alert-emergency-messages {
    color: #fff;
    background-color: #993333;
    border: none;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 3px !important;
}

.cross-sells-container {
    margin-top: 25px;
}

/*Carousels pricing*/
#recently-viewed:not(.recently-viewed-loading), .cross-sells-container {
    background-color: #F0F4F5;
}

#recently-viewed .original-price {
    text-decoration: line-through;
    color: #757575;
    margin-right: 3px;
    text-shadow: none;
    font-size: 0.85em;
    font-weight: bold;
}
 

/*quotes*/
#quote-container .quote-total > div {
    padding: 10px 15px;
    background: #F0F4F5;
    border-top: 1px solid rgb(206, 215, 232);
    border-bottom: 1px solid rgb(206, 215, 232);
    width: fit-content;
}

#quote-container .products-quoted {
    padding: 5px;
    background: #F0F4F5;
    border: 1px solid rgb(206, 215, 232);
}

.accordion-title {
    padding: 10px 16px;
    margin-bottom: 8px;
    font-size: 17px;
    cursor: pointer;
    background: #fff;
    box-shadow: none !important;
    border-radius: 6px;
    border: 1px solid #d3dcdc;
}

    .accordion-title:hover {
        border: 1px solid #3B7A70;
    }

    .accordion-title:after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f077";
        margin-right: 3px;
        float: right;
    }

    .accordion-title.collapsed:after {
        content: "\f078 ";
    }

.accordion-details {
    padding: 0 15px;
    margin-bottom: 10px;
}

.items-list-style {
    list-style: none;
}

.item-border {
    border: none;
}


.border-border {
    border: 1px solid #c8d4d5;
}
#sitewide-promotion {
    padding: 10px;
    background: #3b7a70;
    font-size: 15px;
    margin-top: 3px;
    color: #FFFFFF;
    text-align: center;
}

    #sitewide-promotion a {
        color: #FFFFFF;
        text-decoration: none;
    }

#d2g-header-search {
    flex-grow: 1 !important;
    width: 100%;
    max-width: 665px;
}

#gw-header .display-flex-center {
    display: flex;
    align-items: center;
}

#gw-header .w-100 {
    width: 100%;
}


@media (min-width: 992px) {
    #gw-header .sticky-row-wrap {
        height: 76px;
    }
}

/* ========================= Header Top ========================= */

#gw-header #header-top {
    background: #f0f4f5;
    padding-bottom: 4px;
    border-bottom: 1px solid #d5dedf;
    box-shadow: 0 2px 6px -2px #010101;
    border-bottom: 1px solid #d5dedf
}

#gw-header > .container {
    width: 100%;
}

#gw-header .top-header-link ul.list-inline li:not(:last-child) {
    padding-left: 10px;
    padding-right: 10px;
}

#gw-header #header-top ul.list-inline > li:last-child {
    padding-right: 0;
}

#gw-header .top-header-link a, #gw-header .top-header-link button, #header-site-locale .dropdown-toggle {
    font-size: 12px;
    background: transparent;
    border: none;
    margin: 0;
    color: #010101;
    text-decoration: none;
}

#gw-header #header-chat-link {
    position: static;
    z-index: auto;
}

#header-site-locale .closebtn {
    position: static;
}
 


#region-selection.btn-link:hover,
#region-selection.btn-link:active,
#region-selection.btn-link:focus {
    text-decoration: none;
}
/* Header Top Responsive */
@media (max-width: 991.98px) {
   
    #gw-header #header-top {
        padding: 0;
    }

/*        #gw-header #header-top .list-inline {
            position: absolute;
            top: 10px;
            right: 21px;
            z-index: 999;
        }
*/
    #gw-header .navbar-form {
        padding: 0 0 10px 0;
    }
}

@media (min-width: 992px) {
    #gw-header .navbar-form {
        padding: 10px;
    }

    #gw-header #header-border {
        border-bottom: 2px solid rgba(170, 176, 181, 0.26);
        position: absolute;
        top: 29px;
        left: 12%;
        width: 86%;
    }
}
/* Search */

input #search-input {
    border-radius: 6px 0 0 6px;
}

.logo-search {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
/* ========================= Header Links & Dropdowns ========================= */

#d2g-header {
    background: #FFF;
}

    #d2g-header .container:not(#gw-header #sticky-row.top-stick), #header-top .container {
        width: 100%;
        max-width: 1600px;
     }

#header-top .container {
    display: flex;
    justify-content: space-between;
}

#header-top .list-inline {
    margin-top: 0;
    margin-bottom: 0;
}

#d2g-header-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-logo-div.sm-screen-logo {
    display: none;
}

#header-logo-div img {
    min-width: 150px;
    max-width: 225px;
}

#gw-header #d2g-header-links {
    padding-right: 0;
    white-space: nowrap;
}

    #gw-header #d2g-header-links > ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0;
    }

        #gw-header #d2g-header-links > ul > li:not(:last-child), #gw-header #d2g-header-links > ul .top-link {
            margin-right: 20px;
        }

        #gw-header #d2g-header-links > ul > li > a:not(.btn), #gw-header #d2g-header-links > ul > li button {
            background: transparent;
            border: none;
            padding: 0;
            margin: 0;
            color: #010101;
            text-decoration: none;
        }

            #gw-header #d2g-header-links > ul > li > a:not(.btn):hover, #gw-header #d2g-header-links > ul > li button:hover {
                color: #124544;
            }

    #gw-header #d2g-header-links ul.list-inline > li:last-child {
        padding-right: 0;
    }
/* ========================= Shopping Cart ========================= */
/*
#shopping-cart-icon > span {
    position: absolute;
    top: -9px;
    left: 18px;
    z-index: 999;
    background: #3b7a70;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #3b7a70;
    border-radius: 20px;
}*/

#header-cart-dropdown-menu-btn .fa-cart-shopping, #header-account-dropdown .fa-user-circle {
    margin-right: 3px;
}

#header-account-dropdown > .dropdown-menu a:not(.btn):not(.register-account-header), #header-account-dropdown .dropdown-icon-wrapper .fa {
    color: #010101;
}

#header-account-dropdown > .dropdown-menu li:not(.divider):hover {
    color: #124544;
    background-color: #DEE8E8;
    cursor: pointer;
}

.cart-dropdown-menu .cart-dropdown-title {
    display: block;
    overflow: hidden;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #111b23;
    text-align: left;
    text-overflow: ellipsis;
}

.cart-dropdown .dropdown-menu > li > a {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #d3dcdc;
}

#header-account-dropdown > .dropdown-menu li a {
    text-decoration: none !important;
}
/* ========================= Navigation Bar ========================= */

#header-nav {
    background-color: #fff;
    border-top: 1px solid #d5dedf;
    border-bottom: 1px solid #d5dedf;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4);
}

    #header-nav nav {
        border: none;
        margin: 0 !important;
    }
/* Mega Menu */
 
/*#main-mega-menu .mega-menu-dropdown-item > div a {
    text-decoration: none;
    font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mega-menu > li > a {
        font-size: 13px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #mega-menu > li > a {
        font-size: 14px;
    }
}

#main-mega-menu {
    display: initial;
}

#mega-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

    #mega-menu > li:not(.d2g-header-sale) > a,
    #main-mega-menu .mega-menu-dropdown-item > div a {
        color: #010101;
    }

    #mega-menu li a {
        border-bottom: 3px solid #FFF;
        text-decoration: none;
    }

    #mega-menu .d2g-header-sale a {
        color: #D64227 !important;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

    #mega-menu .nav-item-hover {
        transition: border-color .15s;
        color: #010101;
    }

    #mega-menu a.nav-item-hover:not(.d2g-header-sale a) {
        border-color: #3b7a70;
    }

    #mega-menu .d2g-header-sale a.nav-item-hover {
        color: #D64227;
        border-color: #D64227;
    }

#main-mega-menu .mega-menu-dropdown-item > div:hover {
    box-shadow: 0 0 6px rgba(56, 94, 157, 0.25);
}

#mega-menu .mega-menu-dropdown-container {
    border-bottom: 4px solid #3b7a70;
}
 

#mega-menu > li .mega-menu-dropdown {
    width:auto;
}

#mega-menu .menu-classes-wrapper {
    columns: 3 auto;
    -webkit-columns: 3 auto;
    -moz-columns: 3 auto;
    column-gap: 2em;
}
@media (min-width: 768px) {
    #mega-menu .menu-classes-wrapper {
        width: 75%;
    }
}
#mega-menu .mega-menu-column {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: inline-block;  
    width: 100%;
}
#main-mega-menu .menu-section {
    margin-bottom: 1.5rem;
}

#main-mega-menu .menu-heading {
    display: block;
    font-weight: 700;
    color: #010101;
    text-decoration: none;
    margin-bottom: 6px;
}

    #main-mega-menu .menu-heading:hover {
        text-decoration: underline;
        color: #00143b;
    }

#main-mega-menu .submenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

li.mega-menu-column {
    margin-bottom: 25px;
}

#main-mega-menu .submenu li {
    margin: 3px 0;
}

#main-mega-menu .submenu a {
    text-decoration: none;
    padding-left: 10px;
    display: inline-block;
    color: #010101;
}

    #main-mega-menu .submenu a:hover {
        text-decoration: underline;
        color: #00143b;
    }*/

/* Sticky Nav */

@media (min-width: 992px) {
    #gw-header #sticky-row {
        background-color: #FFF;
     }

        #gw-header #sticky-row.top-stick {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4);
            z-index: 1000;
            background-color: #f0f4f5;
            transition: background-color 150ms ease-in-out;
            padding:0;
        }


    #sticky-row.top-stick #d2g-header-main-row {
        max-width: 1600px;
        text-align: center;
        margin: auto;
        padding-left: 14px;
        padding-right: 14px;
    }

    #gw-header #header-logo-div a:focus img:first-child {
        outline: 2px solid black;
    }
}

 

/* ========================= Search Suggestions ========================= */

#gw-header .twitter-typeahead .tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #dadfee;
    border-radius: 4px;
    width: 100% !important;
    text-align: left;
}

    #gw-header .twitter-typeahead .tt-dropdown-menu h2, #gw-header .twitter-typeahead .tt-dropdown-menu .search-suggestion {
        font-weight: bold;
        font-size: 1.15em;
        margin: 0;
        background-color: #F0F4F5;
        border-radius: 4px;
        padding: 6px;
        color: #111b23;
    }

    #gw-header .twitter-typeahead .tt-dropdown-menu > div:not(:first-child) h2 {
        margin-top: 10px;
    }

#gw-header .twitter-typeahead .tt-suggestions .tt-suggestion {
    padding: 4px 6px;
}

    #gw-header .twitter-typeahead .tt-suggestions .tt-suggestion:not(:last-child) {
        margin-bottom: 4px;
    }

    #gw-header .twitter-typeahead .tt-suggestions .tt-suggestion > a {
        color: #111b23;
    }

        #gw-header .twitter-typeahead .tt-suggestions .tt-suggestion > a:hover {
            color: #111b23;
            background-color: #F0F4F5;
        }

#gw-header .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #111b23;
    background-color: #F0F4F5;
    border-radius: 4px;
}

#gw-header .search-hamburg-wrapper {
    flex-grow: 1 !important;
    width: 100%;
    max-width: 650px;
}

.navbar-toggle {
    border: none;
    background: transparent;
    padding: 10px;
    margin-right: 10px;
}

    .navbar-toggle .icon-bar {
        background-color: #000;
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
        border-radius: 1px;
    }
/* ========================= Responsive nav ========================= */
@media (min-width: 992px) {
    #header-nav.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
}

@media (max-width: 991.98px) {
    #d2g-header-search {
        max-width: 991.98px;
    }

    #header-account-dropdown .fa:not(.fa-arrow-right-from-bracket),
    #header-cart-dropdown-menu-btn .fa-cart-shopping {
        font-size: 1.4em;
    }

    #header-logo-div.sm-screen-logo {
        display: inline;
        margin: 0 25px;
    }

        #header-logo-div.sm-screen-logo img {
            min-width: 100%;
        }

    .logo-header-links-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 0 0;
    }

    #d2g-header-main-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    #gw-header .search-hamburg-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    #gw-header #d2g-header-links > ul > li:not(:last-child),
    #gw-header #d2g-header-links > ul .top-link {
        margin-right: 12px;
    }

    #gw-header #nav-toggle-col {
        max-width: 95px;
    }

    #gw-header #header-nav-toggle {
        display: block;
        padding: 0;
        font-size: 24px;
        margin: 0;
        width: 77.63px;
    }

        #gw-header #header-nav-toggle:focus-visible {
            outline: 2px solid #000;
            outline-offset: 0;
        }

    #gw-header #main-mega-menu,
    #mega-menu,
    #mega-menu > li {
        display: block !important;
    }

    #gw-header #mega-menu {
        margin-top: 10px;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    #gw-header .mega-menu-dropdown,
    #mega-menu > li > a::after {
        display: none !important;
    }

    #gw-header #mega-menu > li {
        margin: 10px 30px 0;
        padding: 1px 0 1px 5px;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        #gw-header #mega-menu > li:first-child {
            margin-top: 0;
        }

        #gw-header #mega-menu > li:hover {
            background: #124544;
        }

        #gw-header #mega-menu > li > a {
            margin: 0;
            padding: 9px 5px;
            border: none;
            text-align: center;
        }

        #gw-header #mega-menu > li:hover a {
            color: #fff !important;
        }
}


@media (max-width: 767px) {
    #gw-header #mega-menu {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (max-width: 575.98px) {
    #gw-header #mega-menu > li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        #gw-header #mega-menu > li:not(:last-of-type) {
            border-bottom: 1px solid rgb(1 1 1 / 10%);
        }

        #gw-header #mega-menu > li:hover {
            background: #124544;
            color: #fff;
        }
}

@media (max-width: 500px) {
    #gw-header #nav-toggle-col {
        width: 25% !important;
    }
}

@media (max-width: 480px) {
    #gw-header #mega-menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 350px) {
    #gw-header #header-nav-toggle {
        padding: 6px 9px;
        margin: 0;
        font-size: 18px;
    }
}

/* FOOTER*/

#gw-footer {
    margin-top: 50px;
}

    #gw-footer .bg-light:first-of-type {
        border-top: 1px solid #d5dedf;
        box-shadow: 0 2px 6px -2px #010101;
    }

    #gw-footer #expert-contact .container {
        display: inline-flex;
        height: 300px;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        align-items: center;
    }

    #gw-footer #footer-customer-service-links {
        width: 100%;
    }

        #gw-footer #footer-customer-service-links ul {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin: 0;
            padding: 0;
        }

        #gw-footer #footer-customer-service-links button, #gw-footer #footer-customer-service-links li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 250px;
        }

            #gw-footer #footer-customer-service-links button .fa, #gw-footer #footer-customer-service-links li a .fa {
                font-size: 30px;
                margin-right: 10px
            }

    #gw-footer .row {
        padding: 15px 0;
    }

@media (min-width: 992px) {
    #gw-footer .row {
        display: flex;
        padding: 15px 0;
        justify-content: space-between;
    }
}

#gw-footer form#footer-email-form input.form-control {
    color: #555;
    border: 1px solid #555;
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px 0 0 6px;
    height: 45px;
}

#gw-footer form#footer-email-form .btn {
    border-radius: 0 6px 6px 0;
    height: 45px;
}
/*#footer-company-links .row { display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; } */

@media (max-width: 575.98px) {
    #gw-footer .footer-social-col {
        min-height: 300px;
        width: 100%;
    }
}

#gw-footer #footer-social-links i {
    font-size: 25px;
}

#gw-footer #footer-company-links ul {
    padding: 0;
}

#gw-footer #footer-company-links li {
    margin-bottom: 12px;
}

#gw-footer #footer-company-links .col-lg-2:first-child {
    padding-left: 0;
}

#gw-footer #footer-company-links .col-lg-2:nth-child(2) {
    padding-left: 28px;
}

.bottom-footer-links {
    border-top: 1px solid rgb(1 1 1 / 15%);
}

#gw-footer #footer-company-links a, #gw-footer #footer-company-links button:not(.btn-primary) {
    text-decoration: none;
    color: #010101;
    font-size: 15px;
}

#gw-footer #legalLinks a, #gw-footer #legalLinks button {
    text-decoration: none;
    font-size: 14px;
    color: #4D4D4D;
}

#legalLinks li:not(:last-child)::after {
    content: " / ";
    padding: 0 5px;
}

#gw-footer .bottom-footer-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 18px 0 28px 0;
}

    #gw-footer .bottom-footer-links ul {
        padding: 0;
        margin-bottom: 0;
        margin-right: 50px;
    }

        #gw-footer .bottom-footer-links ul li {
            display: inline;
        }

#gw-footer #footer-company-links a:hover, #gw-footer #footer-company-links button:not(.btn-primary):hover, #gw-footer #legalLinks a:hover, #gw-footer #legalLinks button:not(.btn-primary):hover {
    text-decoration: underline;
    color: #010101;
}

#gw-footer #footer-social-links a {
    width: 75px;
    text-decoration: none;
}

    #gw-footer #footer-social-links a i {
        color: #4D4D4D;
    }

#footer-company-links button:not(.btn-primary), .bottom-footer-links button:not(.btn-primary) {
    background: transparent;
    border: 0;
    padding: 0;
    color: #124544;
    text-align: left;
}

    #footer-company-links button:not(.btn-primary):hover, #footer-company-links button:not(.btn-primary):focus {
        text-decoration: underline;
        color: #020808;
    }

#footer-email {
    min-height: 160.25px;
}

    #footer-email #footer-email-subscribed {
        display: flex;
        align-items: center;
        min-height: 160.25px;
    }

#footer-email-subscribed .label.label-success {
    padding: 15px 20px;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

    #footer-email-subscribed .label.label-success i {
        margin-right:3px;
    }

    #reviews-io-footer .fa-star, #reviews-io-footer .fa-star-half-stroke {
        font-size: 1.8em;
        color: #3b7a70;
    }

.review-io-stars {
    margin: 12px 0;
}

#reviews-io-footer .fa-star:not(.fa-kit)::before {
    border: 1px solid #D0DADA;
    border-radius: 6px;
    padding: 3px 1px;
    background-color: #BDD9D4;
    margin: 10px 0 5px 0;
}

#reviews-io-footer .fa-star-half-stroke::before {
    border: 1px solid #D0DADA;
    border-radius: 6px;
    padding: 3px 1px;
    background: linear-gradient(to right, #bdd9d4 50%, #f0f4f5 50%);
}

#reviews-io-footer .fa-kit.fa-star::before {
    border: 1px solid #D0DADA;
    border-radius: 6px;
    padding: 3px 1px;
    background-color: #f0f4f5;
    margin: 10px 0 5px 0;
}

#reviews-io-footer i.fa.fa-light.fa-external-link {
    margin-left: 3px;
    font-size: 13px;
}

@media (max-width: 1399.98px) {
    #gw-footer .bottom-footer-links ul {
        margin-right: 0;
        margin-left: 0;
    }

    #gw-footer .bottom-footer-links {
        padding: 18px 14px 28px;
        min-width: 100%;
        align-items: flex-start;
    }

    #legalLinks {
        margin-left: 24px;
        margin-top: 14px;
    }
}

@media (max-width: 1199.98px) {
    #gw-footer .bottom-footer-links {
        display: block;
        text-align: center;
    }

        #gw-footer .bottom-footer-links ul li#footer-copyright {
            display: block;
            clear: both;
        }

    #legalLinks li:nth-child(3)::after {
        content: "";
        padding: 0 5px;
    }
}

@media (max-width: 991.98px) {
    #gw-footer .row {
        padding: 15px;
    }

    #footer-company-links {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #footer-email-subscribe .input-group {
        display: block;
    }

    #gw-footer form#footer-email-form input.form-control {
        border-radius: 6px;
    }

    #gw-footer form#footer-email-form .btn {
        border-radius: 6px;
        width: 100%;
        margin-top: 14px;
    }

    #gw-footer #footer-customer-service-links .fa {
        display: none;
    }

    #gw-footer #footer-social-links {
        width: 100%;
    }

    #footer-social-links a {
        font-size: 20px;
    }

    #gw-footer #footer-customer-service-links ul {
        flex-direction: column;
    }

        #gw-footer #footer-customer-service-links ul li:not(:last-of-type) {
            margin: 0 0 14px 0;
        }

    #footer-company-links.container {
        text-align: center;
    }
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip:focus {
        left: 0px;
        width: auto;
        height: auto;
        background-color: white;
        z-index: 1000;
        padding: 5px;
        color: #3B7A70;
    }

