﻿*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family:sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: SourceSansPro, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}

dl,
ol,
ul {
    margin-top: 0;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

a {
    color: #0548a8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #03285e;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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,
.col-lg-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.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,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.collapse:not(.show) {
    display: none;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append,
.input-group-prepend {
    display: flex;
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

.input-group-append {
    margin-left: -1px;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

    .navbar,
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

@media (max-width:575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex!important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex!important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex!important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex!important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}

.align-text-top {
    vertical-align: text-top!important;
}

.bg-white {
    background-color: #fff!important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.border-0 {
    border: 0!important;
}

.border-dark {
    border-color: #343a40!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.rounded-0 {
    border-radius: 0!important;
}

.d-none {
    display: none!important;
}

.d-inline {
    display: inline!important;
}

.d-inline-block {
    display: inline-block!important;
}

.d-block {
    display: block!important;
}

.d-flex {
    display: flex!important;
}

.d-table {
    display: table!important;
}

.d-table-row {
    display: table-row!important;
}

.d-table-cell {
    display: table-cell!important;
}

.d-inline-flex {
    display: inline-flex!important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important;
    }

    .d-sm-inline {
        display: inline!important;
    }

    .d-sm-inline-block {
        display: inline-block!important;
    }

    .d-sm-block {
        display: block!important;
    }

    .d-sm-table {
        display: table!important;
    }

    .d-sm-table-row {
        display: table-row!important;
    }

    .d-sm-table-cell {
        display: table-cell!important;
    }

    .d-sm-flex {
        display: flex!important;
    }

    .d-sm-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important;
    }

    .d-md-inline {
        display: inline!important;
    }

    .d-md-inline-block {
        display: inline-block!important;
    }

    .d-md-block {
        display: block!important;
    }

    .d-md-table {
        display: table!important;
    }

    .d-md-table-row {
        display: table-row!important;
    }

    .d-md-table-cell {
        display: table-cell!important;
    }

    .d-md-flex {
        display: flex!important;
    }

    .d-md-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important;
    }

    .d-lg-inline {
        display: inline!important;
    }

    .d-lg-inline-block {
        display: inline-block!important;
    }

    .d-lg-block {
        display: block!important;
    }

    .d-lg-table {
        display: table!important;
    }

    .d-lg-table-row {
        display: table-row!important;
    }

    .d-lg-table-cell {
        display: table-cell!important;
    }

    .d-lg-flex {
        display: flex!important;
    }

    .d-lg-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important;
    }

    .d-xl-inline {
        display: inline!important;
    }

    .d-xl-inline-block {
        display: inline-block!important;
    }

    .d-xl-block {
        display: block!important;
    }

    .d-xl-table {
        display: table!important;
    }

    .d-xl-table-row {
        display: table-row!important;
    }

    .d-xl-table-cell {
        display: table-cell!important;
    }

    .d-xl-flex {
        display: flex!important;
    }

    .d-xl-inline-flex {
        display: inline-flex!important;
    }
}

.flex-column {
    flex-direction: column!important;
}

.flex-row-reverse {
    flex-direction: row-reverse!important;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.justify-content-end {
    justify-content: flex-end!important;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.align-items-center {
    align-items: center!important;
}

.align-self-center {
    align-self: center!important;
}

.justify-content-sm-center {
    justify-content: center!important;
}

.align-items-sm-start {
    align-items: flex-start!important;
}

.justify-content-md-start {
    justify-content: flex-start!important;
}

.justify-content-md-between {
    justify-content: space-between!important;
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important;
    }

    .flex-lg-column {
        flex-direction: column!important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .flex-lg-fill {
        flex: 1 1 auto!important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important;
    }

    .justify-content-lg-start {
        justify-content: flex-start!important;
    }

    .justify-content-lg-end {
        justify-content: flex-end!important;
    }

    .justify-content-lg-center {
        justify-content: center!important;
    }

    .justify-content-lg-between {
        justify-content: space-between!important;
    }

    .justify-content-lg-around {
        justify-content: space-around!important;
    }

    .align-items-lg-start {
        align-items: flex-start!important;
    }

    .align-items-lg-end {
        align-items: flex-end!important;
    }

    .align-items-lg-center {
        align-items: center!important;
    }

    .align-items-lg-baseline {
        align-items: baseline!important;
    }

    .align-items-lg-stretch {
        align-items: stretch!important;
    }

    .align-content-lg-start {
        align-content: flex-start!important;
    }

    .align-content-lg-end {
        align-content: flex-end!important;
    }

    .align-content-lg-center {
        align-content: center!important;
    }

    .align-content-lg-between {
        align-content: space-between!important;
    }

    .align-content-lg-around {
        align-content: space-around!important;
    }

    .align-content-lg-stretch {
        align-content: stretch!important;
    }

    .align-self-lg-auto {
        align-self: auto!important;
    }

    .align-self-lg-start {
        align-self: flex-start!important;
    }

    .align-self-lg-end {
        align-self: flex-end!important;
    }

    .align-self-lg-center {
        align-self: center!important;
    }

    .align-self-lg-baseline {
        align-self: baseline!important;
    }

    .align-self-lg-stretch {
        align-self: stretch!important;
    }
}

.position-static {
    position: static!important;
}

.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.position-fixed {
    position: fixed!important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.w-100 {
    width: 100%!important;
}

.w-auto {
    width: auto!important;
}

.h-100 {
    height: 100%!important;
}

.m-0 {
    margin: 0!important;
}

.mt-0,
.my-0 {
    margin-top: 0!important;
}

.mr-0,
.mx-0 {
    margin-right: 0!important;
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.mt-3,
.my-3 {
    margin-top: .1875rem!important;
}

.mb-4,
.my-4 {
    margin-bottom: .25rem!important;
}

.mb-5,
.my-5 {
    margin-bottom: .3125rem!important;
}

.mb-7,
.my-7 {
    margin-bottom: .4375rem!important;
}

.mr-8,
.mx-8 {
    margin-right: .5rem!important;
}

.mr-10,
.mx-10 {
    margin-right: .625rem!important;
}

.mb-10,
.my-10 {
    margin-bottom: .625rem!important;
}

.mt-11,
.my-11 {
    margin-top: .6875rem!important;
}

.mr-11,
.mx-11 {
    margin-right: .6875rem!important;
}

.mb-11,
.my-11 {
    margin-bottom: .6875rem!important;
}

.mb-14,
.my-14 {
    margin-bottom: .875rem!important;
}

.mt-20,
.my-20 {
    margin-top: 1.25rem!important;
}

.mb-20,
.my-20 {
    margin-bottom: 1.25rem!important;
}

.mr-22,
.mx-22 {
    margin-right: 1.375rem!important;
}

.mb-24,
.my-24 {
    margin-bottom: 1.5rem!important;
}

.mb-30,
.my-30 {
    margin-bottom: 1.875rem!important;
}

.p-0 {
    padding: 0!important;
}

.pt-0,
.py-0 {
    padding-top: 0!important;
}

.pr-0,
.px-0 {
    padding-right: 0!important;
}

.pb-0,
.py-0 {
    padding-bottom: 0!important;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.m-auto {
    margin: auto!important;
}

.mt-auto,
.my-auto {
    margin-top: auto!important;
}

.mr-auto,
.mx-auto {
    margin-right: auto!important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}


.text-left {
    text-align: left!important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important;
    }

    .text-sm-right {
        text-align: right!important;
    }

    .text-sm-center {
        text-align: center!important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important;
    }

    .text-md-right {
        text-align: right!important;
    }

    .text-md-center {
        text-align: center!important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important;
    }

    .text-lg-right {
        text-align: right!important;
    }

    .text-lg-center {
        text-align: center!important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important;
    }

    .text-xl-right {
        text-align: right!important;
    }

    .text-xl-center {
        text-align: center!important;
    }
}

.text-uppercase {
    text-transform: uppercase!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.font-italic {
    font-style: italic!important;
}

.text-white {
    color: #fff!important;
}

.font-weight-500 {
    font-weight: 500!important;
}

.font-size-12 {
    font-size: .75rem!important;
}

.font-size-13 {
    font-size: .8125rem!important;
}

.font-size-14 {
    font-size: .875rem!important;
}

.font-size-15 {
    font-size: .9375rem!important;
}

.font-size-16 {
    font-size: 1rem!important;
}

.font-size-17 {
    font-size: 1.0625rem!important;
}

.font-size-18 {
    font-size: 1.125rem!important;
}

.font-size-19 {
    font-size: 1.1875rem!important;
}

.font-size-20 {
    font-size: 1.25rem!important;
}

.font-size-40 {
    font-size: 2.5rem!important;
}

.text-olc-blue {
    color: #0548a8!important;
}

.bg-olc-blue {
    background-color: #0548a8!important;
}

.text-crayon-blue {
    color: #076af5!important;
}

.bg-crayon-blue {
    background-color: #076af5!important;
}

.text-oxford-blue {
    color: #002a49!important;
}

.bg-slate-grey {
    background-color: #545c66!important;
}


.bg-medium-gray {
    background-color: #edeef0!important;
}

.bg-light-gray {
    background-color: #f5f6f7!important;
}

.text-graphite-dark {
    color: #152935!important;
}

.text-mine-shaft {
    color: #333!important;
}

.bg-alizarin-crimson {
    background-color: #e2211b!important;
}

.bg-dodger-blue {
    background-color: #2681ff!important;
}

.text-pale-sky {
    color: #6d7a84!important;
}

.bg-alabaster {
    background-color: #f7f7f7!important;
}

.text-gray {
    color: #888!important;
}

.bg-gray {
    background-color: #888!important;
}

.text-malibu {
    color: #83b4fa!important;
}

.header-font-family {
    font-family: VinylOT, serif !important;
}

.body-font-family {
    font-family: SourceSansPro, Helvetica,  sans-serif!important;
}

.badge {
    width: 20px;
    height: 20px;
    font-size: .7125rem;
    right: 0;
    bottom: .6875rem;
}

.border-mercury {
    border: 1px solid #e8e8e8;
}

.text-underline {
    text-decoration: underline;
}

    .text-underline:hover {
        text-decoration: none;
    }

.height-unset {
    height: unset!important;
}

.height-auto {
    height: auto!important;
}

.line-height-1p85 {
    line-height: 1.85;
}

.line-height-1 {
    line-height: 1;
}

.w-222 {
    width: 222px;
}

h1 {
    font-size: 2.5rem;
}

h1,
h2 {
    font-family:  VinylOT, serif;
    font-weight: 400;
}

h2 {
    font-size: 2rem;
}

@media screen and (min-width:992px) {
    .featured-categories-wrap col-12 h2 {
        font-size: 2.5rem;
    }
}

h3 {
    font-size: 1.875rem;
}

h3,
h4 {
    font-family: VinylOT, serif;
    font-weight: 600;
}

h4 {
    font-size: 1.5625rem;
}

h5 {
    font-family: VinylOT, serif;
    font-weight: 400;
    font-size: 1.25rem;
}

.nav-sidebar h5 {
    color: #121212;
    font-size: .875rem;
    font-weight: 500;
    padding: .875rem 1.5rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

h6 {
    font-family: VinylOT, serif;
    font-weight: 400;
    font-size: 1.0625rem;
}

.search-support-box h6 {
    font-size: 1.25rem;
}

footer li {
    margin-bottom: .5rem;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    box-shadow: none!important;
}

    input[type=email]::-ms-input-placeholder,
    input[type=number]::-ms-input-placeholder,
    input[type=password]::-ms-input-placeholder,
    input[type=text]::-ms-input-placeholder {
        color: rgba(51, 51, 51, .5);
    }

    input[type=email]::placeholder,
    input[type=number]::placeholder,
    input[type=password]::placeholder,
    input[type=text]::placeholder {
        color: rgba(51, 51, 51, .5);
    }

    input[type=email]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        color: rgba(51, 51, 51, .5);
    }

input[type=submit] {
    border: 0;
}

@media screen and (min-width:576px) {
    input[type=submit].btn-subscribe {
        width: 125px;
    }
}

@media screen and (min-width:768px) {
    input[type=submit].btn-subscribe {
        /*width: 185px;*/
        width: 155px;
    }
}

a.btn {
    height: 50px;
    width: 200px;
}

@media screen and (min-width:576px) {
    a.btn {
        width: 242px;
    }
}

ul {
    list-style: none;
    padding: 0;
}

p {
    line-height: 1.62;
}

.featured-categories-wrap p {
    width: 200px;
    line-height: 1;
}

.search-support-box p {
    width: 206px;
    font-size: .75rem;
}

@media screen and (min-width:576px) {
    .search-support-box p {
        width: 178px;
        font-size: .875rem;
    }
}

img.img-bg {
    -o-object-fit: cover;
    object-fit: cover;
}

img.img-bg,
img.img-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-brand img {
    width: 192px;
}

@media screen and (min-width:360px) {
    .navbar-brand img {
        width: 200px;
    }
}

@media screen and (min-width:480px) {
    .navbar-brand img {
        width: 230px;
    }
}

.logos-wrap img.site-seal {
    width: 61px;
}

@media screen and (min-width:480px) {
    .logos-wrap img.site-seal {
        width: 85px;
    }
}

.logos-wrap img.iso {
    width: 36px;
}

@media screen and (min-width:480px) {
    .logos-wrap img.iso {
        width: 50px;
    }
}

.logos-wrap img.ecia {
    width: 40px;
}

@media screen and (min-width:480px) {
    .logos-wrap img.ecia {
        width: 55px;
    }
}

.logos-wrap img.trustwave {
    width: 49px;
}

@media screen and (min-width:480px) {
    .logos-wrap img.trustwave {
        width: 68px;
    }
}

.logos-wrap img.mcafee {
    width: 58px;
}

@media screen and (min-width:480px) {
    .logos-wrap img.mcafee {
        width: 71px;
    }
}

.main-menu-list img {
    top: 1.1875rem;
    right: 1.5rem;
}

.featured-categories-wrap img {
    height: 108px;
}

@media screen and (min-width:576px) {
    .featured-categories-wrap img {
        /*height: 120px;*/
        height: 200px;
    }
}

.search-support-wrap img {
    height: 35px;
}

@media screen and (min-width:576px) {
    .search-support-wrap img {
        /*height: 46px;*/
        height:70px;
    }
}

.top-suppliers-wrap img.sensata {
    height: 25px;
}

.top-suppliers-wrap {
    border-bottom: 1px solid #D8D8D8;
}


button {
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

.nav-sidebar {
    max-width: 991px;
    height: 100vh;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: all .3s;
    -webkit-transform: translateZ(0);
    overflow-y: auto;
    overflow-x: hidden;
}

.upper-nav .nav {
    height: 34px;
    color: #fff;
    font-size: .8125rem;
    text-transform: uppercase;
}

    .upper-nav .nav li {
        margin-right: .625rem;
        padding-left: .625rem;
        padding-right: .625rem;
    }

        .upper-nav .nav li a {
            color: #fff;
            padding: 0;
            width: 100%;
        }

        .upper-nav .nav li .dropdown a.dropdown-toggle {
            text-decoration: none;
        }

            .upper-nav .nav li .dropdown a.dropdown-toggle:after {
                content: url(../images/svg/icon-nav-arrow-down.html);
                border: none;
                display: flex;
                align-items: center;
                margin-bottom: .3125rem;
            }

        .upper-nav .nav li .dropdown .dropdown-menu {
            border-radius: .1875rem;
            border: none;
            box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .3);
            top: .3125rem!important;
            padding: .9375rem 0;
            min-width: unset;
            background: #fff;
            font-size: .8125rem;
        }

            .upper-nav .nav li .dropdown .dropdown-menu.currency {
                width: 95px;
                left: -.5rem!important;
            }

                .upper-nav .nav li .dropdown .dropdown-menu.currency .arrow {
                    left: 1.9375rem;
                }

            .upper-nav .nav li .dropdown .dropdown-menu.language {
                width: 155px;
                text-transform: none;
                left: -2rem!important;
            }

                .upper-nav .nav li .dropdown .dropdown-menu.language .arrow {
                    left: 3.9375rem;
                }

                .upper-nav .nav li .dropdown .dropdown-menu.language img {
                    width: 20px;
                    height: 14px;
                }

        .upper-nav .nav li:first-child {
            padding-left: 0;
        }

        .upper-nav .nav li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

@media screen and (min-width:768px) {
    .main-nav {
        box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .1);
    }
}

.main-nav .navbar .navbar-collapse {
    flex-grow: unset;
}

    .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle {
        color: #3f454d;
    }

        .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle img.normal {
            display: inline;
        }

        .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle img.active {
            display: none;
        }

        .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle:after {
            border: none;
        }

        .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle .arrow {
            position: absolute;
            width: 30px;
            top: 2.375rem;
            overflow: hidden;
            z-index: 2001;
            right: 3.25rem;
            visibility: hidden;
        }

            .main-nav .navbar .navbar-collapse .navbar-nav li .dropdown a.dropdown-toggle .arrow:after {
                content: "";
                position: absolute;
                background: #fff;
                left: .625rem;
                top: .25rem;
                width: 18px;
                height: 18px;
                border-top: 1px solid #e3e4e6;
                border-left: 1px solid #e3e4e6;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .main-nav .navbar .navbar-collapse .navbar-nav li:last-child a {
        padding-right: 0;
    }

header div .input-group {
    height: 46px;
}

@media screen and (min-width:768px) {
    header div .input-group {
        height: 50px;
    }
}

header div .input-group input[type=text] {
    color: #333;
}

    header div .input-group input[type=text]:focus {
        background-color: #f5f6f7;
        box-shadow: none;
    }

header div .input-group .search-btn-wrap {
    top: .5rem;
    right: 1.3125rem;
    z-index: 10;
}

@media screen and (min-width:768px) {
    header div .input-group .search-btn-wrap {
        top: .6875rem;
    }
}

footer .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    footer .container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    footer .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    footer .container {
        max-width: 1140px;
    }
}

footer .footer-links a {
    font-size: .8125rem;
    color: #6d7a84;
    display: flex;
    justify-content: flex-start;
}

footer .footer-links ul {
    background-color: #fff;
}

@media screen and (min-width:768px) {
    footer .footer-links ul {
        background-color: transparent;
    }
}

footer .footer-links .card .card-header button {
    width: 100%;
    font-size: .9375rem;
    color: #333;
    font-family:SourceSansPro, Helvetica,  sans-serif;
    text-align: left;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, .2);
    background: #edeef0 url(../images/icons/icon-minus.html) calc(100% - 20px) 50% no-repeat;
}

    footer .footer-links .card .card-header button.collapsed {
        background: #edeef0 url(../images/icons/icon-plus.html) calc(100% - 20px) 50% no-repeat;
    }

@media screen and (min-width:768px) {
    footer .footer-links .card .card-header button {
        width: unset;
        font-weight: 500;
        color: #152935;
        font-size: 1.0625rem;
        border: 0;
        background: transparent;
    }

        footer .footer-links .card .card-header button.collapsed {
            background: transparent;
        }
}

@media screen and (min-width:768px) {
    footer .footer-links .card .collapse {
        display: block;
    }
}

.subscribe-box {
    background: linear-gradient(90deg, #0548a8, #0761e0);
    overflow: hidden;
}

.slider-details-wrap .slider-details-container {
    padding: 0;
}

@media screen and (min-width:576px) {
    .slider-details-wrap .slider-details-container {
        max-width: unset;
    }
}

@media screen and (min-width:992px) {
    .slider-details-wrap .slider-details-container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    .slider-details-wrap .slider-details-container {
        max-width: 1140px;
    }
}

.slider-details-wrap .slider-details-container .details-wrap .detail-link {
    text-decoration: none;
}

    .slider-details-wrap .slider-details-container .details-wrap .detail-link:hover h6 {
        text-decoration: underline;
    }

.featured-categories-wrap .featured-categories a {
    text-decoration: none;
}

    .featured-categories-wrap .featured-categories a:hover h5 {
        text-decoration: underline;
    }

.search-support-wrap a {
    text-decoration: none;
}

    .search-support-wrap a:hover h6 {
        text-decoration: underline;
    }

.search-support-wrap .search-support-box {
    height: 86px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

@media screen and (min-width:576px) {
    .search-support-wrap .search-support-box {
        height: 216px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
        border-top: .4375rem solid #007ABF;
    }
}

@media screen and (min-width:576px) {
    .authorize-ditributor-wrap h2 {
        width: 484px;
    }
}

@media screen and (min-width:992px) {
    .authorize-ditributor-wrap h2 {
        width: 591px;
        font-size: 2.66875rem;
    }
}

.authorize-ditributor-wrap a.btn {
    border-bottom: .1875rem solid #3500aa;
}

.featured-tech-wrap img {
    width: 100%;
}

.featured-tech-wrap p {
    width: 280px;
}

@media screen and (min-width:576px) {
    .featured-tech-wrap p {
        width: 232px;
    }
}

@media screen and (min-width:768px) {
    .featured-tech-wrap p {
        width: 280px;
    }
}

body {
    background: #fff;
}

address {
    font-style: normal;
    line-height: inherit;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.mb-9,
.my-9 {
    margin-bottom: .5625rem!important;
}

.mb-22,
.my-22 {
    margin-bottom: 1.375rem!important;
}

.pt-5,
.py-5 {
    padding-top: .3125rem!important;
}

.pt-7,
.py-7 {
    padding-top: .4375rem!important;
}

.pb-7,
.py-7 {
    padding-bottom: .4375rem!important;
}

.pb-9,
.py-9 {
    padding-bottom: .5625rem!important;
}

.p-10 {
    padding: .625rem!important;
}

.pt-10,
.py-10 {
    padding-top: .625rem!important;
}

.pr-10,
.px-10 {
    padding-right: .625rem!important;
}

.pb-10,
.py-10 {
    padding-bottom: .625rem!important;
}

.pl-10,
.px-10 {
    padding-left: .625rem!important;
}

.p-11 {
    padding: .6875rem!important;
}

.pt-11,
.py-11 {
    padding-top: .6875rem!important;
}

.pr-11,
.px-11 {
    padding-right: .6875rem!important;
}

.pb-11,
.py-11 {
    padding-bottom: .6875rem!important;
}

.pl-11,
.px-11 {
    padding-left: .6875rem!important;
}

.pb-12,
.py-12 {
    padding-bottom: .75rem!important;
}

.pt-13,
.py-13 {
    padding-top: .8125rem!important;
}

.pt-14,
.py-14 {
    padding-top: .875rem!important;
}


/*some customestylebs.css*/
a {
    outline: 0;
}

    a img {
        outline: 0;
    }

.HomeCSLImagenon {
    max-width: 60px;
    min-width: 30px;
    max-height: 60px;
    min-height: 30px;
}

.HomeCSLIspan {
    width: 60px;
    text-align: center;
}

.HomeCSLImage {
    max-width: 60px;
    min-width: 30px;
    max-height: 70px;
    min-height: 30px;
}

.aclink {
    outline: none;
}

    .aclink:active, aclink:visited {
        outline: none;
    }

.overflow-Featured-Series {
    overflow-y: hidden;
    max-height: 90px;
}

input[type=submit] {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

/*Search Bar*/
.tt-dropdown-menu {
    background-color: white;
}

    .tt-dropdown-menu .tt-suggestions {
        padding-bottom: 10px;
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); /* Firefox 3.5 - 3.6 */
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        border-top: none;
    }

.tt-suggestion.tt-cursor {
    background-color: #D1E1FA;
}

.tt-dropdown-menu .type {
    background-color: #F6F6F6;
    padding: 5px 20px;
    color: #076AF5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    font-family: VinylOT, serif;
    margin-bottom: 10px;
}

.tt-dropdown-menu .MoreSpace {
    margin-top: 10px;
}

.tt-dropdown-menu .parts {
    padding: 5px 20px;
    font-size: 17px;
    font-family: SourceSansPro;
    color: #002A49;
    font-weight: normal;
}
/*Search Bar*/

/*BlogVideoRelatedBS.ascx*/

.default .mb-22 {
    min-height: 135px;
}

.featured-tech-wrap .fa-OLC-PlayVideo {
    position: absolute;
    top: 24%;
    left: 42%;
    width: 50px;
}

/*BlogVideoRelatedBS.ascx*/

/*BrandsNewBS.ascx*/
.top-suppliers-wrap img.BrandsControl {
    /*max-width: 130px;
    height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
/*BrandsNewBS.ascx*/

/*home page*/

.fsTitleColor {
    color: #152935 !important;
    max-height: 20px;
    overflow-y: hidden;
}

.fsDescColor {
    color: #6D7A84 !important;
    max-height: 20px;
    overflow-y: hidden;
}

/*home page*/

/*responsiveslides*/

/*! http://responsiveslides.com v1.55 by @viljamis */




  .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height:350px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height:350px;

  }



.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  height:350px;
  }

.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
    font-size: 18px;
    list-style: none;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -50px;
    z-index:50;
    margin-left:50px;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: 35px;
  line-height: 20px;
  padding: 0px 20px;
  height: auto;
  background-color:#e3e4e6;
  height:2px;
  display: inline-block;
  margin-right:5px;
}



.slider-wrap {
    height: 350px;
}

@media only screen and (max-width: 768px) {

    .rslides_tabs a {
        width: 30px;
        line-height: 20px;
        padding: 0px 15px;
        height: auto;
        background-color: #e3e4e6;
        height: 4px;
        display: inline-block;
        margin-right: 4px;
    }
}


@media only screen and (max-width: 990px) {

    .slider-wrap {
        height: 300px;
    }

    .rslides {
        height: 300px;
    }

        .rslides li {
            height: 300px;
        }

        .rslides img {
            height: 300px;
        }
}


@media only screen and (max-width: 768px) {

    .slider-wrap {
        height: 250px;
    }

    .rslides {
        height: 250px;
    }

        .rslides li {
            height: 250px;
        }

        .rslides img {
            height: 250px;
        }
}


@media only screen and (max-width: 550px) {

    .slider-wrap {
        height: 210px;
    }

    .rslides {
        height: 210px;
    }

        .rslides li {
            height: 210px;
        }

        .rslides img {
            height: 210px;
        }
}


.rslides_tabs a:hover {
  border: 0;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background-color: #545c66;
  font-weight: bold;
}



.slidernumber {
background-color:#e3e4e6;
width:45px;
height:2px;
}

/*responsiveslides*/

/*HeaderBS.ascx*/
.upper-nav .nav li .dropdown .dropdown-menu .divA {
    color: #666;
    padding: .25rem 1.25rem .3125rem;
}

.upper-nav .nav li .dropdown .dropdown-menu a.noPadding {
    padding: 0;
}

.upper-nav .nav li .dropdown .dropdown-menu.language input[type='image'] {
    width: 20px;
    height: 14px;
}

.ellipsisline-FeaturedSuppliers {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 166px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
/*HeaderBS.ascx*/

/*some customestylebs.css*/
