html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}



.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1170px;
    width: 100%
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -15px
}

.site-header {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

a {
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

body {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

    body.show-menu {
        overflow-y: hidden
    }

img {
    max-width: 100%
}

.site-footer div, .site-header div {
    box-sizing: border-box
}

.button-alt {
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block
}

    .button-alt.button-primary {
        background-color: #5ea443;
        border-color: #5ea443;
        color: #fff
    }

@media (max-width:991px) {
    .button-alt.button-primary {
        background-color: #498034;
        border-color: #498034
    }
}

.button-alt.button-primary:hover {
    background-color: #498034;
    border-color: #498034
}

@media (max-width:991px) {
    .button-alt.button-primary:hover {
        background-color: #345c25;
        border-color: #345c25
    }
}

.button-alt.button-default {
    background-color: #fff;
    border-color: #ccc;
    color: #000
}

    .button-alt.button-default:hover {
        background-color: #ccc
    }

.site-header {
    height: 118px;
    position: relative
}

    .site-header .header-inner {
        background-color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

@media (max-width:991px) {
    .site-header .header-inner {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
        position: fixed;
        z-index: 10
    }
}

@media (min-width:992px) {
    .sticky-nav .site-header .header-inner {
        -webkit-animation: fromTop .3s ease-in-out;
        animation: fromTop .3s ease-in-out;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
        position: fixed
    }
}

@-webkit-keyframes fromTop {
    0% {
        top: -150px
    }

    to {
        top: 0
    }
}

@keyframes fromTop {
    0% {
        top: -150px
    }

    to {
        top: 0
    }
}

.header-top {
    background-color: #005486;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px
}

@media (max-width:991px) {
    .header-top {
        display: none
    }
}

.header-top ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 100%
}

    .header-top ul li {
        display: block;
        padding: 0
    }

        .header-top ul li.top-bar-link {
            padding: 0 15px
        }

        .header-top ul li.top-bar-icons {
            padding: 0 5px
        }

        .header-top ul li a {
            color: #fff;
            opacity: .8
        }

            .header-top ul li a:hover {
                opacity: 1
            }

.header-logos {
    padding: 20px 15px
}

    .header-logos .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-logos .header-logo {
        width: 290px
    }

@media (max-width:1199px) {
    .header-logos .header-logo {
        width: 200px
    }
}

.header-logos .header-logo img {
    display: block
}

@media (max-width:991px) {
    .navbar-logos-nav {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 -10px 20px rgba(0, 0, 0, .3);
        left: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 9
    }
}

@media (max-width:767px) {
    .navbar-logos-nav {
        padding: 7px 0
    }
}

@media (max-width:480px) {
    .navbar-logos-nav {
        padding: 7px 5px
    }
}

.navbar-logos-nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .navbar-logos-nav ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.navbar-logos-nav ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Korolev;
    padding: 0 15px
}

@media (max-width:767px) {
    .navbar-logos-nav ul li {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .navbar-logos-nav ul li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25%
    }
}

.navbar-logos-nav ul li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #337ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px
}

@media (max-width:1199px) {
    .navbar-logos-nav ul li a {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .navbar-logos-nav ul li a {
        display: block;
        font-size: 18px;
        text-align: center
    }
}

@media (max-width:480px) {
    .navbar-logos-nav ul li a {
        font-size: 16px
    }
}

.navbar-logos-nav ul li a:hover {
    color: #61a644
}

.navbar-logos-nav ul li img {
    width: 35px
}

.navbar-logos-nav ul li .logo-title {
    display: block;
    margin-left: 5px
}

@media (max-width:767px) {
    .navbar-logos-nav ul li .logo-title {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .navbar-logos-nav ul li .logo-title .title-desktop {
        display: none
    }
}

.navbar-logos-nav ul li .logo-title .title-mobile {
    display: none
}

@media (max-width:480px) {
    .navbar-logos-nav ul li .logo-title .title-mobile {
        display: block
    }
}

.main-nav {
    background-color: #61a644;
    padding: 0 15px
}

@media (max-width:991px) {
    .main-nav {
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 0;
        top: 65px;
        -webkit-transition: .3s;
        transition: .3s;
        visibility: hidden;
        z-index: -1
    }

    .show-menu .main-nav {
        opacity: 1;
        visibility: visible;
        z-index: 999
    }
}

.main-nav ul {
    margin: 0;
    padding: 0
}

.main-nav .menu {
    padding: 0
}

@media (min-width:992px) {
    .main-nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        position: relative;
        width: calc(100% + 30px)
    }
}

@media (max-width:991px) {
    .main-nav .menu {
        margin: 0;
        width: 100%
    }
}

.main-nav .menu li {
    display: block
}

.main-nav .menu > li {
    padding: 0
}

@media (max-width:991px) {
    .main-nav .menu > li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding: 0
    }
}

.main-nav .menu > li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px
}

