/* Minification failed. Returning unminified contents.
(10628,62): run-time error CSS1030: Expected identifier, found ','
(10628,90): run-time error CSS1031: Expected selector, found ')'
(10628,90): run-time error CSS1025: Expected comma or open brace, found ')'
(10646,57): run-time error CSS1030: Expected identifier, found ','
(10646,83): run-time error CSS1031: Expected selector, found ')'
(10646,83): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! 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 #dadfee !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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #111823;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #002F87;
 }

    a:hover,
    a:focus {
        color: #00143b;
        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.42857143;
    background-color: #fff;
    border: 1px solid #dadfee;
    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: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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: inherit;
    font-weight: 700;
    line-height: 1.1;
    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: #666666;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

    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: 10.5px;
    margin-bottom: 10.5px;
}

    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%;
    }

h1,
.h1 {
    font-size: 22px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 13px;
}

p {
    margin: 0 0 10.5px;
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}

small,
.small {
    font-size: 86%;
}

mark,
.mark {
    background-color: #fcf8e3;
    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: #666666;
}

.text-primary {
    color: #002F87;
}

a.text-primary:hover {
    color: #001d54;
}

.text-success {
    color: #4a8235;
}

a.text-success:hover {
    color: #355e26;
}

.text-info {
    color: #00828f;
}

a.text-info:hover {
    color: #00545c;
}

.text-warning {
    color: #CE8012;
}

a.text-warning:hover {
    color: #9f630e;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #002F87;
}

a.bg-primary:hover {
    background-color: #001d54;
}

.bg-success {
    background-color: #edf2ea;
}

a.bg-success:hover {
    background-color: #d2dfcb;
}

.bg-info {
    background-color: #e5f2f4;
}

a.bg-info:hover {
    background-color: #c1e0e5;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

    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: 21px;
}

dt,
dd {
    line-height: 1.42857143;
}

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 #666666;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eeeeee;
}

    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.42857143;
        color: #666666;
    }

        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 #eeeeee;
        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: 21px;
    font-style: normal;
    line-height: 1.42857143;
}

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: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f2f4f9;
    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: #666666;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

    .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.42857143;
        vertical-align: top;
        border-top: 1px solid #dadfee;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dadfee;
    }

    .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 #dadfee;
    }

    .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 #dadfee;
}

    .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 #dadfee;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #F2F4F9;
}

.table-hover > tbody > tr:hover {
    background-color: #f2f4f9;
}

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: #f2f4f9;
}

.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: #e1e5f1;
}

.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: #edf2ea;
}

.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: #e0e8da;
}

.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: #e5f2f4;
}

.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: #d3e9ec;
}

.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: #fcf8e3;
}

.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: #faf2cc;
}

.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: #f2dede;
}

.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: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dadfee;
    }

        .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: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    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: 15px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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: #eeeeee;
        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: 35px;
    line-height: 1.42857143 \0;
}

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 31px;
        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: 48px;
        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.42857143;
}

    _:-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: 21px;
        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: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 31px;
    line-height: 31px;
}

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: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 48px;
    line-height: 48px;
}

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: 43.75px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.input-sm + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.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: #4a8235;
}

.has-success .form-control {
    border-color: #4a8235;
    -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: #355e26;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79be5f;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79be5f;
    }

.has-success .input-group-addon {
    color: #4a8235;
    border-color: #4a8235;
    background-color: #edf2ea;
}

.has-success .form-control-feedback {
    color: #4a8235;
}

.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: #CE8012;
}

.has-warning .form-control {
    border-color: #CE8012;
    -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: #9f630e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b056;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b056;
    }

.has-warning .input-group-addon {
    color: #CE8012;
    border-color: #CE8012;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #CE8012;
}

.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: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #3b5379;
}

@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: 28px;
}

.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: 15px;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus-visible,
    .btn:active:focus-visible,
    .btn.active:focus-visible,
    .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: #333;
        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.4;
        filter: alpha(opacity=40);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .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: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary,
.btn-dark,
.btn-neutral,
.btn-darkblue,
.btn-brown,
.btn-purple,
.btn-info {
    color: #fff;
    background-color: #002F87;
    border-color: #00266e;
}

    .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: #001d54;
        border-color: #001130;
    }

    .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: #002F87;
        border-color: #00266e;
    }

    .btn-primary .badge,
    .btn-dark .badge,
    .btn-neutral .badge,
    .btn-darkblue .badge,
    .btn-brown .badge,
    .btn-purple .badge,
    .btn-info .badge {
        color: #002F87;
        background-color: #fff;
    }

.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: #002F87;
    background-color: #fff;
    border-color: #002F87;
}

    .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-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-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-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-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-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: #fff;
        background-color: #002F87;
        border-color: #00266e;
    }

    .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: #002F87;
    }

    .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: #002F87;
    }

.btn-success {
    color: #002F87;
    background-color: #fff;
    border-color: #002F87;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #002F87;
        border-color: #00266e;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #fff;
        border-color: #002F87;
    }

    .btn-success .badge {
        color: #fff;
        background-color: #002F87;
    }

.btn-warning {
    color: #fff;
    background-color: #002F87;
    border-color: #00266e;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #001d54;
        border-color: #001130;
    }

    .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: #002F87;
        border-color: #00266e;
    }

    .btn-warning .badge {
        color: #002F87;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #002F87;
    border-color: #00266e;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #001d54;
        border-color: #001130;
    }

    .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: #002F87;
        border-color: #00266e;
    }

    .btn-danger .badge {
        color: #002F87;
        background-color: #fff;
    }

.btn-tertiary {
    color: #111823;
    border: none;
    background: transparent;
    text-decoration: none;
    border-bottom: 2px solid #00828f;
    padding: 0 2px !important;
    border-radius: 0 !important;
    font-weight: bold;
}
    .btn-tertiary:hover,
    .btn-tertiary:focus,
    .btn-tertiary.focus,
    .btn-tertiary:active,
    .btn-tertiary.active {
        color: #00828f;
        background: transparent;
        box-shadow:none;
    }

.btn-link {
    color: #002F87;
    font-weight: normal;
    border-radius: 0;
    text-decoration: underline;
}

    .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: #00143b;
                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: #666666;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    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%;
}

.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: #002F87;
}

    .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: 15px;
    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: 9.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f2f4f9;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #002F87;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #666666;
    }

        .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: 13px;
    line-height: 1.42857143;
    color: #666666;
    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: 48px;
    padding: 10px 16px;
    font-size: 19px;
    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: 48px;
    line-height: 48px;
}

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: 31px;
    padding: 5px 10px;
    font-size: 13px;
    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: 31px;
    line-height: 31px;
}

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: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 6px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 19px;
        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: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #666666;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #666666;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #002F87;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9.5px 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.42857143;
            border: 1px solid transparent;
            border-radius: 6px 6px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ccc;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #dadfee;
            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: #002F87;
    }

.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: 21px;
    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: 17.5px 14px;
    font-size: 19px;
    line-height: 21px;
    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: 8.75px -14px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 21px;
    }

@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: 21px;
        }

            .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: 17.5px;
                padding-bottom: 17.5px;
            }
}

.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: 10.5px;
    margin-bottom: 10.5px;
}

@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: 10.5px;
    margin-bottom: 10.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 12.5px;
        margin-bottom: 12.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 17px;
        margin-bottom: 17px;
    }

.navbar-text {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}

@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: #dadfee;
        }

        .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: #8d8d8d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #8d8d8d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #8d8d8d;
    }

        .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: #8d8d8d;
    }

        .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: #8d8d8d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #8d8d8d;
}

    .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: 6px 12px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f2f4f9;
    border-radius: 6px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: ">\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #666666;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 6px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #002F87;
            background-color: #fff;
            border: 1px solid #dadfee;
            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: #00143b;
            background-color: #eeeeee;
            border-color: #dadfee;
        }

    .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: #002F87;
        border-color: #002F87;
        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: #666666;
        background-color: #fff;
        border-color: #dadfee;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 19px;
}

.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: 13px;
}

.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: 21px 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 #dadfee;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .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: #666666;
        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: #666666;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #4d4d4d;
    }

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #4d4d4d;
    }

    .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: #666666;
            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: #666666;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-primary {
    background-color: #002F87;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #001d54;
    }

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #001d54;
    }

    .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: #002F87;
            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: #002F87;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-success {
    background-color: #4A8235;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #355e26;
    }

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #355e26;
    }

    .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: #4A8235;
            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: #4A8235;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-info {
    background-color: #00828f;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #00545c;
    }

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #00545c;
    }

    .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: #00828f;
            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: #00828f;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-warning {
    background-color: #CE8012;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #9f630e;
    }

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #9f630e;
    }

    .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: #CE8012;
            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: #CE8012;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.label-danger {
    background-color: #c22f22;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #97241a;
    }

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #97241a;
    }

    .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: #c22f22;
            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: #c22f22;
            border-width: 8px;
            border-bottom-width: 8px;
            margin-top: -8px;
        }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #adadad;
    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: #002F87;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 23px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 67.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #dadfee;
    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: #002F87;
}

.thumbnail .caption {
    padding: 9px;
    color: #111823;
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    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: #edf2ea;
    border-color: #e2e8da;
    color: #4a8235;
}

    .alert-success hr {
        border-top-color: #d5decb;
    }

    .alert-success .alert-link {
        color: #355e26;
    }

.alert-info {
    background-color: #e5f2f4;
    border-color: #cce9e8;
    color: #00828f;
}

    .alert-info hr {
        border-top-color: #bae2e0;
    }

    .alert-info .alert-link {
        color: #00545c;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #CE8012;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #9f630e;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-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: 21px;
    margin-bottom: 21px;
    background-color: #f2f4f9;
    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: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #002F87;
    -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: #4A8235;
}

.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: #00828f;
}

.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: #CE8012;
}

.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: #c22f22;
}

.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 #dadfee;
}

    .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: #f2f4f9;
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #666666;
    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: #666666;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #002F87;
    border-color: #002F87;
}

    .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: #5490ff;
    }

.list-group-item-success {
    color: #4a8235;
    background-color: #edf2ea;
}

a.list-group-item-success {
    color: #4a8235;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #4a8235;
        background-color: #e0e8da;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #4a8235;
        border-color: #4a8235;
    }

.list-group-item-info {
    color: #00828f;
    background-color: #e5f2f4;
}

a.list-group-item-info {
    color: #00828f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #00828f;
        background-color: #d3e9ec;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #00828f;
        border-color: #00828f;
    }

.list-group-item-warning {
    color: #CE8012;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #CE8012;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #CE8012;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #CE8012;
        border-color: #CE8012;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 21px;
    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: 17px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f2f4f9;
    border-top: 1px solid #dadfee;
    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 #dadfee;
    }

    .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: 21px;
}

    .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 #dadfee;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dadfee;
        }

.panel-default {
    border-color: #dadfee;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f2f4f9;
        border-color: #dadfee;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dadfee;
        }

        .panel-default > .panel-heading .badge {
            color: #f2f4f9;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dadfee;
    }

.panel-primary {
    border-color: #002F87;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #002F87;
        border-color: #002F87;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #002F87;
        }

        .panel-primary > .panel-heading .badge {
            color: #002F87;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #002F87;
    }

.panel-success {
    border-color: #e2e8da;
}

    .panel-success > .panel-heading {
        color: #4a8235;
        background-color: #edf2ea;
        border-color: #e2e8da;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e2e8da;
        }

        .panel-success > .panel-heading .badge {
            color: #edf2ea;
            background-color: #4a8235;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e2e8da;
    }

.panel-info {
    border-color: #cce9e8;
}

    .panel-info > .panel-heading {
        color: #00828f;
        background-color: #e5f2f4;
        border-color: #cce9e8;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #cce9e8;
        }

        .panel-info > .panel-heading .badge {
            color: #e5f2f4;
            background-color: #00828f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #cce9e8;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #CE8012;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #CE8012;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.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: #f2f4f9;
    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);
}

    .well blockquote {
        border-color: #dadfee;
        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: 22.5px;
    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.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.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: 13px;
    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: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    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: 15px;
    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: #eeeeee;
    }

    .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 #eeeeee;
            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: #d5d5d5;
    }

        .nav-wizard > li:hover > a:before {
            border-right-color: #d5d5d5;
        }

        .nav-wizard > li:hover > a:after {
            border-left-color: #d5d5d5;
        }

    .nav-wizard > li.active > a,
    .nav-wizard > li.active > a:hover,
    .nav-wizard > li.active > a:focus {
        color: #fff;
        background-color: #002F87;
    }

        .nav-wizard > li.active > a:after {
            border-left-color: #002F87;
        }

.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;
    }
}


body {
    -ms-overflow-style: scrollbar;
}
::placeholder {
    color: #666 !important;
}
:focus-visible {
    outline-offset: 2px;
    outline: -webkit-focus-ring-color auto 1px;
}
.form-control {
    color: #555;
    border: 1px solid #555;
}
.text-underline {
    text-decoration: underline;
}
    .text-underline:hover {
        text-decoration: underline;
    }
.img-border-radius {
    border-radius: 3%;
}
/*Boostsrap display flex and wrap*/
.d-flex, .display-flex {
    display: -ms-flexbox !important;
    display: flex !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 #002F87;
    border-left-width: 20px;
    border-radius: 3px;
    color: #002F87;
    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;
    }
        .customer-service-links .btn-link:hover {
            text-decoration:underline;
        }

        .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: #111b23;
    }
    .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;
}
    .pagination.pagination-summary {
        float: left;
        color: #666;
        font-style: italic;
        font-size: 13px;
        padding: 4px;
    }

