﻿/*master.min.css starts*/

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes

"fa-spin" {
    0%

{
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}

}

@keyframes

"fa-spin" {
    0%

{
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}

}

@font-face {
    font-family: micon;
    src: url(../fonts/micon/micon.eot?p8s11b);
    src: url(../fonts/micon/micon.eot?#iefixp8s11b) format("embedded-opentype"), url(../fonts/micon/micon.woff?p8s11b) format("woff"), url(../fonts/micon/micon.ttf?p8s11b) format("truetype"), url(../fonts/micon/micon.svg?p8s11b#micon) format("svg");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes

"slide-in" {
    from

{
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

}

@keyframes

"slide-in" {
    from

{
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

}

@-webkit-keyframes

"fade-in" {
    from

{
    opacity: 0
}

to {
    opacity: .5
}

}

@keyframes

"fade-in" {
    from

{
    opacity: 0
}

to {
    opacity: .5
}

}

@-webkit-keyframes

"fade-in-full" {
    from

{
    opacity: 0
}

to {
    opacity: 1
}

}

@keyframes

"fade-in-full" {
    from

{
    opacity: 0
}

to {
    opacity: 1
}

}

@-webkit-keyframes

"inline-fade-in" {
    from

{
    opacity: 0
}

to {
    opacity: .8
}

}

@keyframes

"inline-fade-in" {
    from

{
    opacity: 0
}

to {
    opacity: .8
}

}

@-webkit-keyframes

"rollover-preview-item" {
    from

{
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0
}

to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

}

@keyframes

"rollover-preview-item" {
    from

{
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0
}

to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

}

@-webkit-keyframes

"rollover-preview-description" {
    from

{
    opacity: 0
}

to {
    opacity: 1
}

}

@keyframes

"rollover-preview-description" {
    from

{
    opacity: 0
}

to {
    opacity: 1
}

}

@-webkit-keyframes

"animatetop" {
    from

{
    top: -300px;
    opacity: 0
}

to {
    top: 0;
    opacity: 1
}

}

@keyframes

"animatetop" {
    from

{
    top: -300px;
    opacity: 0
}

to {
    top: 0;
    opacity: 1
}

}

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.icon-stack {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.backbutton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    display: block;
    border: 1px solid #1A355E;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.msgAlert {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Avenir Next Cyr W00 Regular;
    padding: 10px 25px 20px
}

    .msgAlert b {
        font-size: 110%;
        font-family: Avenir Next Cyr W00 Demi
    }

.filter-choice-item {
    font-size: .9em;
    margin: 0;
    position: relative
}

    .filter-choice-item .label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #888;
        display: block;
        padding: 0 5px 0 25px
    }

    .filter-choice-item .checkbox {
        color: #888;
        position: absolute;
        left: 0;
        top: 6px
    }

        .filter-choice-item .checkbox:checked {
            border-color: #1A355E
        }

            .filter-choice-item .checkbox:checked:after {
                color: #1A355E
            }

            .filter-choice-item .checkbox:checked + .label {
                color: #1A355E
            }

.form-component-placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    pointer-events: none;
    margin: 0;
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: .9em;
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .form-component-placeholder {
        height: inherit
    }
}

.checkbox {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #b3b3b3;
    width: 1em;
    height: 1em;
    font-size: 1em;
    position: relative;
    cursor: pointer
}

    .checkbox:focus {
        outline: 0
    }

    .checkbox:after {
        content: '';
        color: #888;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: .7em;
        text-align: center;
        line-height: 1.1em
    }

    .checkbox:checked {
        border: 2px solid #888
    }

        .checkbox:checked:after {
            content: '\f00c'
        }

.combobox {
    border: none;
    position: relative;
    display: inline-block
}

    .combobox select {
        display: block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-expand: none;
        padding: 12px 27px 10px 12px;
        border: 1px solid transparent;
        background-color: #eee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        width: 100%;
        font-weight: 700;
        color: #1A355E;
        cursor: pointer
    }

        .combobox select:focus {
            outline: 0;
            border: 1px solid #eee;
            background-color: #fff;
            color: #1A355E
        }

        .combobox select::-ms-expand {
            display: none
        }

    .combobox:after {
        color: #888;
        font-family: FontAwesome;
        content: '\f0dc';
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 10px;
        pointer-events: none;
        font-size: .9em;
        margin-top: -.5em
    }

.page-list-paging {
    padding: 2.5% 5%
}

    .page-list-paging .combobox {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .75em;
        width: 77px
    }

        .page-list-paging .combobox:after {
            display: none;
            color: #fff
        }

        .page-list-paging .combobox select {
            color: #fff;
            text-transform: uppercase;
            padding: 5px 10px;
            border: 1px solid transparent
        }

            .page-list-paging .combobox select:focus {
                outline: 0;
                background-color: #fff !important;
                border: 1px solid #b3b3b3;
                color: #1A355E !important
            }

.form-component {
    position: relative
}

    .form-component input[type=radio] {
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 100px;
        border: 1px solid #b3b3b3;
        margin: .2em 0
    }

        .form-component input[type=radio]:focus {
            outline: 0
        }

        .form-component input[type=radio]:checked {
            background-color: #b3b3b3
        }

    .form-component input[type=email] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        background-color: #FBFCFE;
        padding: .4em
    }

        .form-component input[type=email]:disabled {
            background-color: #eee
        }

        .form-component input[type=email]::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=email]:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=email]::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=email]::placeholder {
            color: #65646a;
            opacity: 1
        }

    .form-component input[type=number] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        background-color: #FBFCFE;
        padding: .4em
    }

        .form-component input[type=number]:disabled {
            background-color: #eee
        }

        .form-component input[type=number]::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=number]:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=number]::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=number]::placeholder {
            color: #65646a;
            opacity: 1
        }

    .form-component input[type=text] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        background-color: #FBFCFE;
        padding: .4em
    }

        .form-component input[type=text]:disabled {
            background-color: #eee
        }

        .form-component input[type=text]::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=text]:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=text]::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=text]::placeholder {
            color: #65646a;
            opacity: 1
        }

    .form-component select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        padding: 8px 35px 8px 0
    }

        .form-component select:disabled {
            background-color: #eee
        }

        .form-component select::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component select:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component select::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component select::placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component select::-ms-expand {
            display: none
        }

    .form-component textarea {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        background-color: #FBFCFE;
        padding: .4em;
        min-height: 95px
    }

        .form-component textarea:disabled {
            background-color: #eee
        }

        .form-component textarea::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component textarea:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component textarea::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component textarea::placeholder {
            color: #65646a;
            opacity: 1
        }

    .form-component label {
        position: relative;
        font-size: .9em;
        padding-left: 20px
    }

        .form-component label input[type=checkbox] {
            position: absolute;
            left: 0;
            top: 0
        }

        .form-component label input[type=radio] {
            position: absolute;
            left: 0;
            top: 0
        }

    .form-component input[type=password] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
        color: #65646a;
        background-color: #FBFCFE;
        padding: .4em
    }

        .form-component input[type=password]:disabled {
            background-color: #eee;
            width: 100%
        }

        .form-component input[type=password]::-webkit-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=password]:-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=password]::-ms-input-placeholder {
            color: #65646a;
            opacity: 1
        }

        .form-component input[type=password]::placeholder {
            color: #65646a;
            opacity: 1
        }

.header-search-box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 87%;
    padding: 10px;
    height: 100%
}

    .header-search-box input {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0 25px 0 32px;
        font-size: 1.2em
    }

        .header-search-box input:focus {
            outline: 0
        }

    .header-search-box:before {
        display: block;
        font-family: FontAwesome;
        content: '\f002';
        position: absolute;
        left: 15px;
        top: 15px;
        font-size: 1.3em;
        color: #1A355E
    }

.slick-dots {
    padding: 0;
    position: absolute;
    background: 0 0;
    display: block;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            outline: 0;
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            background: none
        }

            .slick-dots li button:focus {
                outline: 0
            }

                .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: slick;
                font-size: 20px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .5;
                color: #fff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #fff
        }

.slick-next {
    padding: 0;
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: FontAwesome;
    margin-top: -10px;
    border: none;
    color: transparent;
    font-size: 2em;
    line-height: .7;
    cursor: pointer;
    top: -9999px;
    right: 15px
}

    .slick-next:focus {
        outline: 0
    }

    .slick-next:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        display: block;
        width: 100%;
        content: '\f105'
    }

.slick-prev {
    padding: 0;
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: FontAwesome;
    margin-top: -10px;
    border: none;
    color: transparent;
    font-size: 2em;
    line-height: .7;
    cursor: pointer;
    top: -9999px;
    left: 15px
}

    .slick-prev:focus {
        outline: none
    }

    .slick-prev:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        display: block;
        width: 100%;
        content: '\f104'
    }

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icon-2x {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-fw {
    width: 1.28571429em;
    text-align: center
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .icon-ul > li {
        position: relative
    }

.icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .icon-li.icon-lg {
        left: -1.85714286em
    }

.icon-border {
    padding: .2em .25em .15em;
    border: 0.08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.icon-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .icon-flip-horizontal {
    -webkit-filter: none;
    filter: none
}

:root .icon-flip-vertical {
    -webkit-filter: none;
    filter: none
}

:root .icon-rotate-180 {
    -webkit-filter: none;
    filter: none
}

:root .icon-rotate-270 {
    -webkit-filter: none;
    filter: none
}

:root .icon-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.icon-stack-1x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: inherit
}

.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before {
    content: "\f00d"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-times:before {
    content: "\f00d"
}

.icon-search-plus:before {
    content: "\f00e"
}

.icon-search-minus:before {
    content: "\f010"
}

.icon-power-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-gear:before {
    content: "\f013"
}

.icon-trash-o:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-o:before {
    content: "\f016"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download:before {
    content: "\f019"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle-o:before {
    content: "\f01d"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-rotate-right:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-dedent:before {
    content: "\f03b"
}

.icon-outdent:before {
    content: "\f03b"
}

.icon-indent:before {
    content: "\f03c"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-image:before {
    content: "\f03e"
}

.icon-photo:before {
    content: "\f03e"
}

.icon-picture-o:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-pencil-square-o:before {
    content: "\f044"
}

.icon-share-square-o:before {
    content: "\f045"
}

.icon-check-square-o:before {
    content: "\f046"
}

.icon-arrows:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-question-circle:before {
    content: "\f059"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-crosshairs:before {
    content: "\f05b"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-ban:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before {
    content: "\f064"
}

.icon-share:before {
    content: "\f064"
}

.icon-expand:before {
    content: "\f065"
}

.icon-compress:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye:before {
    content: "\f06e"
}

.icon-eye-slash:before {
    content: "\f070"
}

.icon-exclamation-triangle:before {
    content: "\f071"
}

.icon-warning:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-arrows-v:before {
    content: "\f07d"
}

.icon-arrows-h:before {
    content: "\f07e"
}

.icon-bar-chart-o:before {
    content: "\f080"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-square:before {
    content: "\f081"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-gears:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-thumbs-o-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-thumb-tack:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-square:before {
    content: "\f092"
}

.icon-upload:before {
    content: "\f093"
}

.icon-lemon-o:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-square-o:before {
    content: "\f096"
}

.icon-bookmark-o:before {
    content: "\f097"
}

.icon-phone-square:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook-f:before {
    content: "\f09a"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd-o:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0f3"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-hand-o-left:before {
    content: "\f0a5"
}

.icon-hand-o-up:before {
    content: "\f0a6"
}

.icon-hand-o-down:before {
    content: "\f0a7"
}

.icon-arrow-circle-left:before {
    content: "\f0a8"
}

.icon-arrow-circle-right:before {
    content: "\f0a9"
}

.icon-arrow-circle-up:before {
    content: "\f0aa"
}

.icon-arrow-circle-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-arrows-alt:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-users:before {
    content: "\f0c0"
}

.icon-chain:before {
    content: "\f0c1"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-scissors:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-files-o:before {
    content: "\f0c5"
}

.icon-paperclip:before {
    content: "\f0c6"
}

.icon-floppy-o:before {
    content: "\f0c7"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-square:before {
    content: "\f0c8"
}

.icon-bars:before {
    content: "\f0c9"
}

.icon-navicon:before {
    content: "\f0c9"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-square:before {
    content: "\f0d3"
}

.icon-google-plus-square:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-unsorted:before {
    content: "\f0dc"
}

.icon-sort-desc:before {
    content: "\f0dd"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-asc:before {
    content: "\f0de"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before {
    content: "\f0e2"
}

.icon-undo:before {
    content: "\f0e2"
}

.icon-gavel:before {
    content: "\f0e3"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-tachometer:before {
    content: "\f0e4"
}

.icon-comment-o:before {
    content: "\f0e5"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-flash:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-clipboard:before {
    content: "\f0ea"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb-o:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-plus-square:before {
    content: "\f0fe"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-mobile:before {
    content: "\f10b"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before {
    content: "\f112"
}

.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-o:before {
    content: "\f114"
}

.icon-folder-open-o:before {
    content: "\f115"
}

.icon-smile-o:before {
    content: "\f118"
}

.icon-frown-o:before {
    content: "\f119"
}

.icon-meh-o:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard-o:before {
    content: "\f11c"
}

.icon-flag-o:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-star-half-empty:before {
    content: "\f123"
}

.icon-star-half-full:before {
    content: "\f123"
}

.icon-star-half-o:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-chain-broken:before {
    content: "\f127"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-slash:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-circle-left:before {
    content: "\f137"
}

.icon-chevron-circle-right:before {
    content: "\f138"
}

.icon-chevron-circle-up:before {
    content: "\f139"
}

.icon-chevron-circle-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-rss-square:before {
    content: "\f143"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-square:before {
    content: "\f146"
}

.icon-minus-square-o:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-square:before {
    content: "\f14a"
}

.icon-pencil-square:before {
    content: "\f14b"
}

.icon-external-link-square:before {
    content: "\f14c"
}

.icon-share-square:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-caret-square-o-down:before {
    content: "\f150"
}

.icon-toggle-down:before {
    content: "\f150"
}

.icon-caret-square-o-up:before {
    content: "\f151"
}

.icon-toggle-up:before {
    content: "\f151"
}

.icon-caret-square-o-right:before {
    content: "\f152"
}

.icon-toggle-right:before {
    content: "\f152"
}

.icon-eur:before {
    content: "\f153"
}

.icon-euro:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before {
    content: "\f155"
}

.icon-usd:before {
    content: "\f155"
}

.icon-inr:before {
    content: "\f156"
}

.icon-rupee:before {
    content: "\f156"
}

.icon-cny:before {
    content: "\f157"
}

.icon-jpy:before {
    content: "\f157"
}

.icon-rmb:before {
    content: "\f157"
}

.icon-yen:before {
    content: "\f157"
}

.icon-rouble:before {
    content: "\f158"
}

.icon-rub:before {
    content: "\f158"
}

.icon-ruble:before {
    content: "\f158"
}

.icon-krw:before {
    content: "\f159"
}

.icon-won:before {
    content: "\f159"
}

.icon-bitcoin:before {
    content: "\f15a"
}

.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-alpha-asc:before {
    content: "\f15d"
}

.icon-sort-alpha-desc:before {
    content: "\f15e"
}

.icon-sort-amount-asc:before {
    content: "\f160"
}

.icon-sort-amount-desc:before {
    content: "\f161"
}

.icon-sort-numeric-asc:before {
    content: "\f162"
}

.icon-sort-numeric-desc:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-square:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stack-overflow:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-square:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-square:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-gratipay:before {
    content: "\f184"
}

.icon-sun-o:before {
    content: "\f185"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-stack-exchange:before {
    content: "\f18d"
}

.icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.icon-arrow-circle-o-left:before {
    content: "\f190"
}

.icon-caret-square-o-left:before {
    content: "\f191"
}

.icon-toggle-left:before {
    content: "\f191"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-vimeo-square:before {
    content: "\f194"
}

.icon-try:before {
    content: "\f195"
}

.icon-turkish-lira:before {
    content: "\f195"
}

.icon-plus-square-o:before {
    content: "\f196"
}

.icon-space-shuttle:before {
    content: "\f197"
}

.icon-slack:before {
    content: "\f198"
}

.icon-envelope-square:before {
    content: "\f199"
}

.icon-wordpress:before {
    content: "\f19a"
}

.icon-openid:before {
    content: "\f19b"
}

.icon-bank:before {
    content: "\f19c"
}

.icon-institution:before {
    content: "\f19c"
}

.icon-university:before {
    content: "\f19c"
}

.icon-graduation-cap:before {
    content: "\f19d"
}

.icon-mortar-board:before {
    content: "\f19d"
}

.icon-yahoo:before {
    content: "\f19e"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-reddit:before {
    content: "\f1a1"
}

.icon-reddit-square:before {
    content: "\f1a2"
}

.icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.icon-stumbleupon:before {
    content: "\f1a4"
}

.icon-delicious:before {
    content: "\f1a5"
}

.icon-digg:before {
    content: "\f1a6"
}

.icon-pied-piper:before {
    content: "\f1a7"
}

.icon-pied-piper-alt:before {
    content: "\f1a8"
}

.icon-drupal:before {
    content: "\f1a9"
}

.icon-joomla:before {
    content: "\f1aa"
}

.icon-language:before {
    content: "\f1ab"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-building:before {
    content: "\f1ad"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-spoon:before {
    content: "\f1b1"
}

.icon-cube:before {
    content: "\f1b2"
}

.icon-cubes:before {
    content: "\f1b3"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-behance-square:before {
    content: "\f1b5"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-steam-square:before {
    content: "\f1b7"
}

.icon-recycle:before {
    content: "\f1b8"
}

.icon-automobile:before {
    content: "\f1b9"
}

.icon-car:before {
    content: "\f1b9"
}

.icon-cab:before {
    content: "\f1ba"
}

.icon-taxi:before {
    content: "\f1ba"
}

.icon-tree:before {
    content: "\f1bb"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-deviantart:before {
    content: "\f1bd"
}

.icon-soundcloud:before {
    content: "\f1be"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-file-word-o:before {
    content: "\f1c2"
}

.icon-file-excel-o:before {
    content: "\f1c3"
}

.icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.icon-file-image-o:before {
    content: "\f1c5"
}

.icon-file-photo-o:before {
    content: "\f1c5"
}

.icon-file-picture-o:before {
    content: "\f1c5"
}

.icon-file-archive-o:before {
    content: "\f1c6"
}

.icon-file-zip-o:before {
    content: "\f1c6"
}

.icon-file-audio-o:before {
    content: "\f1c7"
}

.icon-file-sound-o:before {
    content: "\f1c7"
}

.icon-file-movie-o:before {
    content: "\f1c8"
}

.icon-file-video-o:before {
    content: "\f1c8"
}

.icon-file-code-o:before {
    content: "\f1c9"
}

.icon-vine:before {
    content: "\f1ca"
}

.icon-codepen:before {
    content: "\f1cb"
}

.icon-jsfiddle:before {
    content: "\f1cc"
}

.icon-life-bouy:before {
    content: "\f1cd"
}

.icon-life-buoy:before {
    content: "\f1cd"
}

.icon-life-ring:before {
    content: "\f1cd"
}

.icon-life-saver:before {
    content: "\f1cd"
}

.icon-support:before {
    content: "\f1cd"
}

.icon-circle-o-notch:before {
    content: "\f1ce"
}

.icon-ra:before {
    content: "\f1d0"
}

.icon-rebel:before {
    content: "\f1d0"
}

.icon-empire:before {
    content: "\f1d1"
}

.icon-ge:before {
    content: "\f1d1"
}

.icon-git-square:before {
    content: "\f1d2"
}

.icon-git:before {
    content: "\f1d3"
}

.icon-hacker-news:before {
    content: "\f1d4"
}

.icon-tencent-weibo:before {
    content: "\f1d5"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before {
    content: "\f1d7"
}

.icon-weixin:before {
    content: "\f1d7"
}

.icon-paper-plane:before {
    content: "\f1d8"
}

.icon-send:before {
    content: "\f1d8"
}

.icon-paper-plane-o:before {
    content: "\f1d9"
}

.icon-send-o:before {
    content: "\f1d9"
}

.icon-history:before {
    content: "\f1da"
}

.icon-circle-thin:before {
    content: "\f1db"
}

.icon-genderless:before {
    content: "\f1db"
}

.icon-header:before {
    content: "\f1dc"
}

.icon-paragraph:before {
    content: "\f1dd"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-share-alt:before {
    content: "\f1e0"
}

.icon-share-alt-square:before {
    content: "\f1e1"
}

.icon-bomb:before {
    content: "\f1e2"
}

.icon-futbol-o:before {
    content: "\f1e3"
}

.icon-soccer-ball-o:before {
    content: "\f1e3"
}

.icon-tty:before {
    content: "\f1e4"
}

.icon-binoculars:before {
    content: "\f1e5"
}

.icon-plug:before {
    content: "\f1e6"
}

.icon-slideshare:before {
    content: "\f1e7"
}

.icon-twitch:before {
    content: "\f1e8"
}

.icon-yelp:before {
    content: "\f1e9"
}

.icon-newspaper-o:before {
    content: "\f1ea"
}

.icon-wifi:before {
    content: "\f1eb"
}

.icon-calculator:before {
    content: "\f1ec"
}

.icon-paypal:before {
    content: "\f1ed"
}

.icon-google-wallet:before {
    content: "\f1ee"
}

.icon-cc-visa:before {
    content: "\f1f0"
}

.icon-cc-mastercard:before {
    content: "\f1f1"
}

.icon-cc-discover:before {
    content: "\f1f2"
}

.icon-cc-amex:before {
    content: "\f1f3"
}

.icon-cc-paypal:before {
    content: "\f1f4"
}

.icon-cc-stripe:before {
    content: "\f1f5"
}

.icon-bell-slash:before {
    content: "\f1f6"
}

.icon-bell-slash-o:before {
    content: "\f1f7"
}

.icon-trash:before {
    content: "\f1f8"
}

.icon-copyright:before {
    content: "\f1f9"
}

.icon-at:before {
    content: "\f1fa"
}

.icon-eyedropper:before {
    content: "\f1fb"
}

.icon-paint-brush:before {
    content: "\f1fc"
}

.icon-birthday-cake:before {
    content: "\f1fd"
}

.icon-area-chart:before {
    content: "\f1fe"
}

.icon-pie-chart:before {
    content: "\f200"
}

.icon-line-chart:before {
    content: "\f201"
}

.icon-lastfm:before {
    content: "\f202"
}

.icon-lastfm-square:before {
    content: "\f203"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-bicycle:before {
    content: "\f206"
}

.icon-bus:before {
    content: "\f207"
}

.icon-ioxhost:before {
    content: "\f208"
}

.icon-angellist:before {
    content: "\f209"
}

.icon-cc:before {
    content: "\f20a"
}

.icon-ils:before {
    content: "\f20b"
}

.icon-shekel:before {
    content: "\f20b"
}

.icon-sheqel:before {
    content: "\f20b"
}

.icon-meanpath:before {
    content: "\f20c"
}

.icon-buysellads:before {
    content: "\f20d"
}

.icon-connectdevelop:before {
    content: "\f20e"
}

.icon-dashcube:before {
    content: "\f210"
}

.icon-forumbee:before {
    content: "\f211"
}

.icon-leanpub:before {
    content: "\f212"
}

.icon-sellsy:before {
    content: "\f213"
}

.icon-shirtsinbulk:before {
    content: "\f214"
}

.icon-simplybuilt:before {
    content: "\f215"
}

.icon-skyatlas:before {
    content: "\f216"
}

.icon-cart-plus:before {
    content: "\f217"
}

.icon-cart-arrow-down:before {
    content: "\f218"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-user-secret:before {
    content: "\f21b"
}

.icon-motorcycle:before {
    content: "\f21c"
}

.icon-street-view:before {
    content: "\f21d"
}

.icon-heartbeat:before {
    content: "\f21e"
}

.icon-venus:before {
    content: "\f221"
}

.icon-mars:before {
    content: "\f222"
}

.icon-mercury:before {
    content: "\f223"
}

.icon-transgender:before {
    content: "\f224"
}

.icon-transgender-alt:before {
    content: "\f225"
}

.icon-venus-double:before {
    content: "\f226"
}

.icon-mars-double:before {
    content: "\f227"
}

.icon-venus-mars:before {
    content: "\f228"
}

.icon-mars-stroke:before {
    content: "\f229"
}

.icon-mars-stroke-v:before {
    content: "\f22a"
}

.icon-mars-stroke-h:before {
    content: "\f22b"
}

.icon-neuter:before {
    content: "\f22c"
}

.icon-facebook-official:before {
    content: "\f230"
}

.icon-pinterest-p:before {
    content: "\f231"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-server:before {
    content: "\f233"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-user-times:before {
    content: "\f235"
}

.icon-bed:before {
    content: "\f236"
}

.icon-hotel:before {
    content: "\f236"
}

.icon-viacoin:before {
    content: "\f237"
}

.icon-train:before {
    content: "\f238"
}

.icon-subway:before {
    content: "\f239"
}

.icon-medium:before {
    content: "\f23a"
}

[class*='micon-'] {
    font-family: micon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="micon-"] {
    font-family: micon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn {
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: .8em;
    cursor: pointer;
    font-family: Avenir Next Cyr W00 Demi;
    line-height: 1.4em
}

.hero-base-link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    position: relative;
    padding: 20px 0;
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.75);
    border-bottom: solid 1px rgba(255, 255, 255, 0.25)
}

    .hero-base-link:after {
        position: absolute;
        top: 0;
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.25)));
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
        right: 0
    }

    .hero-base-link:before {
        position: absolute;
        top: 0;
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.25)));
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
        left: 0
    }

    .hero-base-link .icon {
        margin-left: 10px;
        position: absolute;
        right: 15px
    }

    .hero-base-link small {
        display: none;
        font-size: .6em;
        opacity: .8;
        margin-bottom: -8px
    }

.hero-content {
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 20% 10% 0;
    left: 0
}

    .hero-content h2 {
        text-transform: uppercase;
        margin: .2em;
        padding: 0;
        line-height: 1em;
        font-size: 12px
    }

    .hero-content h1 {
        margin: .2em;
        padding: 0;
        line-height: 1em;
        font-size: 28px
    }

.info-popup {
    display: none;
    position: absolute;
    max-height: 80%;
    background-color: #e6e6e6;
    border-radius: 4px;
    font-size: 11px;
    z-index: 9999;
    min-width: 130px;
    padding-bottom: 10px
}

    .info-popup .location-label {
        text-transform: uppercase;
        margin: 2px;
        padding: 10px;
        border-radius: 2px 2px 0 0;
        background-color: #d3d3d3;
        font-size: 1.25em;
        display: block;
        text-decoration: none
    }

    .info-popup p {
        padding: 0 10px
    }

.primary-nav-item {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0 3%
}

    .primary-nav-item > span {
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: .6em 0;
        color: #1A355E;
        font-size: 14px;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        position: relative;
        z-index: 11;
        background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

        .primary-nav-item > span:before {
            display: inline-block;
            content: '+';
            width: 10px
        }

.secondary-nav-header {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
    margin: 0
}

.tag-list-item {
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #1A355E;
    position: relative;
    padding: 8px 24px 8px 8px;
    border-radius: 2px;
    font-size: .9em;
    margin-right: 1%;
    margin-bottom: 1%
}

    .tag-list-item a {
        position: absolute;
        display: block;
        top: 50%;
        right: 2px;
        color: #1A355E;
        text-decoration: none;
        height: 20px;
        width: 20px;
        line-height: 1.4em;
        text-align: center;
        margin-top: -10px;
        font-size: 1em
    }

.zoom-out-btn {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    cursor: default
}

.micon-triangle-right:before {
    content: "\e601"
}

.micon-bookmark-left:before {
    content: "\e600"
}

.custom-paging-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.icon--info-tab {
    position: relative;
    font-size: 4em;
    width: 40px;
    height: 45px;
    border-radius: 40px 0 0 40px;
    background: #fd8204;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
}

    .icon--info-tab:after {
        font-family: FontAwesome;
        content: '\f129';
        position: absolute;
        color: #fff;
        left: 0;
        top: 0;
        font-size: .4em;
        width: 100%;
        text-align: center;
        line-height: 2em;
        margin-left: .2em;
        display: block
    }

.grid:after {
    content: '';
    display: table;
    clear: both
}

.inner-scroll:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.inner-scroll::-moz-scrollbar-track {
    -webkit-transition: background-color 1s;
    background-color: rgba(255, 255, 255, 0.5)
}

.inner-scroll::-webkit-scrollbar-track {
    -webkit-transition: background-color 1s;
    background-color: rgba(255, 255, 255, 0.5)
}

.inner-scroll::-moz-scrollbar {
    width: 5px
}

.inner-scroll::-webkit-scrollbar {
    width: 5px
}

.inner-scroll::-moz-scrollbar-thumb {
    -webkit-transition: background-color 1s;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.inner-scroll::-webkit-scrollbar-thumb {
    -webkit-transition: background-color 1s;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.ratio {
    position: relative
}

    .ratio:before {
        content: '';
        display: block
    }

body {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    z-index: 1
}

    body .bg-color-category {
        background-color: #1A355E
    }

html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

h1 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 60px
}

h2 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
    font-size: 48px
}

h3 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 32px
}

h4 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 26px
}

h5 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 20px
}

h6 {
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 18px
}

ul {
    padding-left: 20px
}

li {
    margin: .5em 0;
    font-size: .9em;
    line-height: 1.5em
}

a {
    font-size: .9em;
    line-height: 1.5em
}

input[type=email] {
    font-size: .9em;
    line-height: 1.5em
}

input[type=number] {
    font-size: .9em;
    line-height: 1.5em
}

input[type=text] {
    font-size: .9em;
    line-height: 1.5em
}

p {
    font-size: .9em;
    line-height: 1.5em
}

select {
    font-size: .9em;
    line-height: 1.5em
}

textarea {
    font-size: .9em;
    line-height: 1.5em;
    font-family: inherit
}

img {
    border: none
}

.global-callout-list-item {
    margin: 0 0 0 -5.5%;
    display: table;
    width: 111%;
    min-height: 90px;
    position: relative;
    padding: 5px 40px 5px 15px
}

    .global-callout-list-item a {
        font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        text-decoration: none;
        color: #1A355E
    }

    .global-callout-list-item:last-of-type {
        border-bottom: solid 1px #fff
    }

    .global-callout-list-item:nth-child(odd) {
        background: #e3e2e2
    }

    .global-callout-list-item .icon-angle-right {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
        font-size: 1.6em;
        line-height: 1em;
        color: #1A355E;
        padding: 0 5%
    }

.morelink {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
    color: #1A355E;
    text-decoration: none
}

    .morelink:hover {
        text-decoration: underline
    }

.app-container {
    overflow: hidden
}

#disclaimer p {
    padding: 3%;
    background: #d3d3d3;
    color: #333;
    margin: 0
}

.inner-wrapper {
    width: 100%;
    max-width: 1680px;
    margin: auto
}

[class*='grid-col'] {
    min-height: 1px
}

.grid-bordered:last-child {
    border-bottom: solid 1px #fff
}

.grid-bordered > [class*='grid-col'] {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff
}

    .grid-bordered > [class*='grid-col']:last-child {
        border-right: solid 1px #fff
    }

.grid-bordered > [class*='list-col'] {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff
}

    .grid-bordered > [class*='list-col']:last-child {
        border-right: solid 1px #fff
    }

.checkbox + .label {
    vertical-align: middle
}

.pagination-next {
    vertical-align: middle;
    font-size: 1.4em;
    padding: 0 .3em;
    display: none;
    color: #1A355E
}

.pagination-previous {
    vertical-align: middle;
    font-size: 1.4em;
    padding: 0 .3em;
    display: none;
    color: #1A355E
}

.sidebar-link-list-item {
    margin: 0;
    display: table;
    width: 100%;
    position: relative;
    padding-left: 10px;
    background-color: #455b7c
}

    .sidebar-link-list-item span {
        color: #fff;
        padding: 5px 0;
        display: block
    }

    .sidebar-link-list-item a {
        vertical-align: middle;
        text-decoration: none;
        margin: 0;
        margin-left: 0;
        padding: 15px 10px;
        display: inline-block;
        color: #fff;
        font-size: 1em;
        display: inherit
    }

    .sidebar-link-list-item:hover {
        background-color: #7b8aa2
    }

    .sidebar-link-list-item .icon-angle-right {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
        font-size: 1.6em;
        line-height: 1em;
        color: #fff;
        padding: 0 5%
    }

.ratio-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    width: 100% !important;
    z-index: 1 !important;
    overflow: auto;
    padding-right: 1px;
    top: 33px
}

    .autocomplete-suggestions strong {
        color: #000
    }

.autocomplete-no-suggestion {
    color: #1A355E
}

    .autocomplete-no-suggestion .item {
        font-size: inherit;
        display: block;
        padding: 5px 20px
    }

    .autocomplete-no-suggestion .item-header {
        font-size: inherit;
        background-color: #1A355E;
        color: #fff;
        cursor: pointer
    }

        .autocomplete-no-suggestion .item-header:after {
            display: table;
            content: '';
            clear: both
        }

        .autocomplete-no-suggestion .item-header [class*='pull-left'] {
            padding: 7px 20px
        }

        .autocomplete-no-suggestion .item-header [class*='pull-right'] {
            padding: 5px 20px
        }

        .autocomplete-no-suggestion .item-header .icon {
            margin-right: 10px
        }

    .autocomplete-no-suggestion a {
        color: inherit;
        text-decoration: none;
        font-size: inherit
    }

        .autocomplete-no-suggestion a:hover {
            text-decoration: underline
        }

.autocomplete-suggestion {
    color: #1A355E
}

    .autocomplete-suggestion .item {
        font-size: inherit;
        display: block;
        padding: 5px 20px
    }

    .autocomplete-suggestion .item-header {
        font-size: inherit;
        background-color: #1A355E;
        color: #fff;
        cursor: pointer
    }

        .autocomplete-suggestion .item-header:after {
            display: table;
            content: '';
            clear: both
        }

        .autocomplete-suggestion .item-header [class*='pull-left'] {
            padding: 7px 20px
        }

        .autocomplete-suggestion .item-header [class*='pull-right'] {
            padding: 5px 20px
        }

        .autocomplete-suggestion .item-header .icon {
            margin-right: 10px
        }

    .autocomplete-suggestion a {
        color: inherit;
        text-decoration: none;
        font-size: inherit
    }

        .autocomplete-suggestion a:hover {
            text-decoration: underline
        }

.autocomplete-selected .item-header {
    background-color: #455b7c
}

    .autocomplete-selected .item-header a {
        text-decoration: underline
    }

.autocomplete-selected .item {
    text-decoration: underline;
    background-color: #eee
}

.footer-site-map-item {
    padding-bottom: 10px;
    padding-left: 20px
}

    .footer-site-map-item a {
        text-decoration: none;
        color: inherit
    }

        .footer-site-map-item a:hover {
            text-decoration: underline
        }

.header-search-close {
    text-decoration: none;
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
    color: #fff;
    background-color: #b3b3b3;
    border-radius: 100px;
    text-align: center;
    font-size: 11px;
    padding: 3px 5px
}

.header-search-text {
    text-decoration: none;
    display: none;
    font-size: 14px
}

.pagination-item {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #d0d0ce;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border-radius: 3px;
    font-size: .8em;
    line-height: 1em;
    border: 1px solid transparent
}

.primary-nav-products {
    position: static
}

    .primary-nav-products .secondary-nav-1 .secondary-nav-item > a:hover {
        text-decoration: none;
        background-color: #fd8204
    }

    .primary-nav-products .secondary-nav-2 .secondary-nav-item > a:hover {
        text-decoration: none;
        background-color: #0082cb
    }

    .primary-nav-products .secondary-nav-3 .secondary-nav-item > a:hover {
        text-decoration: none;
        background-color: #c30e2e
    }

.secondary-nav-item {
    display: block;
    margin-bottom: 5px
}

    .secondary-nav-item > a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 15px;
        line-height: 1.3em
    }

        .secondary-nav-item > a:hover {
            text-decoration: none;
            background-color: #1A355E
        }

[class*='text-white'] > span .morelink {
    color: #fff
}

.btn.icon-inside .icon {
    margin-right: 8px
}

.btn + .btn {
    margin-bottom: .5em;
    vertical-align: top
}

.btn.proceeding-icon {
    padding-left: 54px;
    vertical-align: top
}

    .btn.proceeding-icon + .btn {
        margin-bottom: .5em;
        vertical-align: top;
        margin-left: 0
    }

    .btn.proceeding-icon .icon:first-child {
        font-size: 1.5em;
        margin-left: 0;
        padding-left: .5em;
        padding-right: .5em;
        border-right: inherit
    }

.btn {
    margin-bottom: .5em
}

.btn-primary {
    border-color: #1A355E;
    color: #1A355E
}

.btn-secondary {
    background-color: #1A355E;
    color: #fff;
    border-color: #1A355E
}

    .btn-secondary:hover {
        background-color: #fff;
        color: #1A355E
    }

.btn-action {
    border-color: #888;
    color: #eee;
    background-color: #888
}

    .btn-action .btn-action-active {
        display: none
    }

    .btn-action .btn-action-inactive {
        display: inline
    }

    .btn-action.active {
        background-color: transparent;
        color: #888
    }

.active.btn-action .btn-action-active {
    display: inline
}

.active.btn-action .btn-action-inactive {
    display: none
}

.btn-on-dark {
    border-color: #fff;
    color: #fff
}

    .btn-on-dark:hover {
        background-color: #fff;
        color: #1A355E
    }

body[class*='industries'] .btn-on-dark:hover {
    border-color: #0082cb;
    color: #0082cb
}

body[class*='industries'] .bg-pattern-category {
    background-image: url(../images/patterns/pattern-shattered-cyan.png)
}

body[class*='industries'] .bg-color-category {
    background-color: #0082cb !important
}

body[class*='producttypes'] .btn-on-dark:hover {
    border-color: #fd8204;
    color: #fd8204
}

body[class*='producttypes'] .bg-pattern-category {
    background-image: url(../images/patterns/pattern-shattered-orange.png)
}

body[class*='producttypes'] .bg-color-category {
    background-color: #fd8204 !important
}

body[class*='brands'] .btn-on-dark:hover {
    border-color: #c30e2e;
    color: #c30e2e
}

body[class*='brands'] .bg-pattern-category {
    background-image: url(../images/patterns/pattern-shattered-red.png)
}

body[class*='brands'] .bg-color-category {
    background-color: #c30e2e !important
}

.btn-on-lite {
    border-color: #1A355E;
    color: #1A355E
}

    .btn-on-lite:hover {
        background-color: #1A355E;
        color: #fff
    }

.btn-transparent {
    border-color: #455b7c;
    background-color: #455b7c;
    color: #fff
}

    .btn-transparent:hover {
        background-color: #fff;
        color: #1A355E
    }

.btn-with-icon {
    border-radius: 0
}

.btn-small {
    padding: 2px 10px
}

.btn-util {
    width: 33px;
    height: 33px;
    padding: 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.6em
}

.combobox-thin.combobox select {
    padding: 5px 20px 5px 5px
}

html.ie .combobox-thin.combobox select {
    padding: 0
}

html.ie .tools-radio-content {
    position: relative
}

html.ie .page-list-paging .combobox {
    width: 92px
}

.nextPreviousButtonCSS {
    display: none
}

.pagination-ellipsis {
    display: inline-block;
    vertical-align: middle;
    color: #b3b3b3;
    font-weight: 700
}

a.pagination-item {
    background-color: #1A355E
}

    a.pagination-item:hover {
        background-color: transparent;
        border: 1px solid #1A355E;
        color: #1A355E
    }

    a.pagination-item.active {
        background-color: transparent;
        border: 1px solid #1A355E;
        color: #1A355E
    }

    a.pagination-item.selection {
        background-color: #D0D0CE;
        border: 1px solid #D0D0CE;
        color: #fff
    }

.slide-in-trigger {
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 10
}

.alt-list-col {
    background-color: #e2e2e2
}

    .alt-list-col:nth-child(2n+1) {
        background-color: #f1f1f1
    }

ul[class*='alt-list'] {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    ul[class*='alt-list'] li {
        display: block
    }

.form-component.not-empty .form-component-placeholder {
    display: none
}

.form-elem-group.not-empty .form-component-placeholder {
    display: none
}

.form-required-label {
    display: none
}

html.ie8 .form-component-select:after {
    display: none
}

html.ie8 .form-component select {
    padding: 8px 0
}

html.ie8 .has-secondary-nav.primary-nav-item > span:after {
    background-image: none
}

html.ie8 .media-carousel-thumb:before {
    display: none
}

html.ie8 .slick-center .media-carousel-thumb:before {
    display: block
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+1) {
    background-color: #a5a29d
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+2) {
    background-color: #716f6d
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+3) {
    background-color: #938f8b
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+4) {
    background-color: #605f5e
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+5) {
    background-color: #827f7c
}

html.ie8 .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+6) {
    background-color: #4f4f4f
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+1) {
    background-color: #a5a29d
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+2) {
    background-color: #716f6d
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+3) {
    background-color: #938f8b
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+4) {
    background-color: #605f5e
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+5) {
    background-color: #827f7c
}

html.ie8 .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+6) {
    background-color: #4f4f4f
}

html.ie8 .sort-button {
    text-align: left
}

.invalid input[type=email] {
    border-color: #c30e2e
}

.invalid input[type=number] {
    border-color: #c30e2e
}

.invalid input[type=text] {
    border-color: #c30e2e
}

.invalid select {
    border-color: #c30e2e
}

.invalid textarea {
    border-color: #c30e2e
}

.invalid input[type=password] {
    border-color: #c30e2e
}

.form-component-select {
    position: relative
}

    .form-component-select:after {
        font-family: FontAwesome;
        text-align: center;
        content: '\f107';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 30px;
        border-left: solid 1px #b3b3b3;
        pointer-events: none;
        line-height: 2.2em
    }

    .form-component-select .form-component-placeholder {
        padding-right: 2.1em
    }

.form-component.invalid .form-required-label {
    display: block
}

.rating-scale {
    border-radius: 5px
}

    .rating-scale label {
        padding: 0
    }

        .rating-scale label input[type=radio] {
            position: static
        }

    .rating-scale input[type=radio] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border-color: #1A355E
    }

        .rating-scale input[type=radio]:checked {
            background-color: #1A355E
        }

.rating-scale-10 label {
    width: 10%
}

.sidebar-link-list-title {
    padding: 11.5% 4%
}

.sidebar-link-list-content {
    padding: 0 5%;
    overflow: hidden
}

.sidebar-link-list {
    list-style: none;
    margin: 20px 0;
    padding: 0
}

.sidebar-link-list-item.active {
    background-color: #b0b8c7
}

    .sidebar-link-list-item.active span {
        color: #1A355E
    }

.sidebar-link-list-item + .sidebar-link-list-item {
    border-top: solid 1px #1A355E
}

.active.sidebar-link-list-item a {
    color: #1A355E
}

.active.sidebar-link-list-item .icon-angle-right {
    color: #1A355E
}

.sidebar-link-list-item {
    border-bottom: solid thin #1A355E
}

.tools-radio {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

    .tools-radio input {
        position: absolute;
        left: -9999px
    }

.tools-radio-content {
    background-color: #eee;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 15px 15px 30px;
    position: relative
}

    .tools-radio-content:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        z-index: 1
    }

    .tools-radio-content:after {
        content: '';
        border: 1px solid #1A355E;
        width: 10px;
        height: 10px;
        display: block;
        margin: auto auto auto -5px;
        border-radius: 30px;
        position: absolute;
        left: 50%;
        bottom: 10px
    }

.mega-navigation {
    position: relative;
    background-color: #d0d0ce;
    display: none;
    z-index: 30;
    border-bottom: solid 1px #fff
}

input:checked + .tools-radio-content {
    background-color: #d0d0ce;
    border-color: #1A355E
}

    input:checked + .tools-radio-content:after {
        background-color: #1A355E
    }

.mega-navigation.expanded {
    display: block
}

    .mega-navigation.expanded .primary-nav-item > span {
        position: relative
    }

.mega-navigation-container {
    margin: 0;
    padding: 0
}

.primary-nav {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.primary-nav-item.active-category > span {
    color: #fd8204
}

.has-secondary-nav.primary-nav-item > span:after {
    content: '';
    background-image: url(../images/meganav-active-link.png);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 9999px;
    left: 50%;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.primary-nav-order {
    position: static
}

    .primary-nav-order .secondary-nav-content > .grid-col-lg:nth-child(2) {
        border-left: solid 1px #b3b3b3
    }

.secondary-nav-container {
    text-align: left;
    display: none
}

    .secondary-nav-container:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        top: 0;
        left: 0;
        right: 0;
        height: 30px
    }

    .secondary-nav-container:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #888
    }

    .secondary-nav-container > div {
        position: relative;
        z-index: 11
    }

.secondary-nav-content {
    display: none
}

    .secondary-nav-content.expanded {
        display: block
    }

.secondary-nav-list {
    list-style: none;
    padding: 0
}

.secondary-nav-callout {
    padding-right: 4%
}

    .secondary-nav-callout .btn-primary {
        margin-left: 16px;
        margin-top: 16px
    }

        .secondary-nav-callout .btn-primary:hover {
            background: #fff;
            color: #888 !important;
            border: 2px solid #888 !important
        }

.secondary-nav-callout-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: none
}

.footer-site-map-links {
    list-style: none;
    font-size: .9em;
    color: #fff;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 20px;
    overflow: hidden;
    margin: 6% 0;
    padding-left: 40px
}

    .footer-site-map-links.active .icon-angle-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.footer-site-map-header {
    font-weight: 700;
    margin: 0 0 1.25em;
    cursor: pointer
}

.footer-site-map-section {
    display: block
}

.footer-social-label {
    font-size: .85em
}

.footer-social-links {
    padding: 10px 2%
}

    .footer-social-links .icon {
        font-size: 1em;
        padding-top: .3em
    }

.footer-social-header {
    display: inline-block;
    vertical-align: middle
}

.footer-social-link {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center
}

    .footer-social-link.icon-linkedin {
        background-color: #1D90BC
    }

    .footer-social-link.icon-youtube {
        background-color: #D13C35
    }

    .footer-social-link.icon-slideshare {
        background-color: #0BA8A9
    }

.footer-legal-links {
    list-style: none;
    padding: 10px 0 40px
}

.footer-legal-item {
    color: #1A355E;
    display: inline-block;
    padding: 0 20px
}

    .footer-legal-item > a {
        text-decoration: none;
        color: #65646a
    }

        .footer-legal-item > a:hover {
            text-decoration: underline
        }

footer .icon-angle-right {
    margin-right: 10px
}

    footer .icon-angle-right:before {
        content: "\f105";
        font-size: 16px
    }

.header-search-input input {
    font-size: 1.2em;
    display: block;
    width: 100%;
    position: absolute;
    height: 35px;
    border: 1px solid #1A355E;
    border-radius: 5px;
    color: #1A355E;
    padding: 0 20px 0 36px;
    z-index: 2
}

.header-search-input span.hint {
    font-size: 1.2em;
    display: block;
    width: 100%;
    position: absolute;
    height: 35px;
    top: 6px;
    color: #ccc;
    z-index: 1;
    padding: 0 20px 0 36px
}

@media only screen and (max-width: 992px) {
    .header-search-input span.hint {
        display: none
    }
}

.header-search-input .btn-action {
    height: 35px
}

.header-search {
    display: none
}

    .header-search.active {
        display: block
    }

.header-search-container {
    position: relative
}

.header-search-filters {
    display: none;
    position: absolute;
    left: 4%;
    top: 100%;
    width: 92%;
    z-index: 20
}

.search-input-container {
    position: relative
}

    .search-input-container .label {
        display: block;
        position: absolute;
        top: 0;
        display: none;
        font-size: small;
        color: #b3b3b3;
        right: 34px;
        padding: 10px 0;
        z-index: 2
    }

    .search-input-container > a {
        display: block;
        position: absolute;
        top: 0
    }

    .search-input-container .input-btn-search {
        z-index: 2;
        color: #1A355E;
        font-size: 1.2em;
        padding: 3px 8px;
        left: 0
    }

    .search-input-container .input-btn-close {
        display: block;
        right: 6px;
        text-decoration: none;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        line-height: 1.2em;
        font-weight: 700;
        top: 8px
    }

    .search-input-container.searching .label {
        content: 'Searching';
        display: table
    }

    .search-input-container.searching .icon-search {
        display: none
    }

    .search-input-container.searching .hint {
        background: url(/ui-assets/images/icons/loading.gif) 99.5% 3px no-repeat;
        z-index: 2
    }

.search-filters-selected {
    display: none
}

    .search-filters-selected .tag-list-container {
        padding-right: 230px;
        overflow: hidden;
        max-height: 55px
    }

        .search-filters-selected .tag-list-container:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            pointer-events: none
        }

        .search-filters-selected .tag-list-container::-moz-scrollbar-track {
            -webkit-transition: background-color 1s;
            background-color: rgba(255, 255, 255, 0.5)
        }

        .search-filters-selected .tag-list-container::-webkit-scrollbar-track {
            -webkit-transition: background-color 1s;
            background-color: rgba(255, 255, 255, 0.5)
        }

        .search-filters-selected .tag-list-container::-moz-scrollbar {
            width: 5px
        }

        .search-filters-selected .tag-list-container::-webkit-scrollbar {
            width: 5px
        }

        .search-filters-selected .tag-list-container::-moz-scrollbar-thumb {
            -webkit-transition: background-color 1s;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 10px
        }

        .search-filters-selected .tag-list-container::-webkit-scrollbar-thumb {
            -webkit-transition: background-color 1s;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 10px
        }

    .search-filters-selected .tag-list-item {
        border-color: #fff;
        margin-bottom: 999px
    }

        .search-filters-selected .tag-list-item > a {
            color: #fff
        }

    .search-filters-selected .tag-list-trail {
        color: #fff;
        text-decoration: none;
        padding-right: 150px;
        padding-top: 15px
    }

    .search-filters-selected.not-empty {
        display: block
    }

.search-filter-choices {
    max-height: 300px;
    overflow: auto
}

    .search-filter-choices .checkbox-group {
        display: none
    }

    .search-filter-choices::-moz-scrollbar-track {
        -webkit-transition: background-color 1s;
        background-color: rgba(255, 255, 255, 0.5)
    }

    .search-filter-choices::-webkit-scrollbar-track {
        -webkit-transition: background-color 1s;
        background-color: rgba(255, 255, 255, 0.5)
    }

    .search-filter-choices::-moz-scrollbar {
        width: 5px
    }

    .search-filter-choices::-webkit-scrollbar {
        width: 5px
    }

    .search-filter-choices::-moz-scrollbar-thumb {
        -webkit-transition: background-color 1s;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px
    }

    .search-filter-choices::-webkit-scrollbar-thumb {
        -webkit-transition: background-color 1s;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px
    }

    .search-filter-choices:after {
        content: '';
        position: absolute;
        bottom: 0;
        pointer-events: none;
        right: 10px;
        left: 20%;
        height: 40px;
        background: -webkit-linear-gradient(bottom, #eee, transparent 90%)
    }

    .search-filter-choices .checkbox-group.active {
        display: block
    }

.show-all.search-filters-selected .tag-list-trail {
    display: none
}

.show-all.search-filters-selected .tag-list-container {
    max-height: 150px;
    padding-right: 150px;
    overflow: auto
}

.show-all.search-filters-selected .tag-list-item {
    margin-bottom: 1%
}

.search-filters-selected.show-all:before {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc($full - 150px);
    height: 15px;
    background: -webkit-linear-gradient(bottom, #888, transparent)
}

.search-filters-listing {
    border: 1px solid #888;
    padding-bottom: 55px
}

.search-filter-categories {
    border-right: solid 2px #1A355E;
    margin: 5px 0
}

    .search-filter-categories > a {
        text-decoration: none;
        color: #888;
        padding: 4% 0 4% 10%
    }

        .search-filter-categories > a:hover {
            background-color: #1A355E;
            color: #fff
        }

        .search-filter-categories > a.active {
            background-color: #1A355E;
            color: #fff
        }

.filter-choice-util {
    color: #888
}

    .filter-choice-util a {
        text-decoration: none;
        color: #888
    }

.filter-choice-list {
    margin: 0;
    list-style: none
}

.hero {
    position: relative
}

.hero-container {
    position: relative
}

.hero-image-main {
    display: block;
    width: 100%;
    height: auto
}

.hero.popup-active .hero-content {
    display: none
}

.hero.popup-active .hero-popup {
    display: block;
    z-index: 1001
}

.hero-trigger-link {
    color: #1A355E;
    text-decoration: none;
    display: inline-block;
    margin-top: 11px
}

.hero-popup {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    top: 18%;
    margin-top: -9%;
    z-index: 1001
}

.carousel {
    overflow: hidden
}

.media-carousel {
    overflow: hidden;
    position: relative
}

    .media-carousel:before {
        padding-top: 85.47120419%
    }

    .media-carousel .inline-modal-content {
        left: -9999px;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .media-carousel .btn-close {
        cursor: pointer
    }

.hero-popup-content {
    display: block;
    vertical-align: middle;
    padding: 20% 10%;
    text-align: center
}

.hero-popup-close {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -15px
}

.hero-base-link-orange {
    background-color: #fd8204
}

.hero-base-link-blue {
    background-color: #0082cb
}

.hero-base-link-red {
    background-color: #c30e2e
}

.carousel-slide {
    display: block;
    float: left
}

.slick-track:after {
    content: '';
    display: table;
    clear: both
}

.media-video-item {
    display: block;
    position: relative;
    font-size: 15px
}

    .media-video-item:hover .media-video-thumb:before {
        display: block;
        opacity: 1;
        background: #fd8204
    }

.media-video-thumb img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.media-video-thumb:before {
    -webkit-transition: opacity .5s, background .5s;
    transition: opacity .5s, background .5s;
    position: absolute;
    font-family: micon;
    content: '\e601';
    border-radius: 15px;
    width: 70px;
    height: 50px;
    background: #333;
    background: rgba(10, 10, 10, 0.75);
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    text-align: center;
    line-height: 1.6em;
    font-size: 2.2em;
    padding: 0 10px;
    z-index: 12;
    display: block
}

.media-video-item[data-type=document] .media-video-thumb:before {
    line-height: 2em;
    font-family: FontAwesome;
    content: '\f039';
    width: 55px;
    height: 60px;
    border-radius: 5px;
    margin-left: -27.5px;
    margin-top: -30px
}

.active.media-carousel .inline-modal-content {
    left: 0;
    overflow: visible
}

.active.media-carousel .inline-modal-overlay {
    display: block;
    filter: alpha(opacity=80);
    -webkit-animation: inline-fade-in .5s forwards;
    animation: inline-fade-in .5s forwards
}

.media-carousel-bg {
    z-index: 10
}

.media-carousel-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    padding: 2% 0
}

@media only screen and (max-width: 767px) {
    .media-carousel-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%
    }
}

.media-carousel-container {
    overflow: visible
}

.media-carousel-item {
    -webkit-transform: translate(10%, 0) scale(0.8, 0.8);
    transform: translate(10%, 0) scale(0.8, 0.8);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.no-csstransforms .media-carousel-item .media-carousel-thumb {
    width: 90%
}

.no-csstransforms .media-carousel-item.slick-center .media-carousel-thumb {
    width: 100%
}

.no-csstransforms .media-carousel-item.slick-center + .media-carousel-item .media-carousel-thumb {
    width: 90%;
    left: 10%
}

.media-carousel-item.slick-center {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1)
}

    .media-carousel-item.slick-center .media-carousel-caption {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .media-carousel-item.slick-center .media-carousel-thumb-container:after {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .media-carousel-item.slick-center .media-carousel-thumb-container img {
        border: 1px solid #0082cb
    }

    .media-carousel-item.slick-center + .media-carousel-item {
        -webkit-transform: translate(-10%, 0) scale(0.8, 0.8);
        transform: translate(-10%, 0) scale(0.8, 0.8)
    }

        .media-carousel-item.slick-center + .media-carousel-item .media-carousel-thumb-container:after {
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
            background-image: linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=1);
            right: auto;
            left: 0
        }

.media-carousel-caption {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    color: #fff;
    line-height: 1.25em;
    font-size: 1.1em;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Medium", Avenir, Arial, Helvetica, sans-serif
}

.media-carousel-thumb-container {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.15)
}

    .media-carousel-thumb-container:before {
        padding-top: 68.62170088%
    }

    .media-carousel-thumb-container:after {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        z-index: 10;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
        background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=1);
        height: 100%;
        width: 100px
    }

    .media-carousel-thumb-container img {
        border: 1px solid transparent
    }

.media-carousel-next {
    width: 20px;
    text-align: center;
    font-family: FontAwesome;
    border: none;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: none;
    z-index: 10;
    right: 15px
}

@media only screen and (max-width: 992px) {
    .media-carousel-next {
        right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .media-carousel-next {
        right: 5px
    }
}

.media-carousel-prev {
    width: 20px;
    text-align: center;
    font-family: FontAwesome;
    border: none;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: none;
    z-index: 10;
    left: 15px
}

@media only screen and (max-width: 992px) {
    .media-carousel-prev {
        left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .media-carousel-prev {
        left: 5px
    }
}

.media-carousel-thumb:before {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    filter: alpha(opacity=0)
}

.slick-center .media-carousel-thumb:before {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
    filter: alpha(opacity=100)
}

.slick-center .mobile-only-carousel-thumb:before {
    opacity: 1
}

.carousel-pop-video {
    position: absolute;
    left: -9999px;
    height: 100%
}

.media-carousel.active.video .carousel-pop-video {
    left: 0;
    position: static
}

.carousel-pop-document {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none
}

    .carousel-pop-document img {
        display: none;
        height: 100%;
        width: auto
    }

    .carousel-pop-document .description {
        position: absolute;
        left: 5%;
        right: 5%;
        top: 5%;
        bottom: 5%;
        height: auto;
        width: auto;
        padding: 3% 6%;
        overflow: auto;
        background-color: #fd8204;
        color: #fff
    }

    .carousel-pop-document p {
        line-height: 1.7em
    }

.media-carousel.active.document .carousel-pop-document {
    display: block
}

.page-list-filters {
    padding: 0
}

    .page-list-filters .grid-col-sm {
        padding: 0;
        border: 1px solid #fff;
        border-radius: 0
    }

    .page-list-filters .combobox {
        display: block
    }

        .page-list-filters .combobox select {
            border-radius: 0
        }

.page-list-footer {
    height: 5px
}

    .page-list-footer > .table-grid-col {
        border-bottom: solid 1px #fff
    }

        .page-list-footer > .table-grid-col:first-child div[class*='pad'] {
            padding-left: 8%
        }

        .page-list-footer > .table-grid-col:nth-child(3) {
            display: none;
            background-color: #d0d0ce
        }

        .page-list-footer > .table-grid-col:nth-child(2) {
            background-color: #888
        }

        .page-list-footer > .table-grid-col + .table-grid-col {
            border-left: solid 1px #fff
        }

.page-list-header > .table-grid-col {
    border-bottom: solid 1px #fff
}

    .page-list-header > .table-grid-col:first-child div[class*='pad'] {
        padding-left: 8%
    }

    .page-list-header > .table-grid-col:nth-child(3) {
        display: none;
        background-color: #d0d0ce
    }

    .page-list-header > .table-grid-col:nth-child(2) {
        background-color: #888
    }

    .page-list-header > .table-grid-col + .table-grid-col {
        border-left: solid 1px #fff
    }

.page-list-item {
    background-color: #eee;
    position: relative
}

    .page-list-item > .table-grid-col {
        border-bottom: solid 1px #fff
    }

        .page-list-item > .table-grid-col:first-child div[class*='pad'] {
            padding-left: 8%
        }

        .page-list-item > .table-grid-col:nth-child(3) {
            display: none
        }

        .page-list-item > .table-grid-col + .table-grid-col {
            border-left: solid 1px #fff
        }

    .page-list-item:nth-child(2n) {
        background-color: #d0d0ce
    }

    .page-list-item .compare-link {
        text-decoration: none
    }

        .page-list-item .compare-link .compare-label {
            display: none;
            border-radius: 3px;
            padding: 3px 0;
            width: 100px;
            margin: auto;
            font-size: .75em
        }

    .page-list-item .checkbox:checked + .compare-link .compare-label {
        display: block
    }

.page-list-item-description > a {
    text-decoration: none;
    font-weight: 700;
    color: #1A355E
}

    .page-list-item-description > a:hover {
        text-decoration: underline
    }

.page-list-item-description > p {
    margin: .1em 0
}

.page-list-paging.border-top-blue {
    border-top: 7px solid #1A355E
}

.page-list-link > a {
    text-decoration: none
}

    .page-list-link > a:hover {
        text-decoration: underline
    }

.span-position-override {
    position: relative !important
}

.page-header-container {
    background-color: #1A355E;
    background-image: url(../images/patterns/pattern-shattered-navy.png);
    color: #fff;
    padding: 6% 4%
}

.page-header {
    font-size: 37px;
    font-family: Avenir Next Cyr W00 Regular;
    margin: 0;
    line-height: 1em
}

.trigger-group-link.active .icon-chevron-right:before {
    content: '\f078'
}

.trigger-group-link.active .icon-angle-right:before {
    content: '\f107'
}

.trigger-group-link.active .trigger-group-link-active {
    display: inherit;
    display: initial
}

.trigger-group-link.active .trigger-group-link-inactive {
    display: none
}

.trigger-group-link-active {
    display: none
}

.trigger-group-link-inactive {
    display: inherit;
    display: initial
}

.trigger-group-content-hidden {
    display: none
}

    .trigger-group-content-hidden.active {
        display: block
    }

.document-count-link {
    position: relative
}

    .document-count-link:before {
        content: '';
        position: absolute;
        right: 26px;
        width: 15px;
        height: 30px;
        display: none;
        z-index: 1002
    }

    .document-count-link > .icon {
        font-size: 1.5em
    }

    .document-count-link > .label {
        position: absolute;
        left: .1em;
        top: -.18em;
        font-size: .8em;
        width: 1.1em;
        text-align: center;
        letter-spacing: -2px
    }

.document-count-popup {
    display: none;
    position: fixed;
    list-style: none;
    margin: 0 0 0 -45%;
    padding: 0;
    width: 90%;
    text-align: left;
    background: #fff;
    border: 2px solid #1A355E;
    border-radius: 5px;
    left: 50%;
    z-index: 1001;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 80vh;
    overflow: auto
}

    .document-count-popup:active {
        display: inline-block
    }

    .document-count-popup li {
        margin: 0
    }

    .document-count-popup ul {
        margin: 0
    }

    .document-count-popup a {
        display: block;
        text-decoration: none;
        color: #1A355E;
        padding: 10px 15px 10px 35px
    }

        .document-count-popup a:hover {
            color: #fff;
            background: #1A355E
        }

        .document-count-popup a .icon {
            margin-right: 10px;
            font-size: 1.3em;
            vertical-align: middle
        }

.document-count.active .document-count-popup {
    display: block
}

.tag-list-trail {
    display: inline-block;
    position: absolute;
    visibility: hidden;
    right: 0;
    top: 0
}

    .tag-list-trail.active {
        visibility: visible
    }

.product-compare-grid .grid-bottom-border div[class*='grid-col'] {
    border-bottom: 5px solid #d9d9d9
}

    .product-compare-grid .grid-bottom-border div[class*='grid-col']:first-child {
        border-bottom: 5px solid #9f9f9f
    }

.product-compare-grid .compare-table .table-grid-sm .table-grid-col {
    background: #eee
}

    .product-compare-grid .compare-table .table-grid-sm .table-grid-col:first-child {
        background: #d9d9d9
    }

.product-compare-grid .compare-table .table-grid-sm:nth-child(even) .table-grid-col {
    background: #d0d0ce
}

    .product-compare-grid .compare-table .table-grid-sm:nth-child(even) .table-grid-col:first-child {
        background: #9f9f9f
    }

.location-map-wrapper {
    background-color: #04ADEE;
    position: relative
}

    .location-map-wrapper:after {
        display: block;
        position: relative;
        content: "";
        width: 0;
        padding-top: 62.5498008%
    }

    .location-map-wrapper .map-container {
        -webkit-transition: opacity 750ms ease-in-out;
        transition: opacity 750ms ease-in-out;
        opacity: 0;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

.map-init-text.hide-text {
    display: none
}

.location-map-wrapper.loaded .map-container {
    opacity: 1
}

.map-init-text {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 25%;
    text-align: center;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    padding-left: 10px;
    padding-right: 10px
}

    .map-init-text.fade-text {
        opacity: 0
    }

.close {
    color: #1A355E;
    font-size: 30px;
    font-weight: 700;
    top: 0;
    right: 10px;
    position: absolute
}

    .close:focus {
        cursor: pointer;
        opacity: .9;
        text-decoration: none
    }

    .close:hover {
        cursor: pointer;
        opacity: .9;
        text-decoration: none
    }

.favorite-products .delete-ico {
    cursor: pointer
}

.favorite-products textarea {
    resize: none
}

.favorite-products .tblListFavoriteProducts {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif
}

.favorite-products .tblSummary {
    font-size: 16px
}

    .favorite-products .tblSummary .stick-to-top-sm {
        top: 2px
    }

.favorite-products .btnAddNewItem {
    padding-right: 15px
}

.location-list {
    list-style: none
}

    .location-list li {
        display: block;
        list-style: none;
        padding: 0
    }

        .location-list li h6:hover {
            cursor: pointer
        }

    .location-list ul {
        display: block;
        list-style: none;
        padding: 0
    }

        .location-list ul h6:hover {
            cursor: pointer
        }

    .location-list .region-list {
        -webkit-transition: height 750ms ease-in-out;
        transition: height 750ms ease-in-out;
        max-height: 0;
        overflow: hidden
    }

        .location-list .region-list.active {
            height: 100%;
            max-height: 100%
        }

    .location-list .location-label {
        text-decoration: none
    }

.results-filter-group-options label {
    cursor: pointer
}

.videos-landing .landing-grid-item {
    cursor: pointer
}

    .videos-landing .landing-grid-item:hover .landing-grid-item-content {
        display: block
    }

.videos-landing .category-landing-grid.display-type-gallery .landing-grid-item.active .landing-grid-item-label {
    text-decoration: none
}

.videos-landing .category-landing-grid.display-type-gallery .landing-grid-item:hover .landing-grid-item-label {
    text-decoration: none
}

.videos-landing .movable-video {
    position: absolute;
    float: left;
    width: 100%;
    top: -9999px;
    border-top: solid 1px #fff
}

    .videos-landing .movable-video .video-info {
        display: none
    }

    .videos-landing .movable-video.active {
        display: block;
        position: relative;
        top: auto
    }

.videos-landing .video-title {
    padding-right: 40px
}

.videos-landing .display-type-list .landing-grid-callout {
    display: none
}

.videos-landing .display-type-list .landing-grid-toolbar {
    display: none;
    width: 100%;
    left: 0
}

.videos-landing .display-type-list .landing-grid-item .landing-grid-media img {
    display: none
}

.videos-landing .category-landing-grid.display-type-list .landing-grid-item {
    margin-left: 0;
    width: 100%
}

.videos-landing .linkable.landing-grid-item.active .landing-grid-content-container {
    background-color: transparent
}

.videos-landing .linkable.landing-grid-item:hover .landing-grid-content-container {
    background-color: transparent
}

.videos-landing .landing-grid-item.active .landing-grid-item-content {
    display: block
}

.videos-landing .landing-grid-item-info {
    display: none
}

.display-type-gallery .wistia_click_to_play {
    height: auto !important
}

.display-type-list .wistia_click_to_play {
    height: auto !important;
    width: auto !important
}

.wistia_click_to_play {
    width: auto !important
}

.zoom-out-btn.visible {
    cursor: pointer;
    opacity: 1
}

.info-popup.arrow:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    border-right: 7px solid #e6e6e6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: none;
    top: 15px;
    left: -7px
}

.info-popup.arrow.arrow-right:after {
    border-right: none;
    border-left: 7px solid #e6e6e6;
    right: -7px;
    left: auto
}

.global-callout-item {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff
}

.global-callout-item-last {
    border-left: solid 1px #fff
}

.selected-location {
    position: absolute;
    color: #fff;
    text-transform: capitalize;
    left: 10px;
    bottom: 10px
}

.inline-modal-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    position: absolute;
    z-index: 12
}

.modal-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    position: fixed;
    z-index: 1000
}

.inline-modal-overlay.active {
    display: block;
    filter: alpha(opacity=50);
    -webkit-animation: fade-in .5s forwards;
    animation: fade-in .5s forwards
}

.modal-overlay.active {
    display: block;
    filter: alpha(opacity=50);
    -webkit-animation: fade-in .5s forwards;
    animation: fade-in .5s forwards
}

.modal-content {
    z-index: 1001;
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 15px 30px 25px;
    border: 1px solid #1A355E;
    width: 49%;
    max-width: 440px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

    .modal-content button.btn-secondary-cancel {
        background-color: #888;
        border-color: #888;
        color: #fff
    }

    .modal-content input.btn-secondary-cancel {
        background-color: #888;
        border-color: #888
    }

        .modal-content input.btn-secondary-cancel:hover {
            color: #fff
        }

    .modal-content .boxButtonModal {
        padding-left: 25%
    }

    .modal-content .modal-body p {
        font-family: Avenir Next Cyr W00 Regular;
        font-size: 16px
    }

    .modal-content .modal-body .tblModal {
        display: table
    }

        .modal-content .modal-body .tblModal .icon {
            display: table-cell;
            float: none;
            vertical-align: middle
        }

        .modal-content .modal-body .tblModal .textModal {
            display: table-cell;
            vertical-align: middle
        }

    .modal-content .modal-body .textDemi {
        font-family: Avenir Next Cyr W00 Demi
    }

    .modal-content .modal-body .errorPosition {
        font-size: 12px;
        position: absolute;
        top: -18px;
        left: 0;
        display: none
    }

    .modal-content .close {
        color: #1A355E
    }

.inline-modal-content {
    position: absolute;
    z-index: 12
}

.global-callouts {
    background-color: #eee
}

.global-callout-header {
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

    .global-callout-header h2 {
        color: inherit;
        font-size: 2em
    }

.global-callout-content {
    padding: 0 5%
}

.global-callout-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.gc-all-link {
    display: table-cell;
    vertical-align: middle
}

    .gc-all-link a {
        display: inline-block;
        color: #1A355E
    }

.global-callout-list-item + .global-callout-list-item {
    border-top: solid 1px #fff
}

.global-callout-list-item-header {
    font-size: 20px
}

.mobile-only-carousel {
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 767px) {
    .mobile-only-carousel {
        max-height: 90vw
    }
}

.mobile-only-carousel .slick-next {
    display: block;
    top: 30%
}

.mobile-only-carousel .slick-prev {
    display: block;
    top: 30%
}

.mobile-only-carousel .carousel-slide img {
    height: 100% !important
}

.mobile-only-carousel-container {
    overflow: visible
}

    .mobile-only-carousel-container .slick-next {
        top: 47%
    }

    .mobile-only-carousel-container .slick-prev {
        top: 47%
    }

.mobile-carousel-grid {
    position: relative
}

.mobile-only-carousel-caption {
    opacity: 0;
    color: #fff;
    line-height: 1.85em;
    font-size: 1.1em;
    text-align: left;
    font-family: Avenir Next Cyr W00 Regular;
    display: none
}

.ie .mobile-only-carousel-caption {
    opacity: 1
}

.mobile-only-carousel-caption.active {
    display: block;
    -webkit-animation: fade-in-full 1s forwards;
    animation: fade-in-full 1s forwards
}

.no-cssanimations .mobile-only-carousel-caption.active {
    opacity: 1
}

.mobile-only-carousel-thumb-container {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.15)
}

    .mobile-only-carousel-thumb-container:after {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        z-index: 10;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
        background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=1);
        height: 100%;
        width: 100px
    }

    .mobile-only-carousel-thumb-container img {
        border: 1px solid transparent
    }

.category-landing-grid {
    border-bottom: solid 1px #fff;
    position: relative
}

.hero-homepage {
    border-bottom: solid 1px #fff
}

    .hero-homepage .hero-container:before {
        padding-top: 95.3125%
    }

    .hero-homepage .hero-container video {
        z-index: 10
    }

    .hero-homepage .hero-container .vjs-poster {
        z-index: 11
    }

    .hero-homepage .hero-content {
        padding: 50% 0 0;
        z-index: 11
    }

.homepage-rollover-preview {
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    background-color: #0082cb;
    position: relative
}

.mobile-only-carousel-thumb:before {
    opacity: 0
}

.gated-content-modal.modal-content {
    display: none;
    border-radius: 5px;
    background-color: #fff;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto
}

    .gated-content-modal.modal-content.active {
        display: block
    }

.hero-block {
    position: relative
}

    .hero-block .btn-expand {
        position: relative
    }

        .hero-block .btn-expand:before {
            font-size: 1.2em;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -17px;
            width: 100%;
            display: block;
            content: '+'
        }

.expanded.hero-block .btn-expand:before {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -17px;
    width: 100%;
    content: '—'
}

.hero-block-copy {
    font-size: .9em;
    line-height: 1.5em
}

    .hero-block-copy h3 {
        line-height: 1em
    }

    .hero-block-copy h5 {
        font-size: 16px;
        text-transform: uppercase
    }

    .hero-block-copy p {
        display: none
    }

        .hero-block-copy p .ellipsis {
            display: none
        }

.normalize-mobile .hero-block-copy h5 {
    font-size: 16px;
    text-transform: uppercase
}

.hero-block.expanded .hero-block-copy p {
    display: block
}

span[id^="_containerbcExperience"] {
    height: 100%
}

.homepage-callout-item {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff
}

.homepage-callout-header {
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

    .homepage-callout-header h2 {
        color: inherit
    }

.homepage-callout-content {
    padding: 0 5%
}

.homepage-callout-list {
    list-style: none;
    margin: 20px 0;
    padding: 0
}

.homepage-callout-list-item {
    margin: 0 0 0 -5.5%;
    display: table;
    width: 111%;
    min-height: 60px;
    position: relative;
    padding: 5px 40px 5px 15px
}

    .homepage-callout-list-item:nth-child(odd) {
        background: #e3e2e2
    }

    .homepage-callout-list-item a {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #000
    }

        .homepage-callout-list-item a .icon-angle-right {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -.5em;
            font-size: 1.2em;
            line-height: 1em;
            color: #1A355E;
            padding: 0 5%
        }

    .homepage-callout-list-item + .homepage-callout-list-item {
        border-top: solid 1px #fff
    }

.homepage-preview-callout {
    color: #fff
}

    .homepage-preview-callout .btn-util-close {
        display: none;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 11
    }

.homepage-rollover-preview.active .homepage-preview-callout {
    vertical-align: top
}

    .homepage-rollover-preview.active .homepage-preview-callout:after {
        display: none
    }

    .homepage-rollover-preview.active .homepage-preview-callout .btn-util-close {
        display: block
    }

.homepage-rollover-preview.active .homepage-preview-intro {
    display: none
}

.homepage-rollover-preview.active .homepage-preview-item-descriptions {
    display: block
}

.homepage-rollover-preview.active .homepage-preview-thumb-header {
    display: block
}

.homepage-rollover-preview.active .homepage-preview-item {
    position: absolute;
    z-index: 11;
    left: 10%;
    bottom: 5%;
    width: 15%;
    height: auto
}

    .homepage-rollover-preview.active .homepage-preview-item.active {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        bottom: auto;
        z-index: 10
    }

    .homepage-rollover-preview.active .homepage-preview-item.not-active {
        -webkit-animation: rollover-preview-item .5s forwards;
        animation: rollover-preview-item .5s forwards
    }

    .homepage-rollover-preview.active .homepage-preview-item.not-active-1 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        left: 30%
    }

    .homepage-rollover-preview.active .homepage-preview-item.not-active-2 {
        left: 50%;
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

.homepage-rollover-preview.active .homepage-preview-label {
    display: none
}

.homepage-preview-intro {
    overflow: auto;
    padding: 3% 10%
}

    .homepage-preview-intro h2 {
        color: inherit;
        font-family: Avenir Next Cyr W00 Regular;
        font-size: 1.3em
    }

    .homepage-preview-intro p {
        color: inherit;
        line-height: 2em
    }

    .homepage-preview-intro h3 {
        font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Regular", Avenir, Arial, Helvetica, sans-serif;
        font-size: 1.3em
    }

.homepage-preview-item-descriptions {
    overflow: auto;
    display: none;
    padding: 0 10% 20%
}

    .homepage-preview-item-descriptions h2 {
        color: inherit;
        font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Regular", Avenir, Arial, Helvetica, sans-serif;
        font-size: 1.3em
    }

    .homepage-preview-item-descriptions p {
        color: inherit;
        line-height: 2em
    }

    .homepage-preview-item-descriptions h3 {
        font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Regular", Avenir, Arial, Helvetica, sans-serif;
        font-size: 1.3em
    }

.homepage-preview-item-description {
    display: none
}

    .homepage-preview-item-description.active {
        display: block;
        -webkit-animation: rollover-preview-description 1s;
        animation: rollover-preview-description 1s
    }

.homepage-preview-thumb-header {
    display: none
}

.homepage-preview-item {
    position: relative
}

    .homepage-preview-item .preview-item-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: #1A355E;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .homepage-preview-item:hover .preview-item-overlay {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.hero-homepage-poster.fade-out {
    filter: alpha(opacity=0);
    opacity: 0
}

.offsite {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute
}

.homepage-preview-item.active:hover:before {
    background: 0 0
}

.cssanimations .homepage-rollover-preview.active .homepage-preview-item.not-active {
    opacity: 0
}

.homepage-preview-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    display: none;
    font-size: 1.3em
}

.hero-homepage-video {
    width: 100% !important;
    height: 100% !important
}

    .hero-homepage-video .vjs-big-play-button {
        display: none !important
    }

    .hero-homepage-video .vjs-control-bar {
        display: none !important
    }

.hero-homepage-poster {
    -webkit-transition: opacity 2.5s;
    transition: opacity 2.5s;
    z-index: 11
}

.media-carousel-homepage:before {
    padding-top: 85.47120419%
}

.media-carousel-homepage .media-carousel-thumb-container:before {
    padding-top: 68.62170088%
}

.media-carousel-homepage .carousel-pop-video:before {
    display: block;
    content: '';
    padding-top: 56.25%
}

.media-carousel-homepage .carousel-pop-video .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: -150px
}

.category-landing-brands .hero-content {
    padding: 4% 7% 0;
    left: auto;
    right: 0;
    width: 65%
}

.category-landing-brands .category-landing-grid {
    background-color: #c30e2e
}

.category-landing-brands .landing-grid-item.pattern-bg {
    background-image: url(../images/patterns/pattern-shattered-red.png)
}

.category-landing-brands .landing-grid-content-container {
    background-color: rgba(195, 14, 46, 0)
}

.category-landing-brands .linkable.landing-grid-item.active .landing-grid-content-container {
    background-color: #c30e2e
}

.category-landing-brands .linkable.landing-grid-item:hover .landing-grid-content-container {
    background-color: #c30e2e
}

.category-landing-industries .hero-content {
    padding: 20% 2% 0 7%
}

.category-landing-industries .category-landing-grid {
    background-color: #0082cb
}

.category-landing-industries .landing-grid-item.pattern-bg {
    background-image: url(../images/patterns/pattern-shattered-cyan.png)
}

.category-landing-industries .landing-grid-item {
    background-color: transparent
}

    .category-landing-industries .landing-grid-item > .landing-grid-media img {
        display: block
    }

    .category-landing-industries .landing-grid-item > img {
        display: block
    }

    .category-landing-industries .landing-grid-item:hover .landing-grid-item-label {
        text-decoration: none
    }

.category-landing-industries .landing-grid-callout.landing-grid-item > .landing-grid-media img {
    display: none
}

.category-landing-industries .landing-grid-callout.landing-grid-item > img {
    display: none
}

.category-landing-industries .landing-grid-content-container {
    background-color: rgba(26, 53, 94, 0);
    position: absolute
}

.category-landing-industries .landing-grid-callout .landing-grid-content-container {
    position: static
}

.category-landing-industries .landing-grid-item-content {
    position: absolute;
    text-align: center
}

.category-landing-industries .landing-grid-item-label {
    font-size: 1em;
    color: #fff
}

.category-landing-industries .landing-grid-item.active .landing-grid-item-label {
    text-decoration: none
}

.category-landing-industries .landing-grid-toolbar {
    width: 50%;
    right: 0;
    left: auto;
    z-index: 1
}

.category-landing-producttypes .category-landing-grid {
    background-color: #fd8204
}

.category-landing-producttypes .landing-grid-item.pattern-bg {
    background-image: url(../images/patterns/pattern-shattered-orange.png)
}

.category-landing-producttypes .landing-grid-content-container {
    background-color: rgba(253, 130, 4, 0)
}

.category-landing-producttypes .linkable.landing-grid-item.active .landing-grid-content-container {
    background-color: #fd8204
}

.category-landing-producttypes .linkable.landing-grid-item:hover .landing-grid-content-container {
    background-color: #fd8204
}

.landing-grid-callout {
    background-color: transparent !important
}

    .landing-grid-callout h2 {
        color: #fff !important
    }

    .landing-grid-callout h3 {
        color: #fff !important
    }

    .landing-grid-callout p {
        color: #fff !important
    }

.landing-grid-item {
    position: relative;
    text-decoration: none;
    display: none
}

    .landing-grid-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

    .landing-grid-item > .landing-grid-media img {
        display: none
    }

    .landing-grid-item > img {
        display: none
    }

    .landing-grid-item:hover .landing-grid-item-label {
        color: #fff
    }

    .landing-grid-item:hover .landing-content-description {
        display: block
    }

    .landing-grid-item.landing-grid-callout {
        display: block
    }

.linkable.landing-grid-item {
    display: block
}

    .linkable.landing-grid-item:hover .landing-grid-content-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        background-color: #1A355E;
        background-color: rgba(26, 53, 94, 0.85)
    }

.category-landing-grid.display-type-list .linkable.landing-grid-item:nth-of-type(2n) {
    background-color: #b3b3b3
}

.category-landing-grid.display-type-list .landing-grid-item {
    background-color: #d0d0ce
}

    .category-landing-grid.display-type-list .landing-grid-item:hover .landing-grid-item-label {
        text-decoration: none
    }

    .category-landing-grid.display-type-list .landing-grid-item:hover .landing-content-description {
        color: #fff
    }

        .category-landing-grid.display-type-list .landing-grid-item:hover .landing-content-description .first-child {
            color: #fff
        }

        .category-landing-grid.display-type-list .landing-grid-item:hover .landing-content-description .last-child {
            color: #fff
        }

    .category-landing-grid.display-type-list .landing-grid-item.active .landing-grid-item-label {
        text-decoration: none
    }

.category-landing-grid.display-type-list .landing-content-description {
    display: block
}

.category-landing-grid.display-type-list .landing-grid-toolbar .toolbar-display-list {
    color: #1A355E
}

.landing-grid-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff
}

.linkable.landing-grid-item.active .landing-grid-content-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    background-color: #1A355E;
    background-color: rgba(26, 53, 94, 0.85)
}

.landing-grid-item-content {
    left: 0;
    bottom: 10px;
    width: 100%
}

.landing-grid-item.linkable:hover .landing-grid-item-content {
    position: static
}

.landing-grid-item-label {
    display: block;
    color: #1A355E;
    font-size: 1.3em
}

.landing-grid-item.active .landing-grid-item-label {
    color: #fff
}

.category-landing-grid.display-type-gallery .landing-grid-item.active .landing-grid-item-label {
    text-decoration: underline
}

.category-landing-grid.display-type-gallery .landing-grid-item:hover .landing-grid-item-label {
    text-decoration: underline
}

.category-landing-grid.display-type-gallery .landing-content-description {
    position: static
}

    .category-landing-grid.display-type-gallery .landing-content-description .first-child {
        color: #1A355E
    }

    .category-landing-grid.display-type-gallery .landing-content-description .last-child {
        color: #1A355E
    }

.category-landing-grid.display-type-gallery .landing-grid-toolbar .toolbar-display-gallery {
    color: #1A355E
}

.related-products a {
    text-decoration: none
}

    .related-products a:hover {
        text-decoration: underline
    }

.related-products .titleDemi {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif
}

.related-products p {
    color: #000;
    text-align: left
}

.related-products .links-related-products ul {
    padding: 0
}

    .related-products .links-related-products ul li {
        list-style: none;
        text-align: left
    }

        .related-products .links-related-products ul li a {
            color: #00e
        }

.landing-content-description {
    display: none;
    position: absolute;
    top: 1.1em;
    right: 40px;
    color: #1A355E
}

    .landing-content-description .first-child {
        display: inline-block;
        padding: 5px;
        color: #c30e2e
    }

    .landing-content-description .last-child {
        display: inline-block;
        padding: 5px;
        color: #0082cb
    }

.landing-grid-text-content {
    position: relative;
    width: 100%
}

    .landing-grid-text-content > h2 {
        color: #fff
    }

    .landing-grid-text-content > h3 {
        color: #fff;
        margin: .1em 0
    }

    .landing-grid-text-content > p {
        color: #fff
    }

.landing-grid-toolbar {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 60px
}

    .landing-grid-toolbar .toolbar-action-link {
        display: inline-block;
        color: #1A355E;
        text-decoration: none;
        vertical-align: middle;
        font-size: 1.5em
    }

    .landing-grid-toolbar .toolbar-label {
        display: inline-block;
        color: #1A355E;
        text-decoration: none;
        vertical-align: middle;
        margin-right: 5px
    }

    .landing-grid-toolbar .toolbar-action-link + .toolbar-action-link {
        margin-left: .2em
    }

    .landing-grid-toolbar .toolbar-display-gallery {
        color: #888
    }

    .landing-grid-toolbar .toolbar-display-list {
        color: #888
    }

.product-detail-top {
    border-bottom: 1px solid #fff
}

.product-detail-media .table-grid-col {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff
}

    .product-detail-media .table-grid-col:first-child {
        border-bottom: none
    }

.product-detail-video:before {
    padding-top: 66.81318681%
}

.more-information-container {
    color: #65646a
}

    .more-information-container h1 {
        color: #1A355E
    }

    .more-information-container h2 {
        color: #1A355E
    }

    .more-information-container h3 {
        color: #1A355E
    }

    .more-information-container h4 {
        color: #1A355E
    }

    .more-information-container h5 {
        color: #1A355E
    }

    .more-information-container h6 {
        color: #1A355E
    }

.default-link {
    text-decoration: none
}

    .default-link:hover {
        text-decoration: underline
    }

.no-underline {
    text-decoration: none
}

.page-product-detail .document-count-popup {
    top: 6.5em;
    bottom: auto
}

    .page-product-detail .document-count-popup > li > ul {
        position: relative
    }

        .page-product-detail .document-count-popup > li > ul > a {
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative
        }

            .page-product-detail .document-count-popup > li > ul > a .icon {
                margin: 0 0 0 10px
            }

    .page-product-detail .document-count-popup ul li a {
        border-radius: 0
    }

    .page-product-detail .document-count-popup a.trigger-group-link {
        display: none
    }

.page-product-detail .document-count-label {
    max-width: 110px
}

.media-carousel-whats-new .video-button-container {
    max-width: 36%;
    margin-left: 32%
}

.media-carousel-whats-new .video-button-top {
    padding-top: .75em
}

.mk-title {
    vertical-align: middle;
    display: table-cell
}

.quartz-calculator .tool-section-component {
    vertical-align: top
}

    .quartz-calculator .tool-section-component input[type=text] {
        color: #1A355E;
        border: 2px solid #1A355E;
        border-radius: 5px;
        padding: 10px;
        text-align: center;
        font-size: 16px
    }

        .quartz-calculator .tool-section-component input[type=text].off-center {
            margin-left: 10%
        }

    .quartz-calculator .tool-section-component label {
        color: #1A355E
    }

.quartz-calculator .tool-section h5 {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
    font-size: 1.6em
}

.quartz-calculator .tool-section h6 {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif
}

.quartz-calculator .error {
    margin-top: 10px;
    color: #c30e2e;
    font-size: 14px
}

.quartz-calculator hr {
    border: none;
    border-bottom: solid 1px #000
}

    .quartz-calculator hr.light {
        border-bottom: solid 1px #ccc
    }

.quartz-calculator .legal {
    padding: 0 4%;
    font-size: 12px;
    line-height: 1.3em
}

.quartz-calculator industry {
    padding: 0 4%;
    font-size: 12px;
    line-height: 1.3em
}

.search-results .sort-by-label {
    vertical-align: top
}

.search-results .combobox-thin {
    width: 45%
}

.results-filter-group {
    margin-top: 20px
}

.results-filter-group-option {
    position: relative
}

    .results-filter-group-option input[type=checkbox] {
        opacity: 0;
        position: absolute;
        left: -9999px
    }

        .results-filter-group-option input[type=checkbox]:checked + .label:after {
            display: inline-block;
            font-family: FontAwesome;
            content: '\f00c';
            color: #0082cb;
            margin-left: 5px
        }

    .results-filter-group-option a {
        padding-right: 12%
    }

    .results-filter-group-option p {
        position: absolute;
        top: 0;
        padding-top: 2%;
        right: 0
    }

#_containerbcDynamicExperience {
    width: 100%;
    height: 100%;
    display: block
}

.pdf-content-container {
    height: 80%
}

.html-content-container {
    color: #65646a
}

    .html-content-container h1 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

    .html-content-container h2 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

    .html-content-container h3 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

    .html-content-container h4 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

    .html-content-container h5 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

    .html-content-container h6 {
        color: #1A355E;
        font-weight: 400;
        font-size: 1.7em
    }

.html-content-block {
    height: 80%;
    overflow-y: scroll
}

    .html-content-block table {
        border-collapse: collapse
    }

.contain-children {
    overflow: auto
}

.modal {
    overflow: auto;
    display: none;
    position: fixed;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1003
}

    .modal .warning-icon-modal {
        background: url(../images/warning-icon-modal.png) top left no-repeat;
        display: block;
        height: 48px;
        width: 52px
    }

.proceeding-icon {
    padding-left: 1.5em;
    position: relative
}

    .proceeding-icon .icon {
        position: absolute;
        top: 0;
        left: 0;
        padding: inherit;
        margin-left: -1.2em;
        line-height: inherit
    }

.text-caps {
    text-transform: uppercase
}

.text-transform-reset {
    text-transform: none
}

.text-nowrap {
    white-space: nowrap
}

.blue-links-format {
    text-decoration: none;
    font-size: 14px;
    color: #00e
}

.blue-small-links {
    text-decoration: none;
    font-size: 12px;
    color: #00e
}

.header-login-link {
    text-decoration: none;
    width: auto
}

.text-regular {
    font-family: Avenir Next Cyr W00 Regular
}

.text-medium {
    font-family: Avenir Next Cyr W00 Medium
}

.text-demi {
    font-family: Avenir Next Cyr W00 Demi
}

.text-bold {
    font-family: Avenir Next Cyr W00 Bold
}

.shadow-beneath {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5)
}

.shadow-underneath {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

.text-glow-light {
    text-shadow: 0 0 30px #fff
}

.text-glow-dark {
    text-shadow: 0 0 30px #000
}

.align-middle {
    vertical-align: middle
}

.rounded-corners {
    border-radius: 5px
}

.no-padding-right {
    padding-right: 0
}

.picture-responsive img {
    display: block;
    width: 100%;
    height: auto
}

.img-responsive-limited-desktop {
    display: block;
    width: 100%;
    max-height: 360px;
    min-height: 322px
}

.bottom-border {
    margin-bottom: 1px
}

.no-bottom-border-under-desktop {
    margin-bottom: 1px
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.text-bolder {
    font-weight: 700
}

.header-lang-change {
    text-decoration: none !important
}

.header-lang-link {
    text-decoration: none !important
}

.icon-lang {
    display: block;
    margin-right: 10px;
    background: url(/ui-assets/images/icon-lang.png);
    width: 33px;
    height: 30px;
    float: left
}

.icon-login {
    display: block;
    margin-right: 10px;
    background: url(/ui-assets/images/icon-login.png) 0 8px no-repeat;
    width: 20px;
    height: 31px;
    float: left
}

.login-submenu {
    -webkit-box-shadow: 10px 10px 38px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 38px -10px rgba(0, 0, 0, 0.75);
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    background-color: #888;
    width: 200px;
    top: 56px;
    display: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

    .login-submenu li {
        line-height: 1.2em;
        margin: 0
    }

    .login-submenu:before {
        content: '\25BA';
        display: inline-block;
        color: #888;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: -17px;
        left: 10%
    }

    .login-submenu a {
        width: 100%;
        text-decoration: none;
        color: #fff;
        padding: 5px 20px;
        margin: 0;
        font-size: 16px;
        display: block
    }

        .login-submenu a:focus {
            background-color: #65646a
        }

.lang-submenu {
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    background-color: #888;
    width: 200px;
    top: 56px;
    display: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

    .lang-submenu li {
        line-height: 1.2em;
        margin: 0
    }

    .lang-submenu:before {
        content: '\25BA';
        display: inline-block;
        color: #888;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: -17px;
        left: 10%
    }

    .lang-submenu a {
        width: 100%;
        text-decoration: none;
        color: #fff;
        padding: 5px 20px;
        margin: 0;
        font-size: 16px;
        display: block
    }

        .lang-submenu a:hover {
            background-color: #65646a
        }

.profile .small-text-ondesktop {
    font-size: 14px
}

    .profile .small-text-ondesktop a {
        font-size: 14px;
        margin-left: 10px;
        text-decoration: none
    }

.site-registration .small-text-ondesktop {
    font-size: 14px
}

    .site-registration .small-text-ondesktop a {
        font-size: 14px
    }

.site-registration .form-component-select .form-component-placeholder {
    padding-right: 2.1em
}

.site-registration .thank-text-style {
    color: #e87502;
    font-size: 24px;
    line-height: 24px
}

    .site-registration .thank-text-style span {
        font-weight: 700;
        font-size: 17px;
        line-height: 19px
    }

.site-registration [type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

    .site-registration [type=checkbox]:checked:focus + label:before {
        border: 1px dotted #00f
    }

.site-registration [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .site-registration [type=checkbox]:not(:checked):focus + label:before {
        border: 1px dotted #00f
    }

.site-registration [type=checkbox]:checked + label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
    color: #000
}

    .site-registration [type=checkbox]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 3px
    }

    .site-registration [type=checkbox]:checked + label:after {
        content: '✓';
        position: absolute;
        top: 3px;
        left: 3px;
        font-size: 25px;
        line-height: .8;
        font-weight: 700;
        color: #09ad7e;
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.site-registration [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
    color: #000
}

    .site-registration [type=checkbox]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 3px
    }

    .site-registration [type=checkbox]:not(:checked) + label:after {
        content: '✓';
        position: absolute;
        top: 3px;
        left: 3px;
        font-size: 25px;
        line-height: .8;
        font-weight: 700;
        color: #09ad7e;
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

.site-registration [type=checkbox]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.site-registration [type=checkbox]:disabled:checked + label:after {
    color: #999
}

.site-registration [type=checkbox]:disabled:not(:checked) + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.site-registration [type=checkbox]:disabled + label {
    color: #aaa
}

.site-registration label:hover:before {
    border: 1px solid #4778d9 !important
}

.site-registration .invalidCheck:before {
    border-color: #c30e2e !important
}

.site-registration .forgot-input {
    margin: 0 auto
}

.site-registration .forgot-input-btn {
    margin: 0px auto;
    text-align: center
}

    .site-registration .forgot-input-btn .btn {
        margin-bottom: 0px
    }

.site-registration .form-component select {
    padding: .4em 35px .4em 6px
}

.site-registration .space-right-sm-0 {
    margin-right: 0 !important
}

.site-registration .space-right-lg-05 {
    margin-right: .5% !important
}

.site-registration .space-left-md-3 {
    margin-left: 4%
}

.site-registration .favorite-products .delete-list {
    padding-right: 12px
}

.site-registration .error-message-ehan {
    display: none
}

.site-registration .spaceRight {
    padding-right: 15px
}

.small-text-ondesktop li {
    font-size: 14px
}

.lang-footer-menu {
    list-style-type: none;
    display: inline-block;
    padding: 7px 20px
}

    .lang-footer-menu a {
        color: #fff;
        text-decoration: none;
        float: left;
        margin-right: 20px
    }

.select-list-popup .select-box-favorites .favorites-box {
    float: left;
    height: 175px;
    overflow: auto;
    -webkit-box-shadow: inset 2px 3px 10px #c1c1c1;
    box-shadow: inset 2px 3px 10px #c1c1c1;
    width: 100%;
    border: 1px solid #c1c1c1;
    position: relative;
    z-index: 4;
    padding: 5px 15px
}

    .select-list-popup .select-box-favorites .favorites-box.invalid {
        border-color: #c30e2e
    }

.select-list-popup .favorites-box p {
    margin-bottom: 5px
}

.invalidForRegister input {
    border-color: #c30e2e !important
}

.invalidForRegister-atLeast input {
    border-color: #c30e2e !important
}

.site-registration.registrationPage .form-component select {
    background: #FBFCFE
}

.site-registration.registrationPage .littleSelect {
    position: relative;
    z-index: 1
}

    .site-registration.registrationPage .littleSelect:before {
        content: "*";
        color: #c30e2e;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        z-index: 1;
        line-height: 40px
    }

    .site-registration.registrationPage .littleSelect .txtRequired {
        color: #c30e2e;
        font-size: 1em;
        display: none
    }

.site-registration.registrationPage .form-elem-group {
    position: relative;
    clear: both
}

.site-registration.registrationPage .errorPosition {
    position: absolute;
    bottom: inherit;
    padding: 5px;
    z-index: 999;
    top: -24px
}

@media only screen and (max-width: 767px) {
    .site-registration.registrationPage .errorPosition {
        position: relative;
        top: initial !important;
        bottom: initial !important;
        float: left;
        margin-bottom: 5px
    }
}

.site-registration.registrationPage #selectTitle .errorPosition {
    display: none
}

.registrationPage .form-component-select .form-component-placeholder {
    padding-right: 2.1em
}

.bg-orange-darker {
    background-color: #e87502
}

.alert-icon-msg {
    background: url(../images/alert-decomissed-msg.png) no-repeat;
    width: 54px;
    height: 50px;
    display: block;
    margin: 0 auto
}

.alert-text-msg {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px
}

.alert-icon-decommissed {
    background: url(../images/alert-decomissed-icon.png) no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block !important
}

.error-message-ehan {
    margin: 0;
    font-size: 12px;
    color: #c30e2e
}

    .error-message-ehan a {
        color: #c30e2e;
        font-size: 12px
    }

.resend-email {
    margin: 0;
    font-size: 12px;
    color: #c30e2e
}

    .resend-email a {
        color: #c30e2e;
        font-size: 12px
    }

.linked-in-btn {
    background: url(../images/linkedin-btn.png) 5px center no-repeat #0877b5;
    width: 310px;
    height: 41px;
    display: block;
    padding-left: 45px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.site-registration.profile .littleSelect {
    position: relative;
    z-index: 1
}

    .site-registration.profile .littleSelect:before {
        content: "*";
        color: #c30e2e;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        z-index: 1;
        line-height: 40px
    }

    .site-registration.profile .littleSelect .txtRequired {
        display: none;
        color: #c30e2e
    }

.site-registration.profile .errorPosition {
    display: none;
    position: absolute;
    top: -18px
}

.log-in-page .modal {
    display: block
}

.log-in-page .modal-content {
    padding: 30px 20px;
    width: 34%
}

.tblView {
    display: table
}

    .tblView .icoTbl {
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: 75px
    }

        .tblView .icoTbl .alert-icon-msg {
            margin: 0
        }

    .tblView .textTbl {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

.btn-secondary-cancel {
    background-color: #888 b8d;
    border-color: #888 b8d
}

.modal-header {
    color: #1A355E;
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Bold", Avenir, Arial, Helvetica, sans-serif
}

.favorite-products-detail .tblDetail .list-col a {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
    color: #000
}

.favorite-products-detail .tblDetail .btnViewPage {
    padding-top: 15px;
    padding-bottom: 15px
}

.favorite-products-detail .tblDetail .icon {
    font-size: 19px;
    margin-right: 4px
}

.favorite-products-detail .tblDetail .subitems p a {
    line-height: .7
}

.favorite-products-detail .tblDetail .subitems p:last-child {
    margin-bottom: 25px
}

.favorite-products-detail .grid-bordered > [class*='grid-col'] {
    border-left: none
}

.favorite-products-detail .icon-file-text-o:before {
    content: "\f0f6";
    font-size: 16px;
    color: #8a8b8d
}

.favorite-products-detail .proceeding-icon {
    padding-left: 15px
}

    .favorite-products-detail .proceeding-icon .icon {
        position: relative;
        margin-right: 3px
    }

.favorite-products-detail .notes {
    padding: 2% 0 4%
}

.modal-footer {
    background-color: #5cb85c;
    color: #fff
}

input[type=password] {
    font-size: .9em;
    line-height: 1.5em
}

.content-table-grid .content-table {
    display: none;
    padding-left: 29px;
    float: left;
    width: 100%
}

    .content-table-grid .content-table a {
        font-size: 13px;
        text-decoration: none;
        display: table-cell
    }

    .content-table-grid .content-table p {
        font-size: 13px;
        padding-left: 20px
    }

.content-table-grid .arrow-close {
    background: url(../images/arrow-content-tables.png) no-repeat;
    width: 20px;
    height: 10px;
    float: left;
    display: block;
    margin-top: 8px
}

.content-table-grid .arrow-open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 9px;
    margin-left: -9px;
    margin-top: 15px
}

.content-table-grid .mobileTableDistributor {
    padding-left: 30px
}

    .content-table-grid .mobileTableDistributor a {
        display: inline !important;
        float: none;
        vertical-align: baseline;
        padding: 0 3px 0 0 !important
    }

    .content-table-grid .mobileTableDistributor .alert-icon-decommissed {
        float: none;
        display: inline-block;
        vertical-align: baseline
    }

    .content-table-grid .mobileTableDistributor .arrow-close {
        margin-left: -20px
    }

    .content-table-grid .mobileTableDistributor .arrow-open {
        margin-left: -29px
    }

.content-table-grid .nameProduct {
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .content-table-grid .nameProduct a {
        display: inline !important;
        float: none;
        vertical-align: baseline;
        padding: 0 3px 0 0 !important
    }

    .content-table-grid .nameProduct .alert-icon-decommissed {
        float: none;
        display: inline-block;
        vertical-align: baseline
    }

    .content-table-grid .nameProduct .delete-ico {
        display: block !important;
        background-position: top right;
        margin-right: 12px !important
    }

    .content-table-grid .nameProduct .subitems p {
        margin-top: 20px;
        margin-bottom: 20px
    }

.content-table-grid .mobileTableDistributor3 {
    text-align: center
}

.content-table-grid .nameProduct.border {
    border-top: 1px solid #fff
}

    .content-table-grid .nameProduct.border .content-table {
        padding-left: 20px !important
    }

        .content-table-grid .nameProduct.border .content-table p {
            margin-left: 30px !important
        }

.favorite-distributors .content-table p {
    padding-left: 0
}

.favorite-distributors .content-table-grid .mobileTableDistributor .content-table {
    padding-left: 27px
}

    .favorite-distributors .content-table-grid .mobileTableDistributor .content-table.panelAddress {
        padding-left: 0 !important
    }

.favorite-distributors .content-table-grid .table-grid-col {
    word-break: break-word
}

.content-table-header .updated-products {
    float: left
}

    .content-table-header .updated-products p {
        padding: 0;
        margin: 0
    }

.content-table-header .delete-list {
    float: right
}

.file-ico {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/files-ico.jpg) no-repeat
}

.pdf-ico {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/pdf-ico.jpg) no-repeat
}

.product-detail-newBtn {
    padding: 5px;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 15px
}

    .product-detail-newBtn:hover {
        background: 0 0;
        color: #fff
    }

.favorites-bookmark {
    width: 25px;
    float: left;
    display: block;
    height: 30px;
    background: url(../images/favorite-plus-bookmark.png) 5px 0 no-repeat
}

.favorites-bookmark-added {
    width: 25px;
    float: left;
    display: block;
    height: 30px;
    font-size: 9.5px;
    text-align: center;
    line-height: 23px;
    background: url(../images/favorite-bookmark-bg.png) 6px 0 no-repeat
}

.add-to-favorite-product {
    font-size: 9.5px;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
    color: #00e
}

    .add-to-favorite-product .add-to-favorite {
        background: url(../images/add-favorites-product.png) no-repeat;
        display: block;
        width: 20px;
        height: 30px;
        margin: 0 auto
    }

    .add-to-favorite-product .add-to-favorites-added {
        background: url(../images/added-favorites-product-bg.png) no-repeat;
        display: block;
        width: 15px;
        height: 30px;
        margin: 0 auto
    }

.add-to-favorites-added-bg2 {
    background: url(../images/added-favorites-product-bg2.png) no-repeat;
    display: block;
    width: 19px;
    height: 30px;
    margin: 0 auto
}

.email-via-share-ico {
    background: url(../images/mail-ico.jpg) 0 6px no-repeat;
    display: block;
    width: 25px;
    height: 30px;
    float: left
}

.bg-gray-Title-Related {
    background-color: #888
}

.bg-gray-related {
    background-color: #d0d0d0
}

.myAcountNav h3 {
    font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Medium", Avenir, Arial, Helvetica, sans-serif
}

.myAcountNav .secondary-nav-list {
    margin-top: 35px
}

    .myAcountNav .secondary-nav-list .secondary-nav-item {
        margin-bottom: 14px
    }

        .myAcountNav .secondary-nav-list .secondary-nav-item a {
            font-family: "Hiragino Kaku Gothic Pro", "Avenir Next Cyr W00 Demi", Avenir, Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px !important
        }

.change-password .boxField.invalid input[type=password] {
    border-color: #c30e2e
}

.content-table-grid.historyBrowser .txtDate {
    text-align: right;
    padding-right: 15px
}

.content-table-grid.historyBrowser a {
    text-decoration: none
}

    .content-table-grid.historyBrowser a:visited {
        text-decoration: none
    }

.content-table-grid.historyBrowser .blue-link {
    color: #00e
}

.content-table-grid.historyBrowser .text-black {
    color: #000
}

.find-distributor-table .table-grid-col .trigger-group .trigger-group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .find-distributor-table .table-grid-col .trigger-group .trigger-group-link .icon-angle-right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        display: inline-block;
        width: 30px
    }

    .find-distributor-table .table-grid-col .trigger-group .trigger-group-link .text-demi {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2
    }

.reset-password .invalid .errorPosition {
    display: block
}

.addNewListName {
    float: left
}

.register {
    text-decoration: none;
    font-size: 1em
}

.more-tile {
    font-size: 1.3em
}

.search-tile {
    font-size: 1.3em
}

    .search-tile .icon-search {
        font-size: 1.3em
    }

.documents {
    display: table-cell !important
}

#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(/ui-assets/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .4;
    filter: alpha(opacity=40)
}

optgroup {
    color: gray
}

option {
    color: #1A355E
}

.combobox option {
    color: #1A355E
}

.dstitle {
    text-transform: uppercase;
    text-decoration: none
}

.listsheets {
    list-style: none
}

.techhilighte-wrapp {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px
}

    .techhilighte-wrapp ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: table-cell;
        height: 100%;
        min-height: 100%;
        float: none
    }

        .techhilighte-wrapp ul h4 {
            margin-top: 0
        }

            .techhilighte-wrapp ul h4 .trigger-group-link {
                font-size: .8em;
                padding-left: 0
            }

        .techhilighte-wrapp ul li:first-child {
            margin-top: 0
        }

        .techhilighte-wrapp ul + ul {
            border-left: 3px solid #fff;
            padding-left: 20px
        }

        .techhilighte-wrapp ul.heading {
            vertical-align: middle;
            text-align: center
        }

    .techhilighte-wrapp h4 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase
    }

div[class*='producttypes'] .bg-pattern-category {
    background-image: url("../images/patterns/pattern-shattered-orange.png")
}

div[class*='brands'] .bg-pattern-category {
    background-image: url("../images/patterns/pattern-shattered-red.png")
}

div[class*='industries'] .bg-pattern-category {
    background-image: url("../images/patterns/pattern-shattered-cyan.png")
}

div[class*='producttypes'] .bg-color-category {
    background-color: #fd8204
}

    div[class*='producttypes'] .bg-color-category.btn-secondary {
        border: 1px #fd8204 solid;
        color: #fff
    }

div[class*='industries'] .bg-color-category {
    background-color: #0082cb
}

    div[class*='industries'] .bg-color-category.btn-secondary {
        border: 1px #0082cb solid;
        color: #fff
    }

div[class*='brands'] .bg-color-category {
    background-color: #c30e2e
}

    div[class*='brands'] .bg-color-category.btn-secondary {
        border: 1px #c30e2e solid;
        color: #fff
    }

ul.FeaturedCate {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 6%
}

    ul.FeaturedCate li.FeaturedCateItem {
        width: calc(99%/3) !important;
        float: left;
        text-align: center;
        margin: 0 !important;
        padding-right: 15px
    }

@media only screen and (max-width: 767px) {
    ul.FeaturedCate li.FeaturedCateItem {
        width: 100%
    }
}

ul.FeaturedCate li.FeaturedCateItem img {
    height: 100px;
    width: 100%
}

ul.FeaturedCate li.FeaturedCateItem2Column {
    width: 50%;
    float: left;
    text-align: center;
    margin: 5px 0 0 0 !important
}

ul.FeaturedCate li:first-child:nth-last-child(2),
ul.FeaturedCate li:first-child:nth-last-child(2) ~ li {
    width: calc(100%/2) !important
}

ul.FeaturedCate li:nth-child(odd) {
    margin-left: 20px
}

.FeaturedCateName {
    color: #fff;
    margin: 2px
}

.FeaturedCateItem a {
    display: block;
    text-decoration: none;
    border-radius: 4px
}

.FeaturedCateItem2Column a {
    display: block;
    text-decoration: none;
    border-radius: 4px
}

    .FeaturedCateItem a:hover,
    .FeaturedCateItem2Column a:hover {
        background: rgba(26, 53, 94, 0.3)
    }

.FeaturedCateItem img,
.FeaturedCateItem2Column img {
    width: 100%;
    max-width: 150px
}

.scrollabelContent {
    height: 400px;
    overflow-y: auto
}

ul.scrollabelContent {
    height: 600px;
    overflow-y: auto
}

.show-more {
    padding: 10px 0;
    text-align: center
}

div.text-container {
    margin: 0 auto;
    width: 75%
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 400px
}

.showContent {
    line-height: 1em;
    height: auto;
    height: auto
}

.show-more {
    padding: 10px 0;
    text-align: center
}

.sidebar-link-lists p {
    color: #fff
}

.cust-links {
    padding: 0;
    width: 180px;
    list-style: none
}

    .cust-links li {
        margin: 0 0 2px 0
    }

        .cust-links li a {
            padding: 10px;
            text-decoration: none;
            color: #fff;
            display: block;
            font-size: .8em;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #1a355e;
            border-radius: 4px
        }

        .cust-links li.cust-linkss a {
            border-color: #fff !important;
            text-transform: uppercase;
            font-weight: bold
        }

            .cust-links li.cust-linkss a:hover {
                border-color: #fff !important;
                background-color: #fff !important;
                color: #1a355e
            }

.icon-btn-wrap {
    margin-left: 12px
}

.icon-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px
}

.cust-links li a:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    .table-grid-md > .table-grid-col.FeaturedCateWrapp {
        padding: 6% 0;
        vertical-align: top;
        overflow: auto
    }
}

.sidebar-link-list-title {
    padding: 11.5% 4%
}

.innercontent {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.dvparent {
    display: table;
    width: 100%
}

.sidebar-link-list-content {
    padding: 0 3% !important
}

.sidebar-link-list {
    margin-right: 8px
}

sidebar-link-list-items {
    margin-right: 10px
}

.leftBar {
    width: 50%;
    float: left;
    height: 300px
}

.rightBar {
    width: 50%;
    float: left;
    height: 300px;
    padding: 0;
    overflow: hidden
}

.subText .textArea {
    border: 1px solid transparent
}

.subText {
    padding: 0
}

.textcontent {
    width: 95%;
    padding: 5%
}

#hdTitle {
    font-size: 37px !important
}

@media (max-width: 1024px) {
    .leftBar,
    .rightBar {
        width: 100%;
        height: 200px
    }
}

@media (max-width: 1500px) {
    .responsiveShrink {
        width: 230px !important
    }

        .responsiveShrink .resizeLink {
            font-size: 18px !important
        }
}

.bg-color-category {
    background-color: #1a355e
}

.customdynamictable .overflow-table {
    width: 100%;
    max-width: 800px;
    display: block;
    overflow-x: scroll
}

    .customdynamictable .overflow-table table {
        width: 100%;
        display: table
    }

.table-bordered {
    border-collapse: collapse
}

.customdynamictable .overflow-table {
    border: thin solid #ddd
}

@media only screen and (max-width: 767px) {
    .contactus-form .form-component-group .form-component {
        margin-top: 15px
    }
}

.responsiveShrink {
    height: 100vh
}

@media only screen and (max-width: 767px) {
    .responsiveShrink {
        height: inherit
    }
}

.responsiveShrink > div {
    height: 100%
}

.scroll-content .sidebar-link-list-item a {
    padding: 30px 10px
}

.no-content-scroll .html-content-block {
    overflow-y: visible
}

.rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links {
    list-style: none
}

.rb_sub_industry_section .rb_template_content_container .rb_bullets_content ul,
.rb_sub_industry_section .rb_template_content_container .rb_bullets_content {
    list-style: none
}

.rb_sub_industry_section .rb_template_content_container table {
    border-collapse: collapse
}

.rb_cat_root .page-list-paging .combobox select {
    background: #1A355E !important;
    color: #fff !important
}

.mom-max-container {
    padding: 0 15px;
    min-height: 20px;
    max-width: 1620px;
    margin: 0 auto
}

.mom-container {
    padding: 0 15px;
    min-height: 20px;
    max-width: 1171px;
    margin: 0 auto
}

.mom-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 1171px
}

.mom-row {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mom-col-x-1 {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.mom-col-x-2 {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.mom-col-x-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.mom-col-x-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.mom-col-x-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.mom-col-x-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.mom-col-x-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.mom-col-x-8 {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.mom-col-x-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.mom-col-x-10 {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.mom-col-x-11 {
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.mom-col-x-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .mom-col-s-1 {
        -ms-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .mom-col-s-2 {
        -ms-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .mom-col-s-3 {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .mom-col-s-4 {
        -ms-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .mom-col-s-5 {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .mom-col-s-6 {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .mom-col-s-7 {
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .mom-col-s-8 {
        -ms-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .mom-col-s-9 {
        -ms-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .mom-col-s-10 {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .mom-col-s-11 {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .mom-col-s-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    [class*='mom-col-s-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .mom-col-m-1 {
        -ms-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .mom-col-m-2 {
        -ms-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .mom-col-m-3 {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .mom-col-m-4 {
        -ms-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .mom-col-m-5 {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .mom-col-m-6 {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .mom-col-m-7 {
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .mom-col-m-8 {
        -ms-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .mom-col-m-9 {
        -ms-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .mom-col-m-10 {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .mom-col-m-11 {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .mom-col-m-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 992px) {
    [class*='mom-col-m-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1366px) {
    .mom-col-1 {
        -ms-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .mom-col-2 {
        -ms-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .mom-col-3 {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .mom-col-4 {
        -ms-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .mom-col-5 {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .mom-col-6 {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .mom-col-7 {
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .mom-col-8 {
        -ms-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .mom-col-9 {
        -ms-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .mom-col-10 {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .mom-col-11 {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .mom-col-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

[class*='mom-col-'] {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width: 767px) {
    [class*='mom-col-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.noscroll {
    overflow: hidden
}

.rb-max-container {
    padding: 0;
    min-height: 20px;
    max-width: 1620px;
    margin: 0 auto
}

@media only screen and (max-width: 1620px) {
    .rb-max-container {
        padding: 0 60px
    }
}

@media only screen and (max-width: 992px) {
    .rb-max-container {
        padding: 0
    }
}

.rb-container {
    padding: 0 15px;
    min-height: 20px;
    max-width: 1171px;
    margin: 0 auto
}

.rb_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 1171px
}

.rb_row {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .rb_row {
        margin: 0
    }
}

.rb-col-1 {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.rb-col-2 {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.rb-col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.rb-col-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.rb-col-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.rb-col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.rb-col-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.rb-col-8 {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.rb-col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.rb-col-10 {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.rb-col-11 {
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.rb-col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

[class*='rb-col-'] {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width: 767px) {
    [class*='rb-col-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.rb-col-m-1 {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.rb-col-m-2 {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.rb-col-m-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.rb-col-m-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.rb-col-m-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.rb-col-m-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.rb-col-m-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.rb-col-m-8 {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.rb-col-m-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.rb-col-m-10 {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.rb-col-m-11 {
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.rb-col-m-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (max-width: 992px) {
    [class*='rb-col-m-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.rb-col-s-1 {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.rb-col-s-2 {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.rb-col-s-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.rb-col-s-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.rb-col-s-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.rb-col-s-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.rb-col-s-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.rb-col-s-8 {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.rb-col-s-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.rb-col-s-10 {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.rb-col-s-11 {
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.rb-col-s-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    [class*='rb-col-s-'] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.rb-col-x-1 {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.rb-col-x-2 {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.rb-col-x-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.rb-col-x-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.rb-col-x-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.rb-col-x-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.rb-col-x-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.rb-col-x-8 {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.rb-col-x-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.rb-col-x-10 {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.rb-col-x-11 {
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.rb-col-x-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.noscroll {
    overflow: hidden
}

.item-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width: 992px) {
    .rb_section {
        margin-top: 0 !important
    }

        .rb_section .rb_row {
            margin-left: -15px;
            margin-right: -15px
        }
}

.height-strech {
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

    .height-strech .agri_promo_banner {
        height: 100%
    }

*,
.backbutton,
.msgAlert,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-master-rb.no-clear-icon-ie::-ms-clear {
    display: none
}

.home-master-rb ol,
.home-master-rb ul {
    list-style: none
}

.home-master-rb blockquote,
.home-master-rb q {
    quotes: none
}

    .home-master-rb blockquote:before,
    .home-master-rb blockquote:after {
        content: '';
        content: none
    }

    .home-master-rb q:before,
    .home-master-rb q:after {
        content: '';
        content: none
    }

.home-master-rb table {
    border-collapse: collapse;
    border-spacing: 0
}

.home-master-rb h1,
.home-master-rb h2,
.home-master-rb h3,
.home-master-rb h4,
.home-master-rb h5,
.home-master-rb h6,
.home-master-rb p {
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0
}

.home-master-rb a:focus,
.home-master-rb button:focus {
    outline: none
}

.home-master-rb a,
.home-master-rb button {
    cursor: pointer;
    text-decoration: none
}

.home-master-rb input[type=email],
.home-master-rb input[type=number],
.home-master-rb input[type=text],
.home-master-rb select,
.home-master-rb textarea {
    font-size: 1em
}

.header-search-input-field::-ms-clear {
    display: none
}

a,
button {
    cursor: pointer
}

.prop-img {
    display: block;
    max-width: 675px;
    max-height: 206px;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {
    .prop-img {
        margin-bottom: 10px
    }
}

body {
    font-family: Avenir Next Cyr W00 Regular
}

.product-title {
    font-size: 1.5em
}

.title_with_bottom_bar {
    font-family: Avenir Next Cyr W00 Bold;
    font-size: 32px;
    color: #fff;
    position: relative
}

    .title_with_bottom_bar:after {
        content: '';
        width: 50%;
        height: 5px;
        background: #84BD00;
        position: absolute;
        bottom: 0;
        left: 0
    }

.rb_cta_btn span {
    position: relative
}

    .rb_cta_btn span:after {
        content: '';
        width: 50%;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 0
    }

.title-b-bottom {
    border-bottom: 5px solid #84BD00
}

.italic {
    font-style: italic;
    font-family: georgia
}

.h-mar-center {
    margin: 0 auto
}

.flex-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-gutter [class*='rb-col'] {
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.title-border-grid {
    position: relative;
    height: 10px;
    width: 80px;
    display: table;
    margin: 0 auto
}

    .title-border-grid:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        background: #1A355E
    }

    .title-border-grid:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background: #84BD00
    }

p span.more {
    display: none
}

p span.dots {
    display: inline-block
}

p.open span.more {
    display: inline-block
}

p.open span.dots {
    display: none
}

.title-b-bottom {
    border-bottom: 5px solid #84BD00
}

.italic {
    font-style: italic;
    font-family: georgia
}

.h-mar-center {
    margin: 0 auto
}

.flex-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-gutter [class*='rb-col'] {
    margin: 0;
    padding: 0
}

.prop-box .prop-image {
    position: relative;
    height: 400px !important
}

    .prop-box .prop-image img {
        position: absolute;
        width: 100%;
        height: 100%
    }

.prop-box.v-v .prop-image {
    position: relative;
    height: auto !important
}

@media only screen and (max-width: 1200px) {
    .prop-box.v-v .prop-image {
        height: auto !important
    }
}

@media only screen and (max-width: 767px) {
    .prop-box.v-v .prop-image {
        height: auto !important
    }
}

.prop-box.v-v .prop-image img {
    position: inherit;
    width: 100%
}

.clear {
    clear: both
}

p span.more {
    height: 0px;
    opacity: 0;
    font-size: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

p span.dots {
    display: inline-block
}

p.open span.more {
    height: auto;
    opacity: 1;
    font-size: 18px
}

p.open span.dots {
    display: none
}

.expand {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

p.open + .expand em.fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cookie-box {
    position: fixed;
    width: 95%;
    z-index: 999;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden
}

.custom-popup {
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    background: #111
}

    .custom-popup .cookie-close {
        position: absolute;
        right: 10px;
        top: 15px
    }

@media only screen and (max-width: 1023px) {
    .custom-popup .cookie-close {
        right: 10px;
        top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .custom-popup .cookie-close {
        right: 10px;
        top: 10px
    }
}

.custom-popup .cookie-close a {
    font-size: .7em;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding: 4px 9px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border: solid 2px rgba(255, 255, 255, 0.3)
}

    .custom-popup .cookie-close a:hover {
        border: solid 2px #fff;
        color: #fff
    }

.custom-popup .cookie-content {
    padding: 20px 30px 20px 20px
}

    .custom-popup .cookie-content p {
        font-size: 1em;
        color: #fff;
        display: inline-block;
        margin: 0
    }

    .custom-popup .cookie-content a {
        font-size: 1em;
        color: rgba(255, 255, 255, 0.3);
        display: inline-block;
        font-weight: bold
    }

.custom-popup .cookie-close-bottom {
    color: #1A355E;
    font-size: 1.5em;
    text-decoration: none;
    margin-left: 30px;
    padding-bottom: 20px;
    display: block
}

.title-b-bottom {
    border-bottom: 5px solid #84BD00
}

.italic {
    font-style: italic;
    font-family: georgia
}

.h-mar-center {
    margin: 0 auto
}

.flex-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-gutter [class*='rb-col'] {
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.primary-bg {
    background-color: #1A355E
}

.btn-primary-sm {
    border: 2px solid #1a355e;
    color: #1a355e
}

    .btn-primary-sm:hover {
        border: 2px solid #1a355e;
        background-color: #1A355E;
        color: #fff
    }

.anchor-underline {
    text-decoration: underline !important
}

.ge-logo-img {
    float: right;
    margin-top: -10px
}

.brandLogo {
    width: 60px;
    height: 102px
}

.heading-ge {
    margin-top: 50px !important
}

.cap-to-small {
    text-transform: lowercase
}

.fisrt-letter:first-letter {
    text-transform: uppercase
}

.block-center {
    margin: auto;
    display: table;
    float: none !important
}

#loadingpanel {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10004;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    text-align: center;
    opacity: 1;
    display: none;
    background: rgba(0, 0, 0, 0.6)
}

    #loadingpanel img {
        position: absolute;
        display: table;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        vertical-align: middle
    }

.float-inherit {
    float: left !important;
    display: inline-block
}

.primary-nav-item.has-secondary-nav.touch-active > span:after,
html.no-touch .primary-nav-item.has-secondary-nav:hover > span:after {
    bottom: -15px !important
}

.secondary-nav-container {
    top: 50% !important
}

.secondary-nav-item > a {
    font-size: 15px;
    font-family: "Avenir Next Cyr W00 Medium"
}

.secondary-nav-item > span {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7
}

.ul2 {
    display: inline-block
}

@media only screen and (max-width: 1023px) {
    .secondary-nav-list {
        display: block;
        overflow-y: auto;
        height: 100vh;
        padding-bottom: 150px
    }
}

.mom-primary-btn {
    background: #fd8e02;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 13px 14px;
    display: inline-block;
    color: #fff;
    font-size: 1.25em;
    font-family: Avenir Next Cyr W00 Medium;
    border: none
}

    .mom-primary-btn:hover {
        background: #fd991b
    }

@media only screen and (max-width: 1366px) {
    .mom-primary-btn {
        padding: 10px
    }
}

.bordered-icon {
    color: #1A355E;
    padding: 5px 10px;
    border: 2px solid #1A355E;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    clear: both;
    display: inline-block;
    line-height: inherit
}

    .bordered-icon:hover {
        background: #1A355E;
        color: #fff
    }

.anchor-cursor {
    cursor: pointer
}

.rb_btn {
    padding: 24.8px 20px;
    background: #D0D0CE;
    border: none
}

.rb_btn-rounded {
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px
}

.rb_email_share,
.add_to_favourite {
    display: block;
    font-family: Avenir Next Cyr W00 Medium;
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
    padding: 17.5px 0
}

    .rb_email_share .fa,
    .add_to_favourite .fa {
        font-size: 18px;
        margin-right: 20px;
        color: rgba(255, 255, 255, 0.3);
        position: relative
    }

    .rb_email_share .fa-linkedin-square,
    .rb_email_share .fa-twitter-square {
        color: rgba(255, 255, 255, 1) !important;
    }
        .rb_email_share .fa label, .add_to_favourite .fa label {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: -2em;
            position: absolute;
            top: -1em;
            right: -2em;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

        .rb_email_share .fa span,
        .add_to_favourite .fa span {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: -2em;
            position: absolute;
            top: -1em;
            right: -2em;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

.bordered_btn {
    background: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    margin-top: 22px
}

    .bordered_btn span {
        padding: 14px 25px;
        display: block;
        font-family: Avenir Next Cyr W00 Medium
    }

    .bordered_btn.with_icon .fa {
        padding: 9px 15px;
        display: inline-block;
        font-size: 2em;
        border-right: 2px solid #fff;
        float: left
    }

    .bordered_btn.with_icon span {
        display: inline-block
    }

    .bordered_btn:hover {
        background: #fff;
        color: #1A355E
    }

        .bordered_btn:hover em.fa {
            border-right: 2px solid #1A355E
        }

.bordered-icon {
    color: #84BD00;
    padding: 10px;
    border: 2px solid #84BD00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    clear: both;
    display: inline-block
}

    .bordered-icon:hover {
        background: #84BD00;
        color: #1A355E
    }

.rb_btn-with-icon {
    border: none;
    color: #fff;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .rb_btn-with-icon {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.ie9 .rb_btn-with-icon {
    display: inline-block;
    padding: 10px
}

.rb_btn-with-icon .fa {
    padding: 10px;
    font-size: 20px;
    border-right: thin solid #fff
}

.rb_btn-with-icon span {
    padding: 10px;
    font-size: 14px;
    font-family: Avenir Next Cyr W00 Bold;
    text-transform: uppercase
}

.rb_btn-positive {
    background: #84BD00;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

    .rb_btn-positive:hover {
        background: #96d700
    }

.rb_cta_btn {
    background: #84BD00;
    padding: 50px 30px;
    display: block;
    background: #84BD00;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #fff;
    font-size: 6em;
    font-family: Avenir Next Cyr W00 Bold;
    text-transform: uppercase
}

    .rb_cta_btn:hover {
        background: #96d700
    }

banner {
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: 100%
}

@media only screen and (max-width: 767px) {
    banner {
        max-width: "(max-width: 767px)"
    }
}

@media only screen and (max-width: 992px) {
    banner {
        max-width: "(max-width: 992px)"
    }
}

banner .slick-moving-slider .item {
    height: 500px;
    width: 100%;
    background-size: 100%;
    background-position: center !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover !important
}

    banner .slick-moving-slider .item .item-img {
        display: none
    }

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item .item-img {
        display: block;
        background-repeat: no-repeat;
        background-position-y: center !important;
        background-size: cover !important;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative
    }
}

banner .slick-moving-slider .item .item-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item {
        background-position: top center !important;
        background-size: cover
    }
}

banner .slick-moving-slider .item h4 {
    font-size: 2em;
    color: #000
}

banner .slick-moving-slider .item .item-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    padding: 42px;
    padding-left: 160px;
    background: rgba(26, 53, 94, 0.8);
    max-width: 50%
}

@media only screen and (max-width: 1366px) {
    banner .slick-moving-slider .item .item-caption {
        padding-left: 80px
    }
}

@media only screen and (max-width: 1023px) {
    banner .slick-moving-slider .item .item-caption {
        padding: 60px
    }
}

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item .item-caption {
        max-width: 100%;
        padding: 30px;
        padding-bottom: 62px;
        position: absolute;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        background: url(../images/data-sheet.jpg)
    }
}

banner .slick-moving-slider .item .item-caption h3 {
    color: #fff;
    font-family: Avenir Next Cyr W00 Bold;
    line-height: 1.3;
    font-size: 2.68em
}

@media only screen and (max-width: 1600px) {
    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 2.125em
    }
}

@media only screen and (max-width: 1366px) {
    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 2em
    }
}

@media only screen and (max-width: 1200px) {
    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 1.75em
    }
}

banner .slick-moving-slider .item .item-caption a {
    background: #fd8e02;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 13px 17px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-family: Avenir Next Cyr W00 Medium;
    letter-spacing: .8px;
    font-size: 1.25em
}

    banner .slick-moving-slider .item .item-caption a:hover {
        background: #fd991b
    }

@media only screen and (max-width: 1600px) {
    banner .slick-moving-slider .item .item-caption a {
        font-size: 1.125em
    }
}

@media only screen and (max-width: 1366px) {
    banner .slick-moving-slider .item .item-caption a {
        padding: 10px 15px;
        font-size: 1em
    }
}

@media only screen and (max-width: 1200px) {
    banner .slick-moving-slider .item .item-caption a {
        font-size: 1em
    }
}

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item .item-caption a {
        margin: 0 auto;
        display: table;
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item .item-image-xs {
        background-position: top center;
        background-size: cover
    }
}

banner .slick-moving-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: inherit
}

@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .slick-dots {
        right: 0;
        left: 0;
        bottom: 20px
    }
}

banner .slick-moving-slider .slick-dots li button {
    background: #fc8e03;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

    banner .slick-moving-slider .slick-dots li button:before {
        display: none
    }

banner .slick-moving-slider .slick-dots li.slick-active button {
    background: #fc8e03
}

body.de-de .slick-moving-slider .item h3 {
    font-size: 2.185em
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header {
    position: fixed;
    height: 56px;
    width: 100%;
    z-index: 1001;
    top: 0;
    left: 0
}

    .header > .inner-wrapper {
        position: relative;
        height: 100%
    }

        .header > .inner-wrapper:after {
            content: '';
            display: table;
            clear: both
        }

    .header .blue-dark-sm .inner-wrapper {
        height: 56px
    }

    .header .login-header {
        line-height: 40px;
        padding-left: 30px
    }

    .header .header-util-link {
        color: #fff;
        padding: 10px;
        display: inline-block;
        vertical-align: top
    }

    .header .header-link-search {
        padding: 8px 0;
        display: inline-block
    }

    .header .header-login-link {
        padding: 8px 0;
        display: inline-block
    }

    .header .bg-blue-dark-sm .header-item-util.header-item-userLogin {
        padding-right: 0
    }

    .header .bg-blue-dark-sm .header-item-util {
        position: relative;
        margin-right: 40px
    }

    .header .header-item {
        display: block;
        float: left;
        height: 100%
    }

    .header .header-item-logo {
        width: 22%;
        padding: 12px 32px
    }

@media only screen and (max-width: 767px) {
    .header .header-item-logo {
        width: 50%;
        padding: 15px
    }
}

.header .header-item-logo a {
    font-size: 0 !important
}

.header .header-item-util {
    font-size: 1.7em;
    padding-right: 10px;
    float: right
}

@media only screen and (max-width: 767px) {
    .header .header-item-util {
        padding-right: 0
    }
}

.header .header-logo {
    display: block;
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    height: auto
}

.header .header.search-active .header-search-box {
    display: block
}

.header .header-link-search {
    font-size: .9em;
    text-decoration: none
}

.header .header-link-menu .icon-menu {
    position: relative;
    width: 25px;
    height: 23px;
    overflow: hidden
}

    .header .header-link-menu .icon-menu:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translate(0 0) rotate(0);
        transform: translate(0 0) rotate(0);
        bottom: 0;
        border-top: solid 2px #fff;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .header .header-link-menu .icon-menu:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translate(0 0) rotate(0);
        transform: translate(0 0) rotate(0);
        height: 50%;
        top: 0;
        border-top: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

.header .expanded.header-link-menu .icon-menu:before {
    border-bottom: solid 2px transparent;
    -webkit-transform: translate(2px, 0) scale(1.2, 1.2) rotate(41deg);
    transform: translate(2px, 0) scale(1.2, 1.2) rotate(41deg)
}

.header .expanded.header-link-menu .icon-menu:after {
    -webkit-transform: translate(2px, 0) scale(1.2, 1.2) rotate(-41deg);
    transform: translate(2px, 0) scale(1.2, 1.2) rotate(-41deg)
}

.header header.header .bg-blue-dark-sm .header-item-util.header-item-userLogin {
    padding-right: 0
}

.header header.header .bg-blue-dark-sm .header-item-util {
    position: relative;
    margin-right: 40px
}

.header header.header .bg-blue-dark-sm .header-util-link {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle
}

.header .icon-lang {
    display: block;
    margin-right: 10px;
    background: url(/ui-assets/images/icon-lang.png);
    height: 30px;
    float: left
}

.header .icon-login {
    display: block;
    margin-right: 10px;
    background: url(/ui-assets/images/icon-login.png) 0 8px no-repeat;
    width: 100%;
    height: 31px;
    float: left;
    position: absolute;
    z-index: 9999
}

@media only screen and (max-width: 767px) {
    .header .icon-login {
        position: inherit;
        width: 24px
    }
}

.header .login-submenu {
    -webkit-box-shadow: 10px 10px 28px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 28px rgba(0, 0, 0, 0.75);
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    background-color: #888;
    width: 200px;
    top: 56px;
    display: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

    .header .login-submenu li {
        line-height: 1.2em;
        margin: 0
    }

    .header .login-submenu:before {
        content: '\25BA';
        display: inline-block;
        color: #888;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: -17px;
        left: 10%
    }

    .header .login-submenu a {
        width: 100%;
        text-decoration: none;
        color: #fff;
        padding: 5px 20px;
        margin: 0;
        font-size: 16px;
        display: block
    }

        .header .login-submenu a:focus {
            background-color: #65646a
        }

.header .lang-submenu {
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    background-color: #888;
    width: 200px;
    top: 56px;
    display: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

@media only screen and (max-width: 767px) {
    .header .lang-submenu {
        width: 100%
    }
}

.header .lang-submenu li {
    line-height: 1.2em;
    margin: 0
}

.header .lang-submenu:before {
    content: '\25BA';
    display: inline-block;
    color: #888;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: -17px;
    left: 10%
}

.header .lang-submenu a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    font-size: 16px;
    display: block
}

    .header .lang-submenu a:hover {
        background-color: #65646a
    }

.profile .small-text-ondesktop {
    font-size: 14px
}

    .profile .small-text-ondesktop a {
        font-size: 14px;
        margin-left: 10px;
        text-decoration: none
    }

.intl-tel-input {
    position: relative;
    display: inline-block
}

    .intl-tel-input * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0
    }

        .intl-tel-input input[type=tel],
        .intl-tel-input input[type=text] {
            position: relative;
            z-index: 0;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-right: 36px;
            margin-right: 0
        }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #555
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -1px
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px
        }

        .intl-tel-input .country-list .divider {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #ccc
        }

        .intl-tel-input .country-list .country {
            padding: 5px 10px
        }

            .intl-tel-input .country-list .country .dial-code {
                color: #999
            }

            .intl-tel-input .country-list .country.highlight {
                background-color: rgba(0, 0, 0, 0.05)
            }

        .intl-tel-input .country-list .country-name,
        .intl-tel-input .country-list .dial-code,
        .intl-tel-input .country-list .flag-box {
            vertical-align: middle
        }

        .intl-tel-input .country-list .country-name,
        .intl-tel-input .country-list .flag-box {
            margin-right: 6px
        }

    .intl-tel-input.allow-dropdown input {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0
    }

        .intl-tel-input.allow-dropdown input[type=tel],
        .intl-tel-input.allow-dropdown input[type=text] {
            padding-right: 6px;
            padding-left: 52px;
            margin-left: 0
        }

    .intl-tel-input.separate-dial-code input {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0
    }

        .intl-tel-input.separate-dial-code input[type=tel],
        .intl-tel-input.separate-dial-code input[type=text] {
            padding-right: 6px;
            padding-left: 52px;
            margin-left: 0
        }

    .intl-tel-input.allow-dropdown .flag-container,
    .intl-tel-input.separate-dial-code .flag-container {
        right: auto;
        left: 0
    }

    .intl-tel-input.allow-dropdown .selected-flag,
    .intl-tel-input.separate-dial-code .selected-flag {
        width: 46px
    }

    .intl-tel-input.allow-dropdown .flag-container:hover {
        cursor: pointer
    }

        .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
            background-color: rgba(0, 0, 0, 0.05)
        }

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
    .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
        cursor: default
    }

        .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
        .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
            background-color: transparent
        }

    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: rgba(0, 0, 0, 0.05);
        display: table
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        display: table-cell;
        vertical-align: middle;
        padding-left: 28px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-2 input {
        padding-left: 66px
    }

        .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
        .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
            padding-left: 66px
        }

    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
        width: 60px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
        padding-left: 76px
    }

        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
            padding-left: 76px
        }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
        width: 70px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-3 input {
        padding-left: 74px
    }

        .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
        .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
            padding-left: 74px
        }

    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
        width: 68px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
        padding-left: 84px
    }

        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
            padding-left: 84px
        }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
        width: 78px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-4 input {
        padding-left: 82px
    }

        .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
        .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
            padding-left: 82px
        }

    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
        width: 76px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
        padding-left: 92px
    }

        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
            padding-left: 92px
        }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
        width: 86px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-5 input {
        padding-left: 90px
    }

        .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
        .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
            padding-left: 90px
        }

    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
        width: 84px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
        padding-left: 100px
    }

        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
        .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
            padding-left: 100px
        }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
        width: 94px
    }

    .intl-tel-input.iti-container {
        position: absolute;
        top: -1000px;
        left: -1000px;
        z-index: 1060;
        padding: 1px
    }

        .intl-tel-input.iti-container:hover {
            cursor: pointer
        }

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em
    }

.iti-flag {
    width: 20px;
    width: 20px;
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

    .iti-flag.be {
        width: 18px
    }

    .iti-flag.ch {
        width: 15px
    }

    .iti-flag.mc {
        width: 19px
    }

    .iti-flag.ne {
        width: 18px
    }

    .iti-flag.np {
        width: 13px
    }

    .iti-flag.va {
        width: 15px
    }

    .iti-flag.ac {
        height: 10px;
        background-position: 0 0
    }

    .iti-flag.ad {
        height: 14px;
        background-position: -22px 0
    }

    .iti-flag.ae {
        height: 10px;
        background-position: -44px 0
    }

    .iti-flag.af {
        height: 14px;
        background-position: -66px 0
    }

    .iti-flag.ag {
        height: 14px;
        background-position: -88px 0
    }

    .iti-flag.ai {
        height: 10px;
        background-position: -110px 0
    }

    .iti-flag.al {
        height: 15px;
        background-position: -132px 0
    }

    .iti-flag.am {
        height: 10px;
        background-position: -154px 0
    }

    .iti-flag.ao {
        height: 14px;
        background-position: -176px 0
    }

    .iti-flag.aq {
        height: 14px;
        background-position: -198px 0
    }

    .iti-flag.ar {
        height: 13px;
        background-position: -220px 0
    }

    .iti-flag.as {
        height: 10px;
        background-position: -242px 0
    }

    .iti-flag.at {
        height: 14px;
        background-position: -264px 0
    }

    .iti-flag.au {
        height: 10px;
        background-position: -286px 0
    }

    .iti-flag.aw {
        height: 14px;
        background-position: -308px 0
    }

    .iti-flag.ax {
        height: 13px;
        background-position: -330px 0
    }

    .iti-flag.az {
        height: 10px;
        background-position: -352px 0
    }

    .iti-flag.ba {
        height: 10px;
        background-position: -374px 0
    }

    .iti-flag.bb {
        height: 14px;
        background-position: -396px 0
    }

    .iti-flag.bd {
        height: 12px;
        background-position: -418px 0
    }

    .iti-flag.be {
        height: 15px;
        background-position: -440px 0
    }

    .iti-flag.bf {
        height: 14px;
        background-position: -460px 0
    }

    .iti-flag.bg {
        height: 12px;
        background-position: -482px 0
    }

    .iti-flag.bh {
        height: 12px;
        background-position: -504px 0
    }

    .iti-flag.bi {
        height: 12px;
        background-position: -526px 0
    }

    .iti-flag.bj {
        height: 14px;
        background-position: -548px 0
    }

    .iti-flag.bl {
        height: 14px;
        background-position: -570px 0
    }

    .iti-flag.bm {
        height: 10px;
        background-position: -592px 0
    }

    .iti-flag.bn {
        height: 10px;
        background-position: -614px 0
    }

    .iti-flag.bo {
        height: 14px;
        background-position: -636px 0
    }

    .iti-flag.bq {
        height: 14px;
        background-position: -658px 0
    }

    .iti-flag.br {
        height: 14px;
        background-position: -680px 0
    }

    .iti-flag.bs {
        height: 10px;
        background-position: -702px 0
    }

    .iti-flag.bt {
        height: 14px;
        background-position: -724px 0
    }

    .iti-flag.bv {
        height: 15px;
        background-position: -746px 0
    }

    .iti-flag.bw {
        height: 14px;
        background-position: -768px 0
    }

    .iti-flag.by {
        height: 10px;
        background-position: -790px 0
    }

    .iti-flag.bz {
        height: 14px;
        background-position: -812px 0
    }

    .iti-flag.ca {
        height: 10px;
        background-position: -834px 0
    }

    .iti-flag.cc {
        height: 10px;
        background-position: -856px 0
    }

    .iti-flag.cd {
        height: 15px;
        background-position: -878px 0
    }

    .iti-flag.cf {
        height: 14px;
        background-position: -900px 0
    }

    .iti-flag.cg {
        height: 14px;
        background-position: -922px 0
    }

    .iti-flag.ch {
        height: 15px;
        background-position: -944px 0
    }

    .iti-flag.ci {
        height: 14px;
        background-position: -961px 0
    }

    .iti-flag.ck {
        height: 10px;
        background-position: -983px 0
    }

    .iti-flag.cl {
        height: 14px;
        background-position: -1005px 0
    }

    .iti-flag.cm {
        height: 14px;
        background-position: -1027px 0
    }

    .iti-flag.cn {
        height: 14px;
        background-position: -1049px 0
    }

    .iti-flag.co {
        height: 14px;
        background-position: -1071px 0
    }

    .iti-flag.cp {
        height: 14px;
        background-position: -1093px 0
    }

    .iti-flag.cr {
        height: 12px;
        background-position: -1115px 0
    }

    .iti-flag.cu {
        height: 10px;
        background-position: -1137px 0
    }

    .iti-flag.cv {
        height: 12px;
        background-position: -1159px 0
    }

    .iti-flag.cw {
        height: 14px;
        background-position: -1181px 0
    }

    .iti-flag.cx {
        height: 10px;
        background-position: -1203px 0
    }

    .iti-flag.cy {
        height: 13px;
        background-position: -1225px 0
    }

    .iti-flag.cz {
        height: 14px;
        background-position: -1247px 0
    }

    .iti-flag.de {
        height: 12px;
        background-position: -1269px 0
    }

    .iti-flag.dg {
        height: 10px;
        background-position: -1291px 0
    }

    .iti-flag.dj {
        height: 14px;
        background-position: -1313px 0
    }

    .iti-flag.dk {
        height: 15px;
        background-position: -1335px 0
    }

    .iti-flag.dm {
        height: 10px;
        background-position: -1357px 0
    }

    .iti-flag.do {
        height: 13px;
        background-position: -1379px 0
    }

    .iti-flag.dz {
        height: 14px;
        background-position: -1401px 0
    }

    .iti-flag.ea {
        height: 14px;
        background-position: -1423px 0
    }

    .iti-flag.ec {
        height: 14px;
        background-position: -1445px 0
    }

    .iti-flag.ee {
        height: 13px;
        background-position: -1467px 0
    }

    .iti-flag.eg {
        height: 14px;
        background-position: -1489px 0
    }

    .iti-flag.eh {
        height: 10px;
        background-position: -1511px 0
    }

    .iti-flag.er {
        height: 10px;
        background-position: -1533px 0
    }

    .iti-flag.es {
        height: 14px;
        background-position: -1555px 0
    }

    .iti-flag.et {
        height: 10px;
        background-position: -1577px 0
    }

    .iti-flag.eu {
        height: 14px;
        background-position: -1599px 0
    }

    .iti-flag.fi {
        height: 12px;
        background-position: -1621px 0
    }

    .iti-flag.fj {
        height: 10px;
        background-position: -1643px 0
    }

    .iti-flag.fk {
        height: 10px;
        background-position: -1665px 0
    }

    .iti-flag.fm {
        height: 11px;
        background-position: -1687px 0
    }

    .iti-flag.fo {
        height: 15px;
        background-position: -1709px 0
    }

    .iti-flag.fr {
        height: 14px;
        background-position: -1731px 0
    }

    .iti-flag.ga {
        height: 15px;
        background-position: -1753px 0
    }

    .iti-flag.gb {
        height: 10px;
        background-position: -1775px 0
    }

    .iti-flag.gd {
        height: 12px;
        background-position: -1797px 0
    }

    .iti-flag.ge {
        height: 14px;
        background-position: -1819px 0
    }

    .iti-flag.gf {
        height: 14px;
        background-position: -1841px 0
    }

    .iti-flag.gg {
        height: 14px;
        background-position: -1863px 0
    }

    .iti-flag.gh {
        height: 14px;
        background-position: -1885px 0
    }

    .iti-flag.gi {
        height: 10px;
        background-position: -1907px 0
    }

    .iti-flag.gl {
        height: 14px;
        background-position: -1929px 0
    }

    .iti-flag.gm {
        height: 14px;
        background-position: -1951px 0
    }

    .iti-flag.gn {
        height: 14px;
        background-position: -1973px 0
    }

    .iti-flag.gp {
        height: 14px;
        background-position: -1995px 0
    }

    .iti-flag.gq {
        height: 14px;
        background-position: -2017px 0
    }

    .iti-flag.gr {
        height: 14px;
        background-position: -2039px 0
    }

    .iti-flag.gs {
        height: 10px;
        background-position: -2061px 0
    }

    .iti-flag.gt {
        height: 13px;
        background-position: -2083px 0
    }

    .iti-flag.gu {
        height: 11px;
        background-position: -2105px 0
    }

    .iti-flag.gw {
        height: 10px;
        background-position: -2127px 0
    }

    .iti-flag.gy {
        height: 12px;
        background-position: -2149px 0
    }

    .iti-flag.hk {
        height: 14px;
        background-position: -2171px 0
    }

    .iti-flag.hm {
        height: 10px;
        background-position: -2193px 0
    }

    .iti-flag.hn {
        height: 10px;
        background-position: -2215px 0
    }

    .iti-flag.hr {
        height: 10px;
        background-position: -2237px 0
    }

    .iti-flag.ht {
        height: 12px;
        background-position: -2259px 0
    }

    .iti-flag.hu {
        height: 10px;
        background-position: -2281px 0
    }

    .iti-flag.ic {
        height: 14px;
        background-position: -2303px 0
    }

    .iti-flag.id {
        height: 14px;
        background-position: -2325px 0
    }

    .iti-flag.ie {
        height: 10px;
        background-position: -2347px 0
    }

    .iti-flag.il {
        height: 15px;
        background-position: -2369px 0
    }

    .iti-flag.im {
        height: 10px;
        background-position: -2391px 0
    }

    .iti-flag.in {
        height: 14px;
        background-position: -2413px 0
    }

    .iti-flag.io {
        height: 10px;
        background-position: -2435px 0
    }

    .iti-flag.iq {
        height: 14px;
        background-position: -2457px 0
    }

    .iti-flag.ir {
        height: 12px;
        background-position: -2479px 0
    }

    .iti-flag.is {
        height: 15px;
        background-position: -2501px 0
    }

    .iti-flag.it {
        height: 14px;
        background-position: -2523px 0
    }

    .iti-flag.je {
        height: 12px;
        background-position: -2545px 0
    }

    .iti-flag.jm {
        height: 10px;
        background-position: -2567px 0
    }

    .iti-flag.jo {
        height: 10px;
        background-position: -2589px 0
    }

    .iti-flag.jp {
        height: 14px;
        background-position: -2611px 0
    }

    .iti-flag.ke {
        height: 14px;
        background-position: -2633px 0
    }

    .iti-flag.kg {
        height: 12px;
        background-position: -2655px 0
    }

    .iti-flag.kh {
        height: 13px;
        background-position: -2677px 0
    }

    .iti-flag.ki {
        height: 10px;
        background-position: -2699px 0
    }

    .iti-flag.km {
        height: 12px;
        background-position: -2721px 0
    }

    .iti-flag.kn {
        height: 14px;
        background-position: -2743px 0
    }

    .iti-flag.kp {
        height: 10px;
        background-position: -2765px 0
    }

    .iti-flag.kr {
        height: 14px;
        background-position: -2787px 0
    }

    .iti-flag.kw {
        height: 10px;
        background-position: -2809px 0
    }

    .iti-flag.ky {
        height: 10px;
        background-position: -2831px 0
    }

    .iti-flag.kz {
        height: 10px;
        background-position: -2853px 0
    }

    .iti-flag.la {
        height: 14px;
        background-position: -2875px 0
    }

    .iti-flag.lb {
        height: 14px;
        background-position: -2897px 0
    }

    .iti-flag.lc {
        height: 10px;
        background-position: -2919px 0
    }

    .iti-flag.li {
        height: 12px;
        background-position: -2941px 0
    }

    .iti-flag.lk {
        height: 10px;
        background-position: -2963px 0
    }

    .iti-flag.lr {
        height: 11px;
        background-position: -2985px 0
    }

    .iti-flag.ls {
        height: 14px;
        background-position: -3007px 0
    }

    .iti-flag.lt {
        height: 12px;
        background-position: -3029px 0
    }

    .iti-flag.lu {
        height: 12px;
        background-position: -3051px 0
    }

    .iti-flag.lv {
        height: 10px;
        background-position: -3073px 0
    }

    .iti-flag.ly {
        height: 10px;
        background-position: -3095px 0
    }

    .iti-flag.ma {
        height: 14px;
        background-position: -3117px 0
    }

    .iti-flag.mc {
        height: 15px;
        background-position: -3139px 0
    }

    .iti-flag.md {
        height: 10px;
        background-position: -3160px 0
    }

    .iti-flag.me {
        height: 10px;
        background-position: -3182px 0
    }

    .iti-flag.mf {
        height: 14px;
        background-position: -3204px 0
    }

    .iti-flag.mg {
        height: 14px;
        background-position: -3226px 0
    }

    .iti-flag.mh {
        height: 11px;
        background-position: -3248px 0
    }

    .iti-flag.mk {
        height: 10px;
        background-position: -3270px 0
    }

    .iti-flag.ml {
        height: 14px;
        background-position: -3292px 0
    }

    .iti-flag.mm {
        height: 14px;
        background-position: -3314px 0
    }

    .iti-flag.mn {
        height: 10px;
        background-position: -3336px 0
    }

    .iti-flag.mo {
        height: 14px;
        background-position: -3358px 0
    }

    .iti-flag.mp {
        height: 10px;
        background-position: -3380px 0
    }

    .iti-flag.mq {
        height: 14px;
        background-position: -3402px 0
    }

    .iti-flag.mr {
        height: 14px;
        background-position: -3424px 0
    }

    .iti-flag.ms {
        height: 10px;
        background-position: -3446px 0
    }

    .iti-flag.mt {
        height: 14px;
        background-position: -3468px 0
    }

    .iti-flag.mu {
        height: 14px;
        background-position: -3490px 0
    }

    .iti-flag.mv {
        height: 14px;
        background-position: -3512px 0
    }

    .iti-flag.mw {
        height: 14px;
        background-position: -3534px 0
    }

    .iti-flag.mx {
        height: 12px;
        background-position: -3556px 0
    }

    .iti-flag.my {
        height: 10px;
        background-position: -3578px 0
    }

    .iti-flag.mz {
        height: 14px;
        background-position: -3600px 0
    }

    .iti-flag.na {
        height: 14px;
        background-position: -3622px 0
    }

    .iti-flag.nc {
        height: 10px;
        background-position: -3644px 0
    }

    .iti-flag.ne {
        height: 15px;
        background-position: -3666px 0
    }

    .iti-flag.nf {
        height: 10px;
        background-position: -3686px 0
    }

    .iti-flag.ng {
        height: 10px;
        background-position: -3708px 0
    }

    .iti-flag.ni {
        height: 12px;
        background-position: -3730px 0
    }

    .iti-flag.nl {
        height: 14px;
        background-position: -3752px 0
    }

    .iti-flag.no {
        height: 15px;
        background-position: -3774px 0
    }

    .iti-flag.np {
        height: 15px;
        background-position: -3796px 0
    }

    .iti-flag.nr {
        height: 10px;
        background-position: -3811px 0
    }

    .iti-flag.nu {
        height: 10px;
        background-position: -3833px 0
    }

    .iti-flag.nz {
        height: 10px;
        background-position: -3855px 0
    }

    .iti-flag.om {
        height: 10px;
        background-position: -3877px 0
    }

    .iti-flag.pa {
        height: 14px;
        background-position: -3899px 0
    }

    .iti-flag.pe {
        height: 14px;
        background-position: -3921px 0
    }

    .iti-flag.pf {
        height: 14px;
        background-position: -3943px 0
    }

    .iti-flag.pg {
        height: 15px;
        background-position: -3965px 0
    }

    .iti-flag.ph {
        height: 10px;
        background-position: -3987px 0
    }

    .iti-flag.pk {
        height: 14px;
        background-position: -4009px 0
    }

    .iti-flag.pl {
        height: 13px;
        background-position: -4031px 0
    }

    .iti-flag.pm {
        height: 14px;
        background-position: -4053px 0
    }

    .iti-flag.pn {
        height: 10px;
        background-position: -4075px 0
    }

    .iti-flag.pr {
        height: 14px;
        background-position: -4097px 0
    }

    .iti-flag.ps {
        height: 10px;
        background-position: -4119px 0
    }

    .iti-flag.pt {
        height: 14px;
        background-position: -4141px 0
    }

    .iti-flag.pw {
        height: 13px;
        background-position: -4163px 0
    }

    .iti-flag.py {
        height: 11px;
        background-position: -4185px 0
    }

    .iti-flag.qa {
        height: 8px;
        background-position: -4207px 0
    }

    .iti-flag.re {
        height: 14px;
        background-position: -4229px 0
    }

    .iti-flag.ro {
        height: 14px;
        background-position: -4251px 0
    }

    .iti-flag.rs {
        height: 14px;
        background-position: -4273px 0
    }

    .iti-flag.ru {
        height: 14px;
        background-position: -4295px 0
    }

    .iti-flag.rw {
        height: 14px;
        background-position: -4317px 0
    }

    .iti-flag.sa {
        height: 14px;
        background-position: -4339px 0
    }

    .iti-flag.sb {
        height: 10px;
        background-position: -4361px 0
    }

    .iti-flag.sc {
        height: 10px;
        background-position: -4383px 0
    }

    .iti-flag.sd {
        height: 10px;
        background-position: -4405px 0
    }

    .iti-flag.se {
        height: 13px;
        background-position: -4427px 0
    }

    .iti-flag.sg {
        height: 14px;
        background-position: -4449px 0
    }

    .iti-flag.sh {
        height: 10px;
        background-position: -4471px 0
    }

    .iti-flag.si {
        height: 10px;
        background-position: -4493px 0
    }

    .iti-flag.sj {
        height: 15px;
        background-position: -4515px 0
    }

    .iti-flag.sk {
        height: 14px;
        background-position: -4537px 0
    }

    .iti-flag.sl {
        height: 14px;
        background-position: -4559px 0
    }

    .iti-flag.sm {
        height: 15px;
        background-position: -4581px 0
    }

    .iti-flag.sn {
        height: 14px;
        background-position: -4603px 0
    }

    .iti-flag.so {
        height: 14px;
        background-position: -4625px 0
    }

    .iti-flag.sr {
        height: 14px;
        background-position: -4647px 0
    }

    .iti-flag.ss {
        height: 10px;
        background-position: -4669px 0
    }

    .iti-flag.st {
        height: 10px;
        background-position: -4691px 0
    }

    .iti-flag.sv {
        height: 12px;
        background-position: -4713px 0
    }

    .iti-flag.sx {
        height: 14px;
        background-position: -4735px 0
    }

    .iti-flag.sy {
        height: 14px;
        background-position: -4757px 0
    }

    .iti-flag.sz {
        height: 14px;
        background-position: -4779px 0
    }

    .iti-flag.ta {
        height: 10px;
        background-position: -4801px 0
    }

    .iti-flag.tc {
        height: 10px;
        background-position: -4823px 0
    }

    .iti-flag.td {
        height: 14px;
        background-position: -4845px 0
    }

    .iti-flag.tf {
        height: 14px;
        background-position: -4867px 0
    }

    .iti-flag.tg {
        height: 13px;
        background-position: -4889px 0
    }

    .iti-flag.th {
        height: 14px;
        background-position: -4911px 0
    }

    .iti-flag.tj {
        height: 10px;
        background-position: -4933px 0
    }

    .iti-flag.tk {
        height: 10px;
        background-position: -4955px 0
    }

    .iti-flag.tl {
        height: 10px;
        background-position: -4977px 0
    }

    .iti-flag.tm {
        height: 14px;
        background-position: -4999px 0
    }

    .iti-flag.tn {
        height: 14px;
        background-position: -5021px 0
    }

    .iti-flag.to {
        height: 10px;
        background-position: -5043px 0
    }

    .iti-flag.tr {
        height: 14px;
        background-position: -5065px 0
    }

    .iti-flag.tt {
        height: 12px;
        background-position: -5087px 0
    }

    .iti-flag.tv {
        height: 10px;
        background-position: -5109px 0
    }

    .iti-flag.tw {
        height: 14px;
        background-position: -5131px 0
    }

    .iti-flag.tz {
        height: 14px;
        background-position: -5153px 0
    }

    .iti-flag.ua {
        height: 14px;
        background-position: -5175px 0
    }

    .iti-flag.ug {
        height: 14px;
        background-position: -5197px 0
    }

    .iti-flag.um {
        height: 11px;
        background-position: -5219px 0
    }

    .iti-flag.us {
        height: 11px;
        background-position: -5241px 0
    }

    .iti-flag.uy {
        height: 14px;
        background-position: -5263px 0
    }

    .iti-flag.uz {
        height: 10px;
        background-position: -5285px 0
    }

    .iti-flag.va {
        height: 15px;
        background-position: -5307px 0
    }

    .iti-flag.vc {
        height: 14px;
        background-position: -5324px 0
    }

    .iti-flag.ve {
        height: 14px;
        background-position: -5346px 0
    }

    .iti-flag.vg {
        height: 10px;
        background-position: -5368px 0
    }

    .iti-flag.vi {
        height: 14px;
        background-position: -5390px 0
    }

    .iti-flag.vn {
        height: 14px;
        background-position: -5412px 0
    }

    .iti-flag.vu {
        height: 12px;
        background-position: -5434px 0
    }

    .iti-flag.wf {
        height: 14px;
        background-position: -5456px 0
    }

    .iti-flag.ws {
        height: 10px;
        background-position: -5478px 0
    }

    .iti-flag.xk {
        height: 15px;
        background-position: -5500px 0
    }

    .iti-flag.ye {
        height: 14px;
        background-position: -5522px 0
    }

    .iti-flag.yt {
        height: 14px;
        background-position: -5544px 0
    }

    .iti-flag.za {
        height: 14px;
        background-position: -5566px 0
    }

    .iti-flag.zm {
        height: 14px;
        background-position: -5588px 0
    }

    .iti-flag.zw {
        height: 10px;
        background-position: -5610px 0
    }

    .iti-flag.np {
        background-color: transparent
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url(../images/flags@2x.png)
    }
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc {
        cursor: pointer;
        *cursor: hand
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right
    }

    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png")
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png")
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png")
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png")
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png")
    }

    table.dataTable tbody tr {
        background-color: #ffffff
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.stripe tbody tr.odd,
    table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.stripe tbody tr.odd.selected,
        table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4
        }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected,
        table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1
    }

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center {
        text-align: center
    }

    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left {
        text-align: left
    }

    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center {
        text-align: center
    }

    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right {
        text-align: right
    }

    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify {
        text-align: justify
    }

    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable th,
    table.dataTable td {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
                background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
            }

                .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                    color: #333 !important;
                    border: 1px solid #979797;
                    background-color: white;
                    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
                    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
                }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                -webkit-box-shadow: none;
                box-shadow: none
            }

                .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
                .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                    cursor: default;
                    color: #666 !important;
                    border: 1px solid transparent;
                    background: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
                background: linear-gradient(to bottom, #585858 0%, #111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                -webkit-box-shadow: inset 0 0 3px #111;
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        margin-top: 0.5em
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.sample-product-rb .phone-field {
    margin-right: 172px !important
}

.sample-product-rb .placeholder-phone {
    padding-left: 90px !important
}

@media only screen and (max-width: 1366px) {
    .sample-product-rb .placeholder-phone {
        padding-left: 120px !important
    }
}

.sample-product-rb .link-decoration {
    text-decoration: none;
    color: white
}

.sample-product-rb .hide-on-load {
    display: none
}

.sample-product-rb .show-order-table {
    display: table-cell
}

.sample-product-rb .show-link-to-redirect {
    display: block;
    color: red;
    font-size: 15px
}

.sample-product-rb .new-rq-nav {
    padding-left: 0;
    list-style: none
}

.sample-product-rb .new-rq-nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.sample-product-rb .new-rq-nav > li {
    position: relative;
    display: block
}

.sample-product-rb .new-rq-nav-tabs > li > a {
    line-height: 1.42857143
}

.sample-product-rb .new-rq-nav > li > a {
    position: relative;
    display: block
}

.sample-product-rb section.new-rq-sec a {
    text-decoration: none
}

.sample-product-rb .new-rq-wizard {
    margin: 0px auto;
    background: #fff
}

    .sample-product-rb .new-rq-wizard .new-rq-nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom: 0px
    }

    .sample-product-rb .new-rq-wizard > div.new-rq-wizard-inner {
        position: relative
    }

.sample-product-rb .new-rq-connecting-line {
    height: 2px;
    background: #bebebe;
    position: absolute;
    width: 68%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 64px
}

.sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li.active > a {
    color: #bebebe;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background: #bebebe
}

    .sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li.active > a:hover,
    .sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li.active > a:focus {
        color: #bebebe;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
        background: #bebebe
    }

.sample-product-rb span.new-rq-round-tab {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #bebebe;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px
}

    .sample-product-rb span.new-rq-round-tab i {
        color: #bebebe
    }

.sample-product-rb .new-rq-wizard li.active span.new-rq-round-tab {
    background: #bebebe;
    border: 2px solid #bebebe
}

    .sample-product-rb .new-rq-wizard li.active span.new-rq-round-tab i {
        color: #5bc0de
    }

.sample-product-rb span.new-rq-round-tab:hover {
    color: #333;
    border: 2px solid #bebebe
}

.sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li {
    width: 33.333%
}

.sample-product-rb .new-rq-wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #bebebe;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li a {
    width: 18px;
    height: 18px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0
}

    .sample-product-rb .new-rq-wizard .new-rq-nav-tabs > li a:hover {
        background: transparent
    }

.sample-product-rb .new-rq-float {
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-nav-tabs li p {
    text-align: center;
    margin: 0px
}

.sample-product-rb .new-rq-form {
    float: left
}

    .sample-product-rb .new-rq-form select {
        padding: 8px 35px 8px 8px !important
    }

.sample-product-rb .form-component-select.new-rq-form:after {
    font-family: FontAwesome;
    text-align: center;
    content: '\f002';
    position: absolute;
    right: 0;
    top: 3px;
    height: 100%;
    width: 40px;
    border-left: solid 0px #b3b3b3;
    pointer-events: none;
    line-height: 2.2em
}

.sample-product-rb .new-rq-button-container {
    width: 100%;
    float: left;
    margin: 25px 0px;
    margin-top: 30px
}

.sample-product-rb .new-rq-button1 {
    width: 35%;
    float: left
}

.sample-product-rb .vis-xs {
    display: none
}

.sample-product-rb .new-rq-next {
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-disclaimer p {
    margin: 0px
}

.sample-product-rb .new-rq-product-details {
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-prd-left {
    width: 90%;
    float: left
}

.sample-product-rb .new-rq-prd {
    width: 25%;
    float: left
}

.sample-product-rb .new-rq-size-qnty {
    width: 45%;
    float: left
}

.sample-product-rb .new-rq-size {
    width: 40%;
    float: left
}

.sample-product-rb .new-rq-qnty {
    width: 46%;
    float: right;
    margin-right: 7%
}

.sample-product-rb .new-rq-yrly {
    width: 25%;
    float: left;
    margin-right: 5%
}

    .sample-product-rb .new-rq-yrly input {
        max-width: 185px
    }

.sample-product-rb .new-rq-appnote,
.sample-product-rb .different-address {
    display: none
}

.sample-product-rb .new-rq-dlt {
    width: 10%;
    float: right;
    cursor: pointer
}

.sample-product-rb .new-prd-header {
    font-weight: bold
}

.sample-product-rb .new-prd-row .new-rq-dlt img {
    width: 26%
}

.sample-product-rb .form-component-select.new-rq-yrly-select:after,
.sample-product-rb .form-component-select.new-rq-note-input:after {
    content: none
}

.sample-product-rb .new-prd-row select {
    padding-left: 8px
}

.sample-product-rb .new-rq-product-container {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.sample-product-rb .new-rq-yrly-select input {
    height: inherit
}

.sample-product-rb .new-rq-product-details.new-prd-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px
}

.sample-product-rb .new-rq-addmore {
    width: 100%;
    float: left;
    font-weight: bold
}

.sample-product-rb .new-prd-row .new-rq-prd {
    font-weight: bold
}

.sample-product-rb .new-rq-prd-main {
    padding-top: 12px
}

.sample-product-rb .new-rqbrws.modal {
    display: none;
    position: fixed;
    z-index: 9999 !important;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.sample-product-rb .new-rqbrwscontent.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 80%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 800px;
    overflow: auto
}

.sample-product-rb .new-rqbrws.modal .form-component input[type=text],
.sample-product-rb .new-rqbrws.modal .form-component textarea {
    font-size: 14px !important;
    padding: .7em !important
}

.sample-product-rb .new-rq-modal-header.modal-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px
}

.sample-product-rb .new-rq-modal-header.modal-header p {
    font-size: 14px;
    font-weight: normal !important;
    margin: 0px
}

.sample-product-rb .new-rqbrws.modal .form-component-placeholder,
.sample-product-rb .new-rqbrws.modal .form-component select {
    padding: .4em .7em
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.sample-product-rb .new-rq-modal-close.close {
    color: #1a355e;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 10px
}

    .sample-product-rb .new-rq-modal-close.close:hover,
    .sample-product-rb .new-rq-modal-close.close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

.sample-product-rb .new-rq-modal-header.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #1a355e
}

.sample-product-rb .new-rq-modalbody.modal-body {
    padding: 2px 16px;
    width: 100%;
    float: left;
    font-size: 14px;
    padding-top: 30px !important
}

.sample-product-rb .modal-content .modal-body p {
    font-size: 14px !important
}

.sample-product-rb .new-rq-modalfooter.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white
}

.sample-product-rb .new-rq-industry .IndustrySelect {
    width: 100%;
    -webkit-appearance: none;
    height: 39px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    padding: 8px 35px 8px 8px;
    width: 100%;
    height: 45px;
    -webkit-appearance: none;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    padding: 8px 35px 8px 8px;
    font-size: 14px
}

.sample-product-rb .new-rq-category .CategorySelect,
.sample-product-rb .new-rq-brand .BrandSelect {
    width: 100%;
    height: 45px;
    -webkit-appearance: none;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    padding: 8px 35px 8px 8px;
    font-size: 14px
}

.sample-product-rb .new-rq-industry,
.sample-product-rb .new-rq-brand,
.sample-product-rb .new-rq-category {
    float: left;
    position: relative
}

    .sample-product-rb .new-rq-industry:after,
    .sample-product-rb .new-rq-brand:after,
    .sample-product-rb .new-rq-category:after {
        font-family: FontAwesome;
        text-align: center;
        content: '\f107';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 30px;
        border-left: solid 1px #b3b3b3;
        pointer-events: none;
        line-height: 2.2em
    }

.sample-product-rb .pos-relative p {
    position: relative
}

.sample-product-rb .new-rq-prd-left.new-rq-remove-popup-left {
    width: 100%
}

.sample-product-rb .new-rq-product-details.new-rq-removeproduct-details.new-prd-row {
    border-bottom: 0px
}

.sample-product-rb .new-rq-button1.new-rq-removebutton1 {
    text-align: center;
    width: 35%
}

.sample-product-rb .new-rq-button1.new-rq-removebutton2 {
    text-align: center;
    width: 20%
}

.sample-product-rb .new-rq-removebutton1.btn-secondary:hover {
    background-color: #1a355e
}

.sample-product-rb .new-rq-removebutton2.btn-secondary:hover {
    background: #888b8d
}

.sample-product-rb .text-dec {
    text-decoration: none
}

.sample-product-rb .help-me-modal a {
    font-size: 16px
}

.sample-product-rb .form-component-select.new-rq-help-form:after {
    content: none
}

.sample-product-rb .first-name,
.sample-product-rb .emai-adrs {
    width: 47%;
    float: left
}

.sample-product-rb .last-name,
.sample-product-rb .phn-number {
    width: 47%;
    float: right
}

.sample-product-rb .new-rq-help-form {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.sample-product-rb .new-rq-comments {
    width: 100%
}

.sample-product-rb #new-rq-conf-tabs-container {
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-conf-tabs li {
    text-align: center
}

    .sample-product-rb .new-rq-conf-tabs li h5 {
        font-size: 20px;
        font-weight: bold
    }

    .sample-product-rb .new-rq-conf-tabs li p {
        font-size: 16px
    }

.sample-product-rb ul.new-rq-conf-tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%
}

    .sample-product-rb ul.new-rq-conf-tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 20px 21px;
        height: auto;
        line-height: 31px;
        background-color: #fff;
        color: #000;
        overflow: hidden;
        position: relative;
        width: 33.33%
    }

        .sample-product-rb ul.new-rq-conf-tabs li:hover {
            background-color: #f1f1f1;
            color: #000
        }

        .sample-product-rb ul.new-rq-conf-tabs li.active {
            background-color: #f1f1f1;
            color: #000;
            display: block
        }

.sample-product-rb .new-rq-conf-tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto
}

.sample-product-rb .new-rq-conf-tab_content {
    padding: 20px;
    display: none;
    background: #f1f1f1;
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-user-login_content {
    padding: 5%;
    width: 100%
}

.sample-product-rb .new-rq-conf-tab_drawer_heading {
    display: none
}

.sample-product-rb .tab-content-left {
    width: 48%;
    float: left
}

.sample-product-rb .tab-content-right {
    width: 48%;
    float: right
}

.sample-product-rb .new-rq-conf-tab_content p {
    margin: 0px;
    font-size: 16px
}

.sample-product-rb .font-weight {
    font-weight: bold
}

.sample-product-rb .text-align {
    text-align: center
}

.sample-product-rb .form-component-placeholder.text-align-left {
    text-align: left !important
}

.sample-product-rb .login-container {
    width: 100%;
    float: left;
    margin-top: 10px
}

    .sample-product-rb .login-container input {
        width: 80%;
        float: left;
        margin-right: 40px
    }

.sample-product-rb .login-button {
    width: 100%;
    float: left
}

    .sample-product-rb .login-button input {
        width: 30%;
        float: left;
        margin-top: 0px
    }

.sample-product-rb .linkedin-icon {
    display: block;
    margin: 20px 0px;
    line-height: initial
}

    .sample-product-rb .linkedin-icon img {
        width: 260px
    }

.sample-product-rb .divider-text {
    max-width: 260px;
    text-align: center
}

.sample-product-rb .guest-button {
    margin-top: 10px
}

@media screen and (max-width: 1024px) {
    .sample-product-rb .new-rq-conf-tab_content {
        margin-bottom: 20px
    }

    .sample-product-rb .divider-text {
        width: 100%;
        max-width: 100%
    }

    .sample-product-rb .new-rq-conf-tab_container {
        text-align: center
    }

    .sample-product-rb .tab-content-left {
        margin-bottom: 20px;
        width: 100%;
        float: left
    }

    .sample-product-rb .tab-content-right {
        width: 100%;
        float: left
    }

    .sample-product-rb .new-rq-conf-tabs {
        display: none
    }

    .sample-product-rb .new-rq-conf-tab_drawer_heading {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .sample-product-rb .d_active {
        background-color: #f1f1f1;
        color: #000
    }
}

.sample-product-rb .input-comment-box1 p {
    margin-bottom: 10px;
    margin-top: 0px
}

.sample-product-rb .information-contents {
    width: 100%;
    float: left
}

.sample-product-rb .new-rq-input-bottom {
    margin-bottom: 20px
}

    .sample-product-rb .new-rq-input-bottom p {
        margin-bottom: 10px;
        margin-top: 10px
    }

.sample-product-rb .dist-title {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px
}

.sample-product-rb .form-margin2 {
    margin-bottom: 10px
}

.sample-product-rb .address-lines p {
    margin: 0px;
    width: 150%
}

.sample-product-rb [type="checkbox"]:not(:checked),
.sample-product-rb [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

.sample-product-rb .checkbox-customised {
    margin-left: 30px
}

    .sample-product-rb .checkbox-customised label {
        padding-left: 0px
    }

    .sample-product-rb .checkbox-customised [type="checkbox"]:not(:checked) + label {
        position: relative;
        cursor: pointer
    }

.sample-product-rb [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer
}

.sample-product-rb [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sample-product-rb [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sample-product-rb [type="checkbox"]:not(:checked) + label:after,
.sample-product-rb [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 24px;
    line-height: 0.8;
    color: #09ad7e;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sample-product-rb [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.sample-product-rb [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sample-product-rb [type="checkbox"]:disabled:not(:checked) + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.sample-product-rb [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.sample-product-rb [type="checkbox"]:disabled:checked + label:after {
    color: #999
}

.sample-product-rb [type="checkbox"]:disabled + label {
    color: #aaa
}

.sample-product-rb [type="checkbox"]:checked:focus + label:before,
.sample-product-rb [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #ccc
}

.sample-product-rb label:hover:before {
    border: 1px solid #ccc !important
}

.sample-product-rb .shipping-address {
    margin-bottom: 20px
}

.sample-product-rb .new-rq-dlt.sample-rq-dlt {
    width: 6%;
    text-align: center;
    padding-top: 10px
}

.sample-product-rb .new-rq-prd-left.sample-rq-left {
    width: 94%
}

.sample-product-rb .new-rq-prd.sample-rq-prd {
    width: 23%;
    margin-right: 2%
}

.sample-product-rb .new-rq-size-qnty.sample-rq-size-qnty {
    width: 37%
}

.sample-product-rb .new-rq-qnty.sample-rq-qnty {
    width: 28%;
    margin-right: 5%
}

.sample-product-rb .new-rq-size.sample-rq-size {
    width: 62%;
    margin-right: 5%
}

.sample-product-rb .new-rq-yrly.sample-rq-yrly {
    width: 15%;
    margin-right: 2%
}

.sample-product-rb .edit-ship-adrs {
    display: block;
    margin-bottom: 20px
}

.sample-product-rb .new-rq-product-details.new-prd-row.sample-rq-row input,
.sample-product-rb .new-rq-product-details.new-prd-row.sample-rq-row select,
.sample-product-rb .new-rq-product-details.new-prd-row.sample-rq-row .new-rq-yrly.sample-rq-yrly .new-rq-yrly-select input {
    height: 49px
}

.sample-product-rb .new-rq-yrly.sample-rq-str {
    width: 19%;
    float: left;
    margin-right: 2%
}

.sample-product-rb .sample-rq-str input[type="text"] {
    width: 100%;
    max-width: 100%
}

.sample-product-rb .new-rq-yrly.sample-rq-yrly .new-rq-yrly-select input {
    height: 45px;
    max-width: 90%
}

.sample-product-rb .new-rq-thankyou {
    width: 100%;
    float: left;
    text-align: center
}

    .sample-product-rb .new-rq-thankyou h5 {
        font-weight: bold
    }

    .sample-product-rb .new-rq-thankyou p {
        margin: 5px 0px
    }

.sample-product-rb .new-rq-thankcontent {
    max-width: 600px;
    margin: 0 auto
}

.sample-product-rb .new-rq-thank-btn {
    margin-top: 20px
}

.sample-product-rb .new-rq-sample-table-container h5 {
    font-size: 18px;
    font-weight: bold
}

.sample-product-rb .show-hide-details {
    display: none;
    background: #f1f1f1
}

    .sample-product-rb .show-hide-details td {
        padding: 15px 20px
    }

.sample-product-rb tr.show-hide-details td div.sample-product-deatils1 p {
    margin: 0px !important
}

.sample-product-rb .view-button-table {
    color: #551a8b;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer
}

.sample-product-rb .sample-details-table table {
    margin: 25px 0px
}

.sample-product-rb table.shipping-prdt-table th {
    background: #747474
}

.sample-product-rb table.shipping-prdt-table td {
    background: #fff
}

.sample-product-rb .yr-comments {
    margin-bottom: 30px
}

    .sample-product-rb .yr-comments p {
        font-size: 16px
    }

.sample-product-rb .pagination-container {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 16px;
    margin-bottom: 30px
}

.sample-product-rb .pagination {
    display: inline-block
}

    .sample-product-rb .pagination a {
        color: #fff;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        background: #1a355e;
        margin-right: 10px;
        border-radius: 5px;
        font-size: 13px
    }

        .sample-product-rb .pagination a:hover {
            background: #3d6fbb
        }

.sample-product-rb .filter-contents {
    width: 97%;
    float: left;
    padding: 0px 5px;
    margin-left: 11px
}

    .sample-product-rb .filter-contents ul {
        padding: 0px;
        margin-top: 0px
    }

        .sample-product-rb .filter-contents ul li {
            list-style-type: none;
            padding: 5px 11px;
            background: #f1f1f1;
            margin: 0px;
            border: 1px solid #ccc
        }

            .sample-product-rb .filter-contents ul li:nth-child(even) {
                border-top: 0px;
                border-bottom: 0px
            }

            .sample-product-rb .filter-contents ul li:last-child {
                border-bottom: 1px solid #ccc
            }

.sample-product-rb .pages-one-page {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 20px 10px 16px;
    color: #1a355e
}

@media (max-width: 1225px) {
    .sample-product-rb .new-rq-prd,
    .sample-product-rb .new-rq-yrly {
        margin-right: 0%
    }

    .sample-product-rb .new-rq-size,
    .sample-product-rb .new-rq-qnty {
        margin-right: 5%
    }

    .sample-product-rb .new-rq-size {
        width: 60%
    }

    .sample-product-rb .new-rq-yrly-select input {
        max-width: 120px
    }

    .sample-product-rb .new-rq-size-qnty {
        width: 45%
    }
}

@media (min-width: 1352px) {
    .sample-product-rb .new-rq-yrly-select input {
        height: 45px
    }

    .sample-product-rb .new-rq-stages {
        right: 50px;
        position: relative
    }
}

@media (max-width: 1024px) {
    .sample-product-rb .new-rq-dlt.sample-rq-dlt {
        width: 100%;
        text-align: right
    }

    .sample-product-rb .new-rq-prd.sample-rq-prd {
        width: 100%;
        float: left
    }

    .sample-product-rb .new-rq-size-qnty.sample-rq-size-qnty,
    .sample-product-rb .new-rq-yrly.sample-rq-yrly {
        width: 100%
    }

    .sample-product-rb .new-rq-size.sample-rq-size {
        margin-right: 0px
    }

    .sample-product-rb .new-rq-yrly.sample-rq-yrly .new-rq-yrly-select input {
        max-width: 100%
    }

    .sample-product-rb .new-rq-yrly.sample-rq-str {
        width: 100%;
        margin-right: 0px
    }

    .sample-product-rb .form-component-select.new-rq-form {
        width: 95%
    }

    .sample-product-rb .new-rq-size.mob-view,
    .sample-product-rb .mob-view.new-rq-qnty {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .sample-product-rb .new-rqbrwscontent.new-rqbrwsremovecontent.modal-content {
        height: 958px
    }

    .sample-product-rb .new-rq-product-container.new-rq-removeproduct-container {
        border-top: 0px
    }

    .sample-product-rb .new-rq-button1.new-rq-removebutton1,
    .sample-product-rb .new-rq-button1.new-rq-removebutton2 {
        text-align: center;
        margin-left: 0px
    }

    .sample-product-rb .new-rq-button1.new-rq-removebutton1,
    .sample-product-rb .new-rq-button1.new-rq-removebutton2 {
        text-align: center;
        width: 100%
    }

    .sample-product-rb .first-name,
    .sample-product-rb .emai-adrs {
        width: 47%;
        float: left
    }

    .sample-product-rb .last-name,
    .sample-product-rb .phn-number {
        width: 47%;
        float: right;
        margin-bottom: 20px
    }

    .sample-product-rb .first-name,
    .sample-product-rb .emai-adrs {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .sample-product-rb .last-name,
    .sample-product-rb .phn-number {
        width: 100%;
        float: right
    }

    .sample-product-rb .new-rqbrwscontent.new-rqbrwsremovecontent.new-rq-help-me.modal-content {
        height: 700px
    }

    .sample-product-rb .new-rq-button1 {
        width: 35%
    }
}

@media (max-width: 1352px) {
    .sample-product-rb .new-rq-connecting-line {
        margin-top: 54px
    }
}

@media (max-width: 1024px) {
    .sample-product-rb .new-rq-appnote,
    .sample-product-rb .note-mob.vis-xs,
    .sample-product-rb .yrly-mob.vis-xs,
    .sample-product-rb .siz-mob.vis-xs,
    .sample-product-rb .qnty-mob.vis-xs,
    .sample-product-rb .prdt-mob.vis-xs {
        display: block
    }

    .sample-product-rb .new-prd-header.hid-xs {
        display: none !important
    }

    .sample-product-rb .new-rq-dlt {
        width: 100%;
        float: left;
        text-align: right
    }

    .sample-product-rb .new-prd-row .new-rq-dlt img {
        width: 25px
    }

    .sample-product-rb .new-rq-appnote {
        width: 100%;
        float: left
    }

    .sample-product-rb .new-rq-prd-left,
    .sample-product-rb .new-rq-prd,
    .sample-product-rb .new-rq-size-qnty,
    .sample-product-rb .new-rq-yrly {
        width: 100%
    }

    .sample-product-rb .new-rq-prd,
    .sample-product-rb .new-rq-yrly,
    .sample-product-rb .new-rq-size,
    .sample-product-rb .new-rq-qnty {
        margin-right: 0%
    }

    .sample-product-rb .new-rq-yrly-select input,
    .sample-product-rb .new-rq-note-input input {
        width: 100%;
        max-width: 100%
    }

    .sample-product-rb .form-component-select.new-rq-form {
        width: 100%
    }

    .sample-product-rb .note-mob,
    .sample-product-rb .yrly-mob,
    .sample-product-rb .siz-mob,
    .sample-product-rb .qnty-mob,
    .sample-product-rb .prdt-mob {
        display: block;
        margin-bottom: 20px;
        font-weight: bold
    }

    .sample-product-rb .new-rq-prd,
    .sample-product-rb .new-rq-size-qnty,
    .sample-product-rb .new-rq-yrly {
        margin-bottom: 20px
    }

    .sample-product-rb .new-rq-product-details.new-prd-row {
        padding-bottom: 50px
    }

    .sample-product-rb .new-rq-size {
        float: right;
        width: 70%
    }

    .sample-product-rb .new-rq-qnty {
        float: left;
        width: 20%
    }

    .sample-product-rb .new-rq-next {
        text-align: center
    }

    .sample-product-rb .new-rq-button1,
    .sample-product-rb .new-rq-button2 {
        width: 100%;
        float: left
    }

    .sample-product-rb .new-rq-button1 {
        margin-bottom: 20px
    }

    .sample-product-rb .hid-xs {
        display: none !important
    }

    .sample-product-rb .vis-xs {
        display: block
    }

    ul > li:first-child[class*='select2-results__option select2-results__option--highlighted'] {
        background-color: white !important;
        color: black !important;
    }
}

@media (max-width: 767px) {
    .sample-product-rb .footer {
        width: 100%;
        float: left
    }

    .sample-product-rb .input-margin-mob {
        margin-bottom: 10px
    }

    .sample-product-rb .input-padding-mob {
        padding-top: 10px
    }

    .sample-product-rb .input-padding-0-mob {
        padding: 0px
    }

    .sample-product-rb .new-rq-industry,
    .sample-product-rb .new-rq-brand,
    .sample-product-rb .new-rq-category {
        width: 100%;
        margin-bottom: 20px
    }

    .sample-product-rb .input-field-float-mob {
        width: 100%;
        float: left
    }

    .sample-product-rb .title-margin {
        margin-bottom: 10px
    }

    .sample-product-rb .chek-box-end-me,
    .sample-product-rb .chek-box-end-customer {
        float: left
    }
}

.sample-product-rb .select2-selection__arrow b {
    display: none !important
}

.sample-product-rb .form-component.form-component-select.col-md-6-12.new-rq-form.not-empty .select2-selection.select2-selection--single {
    height: 45px;
    padding: 8px 10px
}

.sample-product-rb .pad-sm-1-0.new-rq-stages {
    margin-bottom: 50px
}

.sample-product-rb .new-rq-product-container.new-rq-product-container-container {
    margin-bottom: 15px;
    margin-top: 15px
}

.sample-product-rb #tblProducts_length,
.sample-product-rb #tblProducts_filter {
    font-size: 14px
}

    .sample-product-rb #tblProducts_length select {
        height: 30px;
        border-radius: 3px;
        margin-top: 20px;
        font-size: 14px;
        border: 1px solid #ddd
    }

    .sample-product-rb #tblProducts_filter input {
        margin-top: 20px;
        height: 30px;
        border-radius: 3px;
        border: 1px solid #bebebe
    }

.sample-product-rb #tblProducts {
    width: 100%;
    border: 1px solid #bebebe;
    margin-top: 10px;
    float: left;
    border-collapse: collapse;
    font-size: 14px
}

.sample-product-rb .dataTables_info {
    font-size: 14px
}

.sample-product-rb #tblProducts th {
    text-align: left;
    border-bottom: 1px solid #bebebe;
    background: #f1f1f1;
    display: none
}

.sample-product-rb #tblProducts td {
    background: #f1f1f1;
    border: 1px solid #bebebe
}

.sample-product-rb .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #1a355e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1a355e !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 14px
}

    .sample-product-rb .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .sample-product-rb .dataTables_wrapper .dataTables_paginate .paginate_button .next {
        background: #1a355e !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #1a355e !important;
        color: #fff !important;
        border: 0px !important;
        font-size: 14px
    }

    .sample-product-rb .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #fff !important;
        background: #2762bb !important
    }

        .sample-product-rb .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #fff !important;
            background: #2762bb !important
        }

.sample-product-rb .dataTables_paginate.paging_simple_numbers {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px
}

.sample-product-rb .new-rqbrwscontent.new-rq-help-me.modal-content {
    max-width: 900px
}

.sample-product-rb .modal-spacing-top .new-rqbrwscontent.new-rq-help-me.modal-content {
    margin-top: 20%;
    padding: 30px 15px
}

.sample-product-rb #divThankyouMessage {
    padding: 0px 15px;
    margin-top: 20px
}

    .sample-product-rb #divThankyouMessage label {
        line-height: 1.5
    }

.sample-product-rb .new-rq-help-form input,
.sample-product-rb select.show-block-sm.span-width-sm {
    font-size: 14px
}

.sample-product-rb .new-rq-yrly-select input {
    font-size: 14px;
    height: inherit
}

.sample-product-rb select::-ms-expand {
    display: none
}

@media screen and (min-width: 1024px) {
    .sample-product-rb .new-rqbrwscontent.modal-content {
        padding: 15px 0px
    }

        .sample-product-rb .new-rqbrwscontent.modal-content .modal-body {
            overflow-y: auto;
            padding: 0px 30px
        }

    .sample-product-rb #newRqmyModal .new-rqbrwscontent.modal-content {
        height: 650px !important
    }
}

.sample-product-rb #newRqmyModal {
    padding-top: 7%
}

.sample-product-rb .linked-in-btn {
    margin-top: 30px;
    padding-top: 0px
}

.sample-product-rb .new-rq-conf-tab_content p.divider-text {
    margin-top: 5px
}

.sample-product-rb .input-height {
    height: 40px
}

.sample-product-rb .btn-mrgn {
    margin-top: 10px
}

.sample-product-rb .site-registration .error-message-ehan {
    position: absolute;
    top: -18px
}

.sample-product-rb .select-height {
    height: 43px
}

@media (max-width: 1024px) {
    .sample-product-rb .login-container input {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .sample-product-rb .linked-in-btn {
        margin-top: 30px;
        padding-top: 0px;
        margin: 30px auto 0px auto
    }
}

.sample-product-rb p.ship-ad-head {
    margin: 0px;
    font-weight: bold
}

.sample-product-rb .shipping-address {
    float: left
}

.sample-product-rb .edit-content-true {
    padding: 5px;
    border: 1px solid #ccc
}

.sample-product-rb .checkbox-customised label {
    padding-left: 5px !important
}

.sample-product-rb p.ad-in-head {
    font-weight: bold
}

.sample-product-rb .bottom-padding {
    margin-bottom: 3%
}

@media (max-width: 1351px) {
    .sample-product-rb .ddlTitle,
    .sample-product-rb #ddlCountry,
    .sample-product-rb #selectCountry1 select,
    .sample-product-rb .form-component-select select {
        height: 34.5px
    }
}

@media (max-width: 767px) {
    .sample-product-rb #selectTitle,
    .sample-product-rb #txtFirstName,
    .sample-product-rb #txtCompany,
    .sample-product-rb #txtCity,
    .sample-product-rb #txtState,
    .sample-product-rb .txtCompany1,
    .sample-product-rb .txtCity,
    .sample-product-rb .bottom-margin-select,
    .sample-product-rb .txtCompanyAddress,
    .sample-product-rb .bottom-padding {
        margin-bottom: 4%
    }

    .sample-product-rb .ddlTitle,
    .sample-product-rb #ddlCountry,
    .sample-product-rb #selectCountry1 select,
    .sample-product-rb .form-component-select select {
        height: 34.5px
    }
}

.sample-product-rb #loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("/ui-assets/images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.sample-product-rb .cls-add-more-view {
    cursor: pointer;
    color: mediumblue;
    text-decoration: underline
}

.sample-product-rb .address-span-true {
    margin-left: 15px
}

.sample-product-rb .error-message-ehan {
    display: none;
    position: absolute;
    top: -18px
}

.sample-product-rb ul.new-rq-linepointer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0px
}

    .sample-product-rb ul.new-rq-linepointer li {
        list-style-type: none;
        position: relative;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: flex-end;
        align-self: flex-end;
        text-align: center
    }

        .sample-product-rb ul.new-rq-linepointer li p {
            display: table;
            margin: auto;
            text-align: center
        }

        .sample-product-rb ul.new-rq-linepointer li:before {
            content: '';
            height: 2px;
            background: #bebebe;
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            bottom: -10px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%)
        }

        .sample-product-rb ul.new-rq-linepointer li:last-child:before {
            width: 50%;
            right: inherit
        }

        .sample-product-rb ul.new-rq-linepointer li:first-child:before {
            width: 50%;
            left: inherit
        }

        .sample-product-rb ul.new-rq-linepointer li a {
            position: relative;
            display: table;
            margin: auto
        }

            .sample-product-rb ul.new-rq-linepointer li a span {
                width: 18px;
                height: 18px;
                line-height: 18px;
                display: inline-block;
                border-radius: 100px;
                background: #fff;
                border: 2px solid #bebebe;
                z-index: 2;
                position: absolute;
                left: -9px;
                text-align: center;
                font-size: 25px
            }

            .sample-product-rb ul.new-rq-linepointer li a.active span {
                background: #bebebe
            }

.sample-product-rb .error-password-style {
    top: -36px !important
}

.sample-product-rb .grid-margin-add {
    margin-top: 15px !important
}

.sample-product-rb .newRqmyButton1 {
    font-weight: bolder
}

.sample-product-rb #reset-browse-product {
    text-decoration: none;
    padding-left: 30px
}

.sample-product-rb .sample-reg-form > div[class*='pad-'] {
    padding: 0 !important
}

.sample-product-rb .sample-reg-form .form-component select {
    padding-top: 15px
}

.sample-product-rb .new-rq-sample-grid + .slide-in-container .text-white-sm a {
    color: #fff;
    text-decoration: none
}

.sample-details-table {
    overflow-x: auto;
    width: 95%;
    float: left;
    margin-bottom: 40px
}

    .sample-details-table table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 40px
    }

    .sample-details-table th,
    .sample-details-table td {
        border: 1px solid #ccc;
        text-align: left
    }

        .sample-details-table th span,
        .sample-details-table td span {
            padding: 15px 20px;
            display: block
        }

    .sample-details-table th {
        background: #1a355e
    }

        .sample-details-table th span {
            color: #fff
        }

.app-container {
    overflow: hidden
}

.body-render {
    padding-top: 94px
}

.display-type-list .landing-grid-item .landing-grid-media img {
    display: none
}

.display-type-list .wistia_click_to_play {
    height: auto !important;
    width: auto !important
}

.display-type-gallery .wistia_click_to_play {
    height: auto !important
}

.display-type-gallery .landing-grid-item .landing-grid-media img {
    height: 420px !important
}

.tradeshow-carousel {
    position: relative
}

    .tradeshow-carousel .generic-slide .btn {
        margin-bottom: 40px
    }

.media-carousel .media-carousel-content h3 {
    line-height: .9
}

.media-carousel .media-carousel-bg {
    height: 100%
}

.primary-nav-item > span {
    font-family: Avenir Next Cyr W00 Bold
}

.primary-nav-item.primary-nav-products .col-lg-5-12 {
    width: 35%
}

@media only screen and (max-width: 767px) {
    .primary-nav-item.primary-nav-products .col-lg-5-12 {
        width: 100%
    }
}

.primary-nav-item.primary-nav-products .col-lg-2-12 {
    width: 30%
}

@media only screen and (max-width: 767px) {
    .primary-nav-item.primary-nav-products .col-lg-2-12 {
        width: 100%
    }

        .primary-nav-item.primary-nav-products .col-lg-2-12 .secondary-nav-list {
            padding-left: 15px;
            padding-left: 15px
        }

            .primary-nav-item.primary-nav-products .col-lg-2-12 .secondary-nav-list .secondary-nav-item > a {
                padding-left: 0;
                padding-left: 0
            }
}

.mega-navigation.expanded .mega-navigation-container {
    overflow: hidden !important
}

.product-search-content .search-content {
    margin: 0 auto;
    display: table;
    padding: 40px
}

@media only screen and (max-width: 767px) {
    .product-search-content .search-content {
        padding: 40px 0;
        width: 100%
    }
}

.product-search-content .search-content h5 {
    display: inline-block;
    margin-right: 20px;
    font-family: Avenir Next Cyr W00 Bold;
    color: #1A355E;
    height: 35px;
    vertical-align: middle;
    line-height: 2;
    font-size: 1.25em;
    font-size: 1.25em
}


.product-search-content .search-content h1 {
    display: block;
    font-family: Avenir Next Cyr W00 medium;
    color: #1A355E;
    vertical-align: middle;
    line-height: 1;
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .product-search-content .search-content h1:before {
        content: '';
        position: absolute;
        top: 100%;
        display: table;
        left: 50%;
        width: 8%;
        height: 7px;
        background: #1A355E;
        transform: translateX(-50%);
    }

@media only screen and (max-width: 767px) {
    .product-search-content .search-content h5 {
        text-align: center;
        display: block;
        margin: 0;
        margin-bottom: 10px
    }
}

.product-search-content .search-content .header-search-container {
    position: inherit;
    top: 0;
    right: 0;
    background: none;
    width: 340px;
    height: inherit;
    display: inline-block;
    float: right
}

@media only screen and (max-width: 767px) {
    .product-search-content .search-content .header-search-container {
        float: inherit;
        margin: 0 auto;
        display: block;
        width: inherit
    }
}

.product-search-content .search-content .header-search-container .search-input-container {
    padding: 0;
    position: relative
}

    .product-search-content .search-content .header-search-container .search-input-container .input-btn-search {
        right: 0 !important;
        left: inherit;
        font-size: 1.6em;
        padding: 1px 6px;
        top: 0;
        line-height: 34px
    }

.product-search-content .search-content input {
    display: inline-block;
    padding: 6px 15px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 341px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: thin solid #888B8D
}

@media only screen and (max-width: 767px) {
    .product-search-content .search-content input {
        display: block;
        width: 100%;
        margin: 0 auto;
        display: table
    }
}

.product-search-content .search-content input::-webkit-input-placeholder {
    color: #D0D0CE
}

.product-search-content .search-content input:-moz-placeholder {
    color: #D0D0CE
}

.product-search-content .search-content input::-moz-placeholder {
    color: #D0D0CE
}

.product-search-content .search-content input:-ms-input-placeholder {
    color: #D0D0CE
}

.product-content {
    margin-bottom: 80px
}

@media only screen and (max-width: 1366px) {
    .product-content {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .product-content {
        margin-bottom: 0
    }
}

.product-content .products-box {
    padding: 45px 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

@media only screen and (max-width: 1200px) {
    .product-content .products-box {
        padding: 25px
    }
}

@media only screen and (max-width: 992px) {
    .product-content .products-box {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .product-content .products-box {
        padding: 20px
    }
}

.product-content .products-box h3 {
    font-family: Avenir Next Cyr W00 Bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 2.68em
}

@media only screen and (max-width: 1600px) {
    .product-content .products-box h3 {
        font-size: 2.125em
    }
}

@media only screen and (max-width: 1366px) {
    .product-content .products-box h3 {
        font-size: 2em
    }
}

@media only screen and (max-width: 1200px) {
    .product-content .products-box h3 {
        font-size: 1.65em
    }
}

.product-content .products-box p {
    font-family: Avenir Next Cyr W00 Regular;
    color: #fff;
    font-size: 1.275em
}

@media only screen and (max-width: 1600px) {
    .product-content .products-box p {
        font-size: 1.125em
    }
}

@media only screen and (max-width: 1366px) {
    .product-content .products-box p {
        font-size: 1em
    }
}

.product-content .products-box .box-body {
    -webkit-box-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    min-height: 200px
}

@media only screen and (max-width: 1366px) {
    .product-content .products-box .box-body {
        min-height: 160px
    }
}

@media only screen and (max-width: 767px) {
    .product-content .products-box .box-body {
        min-height: 150px
    }
}

.product-content .products-box .box-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: relative
}

    .product-content .products-box .box-foot .product-search-anchor {
        right: 0 !important;
        left: inherit;
        position: absolute;
        top: inherit;
        bottom: 1px;
        font-size: 1.6em;
        padding: 1px 6px;
        color: #1A355E;
        line-height: 34px
    }

    .product-content .products-box .box-foot .mom-primary-btn {
        margin-right: 10px;
        margin-top: 20px;
        font-size: 1.25em
    }

@media only screen and (max-width: 1600px) {
    .product-content .products-box .box-foot .mom-primary-btn {
        font-size: 1.125em
    }
}

@media only screen and (max-width: 1366px) {
    .product-content .products-box .box-foot .mom-primary-btn {
        font-size: 1em
    }
}

@media only screen and (max-width: 1200px) {
    .product-content .products-box .box-foot .mom-primary-btn {
        font-size: 1em;
        margin-right: 10px;
        margin-top: 15px
    }
}

.product-content .products-box.second .box-foot {
    width: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

    .product-content .products-box.second .box-foot input {
        height: 35px;
        display: block;
        padding: 6px 15px;
        margin: 0;
        width: 100%;
        border: thin solid #888B8D
    }

        .product-content .products-box.second .box-foot input::-webkit-input-placeholder {
            color: #D0D0CE
        }

        .product-content .products-box.second .box-foot input:-moz-placeholder {
            color: #D0D0CE
        }

        .product-content .products-box.second .box-foot input::-moz-placeholder {
            color: #D0D0CE
        }

        .product-content .products-box.second .box-foot input:-ms-input-placeholder {
            color: #D0D0CE
        }

        .product-content .products-box.second .box-foot input.no-clear-icon-ie {
            margin-top: 20px
        }

@media only screen and (max-width: 1200px) {
    .product-content .products-box.second .box-foot input.no-clear-icon-ie {
        margin-top: 15px
    }
}

.distributor-content {
    margin-bottom: 80px
}

@media only screen and (max-width: 1366px) {
    .distributor-content {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content .mom-row {
        margin-left: -30px;
        margin-right: -30px
    }
}

.distributor-content .products-box {
    padding: 45px 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

@media only screen and (max-width: 992px) {
    .distributor-content .products-box {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
}

.distributor-content .products-box h3 {
    font-family: Avenir Next Cyr W00 Bold;
    color: #1A355E;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 3em
}

@media only screen and (max-width: 1600px) {
    .distributor-content .products-box h3 {
        font-size: 2.5em
    }
}

@media only screen and (max-width: 1366px) {
    .distributor-content .products-box h3 {
        font-size: 2em
    }
}

@media only screen and (max-width: 1200px) {
    .distributor-content .products-box h3 {
        font-size: 1.75em
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box h3 {
        text-align: center
    }
}

.distributor-content .products-box p {
    font-family: Avenir Next Cyr W00 Regular;
    color: #1A355E;
    font-size: 1.275em
}

@media only screen and (max-width: 1600px) {
    .distributor-content .products-box p {
        font-size: 1.125em
    }
}

@media only screen and (max-width: 1366px) {
    .distributor-content .products-box p {
        font-size: 1em
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box p {
        text-align: center
    }
}

.distributor-content .products-box .mom-primary-btn {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 1.25em
}

@media only screen and (max-width: 1600px) {
    .distributor-content .products-box .mom-primary-btn {
        font-size: 1.125em
    }
}

@media only screen and (max-width: 1366px) {
    .distributor-content .products-box .mom-primary-btn {
        font-size: 1em
    }
}

@media only screen and (max-width: 1200px) {
    .distributor-content .products-box .mom-primary-btn {
        font-size: 1em
    }
}

.distributor-content .products-box .box-body-row {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

    .distributor-content .products-box .box-body-row:first-child {
        max-width: 360px;
        margin-right: 40px
    }

@media only screen and (max-width: 1200px) {
    .distributor-content .products-box .box-body-row:first-child {
        max-width: 320px
    }
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box .box-body-row:first-child {
        margin: 0 auto;
        display: table;
        margin-bottom: 20px
    }
}

.distributor-content .products-box .box-body-row:nth-child(2) {
    max-width: 250px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box .box-body-row:nth-child(2) {
        max-width: inherit;
        margin: 0 auto;
        display: table
    }
}

.distributor-content .products-box .box-body-row:nth-child(2) .mom-primary-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

@media only screen and (max-width: 767px) {
    .distributor-content .products-box .box-body-row:nth-child(2) .mom-primary-btn {
        margin: 0 auto;
        display: table;
        position: inherit;
        margin-top: 20px
    }
}

.mom-updates {
    margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
    .mom-updates .mom-news {
        margin-top: 40px
    }
}

.mom-updates h2 {
    color: #1A355E;
    font-family: Avenir Next Cyr W00 Bold;
    margin-bottom: 20px;
    font-size: 3em
}

@media only screen and (max-width: 1200px) {
    .mom-updates h2 {
        font-size: 1.75em
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates h2 {
        font-size: 1.75em
    }
}

.mom-updates .view-all-link {
    font-size: 1em;
    color: #1A355E;
    font-family: Avenir Next Cyr W00 Regular;
    text-decoration: underline
}

.mom-updates article {
    margin-bottom: 20px;
    display: table;
    width: 100%
}

    .mom-updates article .date {
        padding: 20px;
        background-color: #fd8e02;
        float: left;
        margin-right: 30px;
        width: 110px;
        height: 110px
    }

@media only screen and (max-width: 1366px) {
    .mom-updates article .date {
        width: 90px;
        height: 90px;
        padding: 10px
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates article .date {
        margin-right: 15px
    }
}

.mom-updates article .date h4 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    line-height: 1.4
}

.mom-updates article .date h6 {
    font-size: 1.25em;
    color: #fff;
    font-family: Avenir Next Cyr W00 Bold;
    text-align: center
}

.mom-updates article .mom-update-content {
    display: block;
    overflow: hidden;
    height: 110px
}

@media only screen and (max-width: 1366px) {
    .mom-updates article .mom-update-content {
        height: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates article .mom-update-content {
        height: inherit
    }
}

.mom-updates article .mom-update-content h3 {
    color: #1A355E;
    font-family: Avenir Next Cyr W00 Bold;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 1.125em
}

.mom-updates article .mom-update-content h5 {
    font-size: .875em;
    color: #000;
    font-family: Avenir Next Cyr W00 Demi;
    line-height: 1.2;
    margin-bottom: 5px
}

.mom-updates article .mom-update-content p {
    font-size: .875em;
    color: #000;
    font-family: Avenir Next Cyr W00 Regular;
    display: block;
    line-height: 1.3;
    min-height: 20px
}

.mom-updates article .news {
    padding: 0;
    background-color: #fd8e02;
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 110px;
    height: 110px;
    position: relative
}

@media only screen and (max-width: 1366px) {
    .mom-updates article .news {
        width: 90px;
        height: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates article .news {
        margin-right: 15px
    }
}

.mom-updates article .news img {
    display: block;
    width: 100%;
    height: 100%
}

.mom-updates article .news i.fa {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    color: #fff
}

.mom-updates article .mom-news-content {
    display: block;
    overflow: hidden;
    height: 110px
}

@media only screen and (max-width: 1366px) {
    .mom-updates article .mom-news-content {
        height: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates article .mom-news-content {
        height: inherit
    }
}

.mom-updates article .mom-news-content a {
    font-size: inherit
}

.mom-updates article .mom-news-content h3 {
    font-size: 1.125em;
    color: #1A355E;
    font-family: Avenir Next Cyr W00 Bold;
    margin-bottom: 5px;
    margin-top: -3px
}

    .mom-updates article .mom-news-content h3 a {
        font-size: inherit;
        line-height: 1.2
    }

.mom-updates article .mom-news-content h5 {
    font-size: .875em;
    color: #000;
    font-family: Avenir Next Cyr W00 Demi;
    margin-bottom: 5px
}

.mom-updates article .mom-news-content p {
    font-size: .875em;
    color: #000;
    font-family: Avenir Next Cyr W00 Regular;
    display: block;
    line-height: 1.3
}

@media only screen and (max-width: 1366px) {
    .mom-updates article .mom-news-content p {
        line-height: 1.3
    }
}

.mom-updates .about-mom {
    padding: 0 20px
}

@media only screen and (max-width: 1200px) {
    .mom-updates .about-mom {
        margin-top: 20px
    }
}

.mom-updates .about-mom .about-logo {
    margin-bottom: 5px
}

@media only screen and (max-width: 1200px) {
    .mom-updates .about-mom .about-logo {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates .about-mom .about-logo {
        width: 50%
    }
}

.mom-updates .about-mom .about-banner {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 130px;
    height: 181px;
    background-size: 100% auto;
    background-position-y: -100px;
    background-repeat: no-repeat;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .mom-updates .about-mom .about-banner {
        padding-top: 75px;
        height: 125px
    }
}

@media only screen and (max-width: 767px) {
    .mom-updates .about-mom .about-banner {
        background-position-y: 0;
        padding-top: 50px
    }
}

.mom-updates .about-mom .about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1
}

.mom-updates .about-mom .about-banner:after {
    content: "";
    display: table;
    clear: both
}

.mom-updates .about-mom .about-banner h3 {
    font-size: 1.5em;
    font-family: Avenir Next Cyr W00 Bold;
    color: #fff;
    z-index: 999;
    position: relative
}

.mom-updates .about-mom p {
    font-family: Avenir Next Cyr W00 Medium;
    color: #1A355E;
    font-size: 1em;
    padding: 30px 0
}

footer.footer .outer-wrapper {
    padding: 10px 0
}

.rb_section a {
    text-decoration: none
}

.rb_section ul,
.single_landing ul {
    list-style: none
}

    .rb_section ul li,
    .single_landing ul li {
        list-style: none
    }

.rb_section h1,
.rb_section h2,
.rb_section h3,
.rb_section h4,
.rb_section h5,
.rb_section h6,
.rb_section p,
.single_landing h1,
.single_landing h2,
.single_landing h3,
.single_landing h4,
.single_landing h5,
.single_landing h6,
.single_landing p {
    margin: 0;
    padding: 0
}

.title_with_bottom_bar,
.rb_sub_industry_section .rb_template_name_container h2,
.rb_sub_industry_section .rb_template_name_container h1,
.rb_sub_industry_section .rb_template_ind_name_container h2 {
    font-family: Avenir Next Cyr W00 Bold;
    font-size: 32px;
    color: #fff;
    position: relative
}

    .title_with_bottom_bar:after,
    .rb_sub_industry_section .rb_template_name_container h1:after,
    .rb_sub_industry_section .rb_template_ind_name_container h1:after,
    .rb_sub_industry_section .rb_template_name_container h2:after,
    .rb_sub_industry_section .rb_template_ind_name_container h2:after {
        content: '';
        width: 50%;
        height: 5px;
        background: #84BD00;
        position: absolute;
        bottom: 0;
        left: 0
    }

.rb_cta_btn span {
    position: relative
}

    .rb_cta_btn span:after {
        content: '';
        width: 50%;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 0
    }

.title-b-bottom,
.rb_section .rb_main_cato_sec article .brand-logos-title .section-title {
    border-bottom: 5px solid #84BD00
}

.italic,
.rb_section .rb_main_cato_sec article .content-box .content .italic,
.rb_brand_landing article .brand-main-content .content-box .content .italic {
    font-style: italic;
    font-family: georgia
}

.h-mar-center,
.rb_section .rb_main_cato_sec aside .category-tile {
    margin: 0 auto
}

.flex-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-gutter [class*='rb-col'] {
    margin: 0;
    padding: 0
}

.rb-full-space {
    width: 100%
}

.rb_btn {
    padding: 24.8px 20px;
    background: #D0D0CE;
    border: none
}

.rb_btn-rounded {
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px
}

.rb_email_share,
.add_to_favourite {
    display: block;
    font-family: Avenir Next Cyr W00 Medium;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    padding: 17.5px 0
}

    .rb_email_share .fa,
    .add_to_favourite .fa {
        font-size: 24px;
        margin-right: 20px;
        color: rgba(255, 255, 255, 0.3);
        position: relative
    }

        .rb_email_share .fa label,
        .add_to_favourite .fa label {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: 10px;
            position: absolute;
            top: -7px;
            right: -14px;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

        .rb_email_share .fa span,
        .add_to_favourite .fa span {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: 10px;
            position: absolute;
            top: -7px;
            right: -14px;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

.bordered_btn {
    background: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    margin-top: 22px
}

    .bordered_btn span {
        padding: 14px 25px;
        display: block;
        font-family: Avenir Next Cyr W00 Medium
    }

    .bordered_btn.with_icon .fa {
        padding: 9px 15px;
        display: inline-block;
        font-size: 26px;
        border-right: 2px solid #fff;
        float: left
    }

    .bordered_btn.with_icon span {
        display: inline-block
    }

    .bordered_btn:hover {
        background: #fff;
        color: #1A355E
    }

        .bordered_btn:hover em.fa {
            border-right: 2px solid #1A355E
        }

.bordered-icon {
    color: #84BD00;
    padding: 10px;
    border: 2px solid #84BD00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    clear: both;
    display: inline-block
}

    .bordered-icon:hover {
        background: #84BD00;
        color: #1A355E
    }

.rb_btn-with-icon {
    border: none;
    color: #fff;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .rb_btn-with-icon {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.rb_btn-with-icon .fa {
    padding: 10px;
    font-size: 20px;
    border-right: thin solid #fff
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rb_btn-with-icon .fa {
        padding: 0 10px
    }
}

.rb_btn-with-icon span {
    padding: 10px;
    font-size: 14px;
    font-family: Avenir Next Cyr W00 Bold;
    text-transform: uppercase
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rb_btn-with-icon span {
        padding: 0 10px
    }
}

.rb_btn-positive {
    background: #84BD00;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out
}

    .rb_btn-positive:hover {
        background: #96d700
    }

.rb_cta_btn {
    background: #84BD00;
    padding: 50px 30px;
    display: block;
    background: #84BD00;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    color: #fff;
    font-size: 18px;
    font-family: Avenir Next Cyr W00 Bold;
    text-transform: uppercase
}

    .rb_cta_btn:hover {
        background: #96d700
    }

.title-border-grid {
    position: relative;
    height: 10px;
    width: 80px;
    display: table;
    margin: 0 auto
}

    .title-border-grid:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        background: #1A355E
    }

    .title-border-grid:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background: #84BD00
    }

p span.more {
    display: none
}

p span.dots {
    display: inline-block
}

p.open span.more {
    display: inline-block
}

p.open span.dots {
    display: none
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body .rb_fluid_box {
        max-width: inherit !important;
        padding-top: 88px
    }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .rb_section {
        margin-top: 56px
    }
}

@media only screen and (max-width: 992px) {
    .rb_section {
        margin-top: 51px
    }
}

.rb_section .rb_main_cato_sec {
    background: #f2f2f2
}

    .rb_section .rb_main_cato_sec article {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-justify-content: stretch;
        -ms-justify-content: stretch;
        -webkit-box-pack: stretch;
        justify-content: stretch;
        -ms-flex-pack: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .rb_section .rb_main_cato_sec article .content-box {
            background: #1A355E;
            min-height: 100px;
            padding: 46px 60px 75px;
            -webkit-box-flex: 1 2 auto;
            -ms-flex: 1 2 auto;
            flex: 1 2 auto;
            width: 100%
        }

            .rb_section .rb_main_cato_sec article .content-box .content {
                overflow: hidden;
                position: relative
            }

                .rb_section .rb_main_cato_sec article .content-box .content h2 {
                    color: #fff;
                    font-family: Avenir Next Cyr W00 Regular;
                    font-size: 33px;
                    text-transform: uppercase;
                    padding: 28px 0
                }

                .rb_section .rb_main_cato_sec article .content-box .content p {
                    color: #fff;
                    font-family: Avenir Next Cyr W00 Regular;
                    font-size: 20px
                }

                .rb_section .rb_main_cato_sec article .content-box .content .more-link {
                    font-family: FontAwesome;
                    font-size: 14px;
                    color: #84BD00
                }

                    .rb_section .rb_main_cato_sec article .content-box .content .more-link.closed:before {
                        content: '\f061'
                    }

                    .rb_section .rb_main_cato_sec article .content-box .content .more-link.open:before {
                        content: '\f060'
                    }

        .rb_section .rb_main_cato_sec article .article-footer {
            padding: 46px 60px;
            background: #142a4a;
            -webkit-box-flex: 0 2 auto;
            -ms-flex: 0 2 auto;
            flex: 0 2 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -moz-justify-content: stretch;
            -ms-justify-content: stretch;
            -webkit-box-pack: stretch;
            justify-content: stretch;
            -ms-flex-pack: stretch;
            width: 100%
        }

            .rb_section .rb_main_cato_sec article .article-footer .rb_btn-with-icon {
                margin-right: 10px;
                -ms-flex-basis: 33.33333%;
                -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%;
                width: 33.33333%;
                max-width: 260px;
                padding-right: 0
            }

@media only screen and (max-width: 767px) {
    .rb_section .rb_main_cato_sec article .article-footer .rb_btn-with-icon {
        -ms-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

        .rb_section .rb_main_cato_sec article .article-footer .rb_btn-with-icon:not(:first-child) {
            margin-right: 0
        }
}

@media only screen and (max-width: 640px) {
    .rb_section .rb_main_cato_sec article .article-footer .rb_btn-with-icon {
        margin-top: 10px;
        margin-right: 0;
        max-width: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

.rb_section .rb_main_cato_sec article .article-footer .rb_btn-with-icon span {
    padding-right: 0
}

.rb_section .rb_main_cato_sec article .brand-logos-title {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .rb_section .rb_main_cato_sec article .brand-logos-title .section-title {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        padding-bottom: 8px
    }

@media only screen and (max-width: 992px) {
    .rb_section .rb_main_cato_sec article .brand-logos-title .brand-logos {
        margin-top: 20px
    }
}

@media only screen and (max-width: 1200px) {
    .rb_section .rb_main_cato_sec aside {
        padding: 0 16px
    }
}

.rb_section .rb_main_cato_sec aside .category-tile {
    padding: 20px 0 0;
    max-width: 454px
}

@media only screen and (max-width: 992px) {
    .rb_section .rb_main_cato_sec aside .category-tile {
        max-width: 100%
    }
}

.rb_section .rb_main_cato_sec aside .category-tile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-flex-item-align: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 992px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media only screen and (max-width: 767px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.rb_section .rb_main_cato_sec aside .category-tile ul li {
    padding: 0 8px;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 0px
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul li {
        -webkit-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media only screen and (max-width: 992px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul li {
        -webkit-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media only screen and (max-width: 767px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul li {
        -webkit-box-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media only screen and (max-width: 640px) {
    .rb_section .rb_main_cato_sec aside .category-tile ul li {
        -webkit-box-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rb_section .rb_main_cato_sec aside .category-tile ul li {
        -webkit-box-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
}

.ie9 .rb_section .rb_main_cato_sec aside .category-tile ul li {
    float: left
}

.rb_section .rb_main_cato_sec aside .category-tile ul li img {
    width: 100%;
    height: 128px
}

.rb_section .rb_main_cato_sec aside .category-tile ul li h4 {
    font-size: 18px;
    font-family: Avenir Next Cyr W00 Bold;
    color: #1A355E;
    padding: 10px 0 20px
}

.rb_cat_root {
    margin-top: 90px
}

    .rb_cat_root.m-50 {
        margin-top: 50px
    }

    .rb_cat_root .rb_cat_root_content .rb_cat_root_content_header {
        background: #84BD00;
        padding: 10px 20px
    }

        .rb_cat_root .rb_cat_root_content .rb_cat_root_content_header h2 {
            font-size: 14px;
            font-family: Avenir Next Cyr W00 Bold;
            color: #fff
        }

    .rb_cat_root .rb_cat_root_content .rb_cat_root_content_body {
        padding: 15px 40px
    }

        .rb_cat_root .rb_cat_root_content .rb_cat_root_content_body:nth-of-type(odd) {
            background-color: rgba(26, 53, 94, 0.07);
            border-bottom: rgba(26, 53, 94, 0.2) thin solid
        }

        .rb_cat_root .rb_cat_root_content .rb_cat_root_content_body h3 {
            padding-top: 15px;
            font-size: 18px;
            font-family: Avenir Next Cyr W00 Bold;
            color: #1A355E
        }

        .rb_cat_root .rb_cat_root_content .rb_cat_root_content_body p {
            margin-top: 10px;
            font-size: 19px;
            font-family: Avenir Next Cyr W00 Medium;
            color: #1A355E
        }

    .rb_cat_root .rb_cat_root_content.filter_product_view {
        width: 100%
    }

        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-box-pack: start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start;
            -webkit-align-content: space-between;
            -moz-align-content: space-between;
            -ms-flex-item-align: space-between;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            padding: 0
        }

            .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_header h2 {
                -webkit-box-flex: 1 1;
                -ms-flex: 1 1;
                flex: 1 1;
                padding: 10px 10px;
                border: #fff solid 2px;
                border-bottom: none;
                border-top: none;
                text-align: center
            }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_header h2:first-child {
                    -webkit-box-flex: 8 1;
                    -ms-flex: 8 1;
                    flex: 8 1;
                    border-left: none;
                    text-align: left;
                    padding-left: 20px
                }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_header h2:last-child {
                    border-right: none
                }

        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-box-pack: start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start;
            -webkit-align-content: space-between;
            -moz-align-content: space-between;
            -ms-flex-item-align: space-between;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            padding: 10px 10px
        }

            .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec {
                -webkit-box-flex: 1 1;
                -ms-flex: 1 1;
                flex: 1 1;
                padding: 10px 10px;
                position: relative
            }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.document-count-link,
                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.add-to-favorite-product,
                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.document-count-link,
                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.add-to-favorite-product {
                    color: #1A355E;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%)
                }

                    .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.document-count-link .fa,
                    .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.add-to-favorite-product .fa,
                    .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.document-count-link .fa,
                    .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.add-to-favorite-product .fa {
                        position: relative
                    }

                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.document-count-link .fa label,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.add-to-favorite-product .fa label,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.document-count-link .fa label,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.add-to-favorite-product .fa label {
                            background: #84BD00;
                            color: #fff;
                            width: 20px;
                            height: 20px;
                            border-radius: 20px;
                            -webkit-border-radius: 20px;
                            -moz-border-radius: 20px;
                            font-size: 10px;
                            position: absolute;
                            top: -7px;
                            right: -14px;
                            display: block;
                            font-family: Avenir Next Cyr W00 Bold;
                            padding-top: 5px;
                            text-align: center
                        }

                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.document-count-link .fa span,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.document-count a.add-to-favorite-product .fa span,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.document-count-link .fa span,
                        .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.add-fav a.add-to-favorite-product .fa span {
                            background: #84BD00;
                            color: #fff;
                            width: 20px;
                            height: 20px;
                            border-radius: 20px;
                            -webkit-border-radius: 20px;
                            -moz-border-radius: 20px;
                            font-size: 10px;
                            position: absolute;
                            top: -7px;
                            right: -14px;
                            display: block;
                            font-family: Avenir Next Cyr W00 Bold;
                            padding-top: 5px;
                            text-align: center
                        }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec .fa {
                    font-size: 28px;
                    color: #1A355E
                }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec:first-child {
                    -webkit-box-flex: 8 1;
                    -ms-flex: 8 1;
                    flex: 8 1
                }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec h3 a {
                    color: inherit
                }

                .rb_cat_root .rb_cat_root_content.filter_product_view .rb_cat_root_content_body .col-sec.documents {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important
                }

    .rb_cat_root .combobox {
        margin-top: 20px;
        margin-bottom: 20px
    }

@media only screen and (max-width: 992px) {
    .rb_cat_root .combobox {
        margin-top: 0
    }
}

.rb_cat_root .page-list-paging {
    padding: 20px 0
}

    .rb_cat_root .page-list-paging .combobox {
        margin: 0;
        float: right
    }

        .rb_cat_root .page-list-paging .combobox select {
            background: #1A355E
        }

            .rb_cat_root .page-list-paging .combobox select option {
                color: #fff
            }

.rb_section_video {
    margin-top: 60px
}

    .rb_section_video .rb-container {
        max-width: 1229px
    }

        .rb_section_video .rb-container .rb_row {
            -moz-justify-content: stretch;
            -ms-justify-content: stretch;
            -webkit-box-pack: stretch;
            justify-content: stretch;
            -ms-flex-pack: stretch
        }

            .rb_section_video .rb-container .rb_row .rb_video_title {
                margin-bottom: 60px
            }

                .rb_section_video .rb-container .rb_row .rb_video_title h2 {
                    font-family: Avenir Next Cyr W00 Bold;
                    font-size: 30px;
                    color: #1A355E;
                    text-align: center
                }

                .rb_section_video .rb-container .rb_row .rb_video_title p {
                    font-family: Avenir Next Cyr W00 Medium;
                    font-size: 14px;
                    color: #1A355E;
                    text-align: center;
                    margin: 20px 0
                }

            .rb_section_video .rb-container .rb_row article .video-preview img {
                width: 100%
            }

            .rb_section_video .rb-container .rb_row article .video-preview p {
                font-size: 20px;
                font-family: Avenir Next Cyr W00 Medium;
                color: #1A355E;
                padding: 10px 30px
            }

            .rb_section_video .rb-container .rb_row aside .rb_tradeshow {
                background: #1A355E;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                -webkit-box-pack: justify;
                justify-content: space-between;
                -ms-flex-pack: space-between;
                -webkit-align-content: space-between;
                -moz-align-content: space-between;
                -ms-flex-item-align: space-between;
                -ms-flex-line-pack: justify;
                align-content: space-between
            }

@media only screen and (max-width: 992px) {
    .rb_section_video .rb-container .rb_row aside .rb_tradeshow {
        margin-bottom: 40px
    }
}

.rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_head h2 {
    font-size: 18px;
    font-family: Avenir Next Cyr W00 Bold;
    color: #fff;
    text-transform: uppercase;
    padding: 30px
}

.rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body {
    padding: 30px
}

    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body h2 {
        font-size: 31px;
        font-family: Avenir Next Cyr W00 Bold;
        color: #fff
    }

    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body p {
        font-size: 14px;
        font-family: Avenir Next Cyr W00 Medium;
        color: #fff
    }

    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body a {
        background: none;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border: 2px solid #fff;
        display: inline-block;
        color: #fff;
        margin-top: 22px
    }

        .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body a .fa {
            padding: 9px 15px;
            display: inline-block;
            font-size: 26px;
            border-right: 2px solid #fff;
            float: left
        }

        .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body a span {
            padding: 8px 15px;
            display: inline-block;
            font-family: Avenir Next Cyr W00 Medium
        }

        .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body a:hover {
            background: #fff;
            color: #1A355E
        }

            .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_body a:hover em.fa {
                border-right: 2px solid #1A355E
            }

.rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0
}

@media only screen and (max-width: 992px) {
    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_footer {
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_footer a {
    display: block;
    width: 100%;
    background: #84BD00;
    color: #fff;
    padding: 24px;
    text-align: center
}

    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_footer a .fa {
        font-size: 24px;
        color: #fff;
        margin-right: 10px;
        vertical-align: middle
    }

    .rb_section_video .rb-container .rb_row aside .rb_tradeshow .rb_tra_footer a span {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: middle
    }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .rb_sub_industry_section {
        margin-top: 56px
    }
}

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section {
        margin-top: 51px
    }
}

.rb_sub_industry_section .rb_template_name_container {
    background: #1A355E;
    height: 280px;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .rb_sub_industry_section .rb_template_name_container .bredcrumb {
        color: #fff
    }

        .rb_sub_industry_section .rb_template_name_container .bredcrumb a {
            color: rgba(255, 255, 255, 0.5)
        }

            .rb_sub_industry_section .rb_template_name_container .bredcrumb a:hover {
                color: white
            }

    .rb_sub_industry_section .rb_template_name_container h1 {
        display: inline-block;
        padding: 10px 0;
        -webkit-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .rb_sub_industry_section .rb_template_name_container.single-page {
        display: inherit
    }

    .rb_sub_industry_section .rb_template_name_container h3 {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
        position: relative
    }

        .rb_sub_industry_section .rb_template_name_container h3:after {
            content: '';
            position: absolute;
            height: 5px;
            max-width: 150px;
            width: 100%;
            bottom: -10px;
            left: 0;
            background: #84BD00
        }

    .rb_sub_industry_section .rb_template_name_container h5 {
        font-family: Avenir Next Cyr W00 Regular;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .rb_sub_industry_section .rb_template_name_container p {
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 20px;
        color: #fff
    }

.rb_sub_industry_section .rb_template_ind_name_container {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .rb_sub_industry_section .rb_template_ind_name_container h2 {
        display: inline-block;
        padding: 10px 0;
        -webkit-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

.rb_sub_industry_section .rb_template_content_container {
    padding: 60px;
    padding-bottom: 0
}

    .rb_sub_industry_section .rb_template_content_container h3 {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 20px;
        color: #1A355E;
        margin-bottom: 40px
    }

    .rb_sub_industry_section .rb_template_content_container p {
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 20px;
        color: #1A355E;
        margin: 40px 0
    }

    .rb_sub_industry_section .rb_template_content_container .rb_cta_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px
    }

        .rb_sub_industry_section .rb_template_content_container .rb_cta_container li {
            -webkit-box-flex: 1 0;
            -ms-flex: 1 0;
            flex: 1 0;
            border: 2.5px solid #fff
        }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .rb_template_content_container .rb_cta_container li {
        -webkit-box-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.rb_sub_industry_section .rb_template_content_container table {
    width: 100%;
    border: thin solid #D0D0CE
}

    .rb_sub_industry_section .rb_template_content_container table thead tr th {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 16px;
        color: #1A355E;
        padding: 20px;
        border-bottom: 3px solid #D0D0CE
    }

    .rb_sub_industry_section .rb_template_content_container table tbody tr td {
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 16px;
        color: #1A355E;
        text-align: center;
        padding: 20px;
        border-bottom: thin solid #D0D0CE
    }

        .rb_sub_industry_section .rb_template_content_container table tbody tr td:first-child {
            text-align: left
        }

        .rb_sub_industry_section .rb_template_content_container table tbody tr td a {
            font-family: Avenir Next Cyr W00 Medium;
            font-size: 16px;
            color: #1A355E;
            text-decoration: underline
        }

            .rb_sub_industry_section .rb_template_content_container table tbody tr td a .fa {
                margin-right: 10px
            }

    .rb_sub_industry_section .rb_template_content_container table tbody tr:last-child td {
        border-bottom: none
    }

    .rb_sub_industry_section .rb_template_content_container table tbody tr:nth-child(even) {
        background-color: #e9e9e8
    }

.rb_sub_industry_section .rb_template_content_container .rb_bullets_content {
    padding: 0 40px
}

    .rb_sub_industry_section .rb_template_content_container .rb_bullets_content ul {
        margin-bottom: 40px
    }

        .rb_sub_industry_section .rb_template_content_container .rb_bullets_content ul li {
            font-family: Avenir Next Cyr W00 Medium;
            font-size: 20px;
            color: #1A355E;
            padding-left: 20px;
            line-height: 1.8;
            vertical-align: middle;
            position: relative
        }

            .rb_sub_industry_section .rb_template_content_container .rb_bullets_content ul li:before {
                content: '';
                height: 10px;
                width: 10px;
                background: #84BD00;
                display: inline-block;
                left: 0;
                position: absolute;
                top: 14px;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px
            }

.rb_sub_industry_section .rb_template_content_container .rb_ordered_bullets_content {
    padding: 40px
}

    .rb_sub_industry_section .rb_template_content_container .rb_ordered_bullets_content ol {
        counter-reset: my-sec-counter
    }

        .rb_sub_industry_section .rb_template_content_container .rb_ordered_bullets_content ol li {
            font-family: Avenir Next Cyr W00 Medium;
            font-size: 14px;
            color: #1A355E;
            padding-left: 20px;
            line-height: 1.8;
            vertical-align: middle;
            position: relative
        }

            .rb_sub_industry_section .rb_template_content_container .rb_ordered_bullets_content ol li b {
                font-family: Avenir Next Cyr W00 Bold
            }

            .rb_sub_industry_section .rb_template_content_container .rb_ordered_bullets_content ol li:before {
                counter-increment: my-sec-counter;
                content: "[" counter(my-sec-counter) "] ";
                font-family: Avenir Next Cyr W00 Bold;
                display: inline-block;
                left: 0;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px
            }

.rb_sub_industry_section .rb_template_content_container a.cta_small {
    padding: 13px 60px;
    color: #fff;
    background-color: #84BD00;
    font-family: Avenir Next Cyr W00 Medium;
    font-size: 18px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #84BD00;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    margin-right: 10px;
    display: inline-block
}

    .rb_sub_industry_section .rb_template_content_container a.cta_small:hover {
        background: #96d700
    }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .rb_template_content_container a.cta_small {
        margin-bottom: 20px
    }
}

.rb_sub_industry_section .footer-suggetions {
    background-color: #e9e9e8;
    padding: 50px 60px;
    margin-top: 30px
}

    .rb_sub_industry_section .footer-suggetions h3 {
        margin-bottom: 0;
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 20px;
        color: #1A355E
    }

.rb_sub_industry_section .agri_promo_banner {
    margin-top: 5px
}

    .rb_sub_industry_section .agri_promo_banner img {
        width: 100%
    }

.rb_sub_industry_section .brand_section_table {
    width: 100%;
    margin-top: 5px
}

    .rb_sub_industry_section .brand_section_table p {
        margin: 0px
    }

    .rb_sub_industry_section .brand_section_table thead tr th {
        background-color: #84BD00;
        text-align: left;
        padding: 24px;
        border: 3px solid #fff;
        border-top: none;
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 14px;
        color: #fff
    }

        .rb_sub_industry_section .brand_section_table thead tr th:last-child {
            text-align: center
        }

        .rb_sub_industry_section .brand_section_table thead tr th:nth-last-child(2) {
            text-align: center;
            border-right: none;
            border-left: none
        }

    .rb_sub_industry_section .brand_section_table tbody tr td {
        text-align: left;
        padding: 19px 24px;
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 18px;
        color: #1A355E;
        border-top: none;
        border-right: none
    }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .brand_section_table tbody tr td {
        border: none
    }
}

.rb_sub_industry_section .brand_section_table tbody tr td:last-child {
    text-align: center;
    font-size: 28px;
    border: none
}

.rb_sub_industry_section .brand_section_table tbody tr td:nth-last-child(2) {
    text-align: center;
    font-size: 28px;
    border: none
}

.rb_sub_industry_section .brand_section_table tbody tr td a {
    color: #1A355E
}

    .rb_sub_industry_section .brand_section_table tbody tr td a .fa {
        position: relative
    }

        .rb_sub_industry_section .brand_section_table tbody tr td a .fa label {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: 10px;
            position: absolute;
            top: -7px;
            right: -14px;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

        .rb_sub_industry_section .brand_section_table tbody tr td a .fa span {
            background: #84BD00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            font-size: 10px;
            position: absolute;
            top: -7px;
            right: -14px;
            display: block;
            font-family: Avenir Next Cyr W00 Bold;
            padding-top: 5px;
            text-align: center
        }

.rb_sub_industry_section .brand_section_table tbody tr td .document-count-link::before {
    right: 31px
}

.rb_sub_industry_section .brand_section_table tbody tr td .document-count-popup li a {
    font-size: 14px;
    font-family: Avenir Next Cyr W00 Regular;
    font-weight: normal
}

    .rb_sub_industry_section .brand_section_table tbody tr td .document-count-popup li a:hover {
        color: #fff
    }

    .rb_sub_industry_section .brand_section_table tbody tr td .document-count-popup li a .fa {
        padding: 0
    }

.rb_sub_industry_section .brand_section_table tbody tr td .add-to-favorite-product {
    font-size: 28px
}

.rb_sub_industry_section .brand_section_table tbody tr td.full_row {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 3px solid #fff
}

    .rb_sub_industry_section .brand_section_table tbody tr td.full_row a.btn-border {
        text-align: left;
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 16px;
        color: #1A355E;
        text-align: left;
        float: left;
        text-transform: inherit;
        vertical-align: middle;
        border-color: #1A355E;
        background-color: rgba(26, 53, 94, 0);
        transition: border-color 0.3s ease-in-out;
        -webkit-transition: border-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out
    }

        .rb_sub_industry_section .brand_section_table tbody tr td.full_row a.btn-border:hover {
            border-color: #254c86;
            background-color: #1a355e
        }

        .rb_sub_industry_section .brand_section_table tbody tr td.full_row a.btn-border:hover {
            color: #fff
        }

        .rb_sub_industry_section .brand_section_table tbody tr td.full_row a.btn-border .fa {
            margin-left: 10px
        }

.rb_sub_industry_section .brand_section_table tbody tr:nth-child(even) {
    background-color: #e9e9e8
}

    .rb_sub_industry_section .brand_section_table tbody tr:nth-child(even) td {
        border-bottom: thin solid #D0D0CE
    }

        .rb_sub_industry_section .brand_section_table tbody tr:nth-child(even) td.full_row {
            border-top: thin solid #D0D0CE;
            border-bottom: none
        }

.rb_sub_industry_section .rb_template_sidebar_container {
    background: #1A355E;
    padding: 50px
}

    .rb_sub_industry_section .rb_template_sidebar_container .mobile-slider {
        display: none
    }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .rb_template_sidebar_container .mobile-slider {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background: #84BD00;
        right: 100%;
        top: 10px;
        -webkit-box-shadow: 0 1px 14px #000;
        box-shadow: 0 1px 14px #000;
        border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px
    }

        .rb_sub_industry_section .rb_template_sidebar_container .mobile-slider .fa {
            color: #fff;
            font-size: 28px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

            .rb_sub_industry_section .rb_template_sidebar_container .mobile-slider .fa.fa-chevron-right {
                display: none
            }
}

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .rb_template_sidebar_container {
        position: fixed;
        margin-top: 60px;
        top: 0;
        left: 100%;
        z-index: 999999;
        transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        -moz-transition: left 0.3s ease-in-out
    }

        .rb_sub_industry_section .rb_template_sidebar_container.clicked {
            left: 6%;
            -webkit-box-shadow: 0 1px 14px #000;
            box-shadow: 0 1px 14px #000;
            transition: left 0.3s ease-in-out;
            -webkit-transition: left 0.3s ease-in-out;
            -moz-transition: left 0.3s ease-in-out
        }

            .rb_sub_industry_section .rb_template_sidebar_container.clicked .mobile-slider {
                left: 0;
                z-index: 9999999;
                cursor: pointer;
                border-radius: 0 50px 50px 0;
                -webkit-border-radius: 0 50px 50px 0;
                -moz-border-radius: 0 50px 50px 0
            }

                .rb_sub_industry_section .rb_template_sidebar_container.clicked .mobile-slider .fa.fa-chevron-left {
                    display: none
                }

                .rb_sub_industry_section .rb_template_sidebar_container.clicked .mobile-slider .fa.fa-chevron-right {
                    display: block;
                    margin-left: 6px
                }
}

.rb_sidebar_links {
    list-style: none
}

    .rb_sidebar_links li {
        list-style: none
    }

        .rb_sidebar_links li a {
            text-decoration: none
        }

.rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links {
    display: block
}

    .rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links li {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3)
    }

        .rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links li:last-child {
            border-bottom: none
        }

        .rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links li a {
            font-family: Avenir Next Cyr W00 Bold;
            font-size: 18px;
            color: #fff;
            padding: 30px 0;
            display: block;
            text-transform: uppercase
        }

            .rb_sub_industry_section .rb_template_sidebar_container .rb_sidebar_links li a .fa {
                color: #84BD00;
                font-size: 24px;
                margin-right: 20px
            }

.rb_sub_industry_section .rb_template_sidebar_container .rb_section_video .rb_video_title {
    margin-bottom: 60px
}

    .rb_sub_industry_section .rb_template_sidebar_container .rb_section_video .rb_video_title h2 {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 30px;
        color: #fff;
        text-align: center
    }

    .rb_sub_industry_section .rb_template_sidebar_container .rb_section_video .rb_video_title p {
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin: 20px 0
    }

    .rb_sub_industry_section .rb_template_sidebar_container .rb_section_video .rb_video_title .title-border-grid:before {
        background-color: #fff
    }

.rb_sub_industry_section .rb_template_sidebar_container .video-preview p {
    color: #fff !important
}

.rb_sub_industry_section .rb_template_sidebar_container .rb_tradeshow .rb_tra_head h2 {
    border: 5px solid #84BD00;
    border-left: none;
    border-right: none;
    padding: 20px !important
}

.rb_sub_industry_section.single_landing .rb_template_name_container {
    height: 150px;
    padding-top: 20px
}

.rb_sub_industry_section.single_landing .inheritHgt .rb_template_name_container {
    height: auto;
    padding-bottom: 0px;
    padding-top: 40px
}

.rb_sub_industry_section.single_landing .page-list-filters {
    padding: 0% 0% 3%
}

.rb_sub_industry_section.single_landing .rb_template_name_container h1 {
    display: block;
    clear: both
}

.rb_sub_industry_section.single_landing .content_container {
    background: #1A355E;
    height: 100%
}

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section.single_landing .content_container {
        height: inherit
    }

        .rb_sub_industry_section.single_landing .content_container p {
            padding-bottom: 40px
        }
}

.rb_sub_industry_section.single_landing .content_container p {
    font-family: Avenir Next Cyr W00 Regular;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

    .rb_sub_industry_section.single_landing .content_container p:first-child {
        padding-top: 40px
    }

.rb_sub_industry_section .rb_page_head_section {
    background: #1d3c6a;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px
}

    .rb_sub_industry_section .rb_page_head_section h3 {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
        position: relative
    }

        .rb_sub_industry_section .rb_page_head_section h3:after {
            content: '';
            position: absolute;
            height: 5px;
            max-width: 150px;
            width: 100%;
            bottom: -10px;
            left: 0;
            background: #84BD00
        }

    .rb_sub_industry_section .rb_page_head_section h5 {
        font-family: Avenir Next Cyr W00 Regular;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .rb_sub_industry_section .rb_page_head_section p {
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px
    }

        .rb_sub_industry_section .rb_page_head_section p:after {
            content: "";
            display: table;
            clear: both
        }

    .rb_sub_industry_section .rb_page_head_section .expand {
        display: table
    }

    .rb_sub_industry_section .rb_page_head_section ul.resources {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 40px
    }

        .rb_sub_industry_section .rb_page_head_section ul.resources li {
            -webkit-box-flex: 1 0;
            -ms-flex: 1 0;
            flex: 1 0;
            border: 2.5px solid #1d3c6a;
            padding: 25px;
            list-style: none;
            background: #84BD00
        }

            .rb_sub_industry_section .rb_page_head_section ul.resources li:first-child {
                border-left: none
            }

            .rb_sub_industry_section .rb_page_head_section ul.resources li:last-child {
                border-right: none
            }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .rb_page_head_section ul.resources li {
        border: 2.5px solid #1d3c6a !important
    }
}

.rb_sub_industry_section .rb_page_head_section ul.resources li h3 {
    font-family: Avenir Next Cyr W00 Bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 23px
}

    .rb_sub_industry_section .rb_page_head_section ul.resources li h3:after {
        content: '';
        max-width: 70px;
        background: #fff !important
    }

.rb_sub_industry_section .rb_page_head_section ul.resources li a {
    font-family: Avenir Next Cyr W00 Medium;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

    .rb_sub_industry_section .rb_page_head_section ul.resources li a .icon {
        margin-right: 10px;
        font-size: 28px;
        font-size: 20px
    }

.rb_sub_industry_section .rb_page_head_section ul.resources li ul li {
    border: none;
    position: relative;
    padding: 0
}

    .rb_sub_industry_section .rb_page_head_section ul.resources li ul li:hover {
        background: #1A355E
    }

    .rb_sub_industry_section .rb_page_head_section ul.resources li ul li a {
        display: block;
        padding: 10px
    }

    .rb_sub_industry_section .rb_page_head_section ul.resources li ul li:after {
        content: '\f063';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        right: 5px
    }

.rb_sub_industry_section .rb_page_head_section .rb_news_doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-item-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    vertical-align: middle;
    margin-top: 40px
}

    .rb_sub_industry_section .rb_page_head_section .rb_news_doc:after {
        content: "";
        display: table;
        clear: both
    }

    .rb_sub_industry_section .rb_page_head_section .rb_news_doc img {
        float: left;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5)
    }

    .rb_sub_industry_section .rb_page_head_section .rb_news_doc h4 {
        font-family: Avenir Next Cyr W00 Bold;
        font-size: 18px;
        color: #fff;
        vertical-align: middle;
        padding: 0 20px;
        -webkit-box-flex: 5 0;
        -ms-flex: 5 0;
        flex: 5 0
    }

    .rb_sub_industry_section .rb_page_head_section .rb_news_doc a {
        float: right;
        color: #fff;
        padding: 11px 20px;
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 18px
    }

        .rb_sub_industry_section .rb_page_head_section .rb_news_doc a .fa {
            margin-right: 10px
        }

.rb_sub_industry_section .single_page_aside {
    -webkit-box-flex: 0 2 auto;
    -ms-flex: 0 2 auto;
    flex: 0 2 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-item-align: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

    .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container {
        -webkit-align-self: stretch;
        -ms-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 30px
    }

        .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .aside_cta {
            -webkit-box-flex: 0 2 auto;
            -ms-flex: 0 2 auto;
            flex: 0 2 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-box-pack: start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start
        }

            .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .aside_cta .contact_expert {
                -webkit-box-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto
            }

        .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .rb_sidebar_links.small {
            margin-bottom: 85px
        }

            .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .rb_sidebar_links.small li {
                border-bottom: none;
                list-style: none
            }

                .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .rb_sidebar_links.small li a {
                    font-family: Avenir Next Cyr W00 Bold;
                    font-size: 18px;
                    color: #fff;
                    padding: 25px 0;
                    display: block
                }

                    .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .rb_sidebar_links.small li a .fa {
                        color: #84BD00;
                        font-size: 24px;
                        margin-right: 20px
                    }

        .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .note_content {
            font-family: Avenir Next Cyr W00 Medium;
            font-size: 18px;
            color: #84BD00;
            margin-top: 80px
        }

        .rb_sub_industry_section .single_page_aside .rb_template_sidebar_container .bordered_btn {
            margin-right: 14px
        }

.rb_sub_industry_section .new_path_route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-item-align: center;
    -ms-flex-line-pack: center;
    align-content: center
}

    .rb_sub_industry_section .new_path_route:after {
        content: "";
        display: table;
        clear: both
    }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .new_path_route {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.rb_sub_industry_section .new_path_route .explore_brand {
    height: 224px;
    -webkit-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .new_path_route .explore_brand {
        width: 100%
    }
}

.rb_sub_industry_section .new_path_route .explore_industry {
    height: 224px;
    -webkit-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .new_path_route .explore_industry {
        width: 100%
    }
}

.rb_sub_industry_section .new_path_route .brand_link_content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px
}

    .rb_sub_industry_section .new_path_route .brand_link_content h3 {
        color: #fff;
        padding: 11px 20px;
        font-family: Avenir Next Cyr W00 Medium;
        font-size: 24px;
        text-align: center
    }

    .rb_sub_industry_section .new_path_route .brand_link_content .brand_link {
        padding: 10px;
        margin: 0 auto;
        display: table;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px
    }

        .rb_sub_industry_section .new_path_route .brand_link_content .brand_link .fa {
            margin-right: 10px
        }

    .rb_sub_industry_section .new_path_route .brand_link_content .bordered_btn:hover em.fa {
        border-right: none !important
    }

.rb_sub_industry_section .new_path_route .path_route_footer {
    background: #1d3c6a;
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 25px 60px
}

    .rb_sub_industry_section .new_path_route .path_route_footer h2 {
        color: #fff;
        font-family: Avenir Next Cyr W00 Regular;
        font-size: 20px;
        clear: both;
        margin-bottom: 10px
    }

        .rb_sub_industry_section .new_path_route .path_route_footer h2 span {
            padding: 10px 0;
            float: left
        }

            .rb_sub_industry_section .new_path_route .path_route_footer h2 span b {
                font-family: Avenir Next Cyr W00 Bold;
                border-right: #84BD00 5px solid;
                padding-right: 20px;
                margin-right: 20px
            }

    .rb_sub_industry_section .new_path_route .path_route_footer a {
        float: right;
        clear: none;
        margin-bottom: 10px
    }

@media only screen and (max-width: 992px) {
    .rb_sub_industry_section .new_path_route .path_route_footer a {
        float: left
    }
}

.rb_sub_industry_section .note_footer {
    padding: 40px 70px
}

    .rb_sub_industry_section .note_footer p {
        color: #1A355E
    }

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rb_brand_landing .rb_row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.rb_brand_landing article {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

    .rb_brand_landing article .brand-main-content {
        background: #1A355E
    }

        .rb_brand_landing article .brand-main-content h3 {
            font-family: Avenir Next Cyr W00 Bold;
            font-size: 20px;
            color: #fff;
            margin-bottom: 20px;
            position: relative
        }

            .rb_brand_landing article .brand-main-content h3:after {
                content: '';
                position: absolute;
                height: 5px;
                max-width: 150px;
                width: 100%;
                bottom: -10px;
                left: 0;
                background: #84BD00
            }

        .rb_brand_landing article .brand-main-content .content-box {
            background: #1A355E;
            min-height: 100px;
            padding: 46px 60px 75px;
            -webkit-box-flex: 1 2 auto;
            -ms-flex: 1 2 auto;
            flex: 1 2 auto
        }

            .rb_brand_landing article .brand-main-content .content-box .content {
                overflow: hidden;
                position: relative
            }

                .rb_brand_landing article .brand-main-content .content-box .content h2 {
                    color: #fff;
                    font-family: Avenir Next Cyr W00 Regular;
                    font-size: 33px;
                    text-transform: uppercase;
                    padding: 28px 0
                }

                .rb_brand_landing article .brand-main-content .content-box .content p {
                    color: #fff;
                    font-family: Avenir Next Cyr W00 Regular;
                    font-size: 20px
                }

                .rb_brand_landing article .brand-main-content .content-box .content .more-link {
                    font-family: FontAwesome;
                    font-size: 14px;
                    color: #84BD00
                }

                    .rb_brand_landing article .brand-main-content .content-box .content .more-link.closed:before {
                        content: '\f061'
                    }

                    .rb_brand_landing article .brand-main-content .content-box .content .more-link.open:before {
                        content: '\f060'
                    }

    .rb_brand_landing article .article-footer {
        padding: 40px 60px;
        background: #142a4a;
        -webkit-box-flex: 0 2 auto;
        -ms-flex: 0 2 auto;
        flex: 0 2 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -moz-justify-content: stretch;
        -ms-justify-content: stretch;
        -webkit-box-pack: stretch;
        justify-content: stretch;
        -ms-flex-pack: stretch;
        width: 100%
    }

        .rb_brand_landing article .article-footer .rb_btn-with-icon {
            margin-right: 10px;
            text-align: center;
            padding-right: 20px;
            -webkit-box-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            margin-bottom: 10px
        }

            .rb_brand_landing article .article-footer .rb_btn-with-icon span {
                -webkit-box-flex: 1 1 100%;
                -ms-flex: 1 1 100%;
                flex: 1 1 100%;
                padding-right: 0;
                padding-left: 0
            }

            .rb_brand_landing article .article-footer .rb_btn-with-icon em + span {
                -webkit-box-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                text-align: left;
                padding-right: 10px;
                padding-left: 10px
            }

@media only screen and (max-width: 767px) {
    .rb_brand_landing article .article-footer .rb_btn-with-icon {
        -ms-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

        .rb_brand_landing article .article-footer .rb_btn-with-icon:not(:first-child) {
            margin-right: 0
        }
}

@media only screen and (max-width: 640px) {
    .rb_brand_landing article .article-footer .rb_btn-with-icon {
        margin-top: 10px;
        margin-right: 0;
        max-width: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

.rb_brand_landing .brand-aside-content {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .rb_brand_landing .brand-aside-content {
        min-height: 400px
    }
}

.rb_brand_landing .brand-aside-content .brand-logo {
    background-color: #1A355E;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

    .rb_brand_landing .brand-aside-content .brand-logo img {
        margin: 0 auto;
        display: table
    }

.rb_brand_landing .brand-aside-content .banner-image {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-size: cover;
    background-position: center
}

    .rb_brand_landing .brand-aside-content .banner-image img {
        width: 100%
    }

.new-path .no-gutter {
    margin: 0
}

.new-path .path-image-box {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    border: 20px solid #1A355E
}

    .new-path .path-image-box.border-left-col {
        border-right: 10px solid #1A355E;
        border-left: none;
        border-bottom: none
    }

@media only screen and (max-width: 992px) {
    .new-path .path-image-box.border-left-col {
        border-right: none;
        border-left: none
    }
}

.new-path .path-image-box.border-right-col {
    border-left: 10px solid #1A355E;
    border-right: none;
    border-bottom: none
}

@media only screen and (max-width: 992px) {
    .new-path .path-image-box.border-right-col {
        border-right: none;
        border-left: none
    }
}

.new-path .path-image-box .path-link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    height: 224px;
    background: rgba(26, 53, 94, 0.9);
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out
}

    .new-path .path-image-box .path-link:hover {
        background: #1a355e
    }

@media only screen and (max-width: 992px) {
    .new-path .path-image-box .path-link {
        height: 120px;
        width: 90%
    }

        .new-path .path-image-box .path-link h3 {
            display: inline-table
        }
}

.new-path .path-image-box .path-link h3 {
    font-family: Avenir Next Cyr W00 Bold;
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

    .new-path .path-image-box .path-link h3 span {
        font-size: 20px;
        display: table
    }

    .new-path .path-image-box .path-link h3:after {
        content: '';
        position: absolute;
        height: 5px;
        max-width: 150px;
        width: 100%;
        bottom: -10px;
        left: 0;
        background: #84BD00
    }

.warning-title {
    color: #888;
    font-size: 18px;
    padding: 10px;
    display: table;
    border: solid thin #e2e2e2;
    border-radius: 4px;
    margin: 0px auto 30px
}

.pos-relative p {
    margin: 1em 0
}

@media screen and (min-width: 769px) {
    .favorite-products-detail .wrapButtons {
        padding-top: 16px
    }
}

@media screen and (min-width: 1025px) {
    .site-registration .form-component-select:after {
        line-height: 41px !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .hero-base-link {
        font-size: 18px
    }
}

@media screen and (min-width: 1352px) {
    h1 {
        font-size: 65px
    }

    h2 {
        font-size: 51px
    }

    h3 {
        font-size: 37px
    }

    h4 {
        font-size: 30px
    }

    h5 {
        font-size: 26px
    }

    h6 {
        font-size: 22px
    }

    a {
        font-size: 18px
    }

    input[type=email] {
        font-size: 18px
    }

    input[type=number] {
        font-size: 18px
    }

    input[type=text] {
        font-size: 18px
    }

    li {
        font-size: 18px
    }

    p {
        font-size: 18px
    }

    select {
        font-size: 18px
    }

    textarea {
        font-size: 18px
    }

    .primary-nav-item {
        font-size: 18px
    }

    .footer-site-map-header {
        font-size: 22px
    }

    .footer-site-map-item {
        font-size: 22px
    }

    .footer-social-label {
        font-size: 22px
    }

    .copyright {
        font-size: 22px
    }

    .footer-legal-item > a {
        font-size: 22px
    }

    .hero-content h1 {
        font-size: 72px
    }

    .hero-content h2 {
        font-size: 28px
    }

    .hero-base-link {
        font-size: 36px
    }

        .hero-base-link small {
            font-size: 22px
        }

    .media-carousel-content {
        padding: 7% 1%
    }

        .media-carousel-content h3 {
            font-size: 42px
        }

    .media-carousel-caption {
        font-size: 22px
    }

    .carousel-pop-document p {
        font-size: 18px
    }

    .global-callout-header h2 {
        font-family: Avenir Next Cyr W00 Regular
    }

    .global-callout-list-item .btn {
        font-size: 18px
    }

    .global-callout-list-item a {
        font-size: 20px
    }

    .global-callout-list-item h5 {
        font-size: 28px
    }

    .global-callout-list-item p {
        font-size: 20px
    }

    .hero-block-copy {
        font-size: 18px
    }

    .homepage-preview-intro h2 {
        font-size: 48px
    }

    .homepage-preview-intro h3 {
        font-size: 48px
    }

    .homepage-preview-intro p {
        font-size: 20px
    }

    .homepage-preview-item-descriptions h2 {
        font-size: 48px
    }

    .homepage-preview-item-descriptions h3 {
        font-size: 48px
    }

    .homepage-preview-item-descriptions p {
        font-size: 20px
    }

    .homepage-preview-label {
        font-size: 22px
    }

    .hero-homepage .hero-content {
        width: 70%
    }

    input[type=password] {
        font-size: 18px
    }
}

@media screen and (max-width: 1200px) {
    .related-products .links-related-products ul li a {
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .mega-navigation.expanded {
        background-color: transparent
    }

        .mega-navigation.expanded .mega-navigation-container {
            width: 350px;
            right: 0;
            top: 1px;
            position: absolute;
            background-color: #888;
            padding-bottom: 30px
        }

        .mega-navigation.expanded .primary-nav-item {
            display: block;
            margin: 0
        }

            .mega-navigation.expanded .primary-nav-item > span.meganav-item-nonexpanded {
                display: none
            }

            .mega-navigation.expanded .primary-nav-item > span {
                text-align: left;
                color: #fff;
                font-weight: 400;
                padding: .8em 20px
            }

                .mega-navigation.expanded .primary-nav-item > span:before {
                    font-family: FontAwesome;
                    content: "";
                    position: absolute;
                    display: block;
                    line-height: .9em;
                    right: 10px;
                    color: #b3b3b3;
                    font-size: 1.4em
                }

                .mega-navigation.expanded .primary-nav-item > span:hover {
                    background-color: #b3b3b3
                }

                .mega-navigation.expanded .primary-nav-item > span.expanded {
                    background-color: #b3b3b3;
                    padding: 1.2em 20px 1.2em 40px
                }

                    .mega-navigation.expanded .primary-nav-item > span.expanded:before {
                        content: "\f104";
                        right: auto;
                        left: 20px;
                        color: #fff
                    }

        .mega-navigation.expanded .has-secondary-nav.primary-nav-item > span:before {
            content: "\f105"
        }

        .mega-navigation.expanded .primary-nav-products > span {
            display: none
        }

        .mega-navigation.expanded .secondary-nav-container {
            display: block
        }

        .mega-navigation.expanded .secondary-nav-header.meganav-item-nonexpanded {
            display: none
        }

    .primary-nav-products .secondary-nav-header {
        padding: 1.2em 20px
    }

        .primary-nav-products .secondary-nav-header:before {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            display: block;
            line-height: .9em;
            right: 10px;
            color: #fff;
            font-size: 1.4em
        }

        .primary-nav-products .secondary-nav-header.expanded {
            padding-left: 40px
        }

            .primary-nav-products .secondary-nav-header.expanded:before {
                content: "\f104";
                right: auto;
                left: 20px
            }

    .primary-nav-products .secondary-nav-1 .secondary-nav-header {
        background-color: #fd8204
    }

    .primary-nav-products .secondary-nav-2 .secondary-nav-header {
        background-color: #0082cb
    }

    .primary-nav-products .secondary-nav-3 .secondary-nav-header {
        background-color: #c30e2e
    }

    .secondary-nav-list {
        margin: 10px 0 0
    }

    .secondary-nav-item {
        margin-bottom: 0
    }

        .secondary-nav-item > a {
            padding: .8em 20px
        }

    .copyright {
        display: block;
        margin: 15px 0
    }

    .header-search-input {
        position: absolute;
        z-index: 30;
        top: -46px;
        right: 67px;
        width: 40%;
        left: auto
    }

    .landing-grid-text-content > h2 {
        font-size: .9em
    }

    .landing-grid-text-content > h3 {
        font-size: .9em
    }

    .landing-grid-text-content > p {
        font-size: .9em
    }

    .page-product-detail .document-count .document-count-link {
        width: 120px;
        display: inline-block;
        margin-right: -104px;
        text-align: left;
        height: 44px;
        padding-top: 10px
    }

        .page-product-detail .document-count .document-count-link .label {
            top: 1.12em
        }

    .normalize-mobile h1 {
        font-size: 26px
    }

    .normalize-mobile h2 {
        font-size: 26px
    }

    .normalize-mobile h3 {
        font-size: 26px
    }

    .normalize-mobile h4 {
        font-size: 26px
    }

    .normalize-mobile h5 {
        font-size: 26px
    }

    .normalize-mobile h6 {
        font-size: 26px
    }

    .no-bottom-border-under-desktop {
        margin-bottom: 0
    }

    .content-table-grid .content-table p.pad-left-sm-0 {
        padding-left: 0;
        display: table
    }

    .content-table-grid .arrow-close {
        margin-top: 6px;
        padding-bottom: 16px
    }

    .favorite-distributors .content-table-grid .mobileTableDistributor .content-table {
        padding-left: 23px
    }

    .find-distributor-table .table-grid-col.hideMobile {
        display: none
    }

    .favorite-products-detail .wrapInput h3 input {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .modSearchHeader {
        position: relative
    }

    .header-search-container {
        background: #1a355e;
        height: 48px;
        position: absolute;
        z-index: 30;
        top: 0;
        right: 45px;
        width: 58%
    }

    .header-search-input {
        position: inherit;
        z-index: 1;
        top: 0;
        right: 0;
        width: 100%;
        left: inherit
    }

        .header-search-input input {
            display: block;
            width: 100%;
            border: 1px solid #1a355e;
            border-radius: 5px;
            font-size: 1.2em;
            color: #1a355e;
            padding: 0 20px 0 36px;
            position: inherit;
            z-index: 2
        }

    .search-input-container {
        position: initial;
        padding: 7px 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

        .search-input-container .input-btn-search {
            color: #1a355e;
            font-size: 1.2em;
            padding: 10px 8px;
            left: 39px
        }

        .search-input-container .input-btn-close {
            top: 13px;
            z-index: 9;
            pointer-events: auto
        }
}

@media screen and (max-width: 768px) {
    .header-search-container {
        width: 95%
    }

    .mega-navigation.expanded .mega-navigation-container {
        width: 90%;
        bottom: 0;
        top: 57px;
        position: fixed;
        overflow: auto
    }

    .delete-ico {
        background: url(../images/garbage-icon.png) top center no-repeat;
        height: 30px;
        width: auto;
        display: block;
        text-indent: -9999999999px;
        background-size: auto 100%;
        font-size: 0
    }

    .modal-content {
        width: 90%
    }

    .site-registration.registrationPage .littleSelect:before {
        right: 31px
    }

    .myAcountNav h3 {
        font-size: 27px
    }
}

@media screen and (max-width: 767px) {
    .generate-prod-compare.prod-cols-1 .table-grid-sm {
        width: 100vw
    }

    .generate-prod-compare.prod-cols-2 .table-grid-sm {
        width: 150vw
    }

    .generate-prod-compare.prod-cols-3 .table-grid-sm {
        width: 200vw
    }

    .generate-prod-compare.prod-cols-4 .table-grid-sm {
        width: 250vw
    }

    .pagination-item {
        width: 30px
    }

    .slide-in-container {
        position: fixed;
        left: 100%;
        right: auto;
        top: 70px;
        bottom: 0;
        z-index: 11;
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

        .slide-in-container.active {
            -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            z-index: 1002;
            -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.5);
            box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.5)
        }

    html.ie8 .slide-in-container.active {
        left: 25%
    }

    .slide-in-content {
        overflow: auto;
        height: 100%
    }

    .g-recaptcha iframe {
        -webkit-transform: scale(0.88, 0.88);
        transform: scale(0.88, 0.88);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .footer-site-map-links.active {
        max-height: 350px
    }

    .footer-site-map-section {
        display: none
    }

    .header-search-input {
        left: 8px;
        width: auto
    }

    .hero-popup {
        left: 5%;
        margin-left: 0;
        width: 90%;
        height: 95%;
        top: 0;
        margin-top: 2%;
        z-index: 1001;
        overflow: auto
    }

    .hero-popup-content {
        padding: 14% 10% 5%
    }

    .media-carousel-content {
        padding: 8%
    }

    .document-count-popup {
        margin-top: 0 !important
    }

    .product-compare-grid {
        overflow: auto
    }

        .product-compare-grid.prod-cols-1 .table-grid-sm {
            width: 100vw
        }

        .product-compare-grid.prod-cols-2 .table-grid-sm {
            width: 150vw
        }

        .product-compare-grid.prod-cols-3 .table-grid-sm {
            width: 200vw
        }

        .product-compare-grid.prod-cols-4 .table-grid-sm {
            width: 250vw
        }

    .map-init-text .init-top {
        font-size: 13px
    }

    .map-init-text .init-bottom {
        font-size: 17px
    }

    .custom-paging {
        top: -35px
    }

        .custom-paging .pager-thumbnail-link.active .pager-thumbnail-content {
            background: #fff
        }

        .custom-paging .pager-thumbnail-content {
            border-radius: 50%;
            height: 7px;
            width: 7px;
            background: rgba(255, 255, 255, 0.7)
        }

        .custom-paging .pager-thumbnail {
            display: none
        }

    .homepage-preview-callout {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 10
    }

        .homepage-preview-callout:after {
            content: '';
            width: 30px;
            height: 15px;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -15px;
            top: 100%;
            background-image: url(../images/arrow-down-blue.png)
        }

    .homepage-rollover-preview.active .homepage-preview-callout {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static
    }

    .homepage-rollover-preview.active .homepage-preview-item.active {
        position: absolute;
        overflow: hidden;
        padding-top: 30%
    }

        .homepage-rollover-preview.active .homepage-preview-item.active > img {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -50%
        }

    .homepage-preview-item-description.active {
        padding: 40% 0 4%
    }

    .landing-grid-item {
        background-color: #d0d0ce
    }

        .landing-grid-item:hover .landing-content-description {
            display: none
        }

    .linkable.landing-grid-item:nth-of-type(2n) {
        background-color: #b3b3b3
    }

    .category-landing-brands .landing-grid-item {
        width: 100%
    }

    .category-landing-producttypes .landing-grid-item {
        width: 100%
    }

    .category-landing-grid.display-type-list .landing-content-description {
        display: none
    }

    .landing-grid-callout .landing-grid-text-content {
        text-align: left
    }

    .videos-landing .display-type-gallery .landing-grid-callout {
        display: none
    }

    .videos-landing .category-landing-grid.display-type-list .linkable.landing-grid-item {
        background-color: #d0d0ce
    }

    .videos-landing .linkable.landing-grid-item:nth-of-type(2n) {
        background-color: #d0d0ce
    }

    .videos-landing .landing-grid-item .landing-grid-media img {
        display: block
    }

    .videos-landing .landing-grid-item > img {
        display: block
    }

    .videos-landing .landing-grid-item:hover .landing-grid-item-label {
        color: #1a355e
    }

    .videos-landing .active.landing-grid-item .landing-grid-media img {
        display: none
    }

    .videos-landing .active.landing-grid-item > img {
        display: none
    }

    .videos-landing .landing-grid-item.active .landing-grid-item-label {
        color: #1a355e
    }

    .videos-landing .landing-grid-item-info {
        display: block
    }

    .videos-landing .landing-grid-toolbar {
        position: relative;
        display: block;
        width: 100%;
        left: 0
    }

        .videos-landing .landing-grid-toolbar .toolbar-display {
            display: none
        }

    .techhilighte-wrapp {
        display: block;
        width: 100%;
        margin-top: 40px
    }

        .techhilighte-wrapp ul {
            display: block
        }

            .techhilighte-wrapp ul + ul {
                border-left: 0;
                padding-left: 0
            }

            .techhilighte-wrapp ul.heading {
                vertical-align: middle;
                text-align: left;
                margin-bottom: 20px
            }

    .header-login-link {
        float: none;
        width: auto;
        min-width: auto
    }

    header.header .bg-blue-dark-sm .header-item-util {
        margin-right: 0;
        position: initial
    }

    .favorite-products #myModal-2 .modal-content {
        padding: 20px 10px !important;
        width: 90%
    }

    .favorite-products #myModal-3 .modal-content {
        padding: 20px 10px !important;
        width: 90%
    }

    .favorite-products .tblListFavoriteProducts .w40-sm {
        width: 40%
    }

    .favorite-products .tblListFavoriteProducts .w20-sm {
        width: 20%
    }

    #myModal-4 .pull-right-md {
        float: none
    }

    .mobileTableDistributor {
        width: 175px !important;
        font-size: 14px;
        padding-right: 15px
    }

    .mobileTableDistributor2 {
        width: 70px !important;
        font-size: 14px
    }

    .mobileTableDistributor3 {
        width: 55px !important
    }

    .favorite-distributors .content-table {
        width: 160px !important
    }

    .site-registration .form-component-select:after {
        max-height: 34px
    }

    .site-registration .favorite-products .updated-products label {
        line-height: 1.2
    }

    .site-registration.registrationPage .littleSelect:before {
        display: none
    }

    .site-registration.registrationPage .littleSelect .txtRequired {
        display: inline-block
    }

    .site-registration.registrationPage .errorPosition.first-name-error {
        bottom: 35px;
        top: inherit
    }

    .site-registration.registrationPage #selectTitle.invalid .errorPosition {
        display: block
    }

    .site-registration.profile .form-component.field-2 .form-component-placeholder {
        top: 80px
    }

    .site-registration.profile .littleSelect .txtRequired {
        display: inline-block
    }

    .site-registration.profile #selectTitle.invalid .errorPosition {
        display: block
    }

    .site-registration.profile .errorPosition.first-name-error {
        top: inherit;
        bottom: 35px
    }

    .favorite-products-detail .content-table-grid .nameProduct a.trigger-group-link {
        padding-left: 20px !important;
        display: inline-block !important;
        margin-left: -20px !important
    }

        .favorite-products-detail .content-table-grid .nameProduct a.trigger-group-link .arrow-close {
            margin-left: -20px !important;
            margin-right: 0;
            padding-right: 0
        }

    .modSearchHeader .header-search-container {
        width: 93%
    }

    .modSearchHeader .search-input-container {
        padding: 7px 36px 7px 10px
    }

        .modSearchHeader .search-input-container .input-btn-search {
            left: 13px
        }

    .find-distributor-table .table-grid-col .trigger-group .trigger-group-content {
        padding-left: 22px
    }
}

@media screen and (max-width: 508px) {
    .buttonResize {
        width: 80%;
        margin-left: 0;
        margin-top: 10px
    }
}

@media screen and (max-width: 400px) {
    .site-registration.registrationPage .threeFields .field-2 .form-component-placeholder {
        top: 60px
    }

    .site-registration.profile .form-component.field-2 .form-component-placeholder {
        top: 60px
    }

    .site-registration .spaceRight {
        padding-right: 0
    }

    .site-registration .favorites-products .delete-list {
        width: 100%;
        float: none;
        text-align: right;
        padding-right: 10px
    }

    .modal-content .boxButtonModal {
        padding-left: 0
    }

        .modal-content .boxButtonModal .btn {
            display: block;
            margin: 10px auto;
            padding: 9px 30px;
            font-size: .9em
        }

    .msgAlert b {
        display: block;
        margin-bottom: 7px
    }

    .msgAlert br {
        display: none
    }
}

@media screen and (max-width: 375px) {
    .modSearchHeader .header-search-container {
        width: 87%
    }
}

@media screen and (max-width: 320px) {
    .site-registration .historyBrowser .text-demi span {
        font-size: 12px !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .log-in-page .modal-content {
        width: 90%
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .log-in-page .modal-content {
        width: 90%
    }

    .modal-content {
        width: 90% !important;
        padding: 30px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .log-in-page .modal-content {
        width: 54%
    }

    .modal-content {
        width: 54% !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header .lang-submenu {
        margin-left: 0
    }

        .header .lang-submenu:before {
            left: 74%
        }

    .header .login-submenu {
        margin-left: 0
    }

        .header .login-submenu:before {
            left: 80%
        }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .lang-submenu {
        left: 0;
        width: 100%
    }

        .header .lang-submenu:before {
            left: 57%
        }

    .header .login-submenu {
        left: 0;
        width: 100%
    }

        .header .login-submenu:before {
            left: 65%
        }

    .header .header-lang-link {
        text-decoration: none;
        padding-right: 0
    }

    .footer .outer-wrapper.bg-gray-dark-sm {
        float: left
    }

    .lang-footer-menu {
        display: inline-block;
        float: left;
        text-align: center;
        margin-top: 20px
    }

        .lang-footer-menu a {
            float: none !important
        }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header .lang-submenu:before {
        left: initial;
        right: 121px;
        top: -16px
    }

    .header .login-submenu:before {
        left: 70%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header .login-submenu {
        margin-left: -81px
    }

    .header .lang-submenu {
        margin-left: -70px
    }

        .header .lang-submenu:before {
            left: initial;
            right: 103px;
            top: -16px
        }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .header .lang-submenu:before {
        left: initial;
        right: 121px;
        top: -16px
    }

    .header .login-submenu:before {
        left: 73%
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .header .login-submenu {
        margin-left: -81px
    }

    .header .lang-submenu {
        margin-left: -70px
    }

        .header .lang-submenu:before {
            left: initial;
            right: 103px;
            top: -16px
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    header.header .bg-blue-dark-sm .header-item-util {
        margin-right: 4px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-lang-link {
        padding-top: 10px
    }

    .lang-footer-menu {
        padding: 4px 2%
    }
}

@media print {
    .footer {
        display: none
    }

    .header {
        display: none
    }

    * {
        color: #000
    }

    .app-content-area {
        padding-top: 0
    }

    .more-information-container {
        page-break-before: always
    }
}

@media screen and (min-width: 1px) {
    .grid-col-sm {
        display: block;
        float: left
    }

    .grid-swap-sm > [class*='grid-col'].first {
        float: right
    }

    .grid-swap-sm > [class*='grid-col'].last {
        float: left
    }

    .grid-swap-reset-sm > [class*='grid-col'].first {
        float: none
    }

    .grid-swap-reset-sm > [class*='grid-col'].last {
        float: none
    }

    .col-sm-1-5 {
        width: 20%
    }

    .col-sm-2-5 {
        width: 40%
    }

    .col-sm-3-5 {
        width: 60%
    }

    .col-sm-4-5 {
        width: 80%
    }

    .col-sm-5-5 {
        width: 100%
    }

    .col-sm-1-8 {
        width: 12.5%
    }

    .col-sm-2-8 {
        width: 25%
    }

    .col-sm-3-8 {
        width: 37.5%
    }

    .col-sm-4-8 {
        width: 50%
    }

    .col-sm-5-8 {
        width: 62.5%
    }

    .col-sm-6-8 {
        width: 75%
    }

    .col-sm-7-8 {
        width: 87.5%
    }

    .col-sm-8-8 {
        width: 100%
    }

    .col-sm-1-12 {
        width: 8.33333%
    }

    .col-sm-2-12 {
        width: 16.66667%
    }

    .col-sm-3-12 {
        width: 25%
    }

    .col-sm-4-12 {
        width: 33.33333%
    }

    .col-sm-5-12 {
        width: 41.66667%
    }

    .col-sm-6-12 {
        width: 50%
    }

    .col-sm-7-12 {
        width: 58.33333%
    }

    .col-sm-8-12 {
        width: 66.66667%
    }

    .col-sm-9-12 {
        width: 75%
    }

    .col-sm-10-12 {
        width: 83.33333%
    }

    .col-sm-11-12 {
        width: 91.66667%
    }

    .col-sm-12-12 {
        width: 100%
    }

    .table-grid-sm {
        display: table;
        width: 100%
    }

        .table-grid-sm > .table-grid-col {
            display: table-cell;
            vertical-align: top
        }

            .table-grid-sm > .table-grid-col.col-align-middle {
                vertical-align: middle
            }

        .table-grid-sm.grid-vertical-separation > .table-grid-col + .table-grid-col {
            border-left: solid 1px #b3b3b3
        }

    .table-grid-reset-sm {
        display: inherit;
        width: auto
    }

        .table-grid-reset-sm > .table-grid-col {
            display: inherit
        }

    .flex-grid-sm {
        -webkit-box-orient: horizontal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .flex-grid-sm > .flex-grid-col {
            display: block
        }

            .flex-grid-sm > .flex-grid-col.col-align-middle {
                -ms-flex-item-align: center;
                align-self: center
            }

    .flex-swap-reset-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-swap-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    html.ie8 .flex-grid-sm > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie8 .flex-grid-sm > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie8 .flex-swap-sm:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie8 .flex-swap-sm > .flex-grid-col.first {
        float: right
    }

    html.ie8 .flex-swap-sm > .flex-grid-col.last {
        float: left
    }

    html.ie8 .flex-swap-reset-sm:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie8 .flex-swap-reset-sm > .flex-grid-col.first {
        float: none
    }

    html.ie8 .flex-swap-reset-sm > .flex-grid-col.last {
        float: none
    }

    html.ie9 .flex-grid-sm > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie9 .flex-grid-sm > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie9 .flex-swap-sm:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie9 .flex-swap-sm > .flex-grid-col.first {
        float: right
    }

    html.ie9 .flex-swap-sm > .flex-grid-col.last {
        float: left
    }

    html.ie9 .flex-swap-reset-sm:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie9 .flex-swap-reset-sm > .flex-grid-col.first {
        float: none
    }

    html.ie9 .flex-swap-reset-sm > .flex-grid-col.last {
        float: none
    }

    .flex-grid-reset-sm {
        display: inherit;
        width: auto
    }

        .flex-grid-reset-sm > .flex-grid-col {
            display: inherit
        }

    .ratio-sm-1-1:before {
        padding-top: 100%
    }

    .ratio-sm-2-1:before {
        padding-top: 50%
    }

    .ratio-sm-16-9:before {
        padding-top: 56.25%
    }

    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }

    .hide-sm {
        display: none
    }

    html.touch .hide-touch-sm {
        display: none
    }

    .show-block-sm {
        display: block
    }

    .show-flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .show-inline-sm {
        display: inline
    }

    .show-inblock-sm {
        display: inline-block;
        zoom: 1
    }

    .show-table-sm {
        display: table
    }

    .show-cell-sm {
        display: table-cell
    }

    .show-active-block-sm.active {
        display: block
    }

    .show-active-inblock-sm.active {
        display: inline-block
    }

    .show-active-inline-sm.active {
        display: inline
    }

    .show-active-cell-sm.active {
        display: table-cell
    }

    .contain-sm {
        position: relative
    }

    .contain-absolute-sm {
        position: absolute
    }

    .contain-reset-sm {
        position: static
    }

    .span-both-sm {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .span-width-sm {
        width: 100%
    }

    .span-height-sm {
        height: 100%
    }

    .grid-bordered-sm:last-child {
        border-bottom: solid 1px #fff
    }

    .grid-bordered-sm > [class*='grid-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

        .grid-bordered-sm > [class*='grid-col']:last-child {
            border-right: solid 1px #fff
        }

    .grid-bordered-sm > [class*='list-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

        .grid-bordered-sm > [class*='list-col']:last-child {
            border-right: solid 1px #fff
        }

    .grid-col-sm .btn-primary-sm {
        background-color: transparent;
        border-color: #1A355E;
        color: #1A355E
    }

        .grid-col-sm .btn-primary-sm:hover {
            background-color: #1A355E;
            border-color: #1A355E;
            color: #fff
        }

    .btn-secondary-sm {
        background-color: #1A355E;
        border-color: #1A355E;
        color: #fff
    }

        .btn-secondary-sm:hover {
            background-color: #fff;
            border-color: #1A355E;
            color: #1A355E
        }

    .btn-on-dark-sm {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .btn-on-dark-sm:hover {
            background-color: #fff;
            border-color: #fff;
            color: #1A355E
        }

    .btn-no-border-sm {
        border: none
    }

    .alt-list-1col-sm .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-1col-sm .alt-list-col:nth-child(2n+1) {
            background-color: #f2f2f2
        }

    .alt-list-2col-sm .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-2col-sm .alt-list-col:nth-child(4n+1) {
            background-color: #f2f2f2
        }

        .alt-list-2col-sm .alt-list-col:nth-child(4n+2) {
            background-color: #f2f2f2
        }

    .alt-list-3col-sm .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-3col-sm .alt-list-col:nth-child(6n+1) {
            background-color: #f2f2f2
        }

        .alt-list-3col-sm .alt-list-col:nth-child(6n+2) {
            background-color: #f2f2f2
        }

        .alt-list-3col-sm .alt-list-col:nth-child(6n+3) {
            background-color: #f2f2f2
        }

    .alt-list-4col-sm .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-4col-sm .alt-list-col:nth-child(8n+1) {
            background-color: #f2f2f2
        }

        .alt-list-4col-sm .alt-list-col:nth-child(8n+2) {
            background-color: #f2f2f2
        }

        .alt-list-4col-sm .alt-list-col:nth-child(8n+3) {
            background-color: #f2f2f2
        }

        .alt-list-4col-sm .alt-list-col:nth-child(8n+4) {
            background-color: #f2f2f2
        }

    .alt-list-reset-sm .alt-list-col {
        background-color: transparent !important
    }

    .text-white-sm {
        color: #fff
    }

        .text-white-sm a {
            color: #fff
        }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .text-minus-sm {
        font-size: .8em
    }

    .text-minus2-sm {
        font-size: .6em
    }

    .text-plus-sm {
        font-size: 1.2em
    }

    .text-plus2-sm {
        font-size: 1.4em
    }

    .text-size-reset-sm {
        font-size: 1em
    }

    .text-caps-sm {
        text-transform: uppercase
    }

    .text-no-caps-sm {
        text-transform: none
    }

    .text-active-transparent-sm.active {
        color: transparent
    }

    .text-hover-transparent-sm:hover {
        color: transparent
    }

    .text-transparent-sm {
        color: transparent
    }

    .text-active-white-sm.active {
        color: #fff
    }

    .text-hover-white-sm:hover {
        color: #fff
    }

    .text-active-blue-dark-sm.active {
        color: #1A355E
    }

    .text-blue-dark-sm {
        color: #1A355E
    }

    .text-hover-blue-dark-sm:hover {
        color: #1A355E
    }

    .text-active-blue-medium-sm.active {
        color: #0082cb
    }

    .text-blue-medium-sm {
        color: #0082cb !important
    }

    .text-hover-blue-medium-sm:hover {
        color: #0082cb
    }

    .text-active-blue-powder-sm.active {
        color: #82c5e0
    }

    .text-blue-powder-sm {
        color: #82c5e0
    }

    .text-hover-blue-powder-sm:hover {
        color: #82c5e0
    }

    .text-active-blue-slate-sm.active {
        color: #455b7c
    }

    .text-blue-slate-sm {
        color: #455b7c
    }

    .text-hover-blue-slate-sm:hover {
        color: #455b7c
    }

    .text-active-red-medium-sm.active {
        color: #c30e2e
    }

    .text-hover-red-medium-sm:hover {
        color: #c30e2e
    }

    .text-red-medium-sm {
        color: #c30e2e
    }

    .text-active-orange-medium-sm.active {
        color: #fd8204
    }

    .text-hover-orange-medium-sm:hover {
        color: #fd8204
    }

    .text-orange-medium-sm {
        color: #fd8204 !important
    }

    .text-active-gray-darker-sm.active {
        color: #353535
    }

    .text-gray-darker-sm {
        color: #353535
    }

    .text-hover-gray-darker-sm:hover {
        color: #353535
    }

    .text-active-gray-dark-sm.active {
        color: #65646a
    }

    .text-gray-dark-sm {
        color: #65646a
    }

    .text-hover-gray-dark-sm:hover {
        color: #65646a
    }

    .text-active-gray-medium-sm.active {
        color: #888
    }

    .text-gray-medium-sm {
        color: #888
    }

    .text-hover-gray-medium-sm:hover {
        color: #888
    }

    .text-active-gray-light-sm.active {
        color: #b3b3b3
    }

    .text-gray-light-sm {
        color: #b3b3b3
    }

    .text-hover-gray-light-sm:hover {
        color: #b3b3b3
    }

    .text-active-gray-lighter-sm.active {
        color: #d0d0ce
    }

    .text-gray-lighter-sm {
        color: #d0d0ce
    }

    .text-hover-gray-lighter-sm:hover {
        color: #d0d0ce
    }

    .text-active-gray-lightest-sm.active {
        color: #eee
    }

    .text-gray-lightest-sm {
        color: #eee
    }

    .text-hover-gray-lightest-sm:hover {
        color: #eee
    }

    .text-active-black-sm.active {
        color: #000
    }

    .text-black-sm {
        color: #000
    }

    .text-hover-black-sm:hover {
        color: #000
    }

    .bg-transparent-sm {
        background-color: transparent
    }

    .bg-white-sm {
        background-color: #fff
    }

    .bg-blue-dark-sm {
        background-color: #1A355E
    }

    .bg-blue-medium-sm {
        background-color: #0082cb
    }

    .bg-blue-powder-sm {
        background-color: #82c5e0
    }

    .bg-blue-slate-sm {
        background-color: #455b7c
    }

    .bg-red-medium-sm {
        background-color: #c30e2e
    }

    .bg-orange-medium-sm {
        background-color: #fd8204
    }

    .bg-gray-darker-sm {
        background-color: #353535
    }

    .bg-gray-dark-sm {
        background-color: #65646a
    }

    .bg-gray-medium-sm {
        background-color: #888
    }

    .bg-gray-light-sm {
        background-color: #b3b3b3
    }

    .bg-gray-lighter-sm {
        background-color: #d0d0ce
    }

    .bg-gray-lightest-sm {
        background-color: #eee
    }

    .bg-black-sm {
        background-color: #000
    }

    .bg-pattern-sm[class*='bg-blue-dark-sm'] {
        background-image: url(../images/patterns/pattern-shattered-navy.png)
    }

    .bg-pattern-sm[class*='bg-gray-light-sm'] {
        background-image: url(../images/patterns/pattern-shattered-light-gray.png)
    }

    .bg-pattern-sm[class*='bg-gray-lighter-sm'] {
        background-image: url(../images/patterns/pattern-shattered-lighter-gray.png)
    }

    .bg-pattern-sm[class*='bg-gray-dark-sm'] {
        background-image: url(../images/patterns/pattern-shattered-charcoal.png)
    }

    .bg-reset-pattern-sm[class*='bg-'] {
        background-image: none
    }

    .bg-reset-sm[class*='bg-'] {
        background-image: none
    }

    .bg-reset-color-sm[class*='bg-'] {
        background-color: transparent
    }

    .pad-sm-auto-auto {
        padding: 0
    }

    .pad-sm-auto-0 {
        padding: 0 0
    }

    .pad-sm-auto-05 {
        padding: 0 .5%
    }

    .pad-sm-auto-1 {
        padding: 0 1%
    }

    .pad-sm-auto-2 {
        padding: 0 2%
    }

    .pad-sm-auto-3 {
        padding: 0 4%
    }

    .pad-sm-auto-4 {
        padding: 0 8%
    }

    .pad-sm-auto-5 {
        padding: 0 12%
    }

    .pad-sm-auto-6 {
        padding: 0 24%
    }

    .pad-sm-0-auto {
        padding: 0 0
    }

    .pad-sm-0-0 {
        padding: 0
    }

    .pad-sm-0-05 {
        padding: 0 .5%
    }

    .pad-sm-0-1 {
        padding: 0 1%
    }

    .pad-sm-0-2 {
        padding: 0 2%
    }

    .pad-sm-0-3 {
        padding: 0 4%
    }

    .pad-sm-0-4 {
        padding: 0 8%
    }

    .pad-sm-0-5 {
        padding: 0 12%
    }

    .pad-sm-0-6 {
        padding: 0 24%
    }

    .pad-sm-05-auto {
        padding: .5% 0
    }

    .pad-sm-05-0 {
        padding: .5% 0
    }

    .pad-sm-05-05 {
        padding: .5%
    }

    .pad-sm-05-1 {
        padding: .5% 1%
    }

    .pad-sm-05-2 {
        padding: .5% 2%
    }

    .pad-sm-05-3 {
        padding: .5% 4%
    }

    .pad-sm-05-4 {
        padding: .5% 8%
    }

    .pad-sm-05-5 {
        padding: .5% 12%
    }

    .pad-sm-05-6 {
        padding: .5% 24%
    }

    .pad-sm-1-auto {
        padding: 1% 0
    }

    .pad-sm-1-0 {
        padding: 1% 0
    }

    .pad-sm-1-05 {
        padding: 1% .5%
    }

    .pad-sm-1-1 {
        padding: 1%
    }

    .pad-sm-1-2 {
        padding: 1% 2%
    }

    .pad-sm-1-3 {
        padding: 1% 4%
    }

    .pad-sm-1-4 {
        padding: 1% 8%
    }

    .pad-sm-1-5 {
        padding: 1% 12%
    }

    .pad-sm-1-6 {
        padding: 1% 24%
    }

    .pad-sm-2-auto {
        padding: 2% 0
    }

    .pad-sm-2-0 {
        padding: 2% 0
    }

    .pad-sm-2-05 {
        padding: 2% .5%
    }

    .pad-sm-2-1 {
        padding: 2% 1%
    }

    .pad-sm-2-2 {
        padding: 2%
    }

    .pad-sm-2-3 {
        padding: 2% 4%
    }

    .pad-sm-2-4 {
        padding: 2% 8%
    }

    .pad-sm-2-5 {
        padding: 2% 12%
    }

    .pad-sm-2-6 {
        padding: 2% 24%
    }

    .pad-sm-3-auto {
        padding: 4% 0
    }

    .pad-sm-3-0 {
        padding: 4% 0
    }

    .pad-sm-3-05 {
        padding: 4% .5%
    }

    .pad-sm-3-1 {
        padding: 4% 1%
    }

    .pad-sm-3-2 {
        padding: 4% 2%
    }

    .pad-sm-3-3 {
        padding: 4%
    }

    .pad-sm-3-4 {
        padding: 4% 8%
    }

    .pad-sm-3-5 {
        padding: 4% 12%
    }

    .pad-sm-3-6 {
        padding: 4% 24%
    }

    .pad-sm-4-auto {
        padding: 8% 0
    }

    .pad-sm-4-0 {
        padding: 8% 0
    }

    .pad-sm-4-05 {
        padding: 8% .5%
    }

    .pad-sm-4-1 {
        padding: 8% 1%
    }

    .pad-sm-4-2 {
        padding: 8% 2%
    }

    .pad-sm-4-3 {
        padding: 8% 4%
    }

    .pad-sm-4-4 {
        padding: 8%
    }

    .pad-sm-4-5 {
        padding: 8% 12%
    }

    .pad-sm-4-6 {
        padding: 8% 24%
    }

    .pad-sm-5-auto {
        padding: 12% 0
    }

    .pad-sm-5-0 {
        padding: 12% 0
    }

    .pad-sm-5-05 {
        padding: 12% .5%
    }

    .pad-sm-5-1 {
        padding: 12% 1%
    }

    .pad-sm-5-2 {
        padding: 12% 2%
    }

    .pad-sm-5-3 {
        padding: 12% 4%
    }

    .pad-sm-5-4 {
        padding: 12% 8%
    }

    .pad-sm-5-5 {
        padding: 12%
    }

    .pad-sm-5-6 {
        padding: 12% 24%
    }

    .pad-sm-6-auto {
        padding: 24% 0
    }

    .pad-sm-6-0 {
        padding: 24% 0
    }

    .pad-sm-6-05 {
        padding: 24% .5%
    }

    .pad-sm-6-1 {
        padding: 24% 1%
    }

    .pad-sm-6-2 {
        padding: 24% 2%
    }

    .pad-sm-6-3 {
        padding: 24% 4%
    }

    .pad-sm-6-4 {
        padding: 24% 8%
    }

    .pad-sm-6-5 {
        padding: 24% 12%
    }

    .pad-sm-6-6 {
        padding: 24%
    }

    .pad-left-sm-auto {
        padding-left: 0
    }

    .pad-right-sm-auto {
        padding-right: 0
    }

    .pad-top-sm-auto {
        padding-top: 0
    }

    .pad-bottom-sm-auto {
        padding-bottom: 0
    }

    .pad-left-sm-0 {
        padding-left: 0
    }

    .pad-right-sm-0 {
        padding-right: 0
    }

    .pad-top-sm-0 {
        padding-top: 0
    }

    .pad-bottom-sm-0 {
        padding-bottom: 0
    }

    .pad-left-sm-05 {
        padding-left: .5%
    }

    .pad-right-sm-05 {
        padding-right: .5%
    }

    .pad-top-sm-05 {
        padding-top: .5%
    }

    .pad-bottom-sm-05 {
        padding-bottom: .5%
    }

    .pad-left-sm-1 {
        padding-left: 1%
    }

    .pad-right-sm-1 {
        padding-right: 1%
    }

    .pad-top-sm-1 {
        padding-top: 1%
    }

    .pad-bottom-sm-1 {
        padding-bottom: 1%
    }

    .pad-left-sm-2 {
        padding-left: 2%
    }

    .pad-right-sm-2 {
        padding-right: 2%
    }

    .pad-top-sm-2 {
        padding-top: 2%
    }

    .pad-bottom-sm-2 {
        padding-bottom: 2%
    }

    .pad-left-sm-3 {
        padding-left: 4%
    }

    .pad-right-sm-3 {
        padding-right: 4%
    }

    .pad-top-sm-3 {
        padding-top: 4%
    }

    .pad-bottom-sm-3 {
        padding-bottom: 4%
    }

    .pad-left-sm-4 {
        padding-left: 8%
    }

    .pad-right-sm-4 {
        padding-right: 8%
    }

    .pad-top-sm-4 {
        padding-top: 8%
    }

    .pad-bottom-sm-4 {
        padding-bottom: 8%
    }

    .pad-left-sm-5 {
        padding-left: 12%
    }

    .pad-right-sm-5 {
        padding-right: 12%
    }

    .pad-top-sm-5 {
        padding-top: 12%
    }

    .pad-bottom-sm-5 {
        padding-bottom: 12%
    }

    .pad-left-sm-6 {
        padding-left: 24%
    }

    .pad-right-sm-6 {
        padding-right: 24%
    }

    .pad-top-sm-6 {
        padding-top: 24%
    }

    .pad-bottom-sm-6 {
        padding-bottom: 24%
    }

    .space-sm-auto-auto {
        margin: auto
    }

    .space-sm-auto-0 {
        margin: auto 0
    }

    .space-sm-auto-05 {
        margin: auto .5%
    }

    .space-sm-auto-1 {
        margin: auto 1%
    }

    .space-sm-auto-2 {
        margin: auto 2%
    }

    .space-sm-auto-3 {
        margin: auto 4%
    }

    .space-sm-auto-4 {
        margin: auto 8%
    }

    .space-sm-auto-5 {
        margin: auto 12%
    }

    .space-sm-auto-6 {
        margin: auto 24%
    }

    .space-sm-0-auto {
        margin: 0 auto
    }

    .space-sm-0-0 {
        margin: 0
    }

    .space-sm-0-05 {
        margin: 0 .5%
    }

    .space-sm-0-1 {
        margin: 0 1%
    }

    .space-sm-0-2 {
        margin: 0 2%
    }

    .space-sm-0-3 {
        margin: 0 4%
    }

    .space-sm-0-4 {
        margin: 0 8%
    }

    .space-sm-0-5 {
        margin: 0 12%
    }

    .space-sm-0-6 {
        margin: 0 24%
    }

    .space-sm-05-auto {
        margin: .5% auto
    }

    .space-sm-05-0 {
        margin: .5% 0
    }

    .space-sm-05-05 {
        margin: .5%
    }

    .space-sm-05-1 {
        margin: .5% 1%
    }

    .space-sm-05-2 {
        margin: .5% 2%
    }

    .space-sm-05-3 {
        margin: .5% 4%
    }

    .space-sm-05-4 {
        margin: .5% 8%
    }

    .space-sm-05-5 {
        margin: .5% 12%
    }

    .space-sm-05-6 {
        margin: .5% 24%
    }

    .space-sm-1-auto {
        margin: 1% auto
    }

    .space-sm-1-0 {
        margin: 1% 0
    }

    .space-sm-1-05 {
        margin: 1% .5%
    }

    .space-sm-1-1 {
        margin: 1%
    }

    .space-sm-1-2 {
        margin: 1% 2%
    }

    .space-sm-1-3 {
        margin: 1% 4%
    }

    .space-sm-1-4 {
        margin: 1% 8%
    }

    .space-sm-1-5 {
        margin: 1% 12%
    }

    .space-sm-1-6 {
        margin: 1% 24%
    }

    .space-sm-2-auto {
        margin: 2% auto
    }

    .space-sm-2-0 {
        margin: 2% 0
    }

    .space-sm-2-05 {
        margin: 2% .5%
    }

    .space-sm-2-1 {
        margin: 2% 1%
    }

    .space-sm-2-2 {
        margin: 2%
    }

    .space-sm-2-3 {
        margin: 2% 4%
    }

    .space-sm-2-4 {
        margin: 2% 8%
    }

    .space-sm-2-5 {
        margin: 2% 12%
    }

    .space-sm-2-6 {
        margin: 2% 24%
    }

    .space-sm-3-auto {
        margin: 4% auto
    }

    .space-sm-3-0 {
        margin: 4% 0
    }

    .space-sm-3-05 {
        margin: 4% .5%
    }

    .space-sm-3-1 {
        margin: 4% 1%
    }

    .space-sm-3-2 {
        margin: 4% 2%
    }

    .space-sm-3-3 {
        margin: 4%
    }

    .space-sm-3-4 {
        margin: 4% 8%
    }

    .space-sm-3-5 {
        margin: 4% 12%
    }

    .space-sm-3-6 {
        margin: 4% 24%
    }

    .space-sm-4-auto {
        margin: 8% auto
    }

    .space-sm-4-0 {
        margin: 8% 0
    }

    .space-sm-4-05 {
        margin: 8% .5%
    }

    .space-sm-4-1 {
        margin: 8% 1%
    }

    .space-sm-4-2 {
        margin: 8% 2%
    }

    .space-sm-4-3 {
        margin: 8% 4%
    }

    .space-sm-4-4 {
        margin: 8%
    }

    .space-sm-4-5 {
        margin: 8% 12%
    }

    .space-sm-4-6 {
        margin: 8% 24%
    }

    .space-sm-5-auto {
        margin: 12% auto
    }

    .space-sm-5-0 {
        margin: 12% 0
    }

    .space-sm-5-05 {
        margin: 12% .5%
    }

    .space-sm-5-1 {
        margin: 12% 1%
    }

    .space-sm-5-2 {
        margin: 12% 2%
    }

    .space-sm-5-3 {
        margin: 12% 4%
    }

    .space-sm-5-4 {
        margin: 12% 8%
    }

    .space-sm-5-5 {
        margin: 12%
    }

    .space-sm-5-6 {
        margin: 12% 24%
    }

    .space-sm-6-auto {
        margin: 24% auto
    }

    .space-sm-6-0 {
        margin: 24% 0
    }

    .space-sm-6-05 {
        margin: 24% .5%
    }

    .space-sm-6-1 {
        margin: 24% 1%
    }

    .space-sm-6-2 {
        margin: 24% 2%
    }

    .space-sm-6-3 {
        margin: 24% 4%
    }

    .space-sm-6-4 {
        margin: 24% 8%
    }

    .space-sm-6-5 {
        margin: 24% 12%
    }

    .space-sm-6-6 {
        margin: 24%
    }

    .space-left-sm-auto {
        margin-left: auto
    }

    .space-right-sm-auto {
        margin-right: auto
    }

    .space-top-sm-auto {
        margin-top: auto
    }

    .space-bottom-sm-auto {
        margin-bottom: auto
    }

    .space-left-sm-0 {
        margin-left: 0
    }

    .space-right-sm-0 {
        margin-right: 0
    }

    .space-top-sm-0 {
        margin-top: 0
    }

    .space-bottom-sm-0 {
        margin-bottom: 0
    }

    .space-left-sm-05 {
        margin-left: .5%
    }

    .space-right-sm-05 {
        margin-right: .5%
    }

    .space-top-sm-05 {
        margin-top: .5%
    }

    .space-bottom-sm-05 {
        margin-bottom: .5%
    }

    .space-left-sm-1 {
        margin-left: 1%
    }

    .space-right-sm-1 {
        margin-right: 1%
    }

    .space-top-sm-1 {
        margin-top: 1%
    }

    .space-bottom-sm-1 {
        margin-bottom: 1%
    }

    .space-left-sm-2 {
        margin-left: 2%
    }

    .space-right-sm-2 {
        margin-right: 2%
    }

    .space-top-sm-2 {
        margin-top: 2%
    }

    .space-bottom-sm-2 {
        margin-bottom: 2%
    }

    .space-left-sm-3 {
        margin-left: 4%
    }

    .space-right-sm-3 {
        margin-right: 4%
    }

    .space-top-sm-3 {
        margin-top: 4%
    }

    .space-bottom-sm-3 {
        margin-bottom: 4%
    }

    .space-left-sm-4 {
        margin-left: 8%
    }

    .space-right-sm-4 {
        margin-right: 8%
    }

    .space-top-sm-4 {
        margin-top: 8%
    }

    .space-bottom-sm-4 {
        margin-bottom: 8%
    }

    .space-left-sm-5 {
        margin-left: 12%
    }

    .space-right-sm-5 {
        margin-right: 12%
    }

    .space-top-sm-5 {
        margin-top: 12%
    }

    .space-bottom-sm-5 {
        margin-bottom: 12%
    }

    .space-left-sm-6 {
        margin-left: 24%
    }

    .space-right-sm-6 {
        margin-right: 24%
    }

    .space-top-sm-6 {
        margin-top: 24%
    }

    .space-bottom-sm-6 {
        margin-bottom: 24%
    }

    .img-responsive-sm {
        display: block;
        width: 100%;
        height: auto
    }

    .img-responsive-reset-sm {
        display: inline;
        width: auto;
        height: auto
    }

    .stick-to-bottom-sm {
        position: absolute;
        bottom: 0
    }

    .stick-to-top-sm {
        position: absolute;
        top: 0
    }

    .stick-to-left-sm {
        position: absolute;
        left: 0
    }

    .stick-to-right-sm {
        position: absolute;
        right: 0
    }

    .stick-to-reset-sm {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto
    }

    .hide-sm-onlyForProductsCol {
        display: none !important
    }

    .header-item-logo {
        padding: 12px;
        margin: 0;
        width: 50%
    }

        .header-item-logo a {
            font-size: 0;
            display: block
        }
}

.app-content-area {
    padding-top: 56px
}

.columnWrapper .table-grid-md .table-grid-col {
    height: 100%
}

    .columnWrapper .table-grid-md .table-grid-col > div {
        height: 100%
    }

@media screen and (min-width: 768px) {
    .grid-col-md {
        display: block;
        float: left
    }

    .grid-bordered-md:last-child {
        border-bottom: solid 1px #fff
    }

    .grid-bordered-md > [class*='grid-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

        .grid-bordered-md > [class*='grid-col']:last-child {
            border-right: solid 1px #fff
        }

    .grid-bordered-md > [class*='list-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

        .grid-bordered-md > [class*='list-col']:last-child {
            border-right: solid 1px #fff
        }

    .grid-swap-md > [class*='grid-col'].first {
        float: right
    }

    .grid-swap-md > [class*='grid-col'].last {
        float: left
    }

    .grid-swap-reset-md > [class*='grid-col'].first {
        float: none
    }

    .grid-swap-reset-md > [class*='grid-col'].last {
        float: none
    }

    .col-md-1-5 {
        width: 20%
    }

    .col-md-2-5 {
        width: 40%
    }

    .col-md-3-5 {
        width: 60%
    }

    .col-md-4-5 {
        width: 80%
    }

    .col-md-5-5 {
        width: 100%
    }

    .col-md-1-8 {
        width: 12.5%
    }

    .col-md-2-8 {
        width: 25%
    }

    .col-md-3-8 {
        width: 37.5%
    }

    .col-md-4-8 {
        width: 50%
    }

    .col-md-5-8 {
        width: 62.5%
    }

    .col-md-6-8 {
        width: 75%
    }

    .col-md-7-8 {
        width: 87.5%
    }

    .col-md-8-8 {
        width: 100%
    }

    .col-md-1-12 {
        width: 8.33333%
    }

    .col-md-2-12 {
        width: 16.66667%
    }

    .col-md-3-12 {
        width: 25%
    }

    .col-md-4-12 {
        width: 33.33333%
    }

    .col-md-5-12 {
        width: 41.66667%
    }

    .col-md-6-12 {
        width: 50%
    }

    .col-md-7-12 {
        width: 58.33333%
    }

    .col-md-8-12 {
        width: 66.66667%
    }

    .col-md-9-12 {
        width: 75%
    }

    .col-md-10-12 {
        width: 83.33333%
    }

    .col-md-11-12 {
        width: 91.66667%
    }

    .col-md-12-12 {
        width: 100%
    }

    .table-grid-md {
        display: table;
        width: 100%
    }

        .table-grid-md > .table-grid-col {
            display: table-cell;
            vertical-align: top
        }

            .table-grid-md > .table-grid-col.col-align-middle {
                vertical-align: middle
            }

        .table-grid-md.grid-vertical-separation > .table-grid-col + .table-grid-col {
            border-left: solid 1px #b3b3b3
        }

    .table-grid-reset-md {
        display: inherit;
        width: auto
    }

        .table-grid-reset-md > .table-grid-col {
            display: inherit
        }

    .flex-grid-md {
        -webkit-box-orient: horizontal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .flex-grid-md > .flex-grid-col {
            display: block
        }

            .flex-grid-md > .flex-grid-col.col-align-middle {
                -ms-flex-item-align: center;
                align-self: center
            }

    .flex-swap-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-swap-reset-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    html.ie8 .flex-grid-md > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie8 .flex-grid-md > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie8 .flex-swap-md:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie8 .flex-swap-md > .flex-grid-col.first {
        float: right
    }

    html.ie8 .flex-swap-md > .flex-grid-col.last {
        float: left
    }

    html.ie8 .flex-swap-reset-md:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie8 .flex-swap-reset-md > .flex-grid-col.first {
        float: none
    }

    html.ie8 .flex-swap-reset-md > .flex-grid-col.last {
        float: none
    }

    html.ie9 .flex-grid-md > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie9 .flex-grid-md > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie9 .flex-swap-md:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie9 .flex-swap-md > .flex-grid-col.first {
        float: right
    }

    html.ie9 .flex-swap-md > .flex-grid-col.last {
        float: left
    }

    html.ie9 .flex-swap-reset-md:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie9 .flex-swap-reset-md > .flex-grid-col.first {
        float: none
    }

    html.ie9 .flex-swap-reset-md > .flex-grid-col.last {
        float: none
    }

    .flex-grid-reset-md {
        display: inherit;
        width: auto
    }

        .flex-grid-reset-md > .flex-grid-col {
            display: inherit
        }

    body {
        z-index: 2
    }

    .btn-primary-md {
        background-color: transparent;
        border-color: #1A355E;
        color: #1A355E
    }

        .btn-primary-md:hover {
            background-color: #1A355E;
            border-color: #1A355E;
            color: #fff
        }

    .btn-secondary-md {
        background-color: #1A355E;
        border-color: #1A355E;
        color: #fff
    }

        .btn-secondary-md:hover {
            background-color: #fff;
            border-color: #1A355E;
            color: #1A355E
        }

    .btn-on-dark-md {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .btn-on-dark-md:hover {
            background-color: #fff;
            border-color: #fff;
            color: #1A355E
        }

    .btn-no-border-md {
        border: none
    }

    .pagination-next {
        display: inline-block
    }

    .pagination-previous {
        display: inline-block
    }

    .slide-in-trigger {
        display: none
    }

    .slide-in-container.active .slide-in-trigger {
        z-index: 1001
    }

    .alt-list-1col-md .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-1col-md .alt-list-col:nth-child(2n+1) {
            background-color: #f2f2f2
        }

    .alt-list-2col-md .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-2col-md .alt-list-col:nth-child(4n+1) {
            background-color: #f2f2f2
        }

        .alt-list-2col-md .alt-list-col:nth-child(4n+2) {
            background-color: #f2f2f2
        }

    .alt-list-3col-md .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-3col-md .alt-list-col:nth-child(6n+1) {
            background-color: #f2f2f2
        }

        .alt-list-3col-md .alt-list-col:nth-child(6n+2) {
            background-color: #f2f2f2
        }

        .alt-list-3col-md .alt-list-col:nth-child(6n+3) {
            background-color: #f2f2f2
        }

    .alt-list-4col-md .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-4col-md .alt-list-col:nth-child(8n+1) {
            background-color: #f2f2f2
        }

        .alt-list-4col-md .alt-list-col:nth-child(8n+2) {
            background-color: #f2f2f2
        }

        .alt-list-4col-md .alt-list-col:nth-child(8n+3) {
            background-color: #f2f2f2
        }

        .alt-list-4col-md .alt-list-col:nth-child(8n+4) {
            background-color: #f2f2f2
        }

    .alt-list-reset-md .alt-list-col {
        background-color: transparent !important
    }

    .header-item-logo {
        padding: 12px 32px;
        margin: 0
    }

    .header-search-text {
        display: inline;
        text-decoration: none
    }

    .footer-site-map-links {
        max-height: none;
        overflow: visible;
        margin: 0
    }

    .footer-site-map-header {
        cursor: default
    }

        .footer-site-map-header .icon {
            display: none
        }

    .footer-site-map-item {
        padding-left: 0
    }

    .hero-content h1 {
        font-size: 50px
    }

    .hero-content h2 {
        font-size: 18px
    }

    .hero-popup {
        top: 80px;
        margin-top: 0
    }

    .hero-popup-content {
        padding: 10%
    }

    .hero-base-links {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 20px;
        z-index: 11
    }

        .hero-base-links .grid-col-md {
            padding: 20px 15px
        }

    .hero-base-link .icon {
        position: static
    }

    .hero-base-link small {
        display: block
    }

    .slick-next {
        display: block;
        top: 50%
    }

    .slick-prev {
        display: block;
        top: 50%
    }

    .media-carousel:before {
        padding-top: 50%
    }

    .media-carousel .inline-modal-content {
        margin-top: 5%;
        width: 75.00188%;
        height: 80%
    }

    .active.media-carousel .inline-modal-content {
        left: 50%;
        margin-left: -162.5%
    }

    .media-carousel-content {
        padding: 1%
    }

    .media-carousel-next {
        display: table
    }

    .media-carousel-prev {
        display: table
    }

    .carousel-pop-document {
        background-color: #fd8204
    }

        .carousel-pop-document img {
            display: block
        }

        .carousel-pop-document .description {
            height: 100%;
            right: 0;
            top: 0;
            bottom: auto;
            left: auto;
            width: 40%;
            padding: 3%
        }

    .page-list-filters {
        padding: 0 5% 3%
    }

        .page-list-filters .grid-col-sm {
            padding: 0 1%;
            border: none
        }

        .page-list-filters .combobox select {
            border-radius: 4px
        }

    .page-list-footer > .table-grid-col:nth-child(3) {
        display: table-cell
    }

    .page-list-header > .table-grid-col:nth-child(3) {
        display: table-cell
    }

    .page-list-item > .table-grid-col:nth-child(3) {
        display: table-cell
    }

    .page-list-paging .combobox {
        width: auto
    }

        .page-list-paging .combobox:after {
            display: block
        }

        .page-list-paging .combobox select {
            padding: 5px 25px
        }

    html.ie .page-list-paging .combobox {
        width: auto
    }

    .page-header-container {
        padding: 3%
    }

    .page-header {
        font-size: 37px
    }

    .document-count {
        position: relative
    }

    .document-count-link:before {
        background-image: url(../images/bubble-arrow-right.png)
    }

    .document-count.active .document-count-link:before {
        display: block
    }

    .document-count-popup {
        position: absolute;
        width: 320px;
        margin-left: -350px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .inline-modal-overlay.active.hide-md {
        display: none
    }

    .modal-overlay.active.hide-md {
        display: none
    }

    .global-callout-item {
        min-height: 700px;
        background-color: #eee
    }

    .global-callout-item-last {
        min-height: 700px;
        background-color: #eee
    }

    .mobile-only-whats-new .custom-paging-parent {
        position: static
    }

    .mobile-only-whats-new .custom-paging {
        width: 33%;
        padding: 0;
        bottom: 4%
    }

    .mobile-carousel-grid {
        background-color: #1A355E
    }

    .custom-paging .pager-thumbnail-link {
        height: auto;
        width: 20%
    }

        .custom-paging .pager-thumbnail-link.active .pager-thumbnail-content {
            border: 1px solid #fff
        }

    .custom-paging .pager-thumbnail-content {
        background: 0 0
    }

    .mobile-only-carousel-caption p:last-child {
        padding-bottom: 65px
    }

    .hero-block-copy p .ellipsis {
        display: inline
    }

    .hero-block-copy .overflow {
        display: none;
        position: absolute;
        top: 0;
        left: 34.5%;
        right: 0;
        bottom: 0;
        padding: 2%
    }

    .hero-block.expanded .hero-block-copy .overflow {
        display: block
    }

    .hero-block.expanded.has-overflow .hero-block-extra img {
        visibility: hidden
    }

    .homepage-callout-item {
        min-height: 700px;
        background-color: #eee
    }

    .homepage-preview-callout .btn-util-close {
        right: auto;
        left: 45%
    }

    .homepage-preview-intro {
        padding: 5% 15%;
        padding: 0 15%
    }

        .homepage-preview-intro h2 {
            font-size: 1.5em
        }

        .homepage-preview-intro h3 {
            font-size: 1.5em
        }

    .homepage-preview-item-descriptions {
        padding: 5% 15%;
        padding: 3% 5%
    }

        .homepage-preview-item-descriptions h2 {
            font-size: 1.5em
        }

        .homepage-preview-item-descriptions h3 {
            font-size: 1.5em
        }

    .homepage-preview-thumb-header {
        position: absolute;
        left: 3%;
        bottom: 17%
    }

    .homepage-rollover-preview.active .homepage-preview-item {
        width: 63%;
        left: 3%
    }

        .homepage-rollover-preview.active .homepage-preview-item.not-active-1 {
            left: 13%
        }

        .homepage-rollover-preview.active .homepage-preview-item.not-active-2 {
            left: 23%
        }

    .homepage-preview-label {
        display: block
    }

    .hero-homepage .hero-container:before {
        padding-top: 54%
    }

    .hero-homepage .hero-content {
        padding-top: 15%;
        width: 56%
    }

    .media-carousel-homepage:before {
        padding-top: 50%
    }

    .careers-wrapper .careers-bg-img {
        background-image: url(/ui-assets/images/careers/locations.jpg);
        background-size: cover
    }

    .careers-wrapper .careers-border-top {
        height: 35px;
        width: 100%
    }

    .page-category-landing .hero-content {
        width: 50%;
        padding: 8% 0 0;
        right: 5%;
        left: auto
    }

    .category-landing-grid {
        padding-top: 60px
    }

        .category-landing-grid.display-type-gallery .hide-gallery {
            display: none
        }

        .category-landing-grid.display-type-gallery .landing-grid-item {
            display: block
        }

            .category-landing-grid.display-type-gallery .landing-grid-item > .landing-grid-media img {
                display: block
            }

            .category-landing-grid.display-type-gallery .landing-grid-item > img {
                display: block;
                height: 420px
            }

        .category-landing-grid.display-type-gallery .landing-grid-content-container {
            position: absolute
        }

        .category-landing-grid.display-type-gallery .landing-grid-item-content {
            text-align: center
        }

        .category-landing-grid.display-type-gallery .landing-grid-item-label {
            color: #fff;
            font-size: 1.3em
        }

    .category-landing-industries .category-landing-grid {
        padding-top: 0
    }

    .category-landing-industries .landing-grid-callout {
        margin-top: 0;
        padding-top: 0
    }

        .category-landing-industries .landing-grid-callout .landing-grid-content-container {
            position: absolute
        }

    .category-landing-industries .landing-grid-item {
        display: block
    }

    .landing-grid-callout {
        margin-top: -60px;
        padding-top: 60px
    }

        .landing-grid-callout .landing-grid-content-container {
            position: absolute
        }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+1) {
        background-color: #a5a29d
    }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+2) {
        background-color: #716f6d
    }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+3) {
        background-color: #938f8b
    }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+4) {
        background-color: #605f5e
    }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+5) {
        background-color: #827f7c
    }

    .category-landing-brands .display-type-gallery .landing-grid-item:nth-child(6n+6) {
        background-color: #4f4f4f
    }

    .category-landing-brands .display-type-gallery .landing-grid-item.no-grid-bg {
        background-color: transparent
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+1) {
        background-color: #a5a29d
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+2) {
        background-color: #716f6d
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+3) {
        background-color: #938f8b
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+4) {
        background-color: #605f5e
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+5) {
        background-color: #827f7c
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item:nth-child(6n+6) {
        background-color: #4f4f4f
    }

    .category-landing-producttypes .display-type-gallery .landing-grid-item.no-grid-bg {
        background-color: transparent
    }

    .category-landing-grid.display-type-list .landing-grid-item {
        margin-left: 25%;
        width: 75.01875%
    }

        .category-landing-grid.display-type-list .landing-grid-item.landing-grid-callout {
            width: 25%;
            position: absolute;
            margin-left: 0;
            border-left: none
        }

            .category-landing-grid.display-type-list .landing-grid-item.landing-grid-callout:before {
                border-left: none
            }

    .category-landing-grid.display-type-list .landing-grid-callout .landing-grid-content-container {
        display: block
    }

    .landing-grid-toolbar {
        display: block
    }

    .page-product-detail .document-count-popup {
        top: -1.5em;
        margin-left: -340px
    }

        .page-product-detail .document-count-popup:before {
            right: -22px;
            top: 1.3em;
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
        }

    .results-filter-group {
        margin-top: 0
    }

    .videos-landing .movable-video .video-info {
        display: block
    }

    .videos-landing .linkable.landing-grid-item.active .landing-grid-content-container {
        background-color: rgba(26, 53, 94, 0.85)
    }

    .videos-landing .linkable.landing-grid-item:hover .landing-grid-content-container {
        background-color: rgba(26, 53, 94, 0.85)
    }

    .videos-landing .display-type-gallery .landing-grid-item-content {
        display: none
    }

    .videos-landing .display-type-list .landing-grid-toolbar {
        display: block
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-minus-md {
        font-size: .8em
    }

    .text-minus2-md {
        font-size: .6em
    }

    .text-plus-md {
        font-size: 1.2em
    }

    .text-plus2-md {
        font-size: 1.4em
    }

    .text-size-reset-md {
        font-size: 1em
    }

    .text-caps-md {
        text-transform: uppercase
    }

    .text-no-caps-md {
        text-transform: none
    }

    .text-active-transparent-md.active {
        color: transparent
    }

    .text-hover-transparent-md:hover {
        color: transparent
    }

    .text-transparent-md {
        color: transparent
    }

    .text-active-white-md.active {
        color: #fff
    }

    .text-hover-white-md:hover {
        color: #fff
    }

    .text-white-md {
        color: #fff
    }

    .text-active-blue-dark-md.active {
        color: #1A355E
    }

    .text-blue-dark-md {
        color: #1A355E
    }

    .text-hover-blue-dark-md:hover {
        color: #1A355E
    }

    .text-active-blue-medium-md.active {
        color: #0082cb
    }

    .text-blue-medium-md {
        color: #0082cb
    }

    .text-hover-blue-medium-md:hover {
        color: #0082cb
    }

    .text-active-blue-powder-md.active {
        color: #82c5e0
    }

    .text-blue-powder-md {
        color: #82c5e0
    }

    .text-hover-blue-powder-md:hover {
        color: #82c5e0
    }

    .text-active-blue-slate-md.active {
        color: #455b7c
    }

    .text-blue-slate-md {
        color: #455b7c
    }

    .text-hover-blue-slate-md:hover {
        color: #455b7c
    }

    .text-active-red-medium-md.active {
        color: #c30e2e
    }

    .text-hover-red-medium-md:hover {
        color: #c30e2e
    }

    .text-red-medium-md {
        color: #c30e2e
    }

    .text-active-orange-medium-md.active {
        color: #fd8204
    }

    .text-hover-orange-medium-md:hover {
        color: #fd8204
    }

    .text-orange-medium-md {
        color: #fd8204
    }

    .text-active-gray-darker-md.active {
        color: #353535
    }

    .text-gray-darker-md {
        color: #353535
    }

    .text-hover-gray-darker-md:hover {
        color: #353535
    }

    .text-active-gray-dark-md.active {
        color: #65646a
    }

    .text-gray-dark-md {
        color: #65646a
    }

    .text-hover-gray-dark-md:hover {
        color: #65646a
    }

    .text-active-gray-medium-md.active {
        color: #888
    }

    .text-gray-medium-md {
        color: #888
    }

    .text-hover-gray-medium-md:hover {
        color: #888
    }

    .text-active-gray-light-md.active {
        color: #b3b3b3
    }

    .text-gray-light-md {
        color: #b3b3b3
    }

    .text-hover-gray-light-md:hover {
        color: #b3b3b3
    }

    .text-active-gray-lighter-md.active {
        color: #d0d0ce
    }

    .text-gray-lighter-md {
        color: #d0d0ce
    }

    .text-hover-gray-lighter-md:hover {
        color: #d0d0ce
    }

    .text-active-gray-lightest-md.active {
        color: #eee
    }

    .text-gray-lightest-md {
        color: #eee
    }

    .text-hover-gray-lightest-md:hover {
        color: #eee
    }

    .text-active-black-md.active {
        color: #000
    }

    .text-black-md {
        color: #000
    }

    .text-hover-black-md:hover {
        color: #000
    }

    .bg-transparent-md {
        background-color: transparent
    }

    .bg-white-md {
        background-color: #fff
    }

    .bg-blue-dark-md {
        background-color: #1A355E
    }

    .bg-blue-medium-md {
        background-color: #0082cb
    }

    .bg-blue-powder-md {
        background-color: #82c5e0
    }

    .bg-blue-slate-md {
        background-color: #455b7c
    }

    .bg-red-medium-md {
        background-color: #c30e2e
    }

    .bg-orange-medium-md {
        background-color: #fd8204
    }

    .bg-gray-darker-md {
        background-color: #353535
    }

    .bg-gray-dark-md {
        background-color: #65646a
    }

    .bg-gray-medium-md {
        background-color: #888
    }

    .bg-gray-light-md {
        background-color: #b3b3b3
    }

    .bg-gray-lighter-md {
        background-color: #d0d0ce
    }

    .bg-gray-lightest-md {
        background-color: #eee
    }

    .bg-black-md {
        background-color: #000
    }

    .bg-pattern-md[class*='bg-blue-dark-md'] {
        background-image: url(../images/patterns/pattern-shattered-navy.png)
    }

    .bg-pattern-md[class*='bg-gray-light-md'] {
        background-image: url(../images/patterns/pattern-shattered-light-gray.png)
    }

    .bg-pattern-md[class*='bg-gray-lighter-md'] {
        background-image: url(../images/patterns/pattern-shattered-lighter-gray.png)
    }

    .bg-pattern-md[class*='bg-gray-dark-md'] {
        background-image: url(../images/patterns/pattern-shattered-charcoal.png)
    }

    .bg-reset-md[class*='bg-'] {
        background-image: none
    }

    .bg-reset-pattern-md[class*='bg-'] {
        background-image: none
    }

    .bg-reset-color-md[class*='bg-'] {
        background-color: transparent
    }

    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }

    .hide-md {
        display: none
    }

    html.touch .hide-touch-md {
        display: none
    }

    .show-block-md {
        display: block
    }

    .show-flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .show-inline-md {
        display: inline
    }

    .show-inblock-md {
        display: inline-block;
        zoom: 1
    }

    .show-table-md {
        display: table
    }

    .show-cell-md {
        display: table-cell
    }

    .show-active-block-md.active {
        display: block
    }

    .show-active-inblock-md.active {
        display: inline-block
    }

    .show-active-inline-md.active {
        display: inline
    }

    .show-active-cell-md.active {
        display: table-cell
    }

    .contain-md {
        position: relative
    }

    .contain-absolute-md {
        position: absolute
    }

    .contain-reset-md {
        position: static
    }

    .span-both-md {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .span-width-md {
        width: 100%
    }

    .span-height-md {
        height: 100%
    }

    .img-responsive-md {
        display: block;
        width: 100%;
        height: auto
    }

    .img-responsive-reset-md {
        display: inline;
        width: auto;
        height: auto
    }

    .stick-to-bottom-md {
        position: absolute;
        bottom: 0
    }

    .stick-to-top-md {
        position: absolute;
        top: 0
    }

    .stick-to-left-md {
        position: absolute;
        left: 0
    }

    .stick-to-right-md {
        position: absolute;
        right: 0
    }

    .stick-to-reset-md {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto
    }

    .border-right {
        border-right: 1px solid #d0d0d0
    }

    .show-block-md-onlyForProductsCol {
        display: block !important;
        display: table-cell !important
    }

    .space-top-sm-9px {
        margin-top: 9px
    }

    .site-registration .thank-text-style {
        font-size: 32px;
        line-height: 32px
    }

        .site-registration .thank-text-style span {
            font-size: 19px
        }

    .site-registration #selectTitle.littleSelect.valid:before {
        content: ""
    }

    .alert-text-msg {
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 5px
    }

    .find-distributor-table .table-grid-col .trigger-group .trigger-group-content {
        padding-left: 38px
    }

    .reset-password .errorPosition {
        position: absolute;
        top: -18px
    }

    .pad-md-auto-auto {
        padding: 0
    }

    .pad-md-auto-0 {
        padding: 0
    }

    .pad-md-auto-05 {
        padding: 0 .5%
    }

    .pad-md-auto-1 {
        padding: 0 1%
    }

    .pad-md-auto-2 {
        padding: 0 2%
    }

    .pad-md-auto-3 {
        padding: 0 4%
    }

    .pad-md-auto-4 {
        padding: 0 8%
    }

    .pad-md-auto-5 {
        padding: 0 12%
    }

    .pad-md-auto-6 {
        padding: 0 24%
    }

    .pad-md-0-auto {
        padding: 0 0
    }

    .pad-md-0-0 {
        padding: 0
    }

    .pad-md-0-05 {
        padding: 0 .5%
    }

    .pad-md-0-1 {
        padding: 0 1%
    }

    .pad-md-0-2 {
        padding: 0 2%
    }

    .pad-md-0-3 {
        padding: 0 4%
    }

    .pad-md-0-4 {
        padding: 0 8%
    }

    .pad-md-0-5 {
        padding: 0 12%
    }

    .pad-md-0-6 {
        padding: 0 24%
    }

    .pad-md-05-auto {
        padding: .5% 0
    }

    .pad-md-05-0 {
        padding: .5% 0
    }

    .pad-md-05-05 {
        padding: .5%
    }

    .pad-md-05-1 {
        padding: .5% 1%
    }

    .pad-md-05-2 {
        padding: .5% 2%
    }

    .pad-md-05-3 {
        padding: .5% 4%
    }

    .pad-md-05-4 {
        padding: .5% 8%
    }

    .pad-md-05-5 {
        padding: .5% 12%
    }

    .pad-md-05-6 {
        padding: .5% 24%
    }

    .pad-md-1-auto {
        padding: 1% 0
    }

    .pad-md-1-0 {
        padding: 1% 0
    }

    .pad-md-1-05 {
        padding: 1% .5%
    }

    .pad-md-1-1 {
        padding: 1%
    }

    .pad-md-1-2 {
        padding: 1% 2%
    }

    .pad-md-1-3 {
        padding: 1% 4%
    }

    .pad-md-1-4 {
        padding: 1% 8%
    }

    .pad-md-1-5 {
        padding: 1% 12%
    }

    .pad-md-1-6 {
        padding: 1% 24%
    }

    .pad-md-2-auto {
        padding: 2% 0
    }

    .pad-md-2-0 {
        padding: 2% 0
    }

    .pad-md-2-05 {
        padding: 2% .5%
    }

    .pad-md-2-1 {
        padding: 2% 1%
    }

    .pad-md-2-2 {
        padding: 2%
    }

    .pad-md-2-3 {
        padding: 2% 4%
    }

    .pad-md-2-4 {
        padding: 2% 8%
    }

    .pad-md-2-5 {
        padding: 2% 12%
    }

    .pad-md-2-6 {
        padding: 2% 24%
    }

    .pad-md-3-auto {
        padding: 4% 0
    }

    .pad-md-3-0 {
        padding: 4% 0
    }

    .pad-md-3-05 {
        padding: 4% .5%
    }

    .pad-md-3-1 {
        padding: 4% 1%
    }

    .pad-md-3-2 {
        padding: 4% 2%
    }

    .pad-md-3-3 {
        padding: 4%
    }

    .pad-md-3-4 {
        padding: 4% 8%
    }

    .pad-md-3-5 {
        padding: 4% 12%
    }

    .pad-md-3-6 {
        padding: 4% 24%
    }

    .pad-md-4-auto {
        padding: 8% 0
    }

    .pad-md-4-0 {
        padding: 8% 0
    }

    .pad-md-4-05 {
        padding: 8% .5%
    }

    .pad-md-4-1 {
        padding: 8% 1%
    }

    .pad-md-4-2 {
        padding: 8% 2%
    }

    .pad-md-4-3 {
        padding: 8% 4%
    }

    .pad-md-4-4 {
        padding: 8%
    }

    .pad-md-4-5 {
        padding: 8% 12%
    }

    .pad-md-4-6 {
        padding: 8% 24%
    }

    .pad-md-5-auto {
        padding: 12% 0
    }

    .pad-md-5-0 {
        padding: 12% 0
    }

    .pad-md-5-05 {
        padding: 12% .5%
    }

    .pad-md-5-1 {
        padding: 12% 1%
    }

    .pad-md-5-2 {
        padding: 12% 2%
    }

    .pad-md-5-3 {
        padding: 12% 4%
    }

    .pad-md-5-4 {
        padding: 12% 8%
    }

    .pad-md-5-5 {
        padding: 12%
    }

    .pad-md-5-6 {
        padding: 12% 24%
    }

    .pad-md-6-auto {
        padding: 24% 0
    }

    .pad-md-6-0 {
        padding: 24% 0
    }

    .pad-md-6-05 {
        padding: 24% .5%
    }

    .pad-md-6-1 {
        padding: 24% 1%
    }

    .pad-md-6-2 {
        padding: 24% 2%
    }

    .pad-md-6-3 {
        padding: 24% 4%
    }

    .pad-md-6-4 {
        padding: 24% 8%
    }

    .pad-md-6-5 {
        padding: 24% 12%
    }

    .pad-md-6-6 {
        padding: 24%
    }

    .pad-left-md-auto {
        padding-left: 0
    }

    .pad-right-md-auto {
        padding-right: 0
    }

    .pad-top-md-auto {
        padding-top: 0
    }

    .pad-bottom-md-auto {
        padding-bottom: 0
    }

    .pad-left-md-0 {
        padding-left: 0
    }

    .pad-right-md-0 {
        padding-right: 0
    }

    .pad-top-md-0 {
        padding-top: 0
    }

    .pad-bottom-md-0 {
        padding-bottom: 0
    }

    .pad-left-md-05 {
        padding-left: .5%
    }

    .pad-right-md-05 {
        padding-right: .5%
    }

    .pad-top-md-05 {
        padding-top: .5%
    }

    .pad-bottom-md-05 {
        padding-bottom: .5%
    }

    .pad-left-md-1 {
        padding-left: 1%
    }

    .pad-right-md-1 {
        padding-right: 1%
    }

    .pad-top-md-1 {
        padding-top: 1%
    }

    .pad-bottom-md-1 {
        padding-bottom: 1%
    }

    .pad-left-md-2 {
        padding-left: 2%
    }

    .pad-right-md-2 {
        padding-right: 2%
    }

    .pad-top-md-2 {
        padding-top: 2%
    }

    .pad-bottom-md-2 {
        padding-bottom: 2%
    }

    .pad-left-md-3 {
        padding-left: 4%
    }

    .pad-right-md-3 {
        padding-right: 4%
    }

    .pad-top-md-3 {
        padding-top: 4%
    }

    .pad-bottom-md-3 {
        padding-bottom: 4%
    }

    .pad-left-md-4 {
        padding-left: 8%
    }

    .pad-right-md-4 {
        padding-right: 8%
    }

    .pad-top-md-4 {
        padding-top: 8%
    }

    .pad-bottom-md-4 {
        padding-bottom: 8%
    }

    .pad-left-md-5 {
        padding-left: 12%
    }

    .pad-right-md-5 {
        padding-right: 12%
    }

    .pad-top-md-5 {
        padding-top: 12%
    }

    .pad-bottom-md-5 {
        padding-bottom: 12%
    }

    .pad-left-md-6 {
        padding-left: 24%
    }

    .pad-right-md-6 {
        padding-right: 24%
    }

    .pad-top-md-6 {
        padding-top: 24%
    }

    .pad-bottom-md-6 {
        padding-bottom: 24%
    }

    .space-md-auto-auto {
        margin: auto
    }

    .space-md-auto-0 {
        margin: auto 0
    }

    .space-md-auto-05 {
        margin: auto .5%
    }

    .space-md-auto-1 {
        margin: auto 1%
    }

    .space-md-auto-2 {
        margin: auto 2%
    }

    .space-md-auto-3 {
        margin: auto 4%
    }

    .space-md-auto-4 {
        margin: auto 8%
    }

    .space-md-auto-5 {
        margin: auto 12%
    }

    .space-md-auto-6 {
        margin: auto 24%
    }

    .space-md-0-auto {
        margin: 0 auto
    }

    .space-md-0-0 {
        margin: 0
    }

    .space-md-0-05 {
        margin: 0 .5%
    }

    .space-md-0-1 {
        margin: 0 1%
    }

    .space-md-0-2 {
        margin: 0 2%
    }

    .space-md-0-3 {
        margin: 0 4%
    }

    .space-md-0-4 {
        margin: 0 8%
    }

    .space-md-0-5 {
        margin: 0 12%
    }

    .space-md-0-6 {
        margin: 0 24%
    }

    .space-md-05-auto {
        margin: .5% auto
    }

    .space-md-05-0 {
        margin: .5% 0
    }

    .space-md-05-05 {
        margin: .5%
    }

    .space-md-05-1 {
        margin: .5% 1%
    }

    .space-md-05-2 {
        margin: .5% 2%
    }

    .space-md-05-3 {
        margin: .5% 4%
    }

    .space-md-05-4 {
        margin: .5% 8%
    }

    .space-md-05-5 {
        margin: .5% 12%
    }

    .space-md-05-6 {
        margin: .5% 24%
    }

    .space-md-1-auto {
        margin: 1% auto
    }

    .space-md-1-0 {
        margin: 1% 0
    }

    .space-md-1-05 {
        margin: 1% .5%
    }

    .space-md-1-1 {
        margin: 1%
    }

    .space-md-1-2 {
        margin: 1% 2%
    }

    .space-md-1-3 {
        margin: 1% 4%
    }

    .space-md-1-4 {
        margin: 1% 8%
    }

    .space-md-1-5 {
        margin: 1% 12%
    }

    .space-md-1-6 {
        margin: 1% 24%
    }

    .space-md-2-auto {
        margin: 2% auto
    }

    .space-md-2-0 {
        margin: 2% 0
    }

    .space-md-2-05 {
        margin: 2% .5%
    }

    .space-md-2-1 {
        margin: 2% 1%
    }

    .space-md-2-2 {
        margin: 2%
    }

    .space-md-2-3 {
        margin: 2% 4%
    }

    .space-md-2-4 {
        margin: 2% 8%
    }

    .space-md-2-5 {
        margin: 2% 12%
    }

    .space-md-2-6 {
        margin: 2% 24%
    }

    .space-md-3-auto {
        margin: 4% auto
    }

    .space-md-3-0 {
        margin: 4% 0
    }

    .space-md-3-05 {
        margin: 4% .5%
    }

    .space-md-3-1 {
        margin: 4% 1%
    }

    .space-md-3-2 {
        margin: 4% 2%
    }

    .space-md-3-3 {
        margin: 4%
    }

    .space-md-3-4 {
        margin: 4% 8%
    }

    .space-md-3-5 {
        margin: 4% 12%
    }

    .space-md-3-6 {
        margin: 4% 24%
    }

    .space-md-4-auto {
        margin: 8% auto
    }

    .space-md-4-0 {
        margin: 8% 0
    }

    .space-md-4-05 {
        margin: 8% .5%
    }

    .space-md-4-1 {
        margin: 8% 1%
    }

    .space-md-4-2 {
        margin: 8% 2%
    }

    .space-md-4-3 {
        margin: 8% 4%
    }

    .space-md-4-4 {
        margin: 8%
    }

    .space-md-4-5 {
        margin: 8% 12%
    }

    .space-md-4-6 {
        margin: 8% 24%
    }

    .space-md-5-auto {
        margin: 12% auto
    }

    .space-md-5-0 {
        margin: 12% 0
    }

    .space-md-5-05 {
        margin: 12% .5%
    }

    .space-md-5-1 {
        margin: 12% 1%
    }

    .space-md-5-2 {
        margin: 12% 2%
    }

    .space-md-5-3 {
        margin: 12% 4%
    }

    .space-md-5-4 {
        margin: 12% 8%
    }

    .space-md-5-5 {
        margin: 12%
    }

    .space-md-5-6 {
        margin: 12% 24%
    }

    .space-md-6-auto {
        margin: 24% auto
    }

    .space-md-6-0 {
        margin: 24% 0
    }

    .space-md-6-05 {
        margin: 24% .5%
    }

    .space-md-6-1 {
        margin: 24% 1%
    }

    .space-md-6-2 {
        margin: 24% 2%
    }

    .space-md-6-3 {
        margin: 24% 4%
    }

    .space-md-6-4 {
        margin: 24% 8%
    }

    .space-md-6-5 {
        margin: 24% 12%
    }

    .space-md-6-6 {
        margin: 24%
    }

    .space-left-md-auto {
        margin-left: auto
    }

    .space-right-md-auto {
        margin-right: auto
    }

    .space-top-md-auto {
        margin-top: auto
    }

    .space-bottom-md-auto {
        margin-bottom: auto
    }

    .space-left-md-0 {
        margin-left: 0
    }

    .space-right-md-0 {
        margin-right: 0
    }

    .space-top-md-0 {
        margin-top: 0
    }

    .space-bottom-md-0 {
        margin-bottom: 0
    }

    .space-left-md-05 {
        margin-left: .5%
    }

    .space-right-md-05 {
        margin-right: .5%
    }

    .space-top-md-05 {
        margin-top: .5%
    }

    .space-bottom-md-05 {
        margin-bottom: .5%
    }

    .space-left-md-1 {
        margin-left: 1%
    }

    .space-right-md-1 {
        margin-right: 1%
    }

    .space-top-md-1 {
        margin-top: 1%
    }

    .space-bottom-md-1 {
        margin-bottom: 1%
    }

    .space-left-md-2 {
        margin-left: 2%
    }

    .space-right-md-2 {
        margin-right: 2%
    }

    .space-top-md-2 {
        margin-top: 2%
    }

    .space-bottom-md-2 {
        margin-bottom: 2%
    }

    .space-left-md-3 {
        margin-left: 4%
    }

    .space-right-md-3 {
        margin-right: 4%
    }

    .space-top-md-3 {
        margin-top: 4%
    }

    .space-bottom-md-3 {
        margin-bottom: 4%
    }

    .space-left-md-4 {
        margin-left: 8%
    }

    .space-right-md-4 {
        margin-right: 8%
    }

    .space-top-md-4 {
        margin-top: 8%
    }

    .space-bottom-md-4 {
        margin-bottom: 8%
    }

    .space-left-md-5 {
        margin-left: 12%
    }

    .space-right-md-5 {
        margin-right: 12%
    }

    .space-top-md-5 {
        margin-top: 12%
    }

    .space-bottom-md-5 {
        margin-bottom: 12%
    }

    .space-left-md-6 {
        margin-left: 24%
    }

    .space-right-md-6 {
        margin-right: 24%
    }

    .space-top-md-6 {
        margin-top: 24%
    }

    .space-bottom-md-6 {
        margin-bottom: 24%
    }
}

@media screen and (min-width: 1024px) {
    .grid-col-lg {
        display: block;
        float: left
    }

    .grid-bordered-lg:last-child {
        border-bottom: solid 1px #fff
    }

    .grid-bordered-lg > [class*='grid-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

        .grid-bordered-lg > [class*='grid-col']:last-child {
            border-right: solid 1px #fff
        }

    .grid-bordered-lg > [class*='list-col'] {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff
    }

    .grid-bordered-lg > [class*='list-col']:last-child {
        border-right: solid 1px #fff
    }

    .grid-swap-lg > [class*='grid-col'].first {
        float: right
    }

    .grid-swap-lg > [class*='grid-col'].last {
        float: left
    }

    .grid-swap-reset-lg > [class*='grid-col'].first {
        float: none
    }

    .grid-swap-reset-lg > [class*='grid-col'].last {
        float: none
    }

    .col-lg-1-5 {
        width: 20%
    }

    .col-lg-2-5 {
        width: 40%
    }

    .col-lg-3-5 {
        width: 60%
    }

    .col-lg-4-5 {
        width: 80%
    }

    .col-lg-5-5 {
        width: 100%
    }

    .col-lg-1-8 {
        width: 12.5%
    }

    .col-lg-2-8 {
        width: 25%
    }

    .col-lg-3-8 {
        width: 37.5%
    }

    .col-lg-4-8 {
        width: 50%
    }

    .col-lg-5-8 {
        width: 62.5%
    }

    .col-lg-6-8 {
        width: 75%
    }

    .col-lg-7-8 {
        width: 87.5%
    }

    .col-lg-8-8 {
        width: 100%
    }

    .col-lg-1-12 {
        width: 8.33333%
    }

    .col-lg-2-12 {
        width: 16.66667%
    }

    .col-lg-3-12 {
        width: 25%
    }

    .col-lg-4-12 {
        width: 33.33333%
    }

    .col-lg-5-12 {
        width: 41.66667%
    }

    .col-lg-6-12 {
        width: 50%
    }

    .col-lg-7-12 {
        width: 58.33333%
    }

    .col-lg-8-12 {
        width: 66.66667%
    }

    .col-lg-9-12 {
        width: 75%
    }

    .col-lg-10-12 {
        width: 83.33333%
    }

    .col-lg-11-12 {
        width: 91.66667%
    }

    .col-lg-12-12 {
        width: 100%
    }

    .table-grid-lg {
        display: table;
        width: 100%
    }

        .table-grid-lg > .table-grid-col {
            display: table-cell;
            vertical-align: top
        }

            .table-grid-lg > .table-grid-col.col-align-middle {
                vertical-align: middle
            }

    .table-grid-reset-lg {
        display: inherit;
        width: auto
    }

        .table-grid-reset-lg > .table-grid-col {
            display: inherit
        }

    .flex-grid-lg {
        -webkit-box-orient: horizontal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .flex-grid-lg > .flex-grid-col {
            display: block
        }

            .flex-grid-lg > .flex-grid-col.col-align-middle {
                -ms-flex-item-align: center;
                align-self: center
            }

    .flex-swap-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-swap-reset-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    html.ie8 .flex-grid-lg > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie8 .flex-grid-lg > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie8 .flex-swap-lg:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie8 .flex-swap-lg > .flex-grid-col.first {
        float: right
    }

    html.ie8 .flex-swap-lg > .flex-grid-col.last {
        float: left
    }

    html.ie8 .flex-swap-reset-lg:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie8 .flex-swap-reset-lg > .flex-grid-col.first {
        float: none
    }

    html.ie8 .flex-swap-reset-lg > .flex-grid-col.last {
        float: none
    }

    html.ie9 .flex-grid-lg > .flex-grid-col {
        display: table-cell;
        vertical-align: top
    }

        html.ie9 .flex-grid-lg > .flex-grid-col.col-align-middle {
            vertical-align: middle
        }

    html.ie9 .flex-swap-lg:after {
        display: table-cell;
        content: '';
        clear: both
    }

    html.ie9 .flex-swap-lg > .flex-grid-col.first {
        float: right
    }

    html.ie9 .flex-swap-lg > .flex-grid-col.last {
        float: left
    }

    html.ie9 .flex-swap-reset-lg:after {
        display: table-cell;
        content: inherit;
        clear: both
    }

    html.ie9 .flex-swap-reset-lg > .flex-grid-col.first {
        float: none
    }

    html.ie9 .flex-swap-reset-lg > .flex-grid-col.last {
        float: none
    }

    .flex-grid-reset-lg {
        display: inherit;
        width: auto
    }

        .flex-grid-reset-lg > .flex-grid-col {
            display: inherit
        }

    .ratio-lg-8-7:before {
        padding-top: 87.5%
    }

    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }

    .hide-lg {
        display: none
    }

    html.touch .hide-touch-lg {
        display: none
    }

    .show-block-lg {
        display: block
    }

    .show-flex-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .show-inline-lg {
        display: inline
    }

    .show-inblock-lg {
        display: inline-block;
        zoom: 1
    }

    .show-table-lg {
        display: table
    }

    .show-cell-lg {
        display: table-cell
    }

    .show-active-block-lg.active {
        display: block
    }

    .show-active-inblock-lg.active {
        display: inline-block
    }

    .show-active-inline-lg.active {
        display: inline
    }

    .show-active-cell-lg.active {
        display: table-cell
    }

    .contain-lg {
        position: relative
    }

    .contain-absolute-lg {
        position: absolute
    }

    .contain-reset-lg {
        position: static
    }

    .span-both-lg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .span-width-lg {
        width: 100%
    }

    .span-height-lg {
        height: 100%
    }

    .header-item-logo {
        padding: 12px 32px;
        margin: 0
    }

    body {
        z-index: 3
    }

    .app-content-area {
        padding-top: 94px
    }

    html.screen-lock body {
        width: 100% !important
    }

    .table-grid-lg.grid-vertical-separation > .table-grid-col + .table-grid-col {
        border-left: solid 1px #b3b3b3
    }

    .btn-primary-lg {
        background-color: transparent;
        border-color: #1A355E;
        color: #1A355E
    }

        .btn-primary-lg:hover {
            background-color: #1A355E;
            border-color: #1A355E;
            color: #fff
        }

    .btn-secondary-lg {
        background-color: #1A355E;
        border-color: #1A355E;
        color: #fff
    }

        .btn-secondary-lg:hover {
            background-color: #fff;
            border-color: #1A355E;
            color: #1A355E
        }

    .btn-on-dark-lg {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .btn-on-dark-lg:hover {
            background-color: #fff;
            border-color: #fff;
            color: #1A355E
        }

    .btn-no-border-lg {
        border: none
    }

    .alt-list-1col-lg .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-1col-lg .alt-list-col:nth-child(2n+1) {
            background-color: #f2f2f2
        }

    .alt-list-2col-lg .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-2col-lg .alt-list-col:nth-child(4n+1) {
            background-color: #f2f2f2
        }

        .alt-list-2col-lg .alt-list-col:nth-child(4n+2) {
            background-color: #f2f2f2
        }

    .alt-list-3col-lg .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-3col-lg .alt-list-col:nth-child(6n+1) {
            background-color: #f2f2f2
        }

        .alt-list-3col-lg .alt-list-col:nth-child(6n+2) {
            background-color: #f2f2f2
        }

        .alt-list-3col-lg .alt-list-col:nth-child(6n+3) {
            background-color: #f2f2f2
        }

    .alt-list-4col-lg .alt-list-col {
        background-color: #e2e2e2
    }

        .alt-list-4col-lg .alt-list-col:nth-child(8n+1) {
            background-color: #f2f2f2
        }

        .alt-list-4col-lg .alt-list-col:nth-child(8n+2) {
            background-color: #f2f2f2
        }

        .alt-list-4col-lg .alt-list-col:nth-child(8n+3) {
            background-color: #f2f2f2
        }

        .alt-list-4col-lg .alt-list-col:nth-child(8n+4) {
            background-color: #f2f2f2
        }

    .alt-list-reset-lg .alt-list-col {
        background-color: transparent !important
    }

    .mega-navigation {
        display: block
    }

    .primary-nav-item.touch-active > span {
        color: #fd8204
    }

        .primary-nav-item.touch-active > span:before {
            content: '-'
        }

    html.no-touch .primary-nav-item:hover > span {
        color: #fd8204
    }

        html.no-touch .primary-nav-item:hover > span:before {
            content: '-'
        }

    html.no-touch .primary-nav-item.has-secondary-nav:hover > span:after {
        opacity: 1;
        margin-top: auto;
        bottom: -30px
    }

    html.no-touch .primary-nav-item.has-secondary-nav:hover > .secondary-nav-container {
        margin-top: auto;
        opacity: 1
    }

    .primary-nav-item.has-secondary-nav.touch-active > span:after {
        opacity: 1;
        margin-top: auto;
        bottom: -30px
    }

    .primary-nav-item.has-secondary-nav.touch-active > .secondary-nav-container {
        margin-top: auto;
        opacity: 1
    }

    .primary-nav-products .secondary-nav-container {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        margin-left: -45%
    }

        .primary-nav-products .secondary-nav-container > .grid-col-lg {
            padding-left: 20px;
            padding-right: 20px
        }

    .primary-nav-products .secondary-nav-2 {
        border-left: solid 1px #b3b3b3;
        border-right: solid 1px #b3b3b3
    }

    .secondary-nav-container {
        display: block;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        opacity: 0;
        margin-top: -9999px;
        position: absolute;
        left: 50%;
        top: 99%;
        width: 200px;
        margin-left: -100px;
        padding: 50px 20px 20px;
        z-index: 10
    }

        .secondary-nav-container:before {
            -webkit-box-shadow: 0 2px 14px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 14px 4px rgba(0, 0, 0, 0.3);
            border-radius: 5px
        }

    .primary-nav-order .secondary-nav-container {
        width: 70%;
        margin-left: -35%
    }

    .primary-nav-order .secondary-nav-item > a {
        margin-right: 0
    }

    .secondary-nav-content {
        display: block
    }

    .secondary-nav-header {
        margin: 0 0 15px;
        cursor: default
    }

    .secondary-nav-item > a {
        margin-right: 10px;
        padding: 3px;
        border-radius: 2px
    }

    .secondary-nav-item-alt.secondary-nav-item > a {
        padding: 0
    }

        .secondary-nav-item-alt.secondary-nav-item > a:hover {
            background-color: transparent
        }

        .secondary-nav-item-alt.secondary-nav-item > a .label {
            border-bottom: solid 1px #fff
        }

    .secondary-nav-callout {
        display: block
    }

        .secondary-nav-callout .btn-primary {
            margin-left: 0;
            margin-top: 0
        }

    .secondary-nav-callout-thumb {
        display: block
    }

    .header-link-menu {
        display: none;
        display: none !important
    }

    .footer {
        border-top: 1px solid #fff
    }

    .footer-site-map-header {
        font-size: 17px
    }

    .footer-site-map-item {
        font-size: 17px
    }

    .footer-social-label {
        font-size: 1em
    }

    .footer-social-links .icon {
        font-size: 1.5em
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
        margin-left: 20px
    }

    .header-search-input {
        border-bottom: solid 1px #888;
        position: relative;
        z-index: 21
    }

        .header-search-input input {
            padding: 0 34% 0 20px;
            background: 0 0
        }

        .header-search-input span.hint {
            padding: 0 34% 0 20px
        }

    .header-search-filters.active {
        display: block
    }

    .search-input-container .label {
        display: block
    }

    .search-input-container .input-btn-search {
        right: 0;
        left: auto
    }

    .search-input-container .input-btn-close {
        display: none
    }

    .hero-content h1 {
        font-size: 60px
    }

    .hero-content h2 {
        font-size: 22px
    }

    .hero-popup {
        top: 1 50px;
        width: 60%;
        margin-left: -170%
    }

    .hero-popup-content {
        text-align: left
    }

    .hero-popup-close {
        right: 13px;
        left: auto;
        margin-left: 0
    }

    .hero-base-link {
        font-size: 27px
    }

        .hero-base-link small {
            font-size: 17px 17px
        }

    .media-carousel-content {
        padding: 5% 1%
    }

        .media-carousel-content h4 {
            font-size: 31px
        }

    .media-carousel-caption {
        font-size: 20px
    }

    .page-header-container {
        padding: 4% 32px
    }

    .tag-list-item {
        margin-bottom: 4%
    }

    .global-callout-item {
        background-color: #eee
    }

    .global-callout-item-last {
        background-color: #eee
    }

    .mobile-only-whats-new .custom-paging {
        width: 37.5%
    }

    .mobile-only-carousel-caption {
        line-height: 2.25em
    }

    .hero-block-copy p {
        display: block
    }

    .hero-block-copy .btn-expand {
        display: none
    }

    .hero-block-copy .overflow {
        left: 37.5%;
        padding: 4%
    }

    .has-overflow .hero-block-copy .btn-expand {
        display: inline-block
    }

    .homepage-callout-item {
        background-color: #eee
    }

    .homepage-preview-intro h2 {
        font-size: 36px
    }

    .homepage-preview-intro h3 {
        font-size: 36px
    }

    .homepage-preview-intro p {
        font-size: 18px;
        line-height: 1.6em
    }

    .homepage-preview-item-descriptions h2 {
        font-size: 36px
    }

    .homepage-preview-item-descriptions h3 {
        font-size: 36px
    }

    .homepage-preview-item-descriptions p {
        font-size: 18px;
        line-height: 1.6em
    }

    .homepage-preview-label {
        font-size: 20px;
        line-height: 1.1em
    }

    .media-carousel-homepage .carousel-pop-video .BrightcoveExperience {
        margin-left: 0;
        left: 0
    }

    .product-detail-media {
        border-spacing: 5px
    }

        .product-detail-media .table-grid-col {
            border-top: none;
            border-bottom: none
        }

    .page-product-detail .document-count {
        width: 75%;
        padding-left: 5px
    }

    .page-product-detail .document-count-popup {
        position: relative;
        margin: 0;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        border: none;
        background: 0 0;
        border-radius: 0;
        width: 100%;
        z-index: 10;
        overflow: visible
    }

        .page-product-detail .document-count-popup:before {
            display: none
        }

        .page-product-detail .document-count-popup > li {
            display: inline-block;
            width: 32.5%;
            vertical-align: top;
            padding-right: 5px
        }

            .page-product-detail .document-count-popup > li:last-child {
                padding-right: 0
            }

        .page-product-detail .document-count-popup ul ul {
            position: absolute;
            display: none;
            background: #fff
        }

            .page-product-detail .document-count-popup ul ul.active {
                display: block
            }

        .page-product-detail .document-count-popup ul li {
            display: block;
            list-style: none
        }

        .page-product-detail .document-count-popup a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background: #fff;
            border-radius: 3px;
            height: 55px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 1.3em;
            padding: 10px 10px 10px 40px;
            text-transform: uppercase
        }

            .page-product-detail .document-count-popup a:hover {
                background: #1A355E;
                color: #fff
            }

            .page-product-detail .document-count-popup a .icon {
                top: 50%;
                margin-top: -18px
            }

            .page-product-detail .document-count-popup a.trigger-group-link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

    .page-product-detail .document-count-label {
        max-width: none;
        background: #1A355E;
        color: #fff;
        border-radius: 3px;
        height: 55px;
        text-transform: uppercase;
        padding: 10px;
        width: 25%;
        font-size: .9em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .results-filter-group {
        margin-top: 20px
    }

    .sort-button {
        text-align: right
    }

    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-right-lg {
        text-align: right
    }

    .text-minus-lg {
        font-size: .8em
    }

    .text-minus2-lg {
        font-size: .6em
    }

    .text-plus-lg {
        font-size: 1.2em
    }

    .text-plus2-lg {
        font-size: 1.4em
    }

    .text-size-reset-lg {
        font-size: 1em
    }

    .text-caps-lg {
        text-transform: uppercase
    }

    .text-no-caps-lg {
        text-transform: none
    }

    .text-active-transparent-lg.active {
        color: transparent
    }

    .text-hover-transparent-lg:hover {
        color: transparent
    }

    .text-transparent-lg {
        color: transparent
    }

    .text-active-white-lg.active {
        color: #fff
    }

    .text-hover-white-lg:hover {
        color: #fff
    }

    .text-white-lg {
        color: #fff
    }

    .text-active-blue-dark-lg.active {
        color: #1A355E
    }

    .text-blue-dark-lg {
        color: #1A355E
    }

    .text-hover-blue-dark-lg:hover {
        color: #1A355E
    }

    .text-active-blue-medium-lg.active {
        color: #0082cb
    }

    .text-blue-medium-lg {
        color: #0082cb
    }

    .text-hover-blue-medium-lg:hover {
        color: #0082cb
    }

    .text-active-blue-powder-lg.active {
        color: #82c5e0
    }

    .text-blue-powder-lg {
        color: #82c5e0
    }

    .text-hover-blue-powder-lg:hover {
        color: #82c5e0
    }

    .text-active-blue-slate-lg.active {
        color: #455b7c
    }

    .text-blue-slate-lg {
        color: #455b7c
    }

    .text-hover-blue-slate-lg:hover {
        color: #455b7c
    }

    .text-active-red-medium-lg.active {
        color: #c30e2e
    }

    .text-hover-red-medium-lg:hover {
        color: #c30e2e
    }

    .text-red-medium-lg {
        color: #c30e2e
    }

    .text-active-orange-medium-lg.active {
        color: #fd8204
    }

    .text-hover-orange-medium-lg:hover {
        color: #fd8204
    }

    .text-orange-medium-lg {
        color: #fd8204
    }

    .text-active-gray-darker-lg.active {
        color: #353535
    }

    .text-gray-darker-lg {
        color: #353535
    }

    .text-hover-gray-darker-lg:hover {
        color: #353535
    }

    .text-active-gray-dark-lg.active {
        color: #65646a
    }

    .text-gray-dark-lg {
        color: #65646a
    }

    .text-hover-gray-dark-lg:hover {
        color: #65646a
    }

    .text-active-gray-medium-lg.active {
        color: #888
    }

    .text-gray-medium-lg {
        color: #888
    }

    .text-hover-gray-medium-lg:hover {
        color: #888
    }

    .text-active-gray-light-lg.active {
        color: #b3b3b3
    }

    .text-gray-light-lg {
        color: #b3b3b3
    }

    .text-hover-gray-light-lg:hover {
        color: #b3b3b3
    }

    .text-active-gray-lighter-lg.active {
        color: #d0d0ce
    }

    .text-gray-lighter-lg {
        color: #d0d0ce
    }

    .text-hover-gray-lighter-lg:hover {
        color: #d0d0ce
    }

    .text-active-gray-lightest-lg.active {
        color: #eee
    }

    .text-gray-lightest-lg {
        color: #eee
    }

    .text-hover-gray-lightest-lg:hover {
        color: #eee
    }

    .text-active-black-lg.active {
        color: #000
    }

    .text-black-lg {
        color: #000
    }

    .text-hover-black-lg:hover {
        color: #000
    }

    .bg-transparent-lg {
        background-color: transparent
    }

    .bg-white-lg {
        background-color: #fff
    }

    .bg-blue-dark-lg {
        background-color: #1A355E
    }

    .bg-blue-medium-lg {
        background-color: #0082cb
    }

    .bg-blue-powder-lg {
        background-color: #82c5e0
    }

    .bg-blue-slate-lg {
        background-color: #455b7c
    }

    .bg-red-medium-lg {
        background-color: #c30e2e
    }

    .bg-orange-medium-lg {
        background-color: #fd8204
    }

    .bg-gray-darker-lg {
        background-color: #353535
    }

    .bg-gray-dark-lg {
        background-color: #65646a
    }

    .bg-gray-medium-lg {
        background-color: #888
    }

    .bg-gray-light-lg {
        background-color: #b3b3b3
    }

    .bg-gray-lighter-lg {
        background-color: #d0d0ce
    }

    .bg-gray-lightest-lg {
        background-color: #eee
    }

    .bg-black-lg {
        background-color: #000
    }

    .bg-pattern-lg[class*='bg-blue-dark-lg'] {
        background-image: url(../images/patterns/pattern-shattered-navy.png)
    }

    .bg-pattern-lg[class*='bg-gray-light-lg'] {
        background-image: url(../images/patterns/pattern-shattered-light-gray.png)
    }

    .bg-pattern-lg[class*='bg-gray-lighter-lg'] {
        background-image: url(../images/patterns/pattern-shattered-lighter-gray.png)
    }

    .bg-pattern-lg[class*='bg-gray-dark-lg'] {
        background-image: url(../images/patterns/pattern-shattered-charcoal.png)
    }

    .bg-reset-lg[class*='bg-'] {
        background-image: none
    }

    .bg-reset-pattern-lg[class*='bg-'] {
        background-image: none
    }

    .bg-reset-color-lg[class*='bg-'] {
        background-color: transparent
    }

    .msgAlert .textPad {
        padding-left: 75px
    }

    .img-responsive-lg {
        display: block;
        width: 100%;
        height: auto
    }

    .img-responsive-reset-lg {
        display: inline;
        width: auto;
        height: auto
    }

    .stick-to-bottom-lg {
        position: absolute;
        bottom: 0
    }

    .stick-to-top-lg {
        position: absolute;
        top: 0
    }

    .stick-to-left-lg {
        position: absolute;
        left: 0
    }

    .stick-to-right-lg {
        position: absolute;
        right: 0
    }

    .stick-to-reset-lg {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto
    }

    .pad-lg-auto-auto {
        padding: 0
    }

    .pad-lg-auto-0 {
        padding: 0
    }

    .pad-lg-auto-05 {
        padding: 0 .5%
    }

    .pad-lg-auto-1 {
        padding: 0 1%
    }

    .pad-lg-auto-2 {
        padding: 0 2%
    }

    .pad-lg-auto-3 {
        padding: 0 4%
    }

    .pad-lg-auto-4 {
        padding: 0 8%
    }

    .pad-lg-auto-5 {
        padding: 0 12%
    }

    .pad-lg-auto-6 {
        padding: 0 24%
    }

    .pad-lg-0-auto {
        padding: 0 0
    }

    .pad-lg-0-0 {
        padding: 0
    }

    .pad-lg-0-05 {
        padding: 0 .5%
    }

    .pad-lg-0-1 {
        padding: 0 1%
    }

    .pad-lg-0-2 {
        padding: 0 2%
    }

    .pad-lg-0-3 {
        padding: 0 4%
    }

    .pad-lg-0-4 {
        padding: 0 8%
    }

    .pad-lg-0-5 {
        padding: 0 12%
    }

    .pad-lg-0-6 {
        padding: 0 24%
    }

    .pad-lg-05-auto {
        padding: .5% 0
    }

    .pad-lg-05-0 {
        padding: .5% 0
    }

    .pad-lg-05-05 {
        padding: .5%
    }

    .pad-lg-05-1 {
        padding: .5% 1%
    }

    .pad-lg-05-2 {
        padding: .5% 2%
    }

    .pad-lg-05-3 {
        padding: .5% 4%
    }

    .pad-lg-05-4 {
        padding: .5% 8%
    }

    .pad-lg-05-5 {
        padding: .5% 12%
    }

    .pad-lg-05-6 {
        padding: .5% 24%
    }

    .pad-lg-1-auto {
        padding: 1% 0
    }

    .pad-lg-1-0 {
        padding: 1% 0
    }

    .pad-lg-1-05 {
        padding: 1% .5%
    }

    .pad-lg-1-1 {
        padding: 1%
    }

    .pad-lg-1-2 {
        padding: 1% 2%
    }

    .pad-lg-1-3 {
        padding: 1% 4%
    }

    .pad-lg-1-4 {
        padding: 1% 8%
    }

    .pad-lg-1-5 {
        padding: 1% 12%
    }

    .pad-lg-1-6 {
        padding: 1% 24%
    }

    .pad-lg-2-auto {
        padding: 2% 0
    }

    .pad-lg-2-0 {
        padding: 2% 0
    }

    .pad-lg-2-05 {
        padding: 2% .5%
    }

    .pad-lg-2-1 {
        padding: 2% 1%
    }

    .pad-lg-2-2 {
        padding: 2%
    }

    .pad-lg-2-3 {
        padding: 2% 4%
    }

    .pad-lg-2-4 {
        padding: 2% 8%
    }

    .pad-lg-2-5 {
        padding: 2% 12%
    }

    .pad-lg-2-6 {
        padding: 2% 24%
    }

    .pad-lg-3-auto {
        padding: 4% 0
    }

    .pad-lg-3-0 {
        padding: 4% 0
    }

    .pad-lg-3-05 {
        padding: 4% .5%
    }

    .pad-lg-3-1 {
        padding: 4% 1%
    }

    .pad-lg-3-2 {
        padding: 4% 2%
    }

    .pad-lg-3-3 {
        padding: 4%
    }

    .pad-lg-3-4 {
        padding: 4% 8%
    }

    .pad-lg-3-5 {
        padding: 4% 12%
    }

    .pad-lg-3-6 {
        padding: 4% 24%
    }

    .pad-lg-4-auto {
        padding: 8% 0
    }

    .pad-lg-4-0 {
        padding: 8% 0
    }

    .pad-lg-4-05 {
        padding: 8% .5%
    }

    .pad-lg-4-1 {
        padding: 8% 1%
    }

    .pad-lg-4-2 {
        padding: 8% 2%
    }

    .pad-lg-4-3 {
        padding: 8% 4%
    }

    .pad-lg-4-4 {
        padding: 8%
    }

    .pad-lg-4-5 {
        padding: 8% 12%
    }

    .pad-lg-4-6 {
        padding: 8% 24%
    }

    .pad-lg-5-auto {
        padding: 12% 0
    }

    .pad-lg-5-0 {
        padding: 12% 0
    }

    .pad-lg-5-05 {
        padding: 12% .5%
    }

    .pad-lg-5-1 {
        padding: 12% 1%
    }

    .pad-lg-5-2 {
        padding: 12% 2%
    }

    .pad-lg-5-3 {
        padding: 12% 4%
    }

    .pad-lg-5-4 {
        padding: 12% 8%
    }

    .pad-lg-5-5 {
        padding: 12%
    }

    .pad-lg-5-6 {
        padding: 12% 24%
    }

    .pad-lg-6-auto {
        padding: 24% 0
    }

    .pad-lg-6-0 {
        padding: 24% 0
    }

    .pad-lg-6-05 {
        padding: 24% .5%
    }

    .pad-lg-6-1 {
        padding: 24% 1%
    }

    .pad-lg-6-2 {
        padding: 24% 2%
    }

    .pad-lg-6-3 {
        padding: 24% 4%
    }

    .pad-lg-6-4 {
        padding: 24% 8%
    }

    .pad-lg-6-5 {
        padding: 24% 12%
    }

    .pad-lg-6-6 {
        padding: 24%
    }

    .pad-left-lg-auto {
        padding-left: 0
    }

    .pad-right-lg-auto {
        padding-right: 0
    }

    .pad-top-lg-auto {
        padding-top: 0
    }

    .pad-bottom-lg-auto {
        padding-bottom: 0
    }

    .pad-left-lg-0 {
        padding-left: 0
    }

    .pad-right-lg-0 {
        padding-right: 0
    }

    .pad-top-lg-0 {
        padding-top: 0
    }

    .pad-bottom-lg-0 {
        padding-bottom: 0
    }

    .pad-left-lg-05 {
        padding-left: .5%
    }

    .pad-right-lg-05 {
        padding-right: .5%
    }

    .pad-top-lg-05 {
        padding-top: .5%
    }

    .pad-bottom-lg-05 {
        padding-bottom: .5%
    }

    .pad-left-lg-1 {
        padding-left: 1%
    }

    .pad-right-lg-1 {
        padding-right: 1%
    }

    .pad-top-lg-1 {
        padding-top: 1%
    }

    .pad-bottom-lg-1 {
        padding-bottom: 1%
    }

    .pad-left-lg-2 {
        padding-left: 2%
    }

    .pad-right-lg-2 {
        padding-right: 2%
    }

    .pad-top-lg-2 {
        padding-top: 2%
    }

    .pad-bottom-lg-2 {
        padding-bottom: 2%
    }

    .pad-left-lg-3 {
        padding-left: 4%
    }

    .pad-right-lg-3 {
        padding-right: 4%
    }

    .pad-top-lg-3 {
        padding-top: 4%
    }

    .pad-bottom-lg-3 {
        padding-bottom: 4%
    }

    .pad-left-lg-4 {
        padding-left: 8%
    }

    .pad-right-lg-4 {
        padding-right: 8%
    }

    .pad-top-lg-4 {
        padding-top: 8%
    }

    .pad-bottom-lg-4 {
        padding-bottom: 8%
    }

    .pad-left-lg-5 {
        padding-left: 12%
    }

    .pad-right-lg-5 {
        padding-right: 12%
    }

    .pad-top-lg-5 {
        padding-top: 12%
    }

    .pad-bottom-lg-5 {
        padding-bottom: 12%
    }

    .pad-left-lg-6 {
        padding-left: 24%
    }

    .pad-right-lg-6 {
        padding-right: 24%
    }

    .pad-top-lg-6 {
        padding-top: 24%
    }

    .pad-bottom-lg-6 {
        padding-bottom: 24%
    }

    .space-lg-auto-auto {
        margin: auto
    }

    .space-lg-auto-0 {
        margin: auto 0
    }

    .space-lg-auto-05 {
        margin: auto .5%
    }

    .space-lg-auto-1 {
        margin: auto 1%
    }

    .space-lg-auto-2 {
        margin: auto 2%
    }

    .space-lg-auto-3 {
        margin: auto 4%
    }

    .space-lg-auto-4 {
        margin: auto 8%
    }

    .space-lg-auto-5 {
        margin: auto 12%
    }

    .space-lg-auto-6 {
        margin: auto 24%
    }

    .space-lg-0-auto {
        margin: 0 auto
    }

    .space-lg-0-0 {
        margin: 0
    }

    .space-lg-0-05 {
        margin: 0 .5%
    }

    .space-lg-0-1 {
        margin: 0 1%
    }

    .space-lg-0-2 {
        margin: 0 2%
    }

    .space-lg-0-3 {
        margin: 0 4%
    }

    .space-lg-0-4 {
        margin: 0 8%
    }

    .space-lg-0-5 {
        margin: 0 12%
    }

    .space-lg-0-6 {
        margin: 0 24%
    }

    .space-lg-05-auto {
        margin: .5% auto
    }

    .space-lg-05-0 {
        margin: .5% 0
    }

    .space-lg-05-05 {
        margin: .5%
    }

    .space-lg-05-1 {
        margin: .5% 1%
    }

    .space-lg-05-2 {
        margin: .5% 2%
    }

    .space-lg-05-3 {
        margin: .5% 4%
    }

    .space-lg-05-4 {
        margin: .5% 8%
    }

    .space-lg-05-5 {
        margin: .5% 12%
    }

    .space-lg-05-6 {
        margin: .5% 24%
    }

    .space-lg-1-auto {
        margin: 1% auto
    }

    .space-lg-1-0 {
        margin: 1% 0
    }

    .space-lg-1-05 {
        margin: 1% .5%
    }

    .space-lg-1-1 {
        margin: 1%
    }

    .space-lg-1-2 {
        margin: 1% 2%
    }

    .space-lg-1-3 {
        margin: 1% 4%
    }

    .space-lg-1-4 {
        margin: 1% 8%
    }

    .space-lg-1-5 {
        margin: 1% 12%
    }

    .space-lg-1-6 {
        margin: 1% 24%
    }

    .space-lg-2-auto {
        margin: 2% auto
    }

    .space-lg-2-0 {
        margin: 2% 0
    }

    .space-lg-2-05 {
        margin: 2% .5%
    }

    .space-lg-2-1 {
        margin: 2% 1%
    }

    .space-lg-2-2 {
        margin: 2%
    }

    .space-lg-2-3 {
        margin: 2% 4%
    }

    .space-lg-2-4 {
        margin: 2% 8%
    }

    .space-lg-2-5 {
        margin: 2% 12%
    }

    .space-lg-2-6 {
        margin: 2% 24%
    }

    .space-lg-3-auto {
        margin: 4% auto
    }

    .space-lg-3-0 {
        margin: 4% 0
    }

    .space-lg-3-05 {
        margin: 4% .5%
    }

    .space-lg-3-1 {
        margin: 4% 1%
    }

    .space-lg-3-2 {
        margin: 4% 2%
    }

    .space-lg-3-3 {
        margin: 4%
    }

    .space-lg-3-4 {
        margin: 4% 8%
    }

    .space-lg-3-5 {
        margin: 4% 12%
    }

    .space-lg-3-6 {
        margin: 4% 24%
    }

    .space-lg-4-auto {
        margin: 8% auto
    }

    .space-lg-4-0 {
        margin: 8% 0
    }

    .space-lg-4-05 {
        margin: 8% .5%
    }

    .space-lg-4-1 {
        margin: 8% 1%
    }

    .space-lg-4-2 {
        margin: 8% 2%
    }

    .space-lg-4-3 {
        margin: 8% 4%
    }

    .space-lg-4-4 {
        margin: 8%
    }

    .space-lg-4-5 {
        margin: 8% 12%
    }

    .space-lg-4-6 {
        margin: 8% 24%
    }

    .space-lg-5-auto {
        margin: 12% auto
    }

    .space-lg-5-0 {
        margin: 12% 0
    }

    .space-lg-5-05 {
        margin: 12% .5%
    }

    .space-lg-5-1 {
        margin: 12% 1%
    }

    .space-lg-5-2 {
        margin: 12% 2%
    }

    .space-lg-5-3 {
        margin: 12% 4%
    }

    .space-lg-5-4 {
        margin: 12% 8%
    }

    .space-lg-5-5 {
        margin: 12%
    }

    .space-lg-5-6 {
        margin: 12% 24%
    }

    .space-lg-6-auto {
        margin: 24% auto
    }

    .space-lg-6-0 {
        margin: 24% 0
    }

    .space-lg-6-05 {
        margin: 24% .5%
    }

    .space-lg-6-1 {
        margin: 24% 1%
    }

    .space-lg-6-2 {
        margin: 24% 2%
    }

    .space-lg-6-3 {
        margin: 24% 4%
    }

    .space-lg-6-4 {
        margin: 24% 8%
    }

    .space-lg-6-5 {
        margin: 24% 12%
    }

    .space-lg-6-6 {
        margin: 24%
    }

    .space-left-lg-auto {
        margin-left: auto
    }

    .space-right-lg-auto {
        margin-right: auto
    }

    .space-top-lg-auto {
        margin-top: auto
    }

    .space-bottom-lg-auto {
        margin-bottom: auto
    }

    .space-left-lg-0 {
        margin-left: 0
    }

    .space-right-lg-0 {
        margin-right: 0
    }

    .space-top-lg-0 {
        margin-top: 0
    }

    .space-bottom-lg-0 {
        margin-bottom: 0
    }

    .space-left-lg-05 {
        margin-left: .5%
    }

    .space-right-lg-05 {
        margin-right: .5%
    }

    .space-top-lg-05 {
        margin-top: .5%
    }

    .space-bottom-lg-05 {
        margin-bottom: .5%
    }

    .space-left-lg-1 {
        margin-left: 1%
    }

    .space-right-lg-1 {
        margin-right: 1%
    }

    .space-top-lg-1 {
        margin-top: 1%
    }

    .space-bottom-lg-1 {
        margin-bottom: 1%
    }

    .space-left-lg-2 {
        margin-left: 2%
    }

    .space-right-lg-2 {
        margin-right: 2%
    }

    .space-top-lg-2 {
        margin-top: 2%
    }

    .space-bottom-lg-2 {
        margin-bottom: 2%
    }

    .space-left-lg-3 {
        margin-left: 4%
    }

    .space-right-lg-3 {
        margin-right: 4%
    }

    .space-top-lg-3 {
        margin-top: 4%
    }

    .space-bottom-lg-3 {
        margin-bottom: 4%
    }

    .space-left-lg-4 {
        margin-left: 8%
    }

    .space-right-lg-4 {
        margin-right: 8%
    }

    .space-top-lg-4 {
        margin-top: 8%
    }

    .space-bottom-lg-4 {
        margin-bottom: 8%
    }

    .space-left-lg-5 {
        margin-left: 12%
    }

    .space-right-lg-5 {
        margin-right: 12%
    }

    .space-top-lg-5 {
        margin-top: 12%
    }

    .space-bottom-lg-5 {
        margin-bottom: 12%
    }

    .space-left-lg-6 {
        margin-left: 24%
    }

    .space-right-lg-6 {
        margin-right: 24%
    }

    .space-top-lg-6 {
        margin-top: 24%
    }

    .space-bottom-lg-6 {
        margin-bottom: 24%
    }
}

.no-padding {
    padding: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-left {
    padding-left: 0
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-left {
    margin-left: 0
}

.no-margin-right {
    margin-right: 0
}

.center-margin {
    margin: 0 auto
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rb_cat_root_content {
        width: 100%
    }

    .cookie-box {
        display: table;
        margin: 0px 50px
    }

    .custom-popup .cookie-content {
        padding-right: 80px
    }
}

@media screen and (device-aspect-ratio: 2/3) {
    .header .header-item-util {
        font-size: 1.3em;
    }

    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 1.4em;
    }

    .product-content .products-box h3 {
        word-break: break-all;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .header .header-item-util {
        font-size: 1.3em;
    }

    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 1.4em;
    }

    .product-content .products-box h3 {
        word-break: break-word;
        font-size: 1.6em
    }
}

@media only screen and (min-width: 1200px) and ( max-width: 1292px) {
    .product-content .products-box h3 {
        font-size: 1.80em;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1074px) {
    .product-content .products-box h3 {
        font-size: 1.50em;
    }
}

.product-content .products-box h3 {
    word-break: break-word;
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .product-content .products-box h3 {
        font-size: 40px;
    }
}


/*master.min.css ends*/

/*Slick.min.css starts*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
/*Slick.min.css ends*/

/* Start Wista.min.css */
body {
    margin: 0;
    padding: 0
}

.hello .overlayVideo {
    position: absolute;
    left: -3000px;
    top: 0;
    z-index: 6;
    visibility: hidden
}

.hello .backgroundVideo {
    z-index: 4;
    visibility: hidden
}

.hello #video_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    opacity: 1
}

    .hello #video_container #text {
        position: absolute;
        z-index: 6;
        text-align: center;
        opacity: 0
    }

        .hello #video_container #text #actions {
            height: 95px
        }

        .hello #video_container #text #playbutton {
            z-index: 3;
            margin: 0 auto;
            margin-top: 60px;
            height: 95px;
            display: block
        }

            .hello #video_container #text #playbutton .rectangle {
                background-color: #3ea9f5;
                width: 149px;
                height: 95px;
                opacity: .8;
                margin: 0 auto
            }

                .hello #video_container #text #playbutton .rectangle:hover {
                    background-color: #52bdff;
                    cursor: pointer
                }

            .hello #video_container #text #playbutton .triangle {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 22px 0 22px 32px;
                border-color: transparent transparent transparent #fff;
                margin: 0 auto;
                position: relative;
                bottom: 70px;
                pointer-events: none
            }

.hero-container #cover_all {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%
}

.hello #ex {
    position: absolute;
    right: -3000px;
    top: 25px;
    z-index: 7;
    cursor: pointer;
    opacity: .8
}

    .hello #ex:hover {
        opacity: 1
    }

.hello #main-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
/* End Wista.min.css*/
@media only screen and (max-width: 767px) {
    banner .slick-moving-slider .item .item-caption h3 {
        font-size: 14px;
    }
}

.agTemplate {
    padding: 27px;
}

.headerTag {
    font-family: Avenir Next Cyr W00 Regular;
    line-height: 1em;
    margin-top: 19px;
    margin-left: 30px;
    margin-bottom: 1px !important;
    color: white;
}

.descriptionItem {
    margin-bottom: -57px;
}

.contentTitle {
    font-size: 37px;
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .5em;
}

.agHead {
    color: #fff;
    font-family: Avenir Next Cyr W00 Regular;
    font-size: 33px;
    text-transform: uppercase;
    padding: 28px 0 !important;
    margin: 0;
    font-weight: 400;
}

.bg-blue-dark-sm .btn.btn-twitter {
    text-transform: capitalize;
}

    .bg-blue-dark-sm .btn.btn-twitter .fa {
        font-size: 20px;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 5px;
    }