@media (max-width:1199px) {
    .main-nav .menu > li > a {
        padding: 10px
    }
}

@media (max-width:991px) {
    .main-nav .menu > li > a {
        font-size: 16px;
        padding: 15px
    }
}

@media (max-width:767px) {
    .main-nav .menu > li > a {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .main-nav .menu > li > a:hover {
        background-color: #005486
    }
}

.main-nav .menu > li.account-nav {
    margin-left: auto
}

.main-nav .menu > li.mobile-top-menu {
    display: none
}

@media (max-width:991px) {
    .main-nav .menu > li.mobile-top-menu {
        display: block
    }
}

.main-nav .menu > li.mobile-top-menu li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 15px
}

.main-nav .menu > li.mobile-top-menu a {
    color: #fff;
    font-weight: 700
}

.main-nav .menu > li.mobile-top-menu .mobile-icons a {
    margin-right: 15px
}

.main-nav .menu .has-sub-menu > a {
    position: relative
}

    .main-nav .menu .has-sub-menu > a:after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 6px 5px 0;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 7px;
        margin-top: -3px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        vertical-align: middle;
        width: 0
    }

@media (max-width:991px) {
    .main-nav .menu .has-sub-menu > a:after {
        bottom: 0;
        margin: auto 0;
        position: absolute;
        right: 15px;
        top: 0
    }
}

@media (min-width:992px) {
    .main-nav .menu .sub-menu {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        left: 0;
        line-height: 1.3em;
        opacity: 0;
        padding: 20px 40px;
        position: absolute;
        right: 0;
        top: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        visibility: hidden
    }
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu {
        display: none;
        padding: 15px
    }
}

.main-nav .menu .sub-menu .sub-menu-title {
    border-bottom: 1px solid #cbcbcb;
    color: #080808;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    padding: 10px 0 20px;
    width: 100%
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu .sub-menu-title {
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        color: #fff;
        font-size: 17px;
        padding: 10px 0 15px
    }
}

.main-nav .menu .sub-menu a:not(.button-alt) {
    color: #000;
    display: block
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu a:not(.button-alt) {
        color: #fff
    }
}

.main-nav .menu .sub-menu a:not(.button-alt):hover {
    color: #23527c;
    text-decoration: underline
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu a:not(.button-alt):hover {
        color: #fff
    }
}

.main-nav .menu .sub-menu .button-alt {
    margin-top: 10px
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu .subtitle {
        color: #fff
    }
}

.main-nav .menu .sub-menu .subtitle li {
    font-size: 14px;
    font-weight: 700
}

.main-nav .menu .sub-menu > li {
    box-sizing: border-box;
    padding: 0 15px 0 0;
    width: 25%
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu > li {
        width: 100%
    }
}

.main-nav .menu .sub-menu > li > ul > li {
    margin-bottom: 10px
}

    .main-nav .menu .sub-menu > li > ul > li .column-title, .main-nav .menu .sub-menu > li > ul > li > a {
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 10px
    }