.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: #002f87;
    }
        .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;
    }

.search-phrase {
    color: #600e4c;
    word-break: break-all;
    font-style: normal;
    font-size: 1.1em;
}
/* Facet Selection Buttons */
#facet-selections {
    margin-bottom: 15px;
}
#facet-selections .facet-selection {
    font-size: 14px;
    padding: 4px 7px;
    margin: 0 8px 8px 0;
}
#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 */
@media screen and (min-width: 992px) {
    #facets {
        font-size: 12px;
    }
    .col-left {
        padding-right: 0;
    }
}
#facets {
    margin-bottom: 20px;
}
    #facets .facets-clear {
        margin-bottom: 10px;
    }
.facets-inner {

}
    .facets-inner .btn {
        width: 100%;
    }
    .facets-inner > div > ul > li.divider:not(:first-of-type) {
        padding: 3px;
    }
    .facets-inner .facet-title {
        font-size: 13px;
        font-weight: bold;
        margin: 6px 0;
        display: block;
    }
    .facets-inner button {
        margin: 6px 0;
    }
    .facets-inner .facet-title.hidden-xs {
        margin-top: 18px;
    }
    .facets-inner .hidden-xs:nth-of-type(2) {
        margin-top: 6px;
    }
    .facets-inner li > .facet {
        display: flex;
        flex-direction: row;
        padding: 2px 6px;
    }
    .facets-inner li .fa {
        display: flex;
        align-items: center;
        line-height: 0;
        padding-right: 10px;
    }
    .facets-inner .facet-depth-2 {
        margin-left: 10px;
    }
    .facets-inner .facet-depth-3 {
        margin-left: 20px;
    }
    .facets-inner .facet-depth-4 {
        margin-left: 30px;
    }
    .facets-inner .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .facets-inner .facet-toggle {
        width: 100%;
        font-weight: 10;
        margin: 0;
        padding: 5px 0px 5px 5px;
        font-size: 16px;
        letter-spacing: .3px;
        border: 1px solid;
        border-radius: 6px 6px 0 0;
        text-align: left;
        white-space: normal;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
        .facets-inner .facet-toggle.collapsed {
            border-radius: 6px;
        }
        .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"
    }
    #facets-jump {
        margin-bottom: 10px;
    }
.facets-inner .alert {
    margin: 10px 0 !important;
    padding: 8px !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;
}
/* Items (Wide) */
.item-description {
    display: block;
}
.item {
    margin: 8px 0;
    display: block;
}
    .item .item-description {
        font-size: 12px;
        padding: 2px 0;
        color: #111b23;
    }
    .item .item-additional-options {
        font-size: 11px;
        font-style: italic;
        cursor: pointer;
        color: #111b23;
    }
    /* 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: 6px;
    }
    .item.item-product h5,
    .item.item-product .item-description {
        font-weight: normal;
        margin-bottom: 2px;
        margin-top: 6px;
    }
    .item-product .item-price-range {
        color: #666;
        font-size: 12px;
        font-weight: normal;
    }
    .item-product .item-tags .label {
        font-weight: normal;
    }

    .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: #666;
        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;
        }
        .item .item-image .item-tags {
            position: absolute;
            bottom: -4px;
            z-index: 10;
        }
            .item .item-image .item-tags .label {
                opacity: 0.85;
            }
        .item .item-image:hover .item-quick-info {
            display: block;
        }
        /* Item Brands */
        .items-grid-brand {
            color: #696969;
            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 #d9e0ed;
    }


    /* 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 .item-product .item-price {
        padding-top: 6px;
        margin-bottom: 2px;
    }
    .items-grid > .row > .col-sm-3 {
        border-bottom: 1px solid #d9e0ed;
    }
    .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;
    }
    @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: #111b23;
        }

        #reviews-io-home .reviews-io-home-aggregate h2 {
            font-family: NunitoSans-SemiBold, sans-serif;
            font-size: 22px;
            display: inline;
        }

        #reviews-io-home .reviews-io-home-aggregate .fa {
            color: #6fba0d;
        }

    #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;
        font-family: 'NunitoSans-ExtraBold';
    }

    /* 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 #ddd;
            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;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .item-carousel ul > li .item-price .original-price {
        text-decoration: line-through;
    }

.item-carousel ul > li .item-description {
    margin: 0 0 4px 0;
    padding-bottom: 3px;
    font-weight: normal;
    color: #111b23;
    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: #666;
        }

        .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: #111b23;
        }

    .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: #111b23;
    }

        .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: #111b23;
        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: #111b23;
    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 */
    @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: #002F87;
}

.product-link {
    font-weight: bold;
}

.excluded-products-description {
    color: #002F87;
}
.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;
}

/* 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: #666 !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;
}

.d2g-header-sale a {
    color: #c01b97;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}

#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.6em;
}
#header-account-dropdown .fa:not(.fa-arrow-right-from-bracket, .dropdown-icon-wrapper .fa) {
    font-size: 1.6em;
}
#header-account-dropdown .dropdown-icon-wrapper {
    width:15%;
}
    #header-account-dropdown .dropdown-icon-wrapper .fa {
        font-size: 1.2em;
        margin-right: 10px;
        color: #111b23;
        opacity: .85;
    }

#header-account-dropdown > .dropdown-menu {
    width: 305px;
    padding: 15px;
}

    #header-account-dropdown > .dropdown-menu a:not(.btn, .register-account-header) {
        color: #111b23;
    }

    #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: #111b23;
            background-color: #f5f5f5;
            cursor: pointer;
        }
#header-account-dropdown .dropdown-menu li:hover .fa {
    opacity: 1;
}



/*** Main nav mega menu ***/
#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;
}

#mega-menu > li,
#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;
        margin: 9px 10px 4px 10px;
        padding-bottom: 5px;
        font-family: 'Roboto';
        color: #4f7e94;
        border-bottom: 2px solid transparent;
        font-size: 13px;
    }

#mega-menu-sale-button a {
    color: #a94442 !important;
}

    #mega-menu-sale-button a:hover {
        border-bottom: 2px solid #a94442;
    }

#mega-menu > li .mega-menu-flyout-expander {
    position: relative;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
#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: 0px;
        width: max-content;
        height: auto;
        background-color: white;
        z-index: 1000;
        padding: 5px;
        color: #002F87;
    }