@media (max-width:991px) {

    .main-nav .menu .sub-menu > li > ul > li .column-title, .main-nav .menu .sub-menu > li > ul > li > a {
        font-size: 14px
    }
}

.main-nav .menu .sub-menu > li > ul > li > a {
    padding-left: 15px;
    position: relative
}

    .main-nav .menu .sub-menu > li > ul > li > a:before {
        border-color: #61a644 transparent transparent;
        border-style: solid;
        border-width: 6px 5px 0;
        content: "";
        display: inline-block;
        height: 0;
        left: 0;
        position: absolute;
        top: 8px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        vertical-align: middle;
        width: 0
    }

@media (max-width:991px) {
    .main-nav .menu .sub-menu > li > ul > li > a:before {
        border-top-color: #fff
    }
}

.main-nav .menu .sub-menu > li > ul > li ul {
    margin-bottom: 20px;
    padding-left: 15px
}

    .main-nav .menu .sub-menu > li > ul > li ul li {
        margin-bottom: 10px
    }

    .main-nav .menu .sub-menu > li > ul > li ul a {
        font-size: 14px;
        font-weight: 400
    }

.main-nav .menu .sub-menu .menu-img {
    text-align: right
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu .menu-img {
        display: none
    }
}

.main-nav .menu .sub-menu .menu-img img {
    box-sizing: border-box;
    max-width: 200px;
    padding: 20px
}

.main-nav .menu .sub-menu .column-title {
    color: #015385;
    display: block;
    text-transform: uppercase
}

@media (max-width:991px) {
    .main-nav .menu .sub-menu .column-title {
        color: #fff
    }
}

.main-nav .menu .open {
    background-color: #005486
}

    .main-nav .menu .open:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .main-nav .menu .open + .sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }

.menu-toggle {
    background-color: transparent;
    border: none;
    display: block;
    height: 18px;
    padding: 0;
    position: relative;
    width: 24px
}

@media (min-width:992px) {
    .menu-toggle {
        display: none
    }
}

.menu-toggle i {
    background-color: #000;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s
}

    .menu-toggle i:first-child {
        top: 1px
    }

.show-menu .menu-toggle i:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 7px);
    -ms-transform: rotate(45deg) translate(4px, 7px);
    transform: rotate(45deg) translate(4px, 7px);
    width: 24px
}

.menu-toggle i:nth-child(2) {
    bottom: 0;
    margin: auto;
    top: 0
}

.show-menu .menu-toggle i:nth-child(2) {
    opacity: 0
}

.menu-toggle i:nth-child(3) {
    bottom: 0
}

.show-menu .menu-toggle i:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -7px);
    -ms-transform: rotate(-45deg) translate(4px, -7px);
    transform: rotate(-45deg) translate(4px, -7px);
    width: 24px
}

.site-footer {
    background-color: #005486
}

@media (max-width:991px) {
    .site-footer {
        margin-bottom: 55px
    }
}

@media (max-width:767px) {
    .site-footer {
        margin-bottom: 73px
    }
}

.site-footer .be-label {
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.site-footer ul {
    margin: 0;
    padding: 0
}

    .site-footer ul li, .site-footer ul li a {
        display: block
    }

.footer-top-nav {
    background-color: #63a549;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0
}

@media (max-width:767px) {
    .footer-top-nav {
        padding: 35px 5px 30px
    }
}

.footer-top-nav .footer-nav-inner {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .footer-top-nav .footer-nav-inner {
        display: block
    }
}

.footer-top-nav .footer-nav-inner .related-title {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-right: 15px
}

@media (max-width:767px) {
    .footer-top-nav .footer-nav-inner .related-title {
        margin: 0 0 10px;
        text-align: center
    }
}

.footer-top-nav .footer-nav-inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .footer-top-nav .footer-nav-inner ul {
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }
}