#mega-menu > li .mega-menu-dropdown {
    width: 75%;
    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 rgb(79, 126, 148);
    padding: 10px 0;
    min-height: 400px;
}

#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(0, 0, 255, .25);
        }

        #main-mega-menu .mega-menu-dropdown-item > div a {
            padding: 0;
            margin: 0;
            display: block;
        }


            #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;
        }

    #main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all a {
        height: 174px;
        display: block;
    }

@media (max-width: 1399px) {
    #main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all a {
        height: 164px;
    }
}

@media (max-width: 1239px) {
    #main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all a {
        height: 169px;
    }
}

#main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all i {
    font-size: 4em;
    display: block;
    padding-top: 44px;
    text-align: center;
}

#main-mega-menu .mega-menu-dropdown-item > .menu-dropdown-shop-all span {
    font-size: 14px;
    background: #fff;
    white-space: initial;
    border-top: none;
}

#main-mega-menu .menu-resources {
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 0;
    background: #f5f5f5;
    overflow: hidden;
}

    .menu-resources ul,
    .menu-resources li {
        padding: 0;
    }

        .menu-resources li > a {
            padding: 5px 0 5px 5px;
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 13px;
        }

        .menu-resources ul.nav-featured-content li > a {
            border: none;
        }

        .menu-resources ul.nav-featured-content {
            margin-top: 20px;
        }

        .menu-resources li > a.class-facet-Sale-Facet:after {
            content: 'Sale';
            display: inline-block;
        }

        .menu-resources li > a.class-facet-BestSeller-Facet:after {
            content: 'Best Sellers';
            display: inline-block;
        }

        .menu-resources li > a.class-facet-New-Facet:after {
            content: 'New';
            display: inline-block;
        }

    .menu-resources h3,
    .menu-resources h2 {
        margin-top: 20px;
        text-align: center;
        font-weight: normal;
        color: #555;
    }

        .menu-resources h3 i,
        .menu-resources h2 i {
            vertical-align: middle;
        }

#mega-menu-dimmer {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    background: rgba(150, 150, 150, .3);
    display: none;
    z-index: 999;
}

@media (max-width: 1399px) {
    #mega-menu > li > a {
        margin: 9px 4px 4px 4px;
    }
}

@media (max-width: 1239px) {
    #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;
    }
}

/* Email Marketing Checkbox */
/*.bronto-approval-checkbox-footer {
    display:flex;
    align-items:center;
}*/

.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.6em;
}

.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: 4px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    width: 100%;
}

/* 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;
        right: 5px;
    }
     
}

/* 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 #002f87;
    border-left-width: 20px;
    border-radius: 6px;
    color: #111823;
    padding: 10px;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .alert-holiday-messages > button.close {
        right: 0;
        color: #002f87;
        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: #002F87;
    }

/* 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: #666;
    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: #111b23;
    }
/* 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: #111b23;
        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: #111b23;
        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: #002F87;
}

.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;
    font-size: 15px;
    padding-left: 15px;

}
.confirm-register-list ul li {
    padding-bottom: 5px;
}
    .confirm-register-list ul  li:before {
        content: "\2713\0020";
        color: #59950a;
        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 (max-width:991px) {
    .confirm-register-list ul li {
        display: inline;
        padding-left: 10px;
        white-space: nowrap;
        margin-bottom: 8px;
    }
}

@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: #f2f4f9;
    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: #111b23;
    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;
    }
}
/* Custom Fonts 
*/
@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url(//static.commerceplatform.services/content/fonts/nunitosans-semibold.woff2) format('woff2'), url(//static.commerceplatform.services/content/fonts/nunitosans-semibold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'NunitoSans-ExtraBold';
    src: url(//static.commerceplatform.services/content/fonts/nunitosans-extrabold.woff2) format('woff2'), url(//static.commerceplatform.services/content/fonts/nunitosans-extrabold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Merriweather";
    src: url(//static.commerceplatform.services/content/fonts/merriweather-bolditalic.woff2) format('woff2'), url(//static.commerceplatform.services/content/fonts/merriweather-bolditalic.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 
/* Main ambient background style */
BODY {
    background-color: #fff;
    font-family: 'NunitoSans-SemiBold', sans-serif;
}

h1, .h1 {
    margin: 18px 0 10px 0;
    text-shadow: none;
    font-size:26px;
}
h2, .h2 {
    font-size:23px;
}
h3, .h3 {
    font-size:20px;
}
h4, .h4 {
    font-size:18px;
}
h5, .h5, h6, .h6 {
    font-size: 16px;
}
hr {
    border-color: #dadfee;
}
b, strong {
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}
a:hover {
    text-decoration: underline;
}

a .btn, a.btn, a:has(button, p, div, span) {
    text-decoration: none !important;
    text-decoration: none !important;
}
 
a img:hover {
    opacity: .8;
}
b, strong {
    font-weight:700;
}
.dropdown-toggle:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
.site-heading {
    border-bottom: 3px solid #002f87;
    padding-bottom: 6px;
}
#long-description a:hover, #long-description a:focus {
    text-decoration: underline;
}
#long-description .btn:hover {
    text-decoration: none;
}
.bg-light {
    background: #f2f4f9;
}
.bg-light-teal {
    background: #E5F2F4;
}
.form-control:focus {
    border-color: #002f87;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .6), 0 0 8px #002f87;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .6), 0 0 8px #002f87;
}
.help-block {
    color: #111823;
}
/*stripe thead tables*/
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #F2F4F9;
}
 
/* Breadcrumb */
.breadcrumb .active {
    color: #111b23;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}
.breadcrumb a {
    text-decoration: underline;
    color: #002F87;
}
.breadcrumb > li + li:before {
    color: #111b23;
    font-family: 'NunitoSans-SemiBold', sans-serif;
}
/* Pagination */
.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
}
/* Facets */
#facets {
    overflow: hidden;
}
.facets-inner {

}
    .facets-inner .btn.facet-more-toggle {
        margin: 0;
        width: auto;
    }

    .facets-inner ul {
        padding-bottom: 0;
        padding-top: 3px;
    }
    .facets-inner .facet-toggle {
        border-color: #d9e0ed;
    }
    .facets-inner .facet-title {
        font-weight: 10;
        margin: 0;
        padding: 5px 0px 5px 5px;
        font-size: 16px;
        letter-spacing: .3px;
        border: 1px solid #d9e0ed;
        border-radius: 6px 6px 0 0;
    }
        .facets-inner .facet-title + div,
        .facets-inner .facet-toggle + div {
            border: 1px solid #d9e0ed;
            border-top: none;
            border-radius: 0 0 6px 6px;
            margin-bottom: 10px;
        }
    .facets-inner li > .facet {
        padding: 2px 0 2px 5px;
        border-radius: 0;
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
        text-decoration: none;
        padding-right: 3px;
    }
    .facets-inner li:hover > .facet {
        text-decoration: underline;
        background-color: #f2f4f9;
    }

    .facets-inner li.active > .facet,
    .facets-inner li.active > .facet:hover,
    .facets-inner li.active > .facet:focus {
        color: #11182a;
        background-color: #f2f4f9;
        font-family: 'NunitoSans-ExtraBold';
    }
    .facets-inner .nav > li > .facet:hover {
        background-color: #f2f4f9;
    }

    .facets-inner .facet-depth-2 {
        margin-left: 15px;
        margin-top: 6px;
    }

    .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 li.active > .facet:before {
        color: #111b23;
    }


    .facets-inner .badge {
        background-color: transparent;
        border-radius: 0;
        font-weight: 200;
        font-size: 11px;
        padding: 3px 4px;
        margin-left: 2px;
        color: #002f87;
    }
    .facets-inner > .facet-title:first-of-type {
        margin-top: 0px !important;
    }
    @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;
        }
    }
/* Product Thumbnails move addtocartbutton*/
.product-thumbnails .active {
    border-color: #3071aa;
    opacity: 1.0;
}

/* Product Reviews */
.review-stars .fa {
    color: #CE8012;
}
.customer-review .review-star-rating {
color: #CE8012;
font-size: 1.3em;
margin-bottom: 2px;
}
    .customer-review .review-star-rating[data-star-rating="5"] {
        color: #CE8012;
    }
    .customer-review .review-star-rating[data-star-rating="4"] {
        color: #CE8012;
    }
    .customer-review .review-star-rating[data-star-rating="3"] {
        color: #CE8012;
    }
    .customer-review .review-star-rating[data-star-rating="2"] {
        color: #CE8012;
    }
    .customer-review .review-star-rating[data-star-rating="1"] {
        color: #CE8012;
    }
    /*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: #111b23;
}
.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: #933 !important;
    background-color: #f2e0e0;
}
/* Items (Category, HallwayPage, Search, etc) */
.item.item-product .item-price {
    font-weight: bold;
    color: #111b23;
    padding-top:10px;
    padding-bottom:10px;

}
.sale-price {
    color: #00828f;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}
.item.item-product .item-price .original-price {
    font-weight: normal;
    color: #757575;
    text-decoration: line-through;
    font-size: 0.85em;
}

.item.item-product .discount-percentage {
    display: block;
    color: #444;
}
.item .item-description {
    font-size: 13px;
    line-height: 1.4em;
    padding-top:10px;
    padding-bottom:10px;
}
.item .product-link, .category-link {
    text-decoration: none;
/*    color: #111823;*/
}
.item-price .label.label-success.savings {
    background-color: #00828f;
}
/* Item Status Labels */
.item .item-image .item-tags .label {
    padding: 0.2em 0.6em 0.1em;
}
.label-new:after {
    content: 'New!';
}
.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: #f2f4f9;
}
/*sub class grid*/
@media (max-width: 767px) {
    #sub-class .sub-class-wrapper .col-xs-4:not(:nth-child(3n)) {
        border-right: 1px solid #d9e0ed;
    }

    #sub-class .sub-class-wrapper .col-xs-4 {
        border-bottom: 1px solid #d9e0ed;
    }
}

.items-grid > .row > .col-sm-3{
    border-bottom: 1px solid #d9e0ed;
}

@media (min-width: 768px) {
    .items-grid > .row {
        margin-top: -12px;
    }

    .items-grid > .row > .col-sm-3:not(:last-of-type) {
        border-right: 1px solid #d9e0ed;
    }
    .items-list-2x > .col-sm-6:nth-child(odd) {
        border-right: 1px solid #d9e0ed;
    }
    .items-grid > .row > .col-sm-3:nth-child(4n) {
        border-right: none;
    }

    .items-list-2x > .col-sm-6 > .col-sm-6:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
/* List2x View */
@media (max-width: 768px) {
    .items-list-2x > .col-sm-6 {
        border-bottom: 1px solid #d9e0ed;
    }
    .items-list-2x.row {
        padding: 0 0px;
    }
}
.items-list-style {
    padding: 0px 0px 0px 16px;
}
/* List View */
@media (max-width: 768px) {
    .item-border {
        border-bottom: 1px solid #d9e0ed !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: #666;
        }

        #company-valid a {
            font-size: 14px;
        }


    /* Recently Viewed Products */
    .item-carousel {
/*        background-color: #f2f4f9;
        border-radius: 5px;*/
    }

        .item-carousel ul > li {
            border: 1px solid #d9e0ed;
        }

    .btn-prev,
    .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;
    }

        #recently-viewed.btn-next:hover, .btn-prev:hover {
            background: rgba(17, 27, 35, 0.8);
        }

    /* Search Results */
/*    i.search-phrase {
        color: #600e4c;
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
    }*/
    /*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: #111b23 !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: #111b23;
    }

        #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: #111b23;
            }
    /* 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: #f2f4f9;
}

        #recently-viewed .original-price {
            text-decoration: line-through;
            color: #757575;
            margin-right: 3px;
            text-shadow: none;
            font-size: 0.85em;
            font-family: 'NunitoSans-SemiBold';
        }

    /*account benefits*/
    .confirm-register-list ul li:before {
        color: #002f87;
    }

    /*quotes*/
    /*quote*/
    #quote-container .quote-total > div {
        padding: 10px 15px;
        background: #f2f4f9;
        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: #f2f4f9;
        border: 1px solid rgb(206, 215, 232);
    }

    .accordion-title {
        padding: 10px 16px;
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 17px;
        cursor: pointer;
        background: #fff;
        color: #002f87;
        box-shadow: none !important;
        border-radius: 6px;
        border: 1px solid #bfcbe1;
    }

        .accordion-title:hover {
            border: 1px solid #002f87;
        }

        .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;
    }

/* Custom Fonts 
*/

@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url(//static.commerceplatform.services/content/fonts/nunitosans-semibold.woff2) format('woff2'), url(//static.commerceplatform.services/content/fonts/nunitosans-semibold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'NunitoSans-ExtraBold';
    src: url(//static.commerceplatform.services/content/fonts/nunitosans-extrabold.woff2) format('woff2'), url(//static.commerceplatform.services/content/fonts/nunitosans-extrabold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#gw-header, #gw-footer {
    font-family: 'NunitoSans-SemiBold', sans-serif;
}
#gw-header b, #gw-header strong,
#gw-footer b, #gw-footer strong
{
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}

/* Main ambient background style */

#gw-header h1, #gw-footer h1 {
    margin: 18px 0 10px 0;
    font-size: 24px;
    font-weight: normal;
}