.footer-top-nav .footer-nav-inner ul li {
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px
}

@media (max-width:767px) {
    .footer-top-nav .footer-nav-inner ul li {
        margin: 0;
        padding: 7px 0;
        text-align: center
    }
}

.footer-top-nav .footer-nav-inner ul li a {
    color: #fff;
    line-height: 1em
}

    .footer-top-nav .footer-nav-inner ul li a:hover {
        text-decoration: underline
    }

.footer-widgets {
    padding: 40px 15px 20px
}

@media (max-width:1199px) {
    .footer-widgets {
        padding: 40px 0 20px
    }
}

@media (max-width:767px) {
    .footer-widgets {
        padding: 40px 5px 20px
    }
}

.footer-widgets .container {
    max-width: 1140px
}

.footer-widgets .footer-widget {
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    width: 25%
}

@media (max-width:767px) {
    .footer-widgets .footer-widget {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
}

@media (max-width:480px) {
    .footer-widgets .footer-widget {
        margin: 0;
        text-align: center;
        width: 100%
    }
}

.footer-widgets ul {
    margin-bottom: 20px
}

    .footer-widgets ul li {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: 1.2em;
        padding: 7px 0
    }

.footer-widgets a {
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: .3s;
    transition: .3s
}

    .footer-widgets a:hover {
        color: #fff
    }

.footer-widgets h4 {
    font-family: Korolev;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase
}

    .footer-widgets h4 a {
        color: #fff
    }

        .footer-widgets h4 a:hover {
            text-decoration: underline
        }

.footer-widgets .contact-widget {
    font-size: 13px
}

.footer-widgets .footer-logo img {
    width: 111px
}

.footer-bottom {
    background-color: #63a549;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px
}

@media (min-width:481px) {
    .footer-bottom .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-bottom .copyright-footer {
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

@media (max-width:480px) {
    .footer-bottom .copyright-footer {
        text-align: center;
        width: 100%
    }
}

@media (max-width:480px) {
    .footer-bottom .footer-text {
        margin-bottom: 15px;
        width: 100%
    }
}

.footer-bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:480px) {
    .footer-bottom ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-bottom ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .footer-bottom ul li:not(:last-child):after {
        background-color: #ffffff54;
        content: "";
        display: block;
        height: 15px;
        margin: 0 10px;
        width: 1px
    }

    .footer-bottom ul li a {
        color: hsla(0, 0%, 100%, .8);
        -webkit-transition: .3s;
        transition: .3s
    }

        .footer-bottom ul li a:hover {
            color: #fff
        }

.prod-block {
    border-top: 1px solid #e5e5e5;
    padding: 1em;
    margin: 15px auto;
}

@media (min-width: 991px) {
    #hidden_results {
        max-height: 80% !important;
        padding-bottom: 40px;
    }

        #hidden_results #pagination, #hidden_results #hits {
            width: 75%;
        }
}

@media (min-width: 768px) and (max-width:991px) {

    #hidden_results #pagination, #hidden_results #hits {
        width: 750px;
    }
}

.header-logos .row:before, .header-logos .row:after {
    content: none;
}

.header-logos .header-logo {
    padding-left: 30px;
    width: 380px;
}

@media (max-width:1200px) {
    .header-logos .header-logo {
        padding-left: 0;
        max-width: 260px;
    }

    .header-logos .search {
        display: flex;
    }

        .header-logos .search #search-box {
            width: calc(100% - 60px);
        }

        .header-logos .search button {
            width: 60px;
        }
}

@media (max-width: 767px) {

    #hidden_results {
        padding-left: 0;
        padding-right: 0;
    }

    .header-logos .search {
        width: 100%;
    }

    #search-box .ais-search-box.search-wrapper {
        max-width: 100%;
    }

    #hidden_results .stats-container {
        height: 30px;
    }

    #hidden_results .ais-search-box--reset-wrapper {
        display: block !important;
        position: absolute;
        right: -10px;
        top: 10px;
    }

    .prod-block {
        padding-left: 0;
        padding-right: 0;
    }
}