#gw-header h2, #gw-header h3, #gw-header h4, #gw-header h5, #gw-header h6, #gw-header .btn, #gw-header .form-control, #gw-header .alert-info,
#gw-footer h2, #gw-footer h3, #gw-footer h4, #gw-footer h5, #gw-footer h6, #gw-footer .btn, #gw-footer .form-control, #gw-footer .alert-info {
    font-family: 'NunitoSans-SemiBold', sans-serif;
}

#gw-header a {
    text-decoration:none;
}
 
.dropdown-toggle:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
/* Header Top */
#gw-header #header-top {
    padding: 6px;
    background: #ffffff;
}

#gw-header #header-tagline {
    color: #111b23;
    font-size: 15px;
    text-align: left;
    left: 30%;
    position: absolute;
    width: 100%;
    bottom: -23px;
}

#gw-header .top-header-link a,
#gw-header .top-header-link button {
    font-size: 12px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

#gw-header #header-site-locale {
    position: static;
    top: 0;
    right: 0;
    z-index: 500;
}

#gw-header .list-inline-item {
    margin: 0;
}

#gw-header .btn-xs, #gw-header .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
}

#gw-header #header-chat-link {
    position: static;
    z-index: auto;
    color: #002f87;
}

#gw-header #region-selection {
    background: transparent;
    border: 1px solid rgba(0, 82, 90, .33);
    color: #00525a;
    padding: 0 10px;
}

@media (max-width: 991px) {
    #gw-header #header-top {
        padding: 0;
    }

        #gw-header #header-top .list-inline {
            position: absolute;
            right: 21px;
            top: 10px;
            z-index: 999;
        }
}

@media (min-width: 992px) {
    #gw-header #header-border {
        border-bottom: 2px solid rgba(170, 176, 181, 0.26);
        position: absolute;
        left: 12%;
        top: 29px;
        width: 86%;
    }
}

@media (min-width: 1240px) {
    #gw-header #header-tagline {
        left: 27%;
    }

    #gw-header #header-border {
        left: 11.5%;
        width: 87%;
    }
}

@media (min-width: 1400px) {
    #gw-header #header-border {
        left: 11%;
        width: 87.5%;
    }
}

/* Main Header */
#gw-header #d2g-header {
    background: #ffffff;
    padding: 10px;
    font-size: 18px;
    height: auto;
}

    /* sticky nav */
@media (min-width: 992px) {
    #gw-header #d2g-header.top-stick {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4);
        padding: 2px !important;
        z-index: 1000;
    }
    #gw-header #header-logo-div a:focus img:first-child {
        outline: 2px solid black
    }
}
    /* Fix for shift when a modal window opens */
    body.modal-open #gw-header #d2g-header.top-stick {
        padding-right: 20px !important;
    }

    #gw-header #d2g-header.top-stick + #header-nav {
        margin-top: 56px;
    }

        #gw-header #d2g-header.top-stick + #header-nav .mega-menu-dropdown {
            display: none;
        }

    #gw-header #d2g-header-main-row {
        margin-right: 0;
    }

    #gw-header #header-logo-div {
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        max-width: 80px;
    }

    .header-logo-fade-in {
        opacity: 1;
    }

    .header-logo-fade-out {
        opacity: 0 !important;
        height: 0 !important;
    }

    @media (max-width: 991px) {
        #gw-header #header-logo-div {
            padding: 0;
        }
            #gw-header #header-logo-div a:focus {
                outline: 2px solid black
            }

        #gw-header .top-stick {
            position: static;
            padding: 10px !important;
            bottom: 5px;
            right: 5px;
        }

        #gw-header #d2g-header.top-stick + #header-nav {
            margin-top: 0px;
        }
    }

    @media (min-width: 992px) {
        #gw-header #header-logo-div img {
            padding: 10px;
            max-width: 99px;
            position: absolute;
            top: -40px;
            left: 0;
        }

        #gw-header .top-stick #header-logo-div img {
            padding: 0;
            max-width: 65px;
            position: absolute;
            top: 2px;
            left: 20px;
        }
    }

    @media (max-width:350px) {
        #gw-header #d2g-header-main-row {
            padding: 0;
        }

            #gw-header #d2g-header-main-row > div {
                width: 100%;
                padding: 0;
                text-align: center;
            }

                #gw-header #d2g-header-main-row > div > div {
                    float: none !important;
                    padding-bottom: 15px;
                }

        #gw-header #header-logo-div {
            min-width: 100%;
            margin: 0;
        }
    }

    /* Header Search Bar */
    #gw-header .search-bar {
        padding: 0;
        box-shadow: none;
        margin: 7px 0;
        width: 100%;
        margin-left: 20px;
    }

        #gw-header .search-bar input {
            vertical-align: middle;
            border: 0;
            border-radius: 4px 0 0 4px !important;
            border-right: 0 !important;
            height: 45px !important;
            outline: 0;
            font-size: 14px;
            padding: 6px 12px !important;
            background: #fff;
            border: 1px solid #002f87;
        }

            #gw-header .search-bar input:focus {
                box-shadow: inset 0 0 6px #002f87;
            }

        #gw-header .search-bar .input-group-btn {
            width: 1% !important;
        }

    #gw-header #search-input:focus::-webkit-input-placeholder, #sm-search-input:focus::-webkit-input-placeholder {
        opacity: 0;
        
    }
    #gw-header#search-input::placeholder {
        color: #111b23;
        opacity:1;
    }
#gw-header .search-bar button {
    font-size: 16px;
    height: 45px !important;
    vertical-align: middle;
    outline: 0;
    background: #002f87;
    color: #fff;
    border: #002f87;
}

/*#gw-header .search-bar button {*/ /* fix for weird left margin hover issue on search button */
    /*margin-left: 0 !important;
    background: transparent;
    color: #fff;
    background: #002F87;
    border: 1px solid rgb(0 47 135 / 10%);
    border-left: none;
}*/

    #gw-header .search-bar button:hover { /* fix for weird left margin hover issue on search button */
        box-shadow: 0px 0px 8px rgba(255, 255, 255, .25);
    }
    #gw-header .search-bar button:focus-visible {
        outline: 2px solid black;
        outline-offset: 0px;
    }

    #gw-header #d2g-sm-header-search {
        margin: 0 0 10px 0;
        padding-top: 14px;
    }

    @media (max-width: 500px) {
        #gw-header #d2g-sm-header-search {
            width: 75% !important;
        }
    }

    @media (max-width:767px) {
        #gw-header .search-bar {
            margin-left: 0;
        }

        #gw-header #d2g-sm-header-search {
            padding-right: 14px;
        }
    }

    /* Search Suggestions */
#gw-header .twitter-typeahead .tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    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 0 0 0;
        background-color: #f2f4f9;
        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: #f2f4f9;
            }


    #gw-header .twitter-typeahead .tt-suggestion.tt-cursor {
        color: #111b23;
        background-color: #f2f4f9;
        border-radius: 4px;
    }
/*
        #gw-header .twitter-typeahead .tt-suggestion.tt-cursor a {
            color: #111b23;
        }*/


    /* Header Links/Dropdown Menus */
    #gw-header #d2g-header-links {
        padding-right: 0;
        white-space: nowrap;
    }

        #gw-header #d2g-header-links > ul {
            display: inline-block;
            font-size: 15px;
            margin-top: 15px;
        }

            #gw-header #d2g-header-links > ul > li:not(:last-child) {
                margin-right: 20px;
                margin-left: 0;
            }

            #gw-header #d2g-header-links > ul > li > a:not(.btn),
            #gw-header #d2g-header-links > ul > li button {
                display: block;
                border: none;
                background-color: transparent;
                padding: 0;
                margin: 0;
            }

        #gw-header #d2g-header-links .fa-caret-down {
            color: #002f87;
         }

@media (max-width: 767px) {
    #gw-header #d2g-header-links > ul {
        margin-top: 28px;
    }
}

@media (max-width: 991px) {
    #gw-header #d2g-header-links > ul {
        margin-top: 42px;
        margin-right: 10px;
    }
}

@media (max-width: 1400px) {


    #gw-header #d2g-header-links > ul .top-link {
        margin-right: 20px;
    }
}

#gw-header #deals-dropdown-menu {
    min-width: 225px;
    padding: 15px;
}
#deals-dropdown-menu li a {
    padding: 5px 15px;
    display: block; 
}
    /* Header Shopping Cart */
    #shopping-cart-icon > span {
            position: absolute;
            top: -9px;
            left: 18px;
            z-index: 999;
            background: #002f87;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 20px;
            text-align: center;
            font-size: 11px;
            color: #FFFFFF;
            border: 1px solid #002f87;
            font-weight: bold;
            font-family: 'NunitoSans-ExtraBold', sans-serif;
    }

    #header-cart-dropdown-menu-btn .fa-cart-shopping,
    #header-account-dropdown .fa-circle-user {
        color: #002a84;
    }

.cart-dropdown-menu .cart-dropdown-title {
    text-overflow: ellipsis;
    overflow: hidden;
     padding-bottom: 3px;
    font-weight: normal;
    display: block;
    color: #111b23;
    font-size: 14px;
    text-align: left;
}
 .cart-dropdown .dropdown-menu > li > a {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #d9e0ed;
    padding: 4px 0;
}
/* Class Navigation Menu */
#header-nav {
    background-color: #002F87 !important;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4);
}

        #header-nav nav {
            border: none;
            margin: 0 !important;
        }

    /*Mega menu*/

#mega-menu > li > a, #menu-sale > li > a, #main-mega-menu .mega-menu-dropdown-item > div a {
    font-family: 'NunitoSans-SemiBold', sans-serif;
}

    #main-mega-menu .mega-menu-dropdown-item > div:hover {
        box-shadow: 0 0 6px rgba(56, 94, 157, .25);
    }

    #mega-menu > li > a, #menu-sale > li > a, #mega-menu-sale-button a {
        color: #fff !important;
    }

        #mega-menu-sale-button a:hover {
            border-bottom: 2px solid #ebeff5;
            color: #ebeff5 !important;
        }

    #mega-menu .mega-menu-dropdown-container {
        border-bottom: 4px solid #002f87;
    }

    #main-mega-menu .mega-menu-dropdown-item > div a{
        color: #002F87;
    }
        #main-mega-menu .mega-menu-dropdown-item > div a:hover {
            color: #00143b;
        }

    #main-mega-menu .mega-menu-dropdown-item > div span {
        background: #f2f4f9;
        border-top: 1px solid #dadfee;
    }
    #main-mega-menu .menu-resources {
        background: #f2f4f9;
    }
    .menu-resources h3,
    .menu-resources h2 {
        color: #111b23;
    }

    /* Responsive Toggle Class Menu */
    @media (min-width: 992px) {
        #header-nav.collapse { /* Force it visible on larger screens */
            display: block !important;
            visibility: visible !important;
            height: auto !important;
        }
    }

    @media (max-width: 991px) {
        #gw-header #nav-toggle-col {
            max-width: 95px;
        }

        #gw-header #header-nav-toggle {
            float: none;
            margin-right: 0;
            font-size: 21px;
            color: #fff;
            background: #002F87;
            margin-top: 22px;
            padding: 6px 15px;
            display: block;
        }
        #gw-header #header-nav-toggle:focus-visible {
            outline: 2px solid black;
            outline-offset: 0px;
        }

        #gw-header #main-mega-menu, #mega-menu, #mega-menu > li {
            display: block !important;
        }

        #gw-header #mega-menu {
            columns: 3;
            -webkit-columns: 3;
            -moz-columns: 3;
            margin-top: 10px;
        }

        #gw-header .mega-menu-dropdown, #mega-menu > li > a::after {
            display: none !important;
        }

        #gw-header #mega-menu > li {
            padding: 1px 0 1px 5px;
            margin: 10px 30px 0 30px;
            background: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, .3);
        }

            #gw-header #mega-menu > li:first-child {
                margin-top: 0;
            }

            #gw-header #mega-menu > li:hover {
                background: #2b4777;
            }

            #gw-header #mega-menu > li > a {
                border: none;
                text-align: center;
                margin: 0;
                padding: 9px 5px;
            }

            #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:480px) {
        #gw-header #mega-menu {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
    }

    @media (max-width: 500px) {
        #gw-header #nav-toggle-col {
            width: 25% !important;
        }
    }

    @media (max-width:350px) {
        #gw-header #header-nav-toggle {
            padding: 6px 9px;
            margin-right: 0;
        }
    }
    /* Main */
    #gw-main {
        min-height: 500px;
        letter-spacing: .002em;
        border-top: 1px solid #dde1e3;
    }

    @media (min-width: 768px) {
        #gw-header .navbar-nav > li > a {
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 28px;
            padding-bottom: 28px;
        }
    }
    /* Footer styles */
    #gw-footer {
 
        margin-top: 100px;
    }
@media (max-width:1399.98px) {

    #gw-footer #footer-email {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
    #reviews-io-footer a {
    color: #111823;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
        #gw-footer #footer-email .row, #gw-footer .email-subscribe-col  {
            padding: 0;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            justify-content: center;
        }


        #gw-footer #footer-email {
            text-align: left;
              background: #e5eaf3;
        }

        #gw-footer #footer-email-subscribe .col-md-8 {
            flex: 1 1 auto !important;
        }