.home-callouts .navbar-logos-nav ul {
    padding: 0 10px;
}

    .home-callouts .navbar-logos-nav ul li {
        padding: 0 10px;
    }

        .home-callouts .navbar-logos-nav ul li.social-icons {
            padding: 0;
        }

            .home-callouts .navbar-logos-nav ul li.social-icons a {
                margin: 0 5px;
            }

                .home-callouts .navbar-logos-nav ul li.social-icons a:hover {
                    text-decoration: none;
                }
				
					.home-callouts .navbar-logos-nav ul li.social-icons svg {
						width: 16px; 
						max-height: 16px;
					}

					.home-callouts .navbar-logos-nav ul li.social-icons svg path {
						fill:#005587;
					}

					.home-callouts .navbar-logos-nav ul li.social-icons svg path:hover {
						fill:#61a644;
					}

body > .row {
    margin-left: 0;
    margin-right: 0;
}

#leftRailFilters .filtersRail a.collapseIcon:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f077" !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
}


.footer-wrap .container {
    max-width: 1170px;
}

.footer-wrap .footer-menu {
    margin: 0;
    padding: 0;
}

    .footer-wrap .footer-menu li {
        display: block;
    }

        .footer-wrap .footer-menu li a {
            color: #fff;
            font-size: 16px;
        }

.footer-wrap .top-footer,
.footer-wrap .bottom-footer {
    background-color: #62A845;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 15px;
}

@media (max-width: 991px) {
    .footer-wrap .top-footer,
    .footer-wrap .bottom-footer {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-wrap .top-footer,
    .footer-wrap .bottom-footer {
        padding: 30px 15px;
    }
}

.footer-wrap .top-footer p,
.footer-wrap .bottom-footer p {
    font-weight: 500;
    margin: 0 50px 0 0;
}

@media (max-width: 991px) {
    .footer-wrap .top-footer p,
    .footer-wrap .bottom-footer p {
        margin: 0 0 20px;
    }
}

.footer-wrap .top-footer ul,
.footer-wrap .bottom-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .footer-wrap .top-footer ul,
    .footer-wrap .bottom-footer ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-wrap .top-footer ul,
    .footer-wrap .bottom-footer ul {
        display: block;
        text-align: center;
    }
}

.footer-wrap .top-footer ul li,
.footer-wrap .bottom-footer ul li {
    padding: 0 20px;
}

@media (max-width: 991px) {
    .footer-wrap .top-footer ul li,
    .footer-wrap .bottom-footer ul li {
        margin: 0 0 15px;
        padding: 0;
    }

        .footer-wrap .top-footer ul li:last-child,
        .footer-wrap .bottom-footer ul li:last-child {
            margin: 0;
        }
}

.footer-wrap .top-footer ul li a:hover,
.footer-wrap .bottom-footer ul li a:hover {
    color: #005587;
}

.footer-wrap .bottom-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005587;
}

    .footer-wrap .bottom-footer ul li {
        padding: 0;
    }

        .footer-wrap .bottom-footer ul li:not(:last-child):after {
            content: '|';
            font-size: 20px;
            font-weight: 400;
            margin: 0 15px;
        }

@media (max-width: 767px) {
    .footer-wrap .bottom-footer ul li:not(:last-child):after {
        content: none;
    }
}

.footer-wrap .bottom-footer ul li a:hover {
    color: #fff;
    opacity: .7;
}

.footer-wrap .footer-widgets {
    padding: 40px 15px;
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets {
        padding: 30px 15px;
    }
}

.footer-wrap .footer-widgets.footer-blue-widgets {
    background-color: #005587;
}

.footer-wrap .footer-widgets .top-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px;
    padding: 0 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .top-widget {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .top-widget .footer-logo {
        margin: 0 0 30px;
        width: 100%;
    }
}