#gw-footer #footer-email-subscribed {
    font-size: 22px;
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid rgb(204, 213, 231);
}


#footer-social-links {
    display: flex;
    justify-content: space-evenly;
}
    #footer-social-links a, #footer-social-links svg {
        padding: 0;
        font-size: 27px;
        cursor: pointer;
        text-decoration: none !important;
        width: 32px;
        height: 37px;
    }

#gw-footer #footer-company-links a, #gw-footer #footer-company-links button {
    text-decoration: none;
}
#gw-footer #footer-company-links a:hover, #gw-footer #footer-company-links button:hover {
    text-decoration: underline;
}
    /* Social Media Buttons */
    /*#gw-footer #footer-social i:not(.fa-camera-retro):not(.fa-check-square-o), #gw-footer #footer-social .color-twitter svg {
                font-size: 27px;
                cursor: pointer;
                border: 3px solid;
                margin-right: -5px;
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                text-align: center;
                line-height: 45px;
                vertical-align: middle;
            }

            #gw-footer #footer-social .color-facebook .fa {
                background-color: #385e9d!important;
            }

            #gw-footer #footer-social .color-pinterest .fa {
                background-color: #c22f22;
            }

            #gw-footer #footer-social .color-twitter svg {
                background-color: #000 !important;
                padding: 5px;
            }

            #gw-footer #footer-social .color-linkedin .fa {
                background-color: #002a84 !important;
            }

            #gw-footer #footer-social .color-youtube .fa {
                background-color: #9b261b !important;
            }

            #gw-footer #footer-social .color-instagram .fa {
                background-color: #9a1679 !important;
            }

        #gw-footer #footer-be-inspired a {
            font-size: 19px;
            margin-top: 15px;
        }


        #gw-footer #footer-social-links h3 {
            color: #232c33;
            font-size: 15px;
        }*/

@media (max-width: 991px) {
    #gw-footer #footer-social-links {
        width: 100%;
    }

    #gw-footer #footer-email-subscribe p {
        font-size: 32px;
    }
}

#gw-footer #footer-email-subscribe {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

        #gw-footer #footer-email-subscribe .form-control {
            height: 46px;
            width: 100%;
            border-color: #002f87;
        }
 
        #gw-footer #footer-email-subscribe p {
            font-size: 27px;
            width: 100%;
        }
.bronto-approval-checkbox, .bronto-approval-checkbox-footer, .bronto-approval-checkbox-footer-d2g {
     display: flex;
    align-items: flex-start;
    padding: 10px;
}

#gw-footer .bronto-approval-checkbox-footer-d2g > span {
    border: 1px solid #111823;
    color: #002f87;
    background: #fff;
}

#gw-footer #footer-customer-service-links {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 15px;
    background: #002f87;
}

    #gw-footer #footer-customer-service-links .row {
        max-width: 1368px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        display: block;
    }

#gw-footer #footer-customer-service-links a {
    text-decoration: none !important;
}
    #gw-footer #footer-customer-service-links .media-left {
            vertical-align: middle;
        }

        #gw-footer #footer-customer-service-links .media-body {
            vertical-align: middle;
            text-align: left;
        }

        #gw-footer #footer-customer-service-links a, #gw-footer #footer-customer-service-links button {
            color: #eee;
            display: inline-block;
            background: transparent;
            border: none;
        }

        #gw-footer #footer-customer-service-links p {
            font-size: 31px;
            color: #eee;
        }

    #gw-footer #footer-customer-service-links-heading {
        font-size: 20px;
        font-weight: 200;
        color: #b8bbbd;
        width: 100%;
        line-height: 25px;
        margin: 1em auto;
    }

        #gw-footer #footer-customer-service-links-heading a {
            font-size: 20px;
            color: #dba700;
        }

    #gw-footer #footer-customer-service-links .fa,
    #gw-footer #footer-customer-service-links .fal {
        font-size: 40px;
        display: block;
    }
 

    #gw-footer #footer-company-links ul {
        padding: 0;
    }

    #gw-footer #footer-company-links li {
        margin-bottom: 12px;
    }

    #gw-footer #footer-company-links p {
        line-height: 15px;
        font-size: 13px;
        font-weight: normal;
        line-height: 16px;
        margin: 0;
        padding: 0;
    }
#footer-company-links h3 {
    text-transform: uppercase; 
}
#footer-company-links button {
    background: white;
    border: 0;
    padding: 0;
    color: #002f87;
    text-decoration: underline;
    text-align:left;
}
    #gw-footer #footer-badges {
        border: 1px solid rgba(255, 255, 255, 0.05);
        text-align: center;
        padding: 2% 2% 0;
    }


#gw-footer #reviews-io-footer .fa {
    color: #CE8012;
}
#reviews-io-home .reviews-io-home-aggregate .fa {
    color: #ce8012;
}
    @media (max-width: 1239px) {
        #gw-footer #footer-badges {
            padding: 2% 0 0;
        }
    }

    @media (max-width: 767px) {
        #gw-footer h5 {
            margin: 0;
            padding: 20px 0 10px;
            font-size: 17px;
            letter-spacing: normal;
        }

        #gw-footer .col-sm-3:nth-of-type(1) > h5, #gw-footer .col-sm-4:nth-of-type(1) > h5 {
            margin-top: 10px;
        }

        #gw-footer #footer-customer-service-links .row {
            display: table;
            margin: 0px auto;
        }

        #gw-footer #footer-customer-service-links .col-sm-4 {
            /* overflow: hidden;*/
            text-align: left;
            width: 100%;
        }

            #gw-footer #footer-customer-service-links .col-sm-4:not(:first-child) {
                margin-top: 30px;
            }

        #gw-footer #footer-company-links {
            /*        margin: 2% 10%;*/
            font-size: .8em;
        }

            #gw-footer #footer-company-links p {
                max-width: 280px;
            }

            #gw-footer #footer-company-links .row {
                display: table;
                margin: 0px auto;
                text-align: center;
            }

        #gw-footer #footer-badges .col-sm-4, #gw-footer #footer-badges .col-sm-5, #footer-badges .col-sm-3 {
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 20px;
            margin: 0 auto;
            text-align: center;
            margin: 10px 5px 0;
            text-align: center;
            padding: 20px;
            width: 100%;
        }

        #gw-footer #footer-badges .media-left {
            display: block;
            text-align: center;
        }

        #gw-footer #footer-badges .media-body {
            display: block;
        }

        #gw-footer #footer-badges .text-left {
            text-align: center;
        }

        #gw-footer #footer-company-links li {
            font-size: 15px;
            margin: 4px;
        }
    }

.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: #002F87;
    }