.footer-wrap .footer-widgets .top-widget .footer-logo img {
    width: 334px;
}

.footer-wrap .footer-widgets .top-widget .all-locations-link {
    font-size: 16px;
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .top-widget .all-locations-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 0;
        width: 100%;
    }
}

.footer-wrap .footer-widgets .top-widget .all-locations-link a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .footer-wrap .footer-widgets .top-widget .all-locations-link a img {
        margin-right: 15px;
        width: 20px;
    }

.footer-wrap .footer-widgets .footer-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    padding: 0 15px;
    width: 20%;
}

    .footer-wrap .footer-widgets .footer-widget.double-width {
        width: 40%;
    }

@media (max-width: 991px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(2) {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(2) {
        margin-bottom: 30px;
    }
}

.footer-wrap .footer-widgets .footer-widget:nth-child(3) {
    margin-left: auto;
}

.footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
    width: 20%;
}

@media (max-width: 991px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
        margin: 30px 0;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(5) {
        width: 100%;
    }
}

.footer-wrap .footer-widgets .footer-widget p {
    margin-bottom: 20px;
    margin-top: 0;
}

    .footer-wrap .footer-widgets .footer-widget p strong {
        font-weight: 700;
    }

.footer-wrap .footer-widgets .footer-widget a:hover {
    opacity: .7;
}

.footer-wrap .footer-widgets .footer-widget li {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets .footer-widget li {
        margin-bottom: 15px;
    }
}

.footer-wrap .footer-widgets.footer-green-widgets {
    background-color: #62A845;
}

@media (max-width: 991px) {
    .footer-wrap .footer-widgets.footer-green-widgets .footer-widget {
        text-align: left;
        width: 33.33%;
    }

        .footer-wrap .footer-widgets.footer-green-widgets .footer-widget:nth-child(n+4) {
            margin-top: 40px;
        }
}

@media (max-width: 767px) {
    .footer-wrap .footer-widgets.footer-green-widgets .footer-widget {
        text-align: center;
        width: 100%;
    }

        .footer-wrap .footer-widgets.footer-green-widgets .footer-widget:nth-child(n+2) {
            margin-top: 30px;
        }
}

.footer-wrap .footer-widgets.footer-green-widgets .widget-title {
    color: #005587;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.footer-wrap .footer-widgets.footer-green-widgets ul + .widget-title {
    margin-top: 30px;
}

.footer-wrap .footer-widgets.footer-green-widgets ul li {
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 0;
}

.footer-wrap .footer-widgets.footer-green-widgets .footer-menu li a {
    font-size: 12px;
}

.footer-wrap .social-widget {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

@media (max-width: 991px) {
    .footer-wrap .social-widget {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-wrap .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px 30px;
    padding: 0;
}

@media (max-width: 991px) {
    .footer-wrap .social-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer-wrap .social-links {
        margin-top: 30px;
    }
}

.footer-wrap .social-links li {
    display: block;
    margin-bottom: 0 !important;
    padding: 0 5px;
}

    .footer-wrap .social-links li a {
        background-color: #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        width: 30px;
    }

        .footer-wrap .social-links li a:hover {
            background-color: #fff;
            opacity: 1 !important;
        }

            .footer-wrap .social-links li a:hover svg path {
                fill: #62A845;
            }

        .footer-wrap .social-links li a span {
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto;
            width: 30px;
            background-color: transparent;
        }

        .footer-wrap .social-links li a svg path {
            fill: #222;
            -webkit-transition: .3s;
            transition: .3s;
        }

    .footer-wrap .social-links li.linkedin svg {
        width: 15px;
    }

    .footer-wrap .social-links li.facebook svg {
        width: 10px;
    }

    .footer-wrap .social-links li.instagram svg {
        width: 15px;
    }

    .footer-wrap .social-links li.twitter svg {
        width: 15px;
    }
