﻿/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    vertical-align: middle
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -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
    }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
                color: rgba(255,255,255,.5)
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important
        }

    .bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48
    }

    .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: thin dotted #333 !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: 0 !important
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select .dropdown-menu li {
        position: relative
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255,255,255,.5) !important
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: auto
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.fixed-topbar {
    position: absolute
}

    .fixed-topbar .header-container {
        padding: 0;
        position: relative
    }

    .fixed-topbar.scrolled {
        position: fixed;
        margin-top: -190px
    }

        .fixed-topbar.scrolled .header-container .static-container {
            display: none
        }

        .fixed-topbar.scrolled .utility-nav {
            display: none !important
        }

        .fixed-topbar.scrolled .navbar-brand {
            width: 39px;
            display: none
        }

        .fixed-topbar.scrolled .main-nav {
            position: relative;
            left: 0;
            right: 0;
            padding-left: 15px;
            padding-top: 15px;
            background: #fff;
            border-bottom: #c8c9c7 solid 1px
        }

            .fixed-topbar.scrolled .main-nav .navbar-brand {
                display: block;
                float: left
            }

            .fixed-topbar.scrolled .main-nav .search-group-wrap {
                margin-right: 15px
            }

            .fixed-topbar.scrolled .main-nav .search-group {
                display: flex;
                margin-top: 10px
            }

            .fixed-topbar.scrolled .main-nav .navbar {
                background: 0 0 !important;
                padding: 0;
                position: static
            }

                .fixed-topbar.scrolled .main-nav .navbar ul.navbar-nav {
                    margin-top: -10px
                }

                    .fixed-topbar.scrolled .main-nav .navbar ul.navbar-nav > li > a {
                        outline: 0;
                        color: #53565a !important
                    }

                        .fixed-topbar.scrolled .main-nav .navbar ul.navbar-nav > li > a:hover {
                            outline: 0;
                            color: #53565a
                        }

                    .fixed-topbar.scrolled .main-nav .navbar ul.navbar-nav > li.home {
                        display: none
                    }

            .fixed-topbar.scrolled .main-nav .dropdown-menu {
                top: 80px;
                overflow-y: auto
            }

                .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead {
                    list-style: none
                }

                    .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li.active, .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li:hover {
                        background: #ed8b00;
                        border: none
                    }

                        .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li.active a, .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li:hover a {
                            color: #fff !important;
                            background: #ed8b00
                        }

                            .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li.active a:focus, .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li.active a:hover, .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li:hover a:focus, .fixed-topbar.scrolled .main-nav .dropdown-menu.typeahead > li:hover a:hover {
                                background: #ed8b00;
                                color: #fff !important
                            }

        .fixed-topbar.scrolled.awake {
            -webkit-transition: .2s all ease-out;
            -o-transition: .2s all ease-out;
            transition: .2s all ease-out
        }

        .fixed-topbar.scrolled.mg-top {
            margin-top: 0
        }

        .fixed-topbar.scrolled.sleep {
            -webkit-transition: .2s all ease-out;
            -o-transition: .2s all ease-out;
            transition: .2s all ease-out
        }

.navbar-brand {
    width: 192px;
    height: 53px;
    font-size: 0;
    padding: 0
}

@media (min-width:992px) {
    .navbar-brand {
        width: 358px;
        height: 54px
    }
}

@media (max-width:991.98px) {
    .navbar-brand {
        width: 168px;
        height: 46px
    }
}

.navbar-brand img {
    max-height: 100%;
    max-width: 100%
}

.navbar {
    background: #fff;
    border-color: #c8c9c7 !important
}

@media (max-width:576px) {
    .navbar {
        padding: 0 15px
    }
}

.navbar .uitility-wrap {
    background: #fff
}

.navbar .utility-nav a {
    color: #53565a;
    text-decoration: none
}

    .navbar .utility-nav a:hover {
        color: #ed8b00
    }

    .navbar .utility-nav a .fi, .navbar .utility-nav a footer .footer-links i, footer .footer-links .navbar .utility-nav a i {
        color: #53565a
    }

.navbar .utility-nav .fi, .navbar .utility-nav footer .footer-links i, footer .footer-links .navbar .utility-nav i {
    font-size: 1.5rem;
    vertical-align: middle
}

.navbar .utility-nav .dropdown .dropdown-menu:before, .navbar .utility-nav .flaticon-angle {
    font-size: .75rem
}

.navbar .utility-nav .dropdown .dropdown-menu {
    padding: 0;
    margin-top: 5px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.5)
}

    .navbar .utility-nav .dropdown .dropdown-menu .dropdown-item {
        border-bottom: #c8c9c7 solid 1px;
        padding: .25rem .75rem
    }

        .navbar .utility-nav .dropdown .dropdown-menu .dropdown-item.active, .navbar .utility-nav .dropdown .dropdown-menu .dropdown-item:active, .navbar .utility-nav .dropdown .dropdown-menu .dropdown-item:hover {
            background: #ed8b00;
            color: #fff
        }

    .navbar .utility-nav .dropdown .dropdown-menu:before {
        position: absolute;
        font-family: Flaticon;
        left: -10px;
        top: -13px;
        width: 20px;
        margin-left: 50%;
        text-align: left;
        padding-top: 5px;
        font-size: .75rem;
        color: #c8c9c7;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.main-nav {
    background-color: #fff
}

@media (min-width:992px) {
    .main-nav {
        border-bottom: #c8c9c7 solid 1px;
        padding-bottom: .75rem
    }
}

.main-nav .navbar-brand, .main-nav .search-group {
    display: none
}

.main-nav > .navbar-collapse > .navbar {
    padding-top: 0
}

    .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li {
        text-transform: uppercase;
        font-weight: 700;
        margin-right: 1.25rem
    }

@media (min-width:1200px) {
    .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li {
        margin-right: 3.25rem
    }
}

@media (max-width:1199.98px) {
    .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li {
        font-size: .875rem
    }
}

.main-nav > .navbar-collapse > .navbar ul.navbar-nav > li > a {
    padding-top: 1.25rem;
    display: block;
    line-height: 1.25rem;
    color: #53565a;
    font-size: 1rem
}

    .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li > a:hover {
        text-decoration: none;
        padding-top: .75rem;
        border-top: .5rem #009a44 solid
    }

.main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.home {
    margin-right: 1.5rem
}

    .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.home a {
        color: #53565a !important
    }

        .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.home a i {
            background: #fff;
            padding: .25rem .75rem;
            border-radius: .875rem
        }

        .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.home a:hover {
            margin-top: .5rem;
            border-top: none !important
        }

            .main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.home a:hover i {
                color: #009a44 !important
            }

.main-nav > .navbar-collapse > .navbar ul.navbar-nav > li.show > a {
    padding-top: .75rem;
    border-top: .5rem #009a44 solid
}

@media (max-width:991.98px) {
    .main-nav > .navbar-collapse > .navbar {
        display: none
    }
}

@media (max-width:767.98px) {
    header .container {
        padding: 0 !important
    }
}

.breadcrumb {
    background: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Calibri,Segoe,"Segoe UI","Open Sans",sans-serif !important;
    font-size: 1rem;
    margin-bottom: 0
}

@media all and (-ms-high-contrast:none) {
    .breadcrumb {
        display: table;
        word-spacing: -1em
    }
}

.breadcrumb .breadcrumb-item {
    float: left
}

@media all and (-ms-high-contrast:none) {
    .breadcrumb .breadcrumb-item {
        display: inline-block;
        word-spacing: 0
    }
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">"
}

.breadcrumb a {
    font-weight: 700
}

@media (max-width:991.98px) {
    .breadcrumb {
        display: none
    }
}

.dropdown-megamenu {
    position: static;
    text-transform: none
}

    .dropdown-megamenu .dropdown-container {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        border: none;
        max-width: 100%;
        background: #faf8f8;
        border-top: .5rem #009a44 solid;
        border-radius: 0;
        padding: 1.5rem .65rem;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
        overflow-y: auto
    }

        .dropdown-megamenu .dropdown-container h3 {
            text-transform: none
        }

    .dropdown-megamenu h4 {
        font-size: 1.375rem;
        text-transform: none;
        line-height: 1.5rem;
        margin-bottom: .25rem;
        color: #009a44;
        font-weight: 400
    }

    .dropdown-megamenu a {
        color: #009a44
    }

        .dropdown-megamenu a:hover {
            color: #ed8b00
        }

    .dropdown-megamenu h5 {
        font-weight: 300;
        font-size: 1.125rem
    }

    .dropdown-megamenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-transform: none
    }

        .dropdown-megamenu ul > li {
            padding: .5rem 0;
            margin: 0 !important
        }

            .dropdown-megamenu ul > li:first-child {
                padding-top: 0 !important
            }

            .dropdown-megamenu ul > li > a {
                border: none;
                color: #009a44
            }

    .dropdown-megamenu p {
        margin: 0;
        font-size: .95rem;
        text-transform: none;
        font-weight: 400
    }

    .dropdown-megamenu .product-menu h4 {
        padding-bottom: .25rem
    }

    .dropdown-megamenu .product-menu h5 {
        font-size: 1.15rem;
        color: #53565a;
        text-transform: none;
        margin-bottom: 0;
        font-weight: 400
    }

    .dropdown-megamenu .product-menu ul {
        margin: .625rem 0
    }

        .dropdown-megamenu .product-menu ul + h4 {
            padding-top: .865rem
        }

    .dropdown-megamenu .product-menu li {
        font-weight: 400;
        padding: .2rem 0;
        list-style: none;
        margin: 0
    }

        .dropdown-megamenu .product-menu li a {
            position: relative;
            padding-left: 20px;
            display: inline-block;
            text-transform: none
        }

            .dropdown-megamenu .product-menu li a:before {
                position: absolute;
                font-family: Flaticon;
                left: 0;
                top: 0;
                bottom: 0;
                width: 20px;
                text-align: left;
                padding-top: 5px;
                font-size: .675rem
            }

    .dropdown-megamenu .business-units-menu p + ul {
        margin-top: .75rem
    }

    .dropdown-megamenu .business-units-menu ul {
        margin-bottom: .75rem
    }

        .dropdown-megamenu .business-units-menu ul > li {
            padding-top: .25rem;
            padding-bottom: .25rem
        }

            .dropdown-megamenu .business-units-menu ul > li a {
                font-weight: 400;
                position: relative;
                padding-left: 20px;
                display: inline-block;
                text-transform: none
            }

                .dropdown-megamenu .business-units-menu ul > li a:before {
                    position: absolute;
                    font-family: Flaticon;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    width: 20px;
                    text-align: left;
                    padding-top: 5px;
                    font-size: .675rem
                }

    .dropdown-megamenu .business-units-menu .eSubscriptions-widget li, .dropdown-megamenu .business-units-menu .join-mailing-list-widget li, .dropdown-megamenu .business-units-menu .light-widget li, .dropdown-megamenu .business-units-menu .light-widget-w-icon li, .dropdown-megamenu .business-units-menu .media-widget li, .dropdown-megamenu .business-units-menu .microsite-blog-widget li, .dropdown-megamenu .business-units-menu .news-widget li, .dropdown-megamenu .business-units-menu .product-resources-widget li {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

        .dropdown-megamenu .business-units-menu .eSubscriptions-widget li a, .dropdown-megamenu .business-units-menu .join-mailing-list-widget li a, .dropdown-megamenu .business-units-menu .light-widget li a, .dropdown-megamenu .business-units-menu .light-widget-w-icon li a, .dropdown-megamenu .business-units-menu .media-widget li a, .dropdown-megamenu .business-units-menu .microsite-blog-widget li a, .dropdown-megamenu .business-units-menu .news-widget li a, .dropdown-megamenu .business-units-menu .product-resources-widget li a {
            font-weight: 400;
            position: relative;
            padding-left: 0;
            display: inline-block;
            text-transform: none
        }

            .dropdown-megamenu .business-units-menu .eSubscriptions-widget li a:before, .dropdown-megamenu .business-units-menu .join-mailing-list-widget li a:before, .dropdown-megamenu .business-units-menu .light-widget li a:before, .dropdown-megamenu .business-units-menu .light-widget-w-icon li a:before, .dropdown-megamenu .business-units-menu .media-widget li a:before, .dropdown-megamenu .business-units-menu .microsite-blog-widget li a:before, .dropdown-megamenu .business-units-menu .news-widget li a:before, .dropdown-megamenu .business-units-menu .product-resources-widget li a:before {
                display: none
            }

    .dropdown-megamenu .business-units-menu h5 {
        font-size: 1.15rem;
        color: #53565a;
        text-transform: none;
        font-weight: 400
    }

    .dropdown-megamenu .business-units-menu h4 + h5 {
        padding-top: .25rem
    }

    .dropdown-megamenu .about-menu h5 {
        text-transform: none
    }

.search-group .form-control {
    border-radius: 2.5rem 0 0 2.5rem;
    font-size: .875rem
}

    .search-group .form-control:focus {
        box-shadow: none
    }

.search-group .btn, .search-group .btn-large {
    border-radius: 0 2.5rem 2.5rem 0 !important;
    background: 0 0;
    color: #53565a;
    transition: none;
    padding-top: .25rem !important;
    padding-bottom: .125rem !important
}

    .search-group .btn-large:focus, .search-group .btn-large:hover, .search-group .btn:focus, .search-group .btn:hover {
        transition: none;
        outline: 0
    }

    .search-group .btn i, .search-group .btn-large i {
        font-size: 1.29rem;
        line-height: 1.5rem
    }

.search-group ::-webkit-input-placeholder {
    color: #a3a3a3;
    font-style: italic
}

.search-group :-moz-placeholder {
    color: #a3a3a3;
    font-style: italic
}

.search-group ::-moz-placeholder {
    color: #a3a3a3;
    font-style: italic
}

.search-group :-ms-input-placeholder {
    color: #a3a3a3;
    font-style: italic
}

.search-group-wrap {
    max-width: 260px
}

.mobile-header-search {
    position: absolute;
    right: 65px;
    top: 12px;
    font-size: 1.3rem;
    color: #53565a;
    line-height: 2rem
}

.mobile-widget .navbar {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.25)
}

body.mmactive {
    overflow: hidden
}

.mobile_menu {
    opacity: 0;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    background: #faf8f8;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

    .mobile_menu .mainmobile-nav {
        background: #fff;
        margin-bottom: 35px !important
    }

        .mobile_menu .mainmobile-nav + li {
            border-top: #c4c6ca solid 1px
        }

.sm_menu_outer.active .mobile_menu {
    display: block;
    opacity: 1;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

    .sm_menu_outer.active .mobile_menu ul {
        padding: 0;
        margin: 0
    }

        .sm_menu_outer.active .mobile_menu ul li {
            margin: 0;
            padding: 0
        }

.sm_menu_outer {
    height: calc(100vh - 62px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: -100%;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 1;
    background-color: #faf8f8;
    top: 62px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

    .sm_menu_outer.active {
        opacity: 1;
        z-index: 999;
        right: 0;
        -webkit-transition: .3s all ease-out;
        -o-transition: .3s all ease-out;
        transition: .3s all ease-out
    }

    .sm_menu_outer .mobile_menu li.backText {
        background: #53565a
    }

        .sm_menu_outer .mobile_menu li.backText a {
            position: relative;
            color: #fff !important;
            padding-right: 15px;
            padding-left: 30px
        }

            .sm_menu_outer .mobile_menu li.backText a:before {
                position: absolute;
                font-family: Flaticon;
                left: 0;
                top: 10px;
                width: 20px;
                text-align: left;
                padding-top: 5px;
                font-size: .75rem;
                color: #fff;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

    .sm_menu_outer .mobile_menu li.hasChild .submenu li.back-index a, .sm_menu_outer .mobile_menu li.hasChild .submenu li.back-parent a {
        padding-right: 15px;
        padding-left: 15px;
        color: #53565a;
        font-weight: 700;
        position: relative
    }

        .sm_menu_outer .mobile_menu li.hasChild .submenu li.back-index a:before, .sm_menu_outer .mobile_menu li.hasChild .submenu li.back-parent a:before {
            position: absolute;
            font-family: Flaticon;
            right: 10px;
            top: 5px;
            width: 20px;
            text-align: left;
            padding-top: 5px;
            font-size: .75rem;
            color: #c4c6ca
        }

    .sm_menu_outer .mobile_menu a {
        color: #fff;
        display: block;
        font-weight: 300;
        letter-spacing: 1px;
        padding: .5rem .75rem;
        text-decoration: none
    }

    .sm_menu_outer .mobile_menu .submenu {
        background-color: #fff;
        height: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        transition: all .5s ease 0s;
        width: 100%;
        z-index: 999;
        overflow-y: auto
    }

    .sm_menu_outer .mobile_menu li.active > .submenu {
        right: 0
    }

    .sm_menu_outer .mobile_menu li {
        list-style-type: none;
        border-bottom: #c4c6ca solid 1px;
        color: #53565a
    }

        .sm_menu_outer .mobile_menu li a {
            color: #53565a;
            font-weight: 700
        }

        .sm_menu_outer .mobile_menu li.hasChild > a {
            position: relative;
            padding-right: 40px;
            color: #009a44;
            font-weight: 400
        }

            .sm_menu_outer .mobile_menu li.hasChild > a:before {
                position: absolute;
                font-family: Flaticon;
                right: 10px;
                top: 5px;
                bottom: 0;
                width: 20px;
                text-align: left;
                padding-top: 5px;
                font-size: .75rem;
                color: #c4c6ca
            }

        .sm_menu_outer .mobile_menu li.hasChild > a {
            position: relative;
            padding-right: 40px;
            color: #53565a;
            font-weight: 700
        }

            .sm_menu_outer .mobile_menu li.hasChild > a:before {
                position: absolute;
                font-family: Flaticon;
                right: 10px;
                top: 5px;
                bottom: 0;
                width: 20px;
                text-align: left;
                padding-top: 5px;
                font-size: .75rem;
                color: #c4c6ca
            }

        .sm_menu_outer .mobile_menu li.hasChild .submenu a {
            color: #009a44;
            font-weight: 400;
            padding-left: 30px
        }

        .sm_menu_outer .mobile_menu li.hasChild .submenu .back a {
            color: #53565a;
            font-weight: 700
        }

.cd-dropdown-trigger {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    width: 25px;
    top: 18px;
    right: 15px;
    z-index: 9980;
    margin-right:20px;
}

    .cd-dropdown-trigger span {
        background-color: #009a44;
        border-radius: 5px;
        display: block;
        height: 3px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all .25s ease-in-out 0s;
        -moz-transition: all .25s ease-in-out 0s;
        -o-transition: all .25s ease-in-out 0s;
        transition: all .25s ease-in-out 0s;
        width: 25px
    }

.cd-dropdown-triggerspan:nth-child(1) {
    top: 0
}

.cd-dropdown-trigger span:nth-child(2), .cd-dropdown-trigger span:nth-child(3) {
    top: 8px;
    width: 22px
}

.cd-dropdown-trigger span:nth-child(4) {
    top: 16px;
    width: 19px
}

.cd-dropdown-trigger.dropdown-is-active span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0
}

.cd-dropdown-trigger.dropdown-is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-dropdown-trigger.dropdown-is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-dropdown-trigger.dropdown-is-active span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0
}

@media (min-width:991.98px) {
    #sm_menu_ham, .sm_menu_outer {
        display: none
    }
}

.dropdown-menu.typeahead {
    width: 100%;
    right: 0;
    margin-top: 5px !important
}

    .dropdown-menu.typeahead > li {
        list-style: none;
        margin: 0 !important
    }

        .dropdown-menu.typeahead > li a {
            padding: .25rem 1.5rem !important;
            font-weight: 400;
            text-transform: none
        }

            .dropdown-menu.typeahead > li a:focus, .dropdown-menu.typeahead > li a:hover {
                background: #ed8b00;
                border: none !important
            }

        .dropdown-menu.typeahead > li.active, .dropdown-menu.typeahead > li:hover {
            background: #ed8b00;
            border: none
        }

            .dropdown-menu.typeahead > li.active a, .dropdown-menu.typeahead > li:hover a {
                color: #fff !important;
                background: #ed8b00
            }

                .dropdown-menu.typeahead > li.active a:focus, .dropdown-menu.typeahead > li.active a:hover, .dropdown-menu.typeahead > li:hover a:focus, .dropdown-menu.typeahead > li:hover a:hover {
                    background: #ed8b00;
                    color: #fff !important
                }

header .eSubscriptions-widget {
    background: #fff
}

    header .eSubscriptions-widget h3 {
        text-transform: none;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: .925rem;
        margin-top: .25rem
    }

.search-group .form-control {
    font-size: .75rem
}

.search-group .btn.disabled, .search-group .disabled.btn-large {
    cursor: default;
    pointer-events: none;
    opacity: 1
}

    .search-group .btn.disabled:hover, .search-group .disabled.btn-large:hover {
        color: #53565a !important
    }

footer .footer-links {
    background: #53565a;
    color: #fff
}

    footer .footer-links h5 {
        font-weight: 300;
        font-size: 1.25rem;
        padding: 0 0 .1em
    }

    footer .footer-links ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        footer .footer-links ul li {
            padding: .2rem 0 0 .25rem;
            margin: 0
        }

            footer .footer-links ul li:first-child {
                padding-top: 0
            }

            footer .footer-links ul li a {
                font-size: .9375em;
                opacity: 1;
                color: #fff;
                position: relative;
                font-weight: 300;
                display: inline-block;
                padding-left: 20px
            }

@media (min-width:768px) {
    footer .footer-links ul li a {
        font-size: .875em
    }
}

footer .footer-links ul li a:before {
    font-family: Flaticon;
    margin-right: .5rem;
    font-size: .6rem;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 5px
}

footer .footer-links ul li a:hover {
    color: #fff;
    opacity: .8
}

    footer .footer-links ul li a:hover:before {
        font-weight: 400
    }

footer .footer-links .social-links {
    text-align: left
}

@media (min-width:576px) {
    footer .footer-links .social-links {
        text-align: center
    }
}

@media (max-width:576px) {
    footer .footer-links .social-links {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding-left: 15px
    }
}

footer .footer-links .social-links a {
    opacity: 1;
    display: inline-block;
    text-align: center;
    line-height: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
    margin: 0 .2rem;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff
}

@media (min-width:768px) {
    footer .footer-links .social-links a {
        width: 2.625rem;
        height: 2.625rem;
        line-height: 2.625rem;
        font-size: 1.625rem
    }
}

footer .footer-links .social-links a:hover {
    opacity: .8;
    color: #fff
}

    footer .footer-links .social-links a:hover i {
        color: #fff
    }

footer .footer-links .social-links a i:before {
    line-height: inherit
}

footer .footer-copyright {
    background: #c8c9c7;
    color: #53565a;
    font-size: .75rem
}

.cc-window.cc-banner, .cc-window.cc-floating {
    padding: 10px 20px !important
}

.cc-banner.cc-bottom {
    background: #000 !important;
    color: #fff !important
}

.cc-window .cc-message {
    font-size: 14px
}

.cc-message .cc-link {
    color: #fff !important
}

    .cc-message .cc-link:focus, .cc-message .cc-link:hover {
        color: #fff !important
    }

.cc-compliance .cc-btn {
    line-height: 1;
    color: #fff !important;
    background: #009a44 !important
}

    .cc-compliance .cc-btn:focus, .cc-compliance .cc-btn:hover {
        color: #fff !important;
        background: #ed8b00 !important
    }

.cc-compliance .cc-deny {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: .75;
    background-color: transparent !important;
    border: none;
    font-size: 0;
    cursor: pointer;
    margin-right: 10px
}

    .cc-compliance .cc-deny:hover {
        opacity: 1;
        display: none !important
    }

    .cc-compliance .cc-deny:after, .cc-compliance .cc-deny:before {
        position: absolute;
        right: 11px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #333
    }

    .cc-compliance .cc-deny:before {
        transform: rotate(45deg)
    }

    .cc-compliance .cc-deny:after {
        transform: rotate(-45deg)
    }

.cc-floating .cc-message {
    margin-bottom: 0 !important;
    font-size: .825rem;
    line-height: 16px
}

.cc-window.cc-floating {
    max-width: inherit;
    max-width: 100% !important;
    width: 100% !important
}

.cc-bottom {
    bottom: 0 !important
}

@media (max-width:767.98px) {
    .cc-window .cc-message {
        margin-bottom: 0 !important;
        font-size: 11px !important;
        line-height: 14px
    }

    .cc-compliance .cc-deny {
        right: 10px
    }

    .cc-window.cc-banner, .cc-window.cc-floating {
        padding: 10px 10px 10px 10px !important
    }

    .cc-window .cc-link {
        padding: 0
    }
}

.image-widget {
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .image-widget img {
        min-width: 100%;
        min-height: 100%
    }

@media (min-width:992px) {
    .image-widget img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        float: right
    }
}

.image-widget .square-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right top
}

.mobile-widget {
    display: block !important
}

@media (min-width:992px) {
    .mobile-widget {
        display: none !important
    }
}

.web-widget {
    display: none !important
}

@media (min-width:992px) {
    .web-widget {
        display: block !important
    }
}

.dark-widget, .eSubscriptions-widget, .events-widget, .join-mailing-list-widget, .light-widget, .light-widget-w-icon, .media-widget, .microsite-blog-widget, .news-widget, .product-resources-widget, .support-widget, .white-widget {
    padding: 1.625rem 1rem
}

@media (min-width:768px) {
    .dark-widget, .eSubscriptions-widget, .events-widget, .join-mailing-list-widget, .light-widget, .light-widget-w-icon, .media-widget, .microsite-blog-widget, .news-widget, .product-resources-widget, .support-widget, .white-widget {
        padding: 1.875rem 2.5rem
    }
}

.dark-widget h2, .eSubscriptions-widget h2, .events-widget h2, .join-mailing-list-widget h2, .light-widget h2, .light-widget-w-icon h2, .media-widget h2, .microsite-blog-widget h2, .news-widget h2, .product-resources-widget h2, .support-widget h2, .white-widget h2 {
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0
}

@media (min-width:768px) {
    .dark-widget h2, .eSubscriptions-widget h2, .events-widget h2, .join-mailing-list-widget h2, .light-widget h2, .light-widget-w-icon h2, .media-widget h2, .microsite-blog-widget h2, .news-widget h2, .product-resources-widget h2, .support-widget h2, .white-widget h2 {
        font-size: 2rem
    }
}

.dark-widget h3, .dark-widget h3.title, .eSubscriptions-widget h3, .eSubscriptions-widget h3.title, .events-widget h3, .events-widget h3.title, .join-mailing-list-widget h3, .join-mailing-list-widget h3.title, .light-widget h3, .light-widget h3.title, .light-widget-w-icon h3, .light-widget-w-icon h3.title, .media-widget h3, .media-widget h3.title, .microsite-blog-widget h3, .microsite-blog-widget h3.title, .news-widget h3, .news-widget h3.title, .product-resources-widget h3, .product-resources-widget h3.title, .support-widget h3, .support-widget h3.title, .white-widget h3, .white-widget h3.title {
    font-size: 1.5rem;
    font-weight: 300
}

@media (min-width:768px) {
    .dark-widget h3, .dark-widget h3.title, .eSubscriptions-widget h3, .eSubscriptions-widget h3.title, .events-widget h3, .events-widget h3.title, .join-mailing-list-widget h3, .join-mailing-list-widget h3.title, .light-widget h3, .light-widget h3.title, .light-widget-w-icon h3, .light-widget-w-icon h3.title, .media-widget h3, .media-widget h3.title, .microsite-blog-widget h3, .microsite-blog-widget h3.title, .news-widget h3, .news-widget h3.title, .product-resources-widget h3, .product-resources-widget h3.title, .support-widget h3, .support-widget h3.title, .white-widget h3, .white-widget h3.title {
        font-size: 1.75rem;
        line-height: 1
    }
}

.dark-widget h4, .eSubscriptions-widget h4, .events-widget h4, .join-mailing-list-widget h4, .light-widget h4, .light-widget-w-icon h4, .media-widget h4, .microsite-blog-widget h4, .news-widget h4, .product-resources-widget h4, .support-widget h4, .white-widget h4 {
    font-size: 1.125rem
}

@media (min-width:768px) {
    .dark-widget h4, .eSubscriptions-widget h4, .events-widget h4, .join-mailing-list-widget h4, .light-widget h4, .light-widget-w-icon h4, .media-widget h4, .microsite-blog-widget h4, .news-widget h4, .product-resources-widget h4, .support-widget h4, .white-widget h4 {
        font-size: 1.25rem
    }
}

.dark-widget .btn, .dark-widget .btn-large, .eSubscriptions-widget .btn, .eSubscriptions-widget .btn-large, .events-widget .btn, .events-widget .btn-large, .join-mailing-list-widget .btn, .join-mailing-list-widget .btn-large, .light-widget .btn, .light-widget .btn-large, .light-widget-w-icon .btn, .light-widget-w-icon .btn-large, .media-widget .btn, .media-widget .btn-large, .microsite-blog-widget .btn, .microsite-blog-widget .btn-large, .news-widget .btn, .news-widget .btn-large, .product-resources-widget .btn, .product-resources-widget .btn-large, .support-widget .btn, .support-widget .btn-large, .white-widget .btn, .white-widget .btn-large {
    border-width: 1px;
    border-style: solid;
    border-radius: 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    padding: .25rem 1.5rem .3rem
}

@media (min-width:768px) {
    .dark-widget .btn, .dark-widget .btn-large, .eSubscriptions-widget .btn, .eSubscriptions-widget .btn-large, .events-widget .btn, .events-widget .btn-large, .join-mailing-list-widget .btn, .join-mailing-list-widget .btn-large, .light-widget .btn, .light-widget .btn-large, .light-widget-w-icon .btn, .light-widget-w-icon .btn-large, .media-widget .btn, .media-widget .btn-large, .microsite-blog-widget .btn, .microsite-blog-widget .btn-large, .news-widget .btn, .news-widget .btn-large, .product-resources-widget .btn, .product-resources-widget .btn-large, .support-widget .btn, .support-widget .btn-large, .white-widget .btn, .white-widget .btn-large {
        font-size: 1.125rem
    }
}

.dark-widget p, .eSubscriptions-widget p, .events-widget p, .join-mailing-list-widget p, .light-widget p, .light-widget-w-icon p, .media-widget p, .microsite-blog-widget p, .news-widget p, .product-resources-widget p, .support-widget p, .white-widget p {
    line-height: 1.325
}

.events-widget, .white-widget {
    background: #fff;
    color: #53565a
}

    .events-widget h2, .white-widget h2 {
        color: #53565a
    }

    .events-widget h3, .white-widget h3 {
        color: #53565a
    }

    .events-widget h4, .white-widget h4 {
        color: #53565a
    }

    .events-widget .btn, .events-widget .btn-large, .white-widget .btn, .white-widget .btn-large {
        border-color: #009a44;
        color: #fff;
        background: #009a44
    }

        .events-widget .btn-large:hover, .events-widget .btn:hover, .white-widget .btn-large:hover, .white-widget .btn:hover {
            color: #009a44;
            background: #fff
        }

.eSubscriptions-widget, .join-mailing-list-widget, .light-widget, .light-widget-w-icon, .media-widget, .microsite-blog-widget, .news-widget, .product-resources-widget {
    background: #faf8f8;
    color: #53565a
}

    .eSubscriptions-widget h2, .join-mailing-list-widget h2, .light-widget h2, .light-widget-w-icon h2, .media-widget h2, .microsite-blog-widget h2, .news-widget h2, .product-resources-widget h2 {
        color: #53565a
    }

    .eSubscriptions-widget h3, .join-mailing-list-widget h3, .light-widget h3, .light-widget-w-icon h3, .media-widget h3, .microsite-blog-widget h3, .news-widget h3, .product-resources-widget h3 {
        color: #53565a
    }

    .eSubscriptions-widget h4, .join-mailing-list-widget h4, .light-widget h4, .light-widget-w-icon h4, .media-widget h4, .microsite-blog-widget h4, .news-widget h4, .product-resources-widget h4 {
        color: #53565a
    }

    .eSubscriptions-widget .btn, .eSubscriptions-widget .btn-large, .join-mailing-list-widget .btn, .join-mailing-list-widget .btn-large, .light-widget .btn, .light-widget .btn-large, .light-widget-w-icon .btn, .light-widget-w-icon .btn-large, .media-widget .btn, .media-widget .btn-large, .microsite-blog-widget .btn, .microsite-blog-widget .btn-large, .news-widget .btn, .news-widget .btn-large, .product-resources-widget .btn, .product-resources-widget .btn-large {
        border-color: #009a44;
        color: #fff;
        background: #009a44
    }

        .eSubscriptions-widget .btn-large:hover, .eSubscriptions-widget .btn:hover, .join-mailing-list-widget .btn-large:hover, .join-mailing-list-widget .btn:hover, .light-widget .btn-large:hover, .light-widget .btn:hover, .light-widget-w-icon .btn-large:hover, .light-widget-w-icon .btn:hover, .media-widget .btn-large:hover, .media-widget .btn:hover, .microsite-blog-widget .btn-large:hover, .microsite-blog-widget .btn:hover, .news-widget .btn-large:hover, .news-widget .btn:hover, .product-resources-widget .btn-large:hover, .product-resources-widget .btn:hover {
            color: #009a44;
            background: #faf8f8
        }

.dark-widget, .support-widget {
    background: #53565a;
    color: #fff
}

    .dark-widget h2, .support-widget h2 {
        color: #fff
    }

    .dark-widget h3, .support-widget h3 {
        color: #fff
    }

    .dark-widget h4, .support-widget h4 {
        color: #fff
    }

    .dark-widget .btn, .dark-widget .btn-large, .support-widget .btn, .support-widget .btn-large {
        border-color: #fff;
        color: #fff;
        background-color: transparent
    }

        .dark-widget .btn-large:hover, .dark-widget .btn:hover, .support-widget .btn-large:hover, .support-widget .btn:hover {
            color: #53565a;
            background: #fff
        }

.light-widget-w-icon {
    padding-left: .875rem;
    padding-right: 1.125rem;
    display: flex;
    align-items: flex-start
}

@media (min-width:768px) {
    .light-widget-w-icon {
        padding-left: 1.125rem;
        padding-right: 1.5rem
    }
}

.light-widget-w-icon i {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-right: .5rem
}

@media (min-width:768px) {
    .light-widget-w-icon i {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-right: .875rem
    }
}

.light-widget-w-icon i.big-icon {
    font-size: 2rem;
    line-height: 3rem;
    margin-right: .875rem
}

@media (min-width:768px) {
    .light-widget-w-icon i.big-icon {
        font-size: 3rem;
        line-height: 4rem;
        margin-right: 1.125rem
    }
}

.light-widget-w-icon .card-text + .card-text {
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: #c8c9c7 1px solid
}

.inner-banner-w-image {
    background: #53565a;
    color: #fff;
    overflow: hidden;
    min-height: 151px
}

    .inner-banner-w-image .content-row {
        min-height: 151px
    }

    .inner-banner-w-image .banner-text {
        background: #53565a;
        padding: 1.625rem 1rem;
        font-size: 1.125rem
    }

@media (min-width:992px) {
    .inner-banner-w-image .banner-text {
        padding: 1.25rem 1.75rem
    }
}

@media (min-width:1200px) {
    .inner-banner-w-image .banner-text {
        padding: 1.25rem 2.5rem
    }
}

.inner-banner-w-image .banner-text h1 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: .5em
}

@media (min-width:992px) {
    .inner-banner-w-image .banner-text h1 {
        font-size: 1.75rem
    }
}

.inner-banner-w-image .banner-text p {
    font-size: 1.125rem
}

.inner-banner-w-image .banner-image.col-lg-5 {
    flex: 0 0 41.86667%;
    max-width: 41.86667%
}

.inner-banner-w-image .banner-image img {
    min-height: 100%
}

.inner-banner-w-image .banner-image .square-wrap {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 110px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../assets/images/inner-banner-squares.png);
    min-height: 151px
}

@media (max-width:991.98px) {
    .inner-banner-w-image .banner-image {
        display: none
    }
}

.inner-banner-w-image .btn-outline-light {
    background-color: transparent;
    border-color: #fff
}

    .inner-banner-w-image .btn-outline-light:hover {
        color: #53565a
    }

.inner-banner {
    color: #fff;
    background: #53565a;
    position: relative
}

@media (max-width:991.98px) {
    .inner-banner {
        background: #009a44;
        background-image: none !important
    }
}

@media (min-width:992px) {
    .inner-banner {
        background-size: cover;
        height: 265px
    }
}

.inner-banner .banner-text {
    padding: 1rem 1rem;
    font-weight: 300;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .inner-banner .banner-text {
        padding: 2.75rem 1.25rem
    }
}

@media (min-width:1200px) {
    .inner-banner .banner-text {
        padding: 3.125rem 1.5rem
    }
}

.inner-banner .banner-text h1 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0
}

@media (min-width:992px) {
    .inner-banner .banner-text h1 {
        font-size: 2.75rem
    }
}

.inner-banner .banner-text p {
    font-size: 1.25rem
}

.inner-banner .square-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 151px;
    background-image: url(../assets/images/inner-banner-squares.png)
}

@media (max-width:991.98px) {
    .inner-banner .square-wrap {
        display: none
    }
}

.contact-banner {
    color: #fff;
    background: #009a44
}

    .contact-banner img {
        width: 100%
    }

.support-widget {
    background-image: url(../assets/images/support-bg.png);
    background-position: 40% bottom;
    background-repeat: no-repeat;
    height: auto;
    padding-left: .875rem;
    padding-right: 1.125rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: flex-start
}

@media (min-width:768px) {
    .support-widget {
        padding-left: 1.125rem;
        padding-right: 1.5rem
    }
}

.support-widget h4 {
    font-weight: 300;
    font-size: 1.125rem
}

@media (min-width:768px) {
    .support-widget h4 {
        font-size: 1.25rem
    }
}

.support-widget i {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-right: .5rem
}

@media (min-width:768px) {
    .support-widget i {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-right: .875rem
    }
}

.support-widget .btn, .support-widget .btn-large {
    font-weight: 400;
    border-width: 1px;
    font-size: .9375rem;
    padding: .3rem 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    max-width: 120px;
    background-color: transparent !important;
    border-color: #fff !important;
    height: 38px
}

    .support-widget .btn-large:hover, .support-widget .btn:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #53565a !important
    }

.eSubscriptions-widget, .join-mailing-list-widget, .microsite-blog-widget, .news-widget, .product-resources-widget {
    padding: 1.625rem 1rem
}

@media (min-width:768px) {
    .eSubscriptions-widget, .join-mailing-list-widget, .microsite-blog-widget, .news-widget, .product-resources-widget {
        padding: 1.625rem 1.5rem 1rem
    }
}

.eSubscriptions-widget .title, .join-mailing-list-widget .title, .microsite-blog-widget .title, .news-widget .title, .product-resources-widget .title {
    display: flex;
    align-items: flex-start
}

    .eSubscriptions-widget .title .icon-big, .join-mailing-list-widget .title .icon-big, .microsite-blog-widget .title .icon-big, .news-widget .title .icon-big, .product-resources-widget .title .icon-big {
        font-size: 1.5rem;
        margin-right: .75rem
    }

    .eSubscriptions-widget .title h3 a, .join-mailing-list-widget .title h3 a, .microsite-blog-widget .title h3 a, .news-widget .title h3 a, .product-resources-widget .title h3 a {
        color: #53565a
    }

.eSubscriptions-widget h4, .join-mailing-list-widget h4, .microsite-blog-widget h4, .news-widget h4, .product-resources-widget h4 {
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: .25rem
}

@media (min-width:768px) {
    .eSubscriptions-widget h4, .join-mailing-list-widget h4, .microsite-blog-widget h4, .news-widget h4, .product-resources-widget h4 {
        font-size: 1.125rem
    }
}

.eSubscriptions-widget .news-postdate, .join-mailing-list-widget .news-postdate, .microsite-blog-widget .news-postdate, .news-widget .news-postdate, .product-resources-widget .news-postdate {
    font-size: .875rem;
    font-weight: 700;
    font-style: italic
}

.eSubscriptions-widget p, .join-mailing-list-widget p, .microsite-blog-widget p, .news-widget p, .product-resources-widget p {
    margin-bottom: 0;
    margin-top: 1rem
}

    .eSubscriptions-widget p:first-child, .join-mailing-list-widget p:first-child, .microsite-blog-widget p:first-child, .news-widget p:first-child, .product-resources-widget p:first-child {
        margin-top: 0
    }

.eSubscriptions-widget .owl-carousel .owl-nav, .join-mailing-list-widget .owl-carousel .owl-nav, .microsite-blog-widget .owl-carousel .owl-nav, .news-widget .owl-carousel .owl-nav, .product-resources-widget .owl-carousel .owl-nav {
    text-align: right
}

    .eSubscriptions-widget .owl-carousel .owl-nav button, .join-mailing-list-widget .owl-carousel .owl-nav button, .microsite-blog-widget .owl-carousel .owl-nav button, .news-widget .owl-carousel .owl-nav button, .product-resources-widget .owl-carousel .owl-nav button {
        outline: 0;
        font-size: 2rem;
        line-height: 2.25rem;
        font-family: Flaticon;
        margin-right: .1rem;
        font-size: 1.125rem;
        font-weight: 400
    }

        .eSubscriptions-widget .owl-carousel .owl-nav button span, .join-mailing-list-widget .owl-carousel .owl-nav button span, .microsite-blog-widget .owl-carousel .owl-nav button span, .news-widget .owl-carousel .owl-nav button span, .product-resources-widget .owl-carousel .owl-nav button span {
            display: none
        }

        .eSubscriptions-widget .owl-carousel .owl-nav button:hover, .join-mailing-list-widget .owl-carousel .owl-nav button:hover, .microsite-blog-widget .owl-carousel .owl-nav button:hover, .news-widget .owl-carousel .owl-nav button:hover, .product-resources-widget .owl-carousel .owl-nav button:hover {
            color: #ed8b00
        }

.eSubscriptions-widget .news-item, .join-mailing-list-widget .news-item, .microsite-blog-widget .news-item, .news-widget .news-item, .product-resources-widget .news-item {
    padding: .5rem 0 1rem
}

.events-widget {
    padding: 1.625rem 1rem
}

@media (min-width:768px) {
    .events-widget {
        padding: 1.625rem 1.5rem 1rem
    }
}

.events-widget .title {
    display: flex;
    align-items: flex-start
}

    .events-widget .title .icon-big {
        font-size: 1.5rem;
        margin-right: .75rem
    }

    .events-widget .title h3 a {
        color: #53565a
    }

.events-widget h4 {
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: .25rem
}

@media (min-width:768px) {
    .events-widget h4 {
        font-size: 1.125rem
    }
}

.events-widget .events-postdate {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    width: 45px;
    float: left;
    color: #009a44;
    line-height: 1.375rem
}

    .events-widget .events-postdate span {
        display: block;
        font-size: .875rem;
        line-height: .875rem;
        font-style: italic
    }

.events-widget .events-post {
    margin-left: 50px;
    padding-left: 10px;
    border-left: #c8c9c7 solid 1px
}

.events-widget p {
    margin-bottom: 0
}

.events-widget .owl-carousel .owl-nav {
    text-align: right
}

    .events-widget .owl-carousel .owl-nav button {
        outline: 0;
        font-size: 2rem;
        line-height: 2.25rem;
        font-family: Flaticon;
        margin-right: .1rem;
        font-size: 1.125rem;
        font-weight: 400
    }

        .events-widget .owl-carousel .owl-nav button span {
            display: none
        }

        .events-widget .owl-carousel .owl-nav button:hover {
            color: #ed8b00
        }

.events-widget .events-item {
    padding: .5rem 0 1rem
}

.events-widget .event-date {
    font-size: .875rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: .125rem
}

.eSubscriptions-widget .btn, .eSubscriptions-widget .btn-large {
    border-width: 1px;
    padding: .3rem 0;
    height: 100%;
    width: 100%;
    max-width: 120px;
    background: #009a44;
    color: #fff;
    border-color: #009a44
}

    .eSubscriptions-widget .btn-large:hover, .eSubscriptions-widget .btn:hover {
        background: #fff;
        color: #009a44
    }

.eSubscriptions-widget .card-text {
    max-width: 400px
}

.eSubscriptions-widget ::-webkit-input-placeholder {
    color: #b7b7b7
}

.eSubscriptions-widget ::-moz-placeholder {
    color: #b7b7b7
}

.eSubscriptions-widget :-ms-input-placeholder {
    color: #b7b7b7
}

.eSubscriptions-widget :-moz-placeholder {
    color: #b7b7b7
}

.join-mailing-list-widget .card-text {
    max-width: 400px
}

@media (max-width:991.98px) {
    .media-widget {
        padding: .75rem 0 .75rem .75rem;
        margin: 0 -15px
    }
}

@media (min-width:768px) {
    .media-widget {
        padding: 1.25rem
    }
}

.media-widget .carousel-stage ul li {
    width: 260px
}

    .media-widget .carousel-stage ul li a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative
    }

        .media-widget .carousel-stage ul li a.video {
            padding-bottom: 0
        }

            .media-widget .carousel-stage ul li a.video:after {
                content: '';
                position: absolute;
                width: 100%;
                bottom: 0
            }

@media (min-width:992px) {
    .media-widget .carousel-stage ul li a.video:after {
        height: 32px
    }
}

.media-widget .carousel-stage ul li a.video:before {
    position: absolute;
    font-family: Flaticon;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -45px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #fff
}

.media-widget .carousel-stage ul li a.image {
    padding-bottom: 0
}

    .media-widget .carousel-stage ul li a.image:before {
        position: absolute;
        font-family: Flaticon;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        background: rgba(0,0,0,.5);
        border-radius: 50%;
        text-align: center;
        font-size: 2.5rem;
        line-height: 3.75rem;
        color: #fff
    }

@media (min-width:576px) {
    .media-widget .carousel-stage ul li {
        width: 330px
    }
}

@media (min-width:992px) {
    .media-widget .carousel-stage ul li {
        width: 250px
    }
}

@media (min-width:1200px) {
    .media-widget .carousel-stage ul li {
        width: 330px
    }
}

@media (max-width:991.98px) {
    .media-widget .navigation {
        display: none
    }
}

.media-widget .mobile-media-list {
    display: flex;
    padding-bottom: 10px;
    overflow-x: auto;
    margin-right: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .media-widget .mobile-media-list li {
        min-width: 80%;
        padding-right: 15px;
        margin: 0 auto
    }

        .media-widget .mobile-media-list li a {
            display: block;
            height: 100%;
            width: 100%;
            position: relative;
            max-height: 180px;
            overflow: hidden
        }

@media (min-width:768px) {
    .media-widget .mobile-media-list li a {
        max-height: 160px
    }
}

.media-widget .mobile-media-list li a img {
    min-height: 180px
}

@media (min-width:768px) {
    .media-widget .mobile-media-list li a img {
        min-height: 160px
    }
}

.media-widget .mobile-media-list li a.video {
    padding-bottom: 0
}

    .media-widget .mobile-media-list li a.video:after {
        content: '';
        position: absolute;
        width: 100%
    }

    .media-widget .mobile-media-list li a.video:before {
        position: absolute;
        font-family: Flaticon;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -45px;
        background: rgba(0,0,0,.5);
        border-radius: 5px;
        text-align: center;
        font-size: 2.5rem;
        color: #fff
    }

@media (max-width:991.98px) {
    .media-widget .mobile-media-list li a.video:before {
        width: 40px;
        height: 40px;
        font-size: 1.75rem;
        margin-left: -20px;
        margin-top: -20px
    }
}

.media-widget .mobile-media-list li a.image {
    padding-bottom: 0;
    height: auto
}

    .media-widget .mobile-media-list li a.image:before {
        position: absolute;
        font-family: Flaticon;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        background: rgba(0,0,0,.5);
        border-radius: 50%;
        text-align: center;
        font-size: 2.5rem;
        color: #fff
    }

@media (max-width:991.98px) {
    .media-widget .mobile-media-list li a.image:before {
        width: 40px;
        height: 40px;
        font-size: 1.75rem;
        margin-left: -20px;
        margin-top: -20px
    }
}

@media (min-width:576px) {
    .media-widget .mobile-media-list li {
        min-width: 40%
    }
}

.contactus-widget a {
    white-space: nowrap
}

    .contactus-widget a i {
        color: #c8c9c7
    }

.readmore-section {
    position: relative
}

    .readmore-section ul + h3, .readmore-section ul + p {
        padding-top: 1rem
    }

    .readmore-section p {
        margin-bottom: 0;
        margin-top: 1rem;
        font-size: 1rem;
        font-family: inherit
    }

        .readmore-section p:first-child {
            margin-top: 0
        }

        .readmore-section p + ul {
            margin-top: 1rem !important
        }

        .readmore-section p + h4 {
            margin-top: .75rem !important
        }

        .readmore-section p + h3 {
            margin-top: .75rem !important
        }

    .readmore-section h4 + p {
        margin-top: .25rem
    }

    .readmore-section ul + h4 {
        margin-top: .75rem
    }

    .readmore-section h3 {
        margin-bottom: 0
    }

        .readmore-section h3:first-child {
            margin-top: 0 !important
        }

        .readmore-section h3 + ul {
            margin-top: .5rem
        }

    .readmore-section h2 {
        font-size: 1.375rem;
        font-weight: 300;
        margin: 0
    }

@media (min-width:768px) {
    .readmore-section h2 {
        font-size: 1.375rem
    }
}

.readmore-section .b-description-readmore-button.btn-large, .readmore-section .btn.b-description-readmore-button {
    max-width: 130px
}

.readmore-section .b-description-readmore-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: start;
    max-width: none !important;
    width: 100%
}

    .readmore-section .b-description-readmore-wrapper .b-description-readmore {
        position: relative;
        width: 100%;
        line-height: inherit;
        font-size: 1rem
    }

@media (max-width:576px) {
    .readmore-section .b-description-readmore-wrapper .b-description-readmore {
        height: auto !important
    }
}

.readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 65%,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 65%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 65%,#fff 100%)
}

.readmore-section .b-description-readmore-wrapper .btn-lg-active {
    display: none
}

.eSubscriptions-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .join-mailing-list-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .light-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .light-widget-w-icon .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .media-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .microsite-blog-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .news-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after, .product-resources-widget .readmore-section .b-description-readmore-wrapper .b-description-readmore-ellipsis:after {
    background: -moz-linear-gradient(top,rgba(250,248,248,0) 0,#faf8f8 65%,#faf8f8 100%);
    background: -webkit-linear-gradient(top,rgba(250,248,248,0) 0,#faf8f8 65%,#faf8f8 100%);
    background: linear-gradient(to bottom,rgba(250,248,248,0) 0,#faf8f8 65%,#faf8f8 100%)
}

.eSubscriptions-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .join-mailing-list-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .light-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .light-widget-w-icon .readmore-section .b-description-readmore-wrapper .image.float-left, .media-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .microsite-blog-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .news-widget .readmore-section .b-description-readmore-wrapper .image.float-left, .product-resources-widget .readmore-section .b-description-readmore-wrapper .image.float-left {
    min-width: 230px;
    min-height: 130px;
    margin-right: 1rem
}

.table-section table {
    display: table;
    margin-bottom: 0
}

    .table-section table tr:nth-of-type(odd) {
        background: #faf8f8
    }

    .table-section table tr th {
        padding: .4rem .75rem;
        background: #53565a;
        color: #fff;
        border-bottom: 0
    }

        .table-section table tr th.description {
            width: 60%
        }

        .table-section table tr th.language {
            width: 10%
        }

        .table-section table tr th.filetype {
            width: 10%
        }

        .table-section table tr th.filesize {
            width: 10%
        }

    .table-section table tr td {
        padding: .4rem .75rem;
        vertical-align: middle;
        border-right: 1px solid #e3e3e3;
        border-bottom: 0;
        border-top: 0
    }

        .table-section table tr td:last-child {
            border-right: 0
        }

        .table-section table tr td a {
            text-decoration: underline
        }

        .table-section table tr td .end-date {
            display: block
        }

    .table-section table tr:hover {
        background-color: transparent
    }

    .table-section table tr:nth-of-type(odd):hover {
        background-color: #faf8f8
    }

.table-section .table-view-mobile .tools-list li {
    padding: .3rem 0;
    margin: 0;
    list-style: none
}

    .table-section .table-view-mobile .tools-list li .tools-content a {
        color: #009a44;
        text-decoration: none
    }

    .table-section .table-view-mobile .tools-list li .tools-content .contenttype {
        text-transform: capitalize
    }

.microsite-blog-widget, .product-resources-widget {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

    .microsite-blog-widget h4, .product-resources-widget h4 {
        font-size: 1.35rem
    }

    .microsite-blog-widget .author, .product-resources-widget .author {
        font-size: .8125rem;
        font-style: italic;
        color: #c8c9c7;
        padding-top: .625rem
    }

    .microsite-blog-widget .card-text .card-grid .icon, .product-resources-widget .card-text .card-grid .icon {
        width: 40px;
        float: left;
        text-align: center;
        margin-top: .25rem;
        height: auto
    }

@media (min-width:992px) {
    .microsite-blog-widget .card-text .card-grid .icon, .product-resources-widget .card-text .card-grid .icon {
        width: 50px;
        margin-right: .65rem;
        text-align: center;
        margin-top: .25rem
    }
}

.microsite-blog-widget .card-text .card-grid .icon i, .product-resources-widget .card-text .card-grid .icon i {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.microsite-blog-widget .card-text .card-grid .icon .icon-big, .product-resources-widget .card-text .card-grid .icon .icon-big {
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media (min-width:992px) {
    .microsite-blog-widget .card-text .card-grid .icon .icon-big, .product-resources-widget .card-text .card-grid .icon .icon-big {
        font-size: 2rem
    }
}

.microsite-blog-widget .card-text .card-grid .icon span, .product-resources-widget .card-text .card-grid .icon span {
    font-size: .625rem;
    display: block
}

@media (min-width:992px) {
    .microsite-blog-widget .card-text .card-grid .icon span, .product-resources-widget .card-text .card-grid .icon span {
        font-size: .75rem
    }
}

.microsite-blog-widget .card-text .card-grid .widget, .product-resources-widget .card-text .card-grid .widget {
    margin-left: 70px
}

.mobile-widget.microsite-blog-widget .card-text, .product-resources-widget.mobile-widget .card-text {
    position: relative;
    margin-right: -15px
}

.microsite-blog-widget .nav-tabs, .product-resources-widget .nav-tabs {
    display: flex
}

    .microsite-blog-widget .nav-tabs .nav-item, .product-resources-widget .nav-tabs .nav-item {
        width: auto;
        text-align: center
    }

    .microsite-blog-widget .nav-tabs .nav-link, .product-resources-widget .nav-tabs .nav-link {
        padding-left: .45rem;
        padding-right: .45rem
    }

.nav-tabs {
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: #009a44 solid 1px;
    text-transform: uppercase;
    display: flex
}

    .nav-tabs .nav-item {
        width: 33%;
        text-align: center
    }

    .nav-tabs .nav-link {
        font-size: 1.125rem;
        border-bottom: none;
        color: #53565a
    }

        .nav-tabs .nav-link.active {
            border: none;
            border-bottom: #009a44 solid 3px
        }

.tab-pane {
    padding-top: 1.25rem
}

.product-mobile-carousel {
    display: flex;
    padding-bottom: 10px;
    overflow-x: auto;
    margin-right: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .product-mobile-carousel .product-item {
        min-width: 80%
    }

@media (min-width:768px) {
    .product-mobile-carousel .product-item {
        min-width: 55%
    }
}

.product-mobile-carousel .product-item .item {
    padding: .625rem;
    background: #eeefee;
    margin-right: .625rem;
    height: 100%
}

    .product-mobile-carousel .product-item .item h4 {
        font-size: 1.125rem;
        margin-bottom: 0
    }

    .product-mobile-carousel .product-item .item .author {
        color: #babbbc;
        padding-top: 0;
        padding-bottom: .5rem
    }

.product-mobile-carousel .product-item:last-child {
    padding-right: 5px
}

.form-check {
    padding-left: 0
}

    .form-check input[type=checkbox] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

        .form-check input[type=checkbox] + label {
            padding-left: 25px;
            height: auto;
            display: inline-block;
            line-height: 1.25rem;
            background-repeat: no-repeat;
            background-position: 0 5px;
            vertical-align: middle;
            cursor: pointer;
            margin: 5px 0;
            text-transform: capitalize
        }

        .form-check input[type=checkbox]:checked + label {
            background-image: url(../assets/images/csscheckbox-select.png)
        }

    .form-check label {
        background-image: url(../assets/images/csscheckbox.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .form-check label.disable {
            opacity: .7
        }

.filter-results #filterresults .delbox {
    background: #009a44;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 5px
}

    .filter-results #filterresults .delbox span {
        padding: 0 5px;
        text-transform: capitalize
    }

    .filter-results #filterresults .delbox .del {
        cursor: pointer;
        border-left: solid 1px #71c495;
        padding-right: 0
    }

.tools-widget + .request-button {
    border-top: 1px solid #dee2e6
}

.qmod-block-wrapper {
    background-color: transparent !important
}

    .qmod-block-wrapper .qmod-heading {
        font-family: Calibri,Segoe,"Segoe UI","Open Sans",sans-serif !important;
        background-color: transparent !important;
        color: #53565a;
        font-size: 1.5rem !important;
        padding: 0 !important;
        font-weight: 300 !important
    }

@media (min-width:768px) {
    .qmod-block-wrapper .qmod-heading {
        font-size: 1.75rem !important;
        line-height: 1
    }
}

.qmod-block-wrapper h2.qmod-heading {
    padding-top: 15px !important;
    border-top: 1px solid #c8c9c7
}

.pure-g {
    padding: 15px 0 0
}

.qmod-mkt-top {
    padding-bottom: 10px
}

.qmod-detailedquote .qmod-quotehead .qmod-head-left, .qmod-detailedquote .qmod-quotehead .qmod-head-right {
    margin: 20px 0 0 !important
}

.qmod-detailedquote .qmod-quotehead .qmod-mkt-hours .qmod-change, .qmod-detailedquote .qmod-quotehead .qmod-mkt-hours .qmod-last {
    font-size: 1.35rem !important
}

.qmod-detailedquote .qmod-quotehead .qmod-mkt-hours .qmod-change {
    margin-left: 15px
}

.pure-g [class*=pure-u], .qmod-ui-tool {
    font-family: Calibri,Segoe,"Segoe UI","Open Sans",sans-serif !important
}

.qmod-detailedquote .qmod-chart, .qmod-detailedquote .qmod-quotegrid {
    margin: 0 !important
}

.pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 100% !important
}

.qmod-detailedquote .qmod-chart .qmod-button-group {
    margin-top: 10px !important
}

.qmod-btn {
    background: #eeefee !important;
    outline: 0
}

    .qmod-btn.qmod-btn-active {
        background: #009a44 !important;
        color: #fff !important
    }

.qmod-button-group li {
    border-right: none !important
}

.border-gray {
    border-color: #c8c9c7
}

.light-bg {
    background: #eeefee
}

.light-gray-bg {
    background: #eeefee
}

.dark-bg {
    background: #53565a
}

@media (min-width:576px) {
    .container {
        width: 100%;
        max-width: 1260px
    }
}

@media (max-width:991.98px) {
    .container {
        padding: 0
    }
}

main, main.container {
    padding-top: 88px
}

@media (min-width:992px) {
    main, main.container {
        padding-top: 148px
    }
}

@media (max-width:991.98px) {
    main, main.container {
        padding-top: 63px
    }
}

.card {
    border-radius: 0;
    border: none
}

figure {
    margin: 0
}

    figure .figure-img {
        margin: 0
    }

a {
    color: #009a44
}

    a:hover {
        color: #ed8b00;
        text-decoration: none
    }

p {
    line-height: 1.4
}

ul {
    padding: 0;
    list-style: none;
    list-style-image: none;
    list-style-type: none
}

    ul li {
        list-style: none;
        list-style-image: none;
        list-style-type: none
    }

h3, h4 {
    font-weight: 300
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px
}

    .icon.icon-pdf {
        background: url(../assets/icons/pdf.png) no-repeat 0 0
    }

    .icon.icon-youtube {
        background: url(../assets/icons/youtube.png) no-repeat 0 0
    }

    .icon.icon-word {
        background: url(../assets/icons/word.png) no-repeat 0 0
    }

    .icon.icon-ppt {
        background: url(../assets/icons/ppt.png) no-repeat 0 0
    }

    .icon.icon-excel {
        background: url(../assets/icons/excel.png) no-repeat 0 0
    }

    .icon.icon-audio {
        background: url(../assets/icons/audio.png) no-repeat 0 0
    }

    .icon.icon-zip {
        background: url(../assets/icons/zip.png) no-repeat 0 0
    }

.border-gray {
    border-color: #c8c9c7 !important
}

@media (max-width:575.98px) {
    .border-sm-0 {
        border: none !important
    }
}

@media (max-width:767.98px) {
    .border-md-0 {
        border: none !important
    }
}

@media (max-width:991.98px) {
    .border-lg-0 {
        border: none !important
    }
}

.border-gray {
    border-color: #c8c9c7 !important
}

@media (max-width:575.98px) {
    .border-sm-0 {
        border: none !important
    }
}

h3.title {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.1
}

@media (min-width:992px) {
    h3.title {
        font-size: 1.75rem
    }
}

h3.title a {
    color: #009a44
}

    h3.title a i {
        font-size: .625rem;
        color: #c8c9c7
    }

@media (min-width:992px) {
    h3.title a i {
        font-size: 1rem
    }
}

h3.title a:hover {
    text-decoration: none;
    color: #ed8b00
}

    h3.title a:hover i {
        color: #ed8b00
    }

h4.title {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.1
}

@media (min-width:1200px) {
    h4.title {
        font-size: 1.25rem
    }
}

h4.title a {
    color: #009a44
}

    h4.title a i {
        font-size: .5625rem;
        color: #c8c9c7;
        margin-left: .125em
    }

@media (min-width:992px) {
    h4.title a i {
        font-size: .875rem
    }
}

h4.title a:hover {
    text-decoration: none;
    color: #ed8b00
}

    h4.title a:hover i {
        color: #ed8b00
    }

a h3 i {
    font-size: .625rem;
    color: #c8c9c7;
    margin-left: .125em
}

@media (min-width:992px) {
    a h3 i {
        font-size: 1rem
    }
}

a h4 i {
    font-size: .5625rem;
    color: #c8c9c7;
    margin-left: .125em
}

@media (min-width:992px) {
    a h4 i {
        font-size: .875rem
    }
}

a:hover {
    text-decoration: none;
    color: #ed8b00
}

    a:hover i {
        color: #ed8b00
    }

.arrow-list, .inner-page .col-lg-8 ul, .product-section .product-card .product-list ul, .readmore-section ul {
    padding: 0;
    margin: 0
}

    .arrow-list li, .inner-page .col-lg-8 ul li, .product-section .product-card .product-list ul li, .readmore-section ul li {
        list-style: disc;
        padding: .125rem 0;
        position: relative;
        line-height: 1.4em;
        margin-left: 1.1rem
    }

@media (min-width:768px) {
    .btn, .btn-large {
        font-size: 1.125rem
    }
}

.btn-large:hover, .btn:hover {
    color: #009a44;
    background: #fff
}

.btn-large {
    padding: .5rem .75rem .6rem
}

.application-section .light-gray-bg {
    background: #faf8f8
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.application-section .application-card {
    padding-top: .65rem;
    padding-bottom: .65rem
}

@media (min-width:768px) {
    .application-section .application-card {
        padding-top: .75rem;
        padding-bottom: 1.5rem
    }
}

@media (max-width:767.98px) {
    .application-section .application-card {
        display: none !important
    }
}

.application-section .application-card h4 {
    padding-right: 0;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 5px
}

.application-section .application-card .image {
    height: 123px;
    width: 100%;
    overflow: hidden;
    margin-top: .25rem;
    opacity: 1;
    opacity: 1;
    transition: all .5s ease
}

@media (max-width:767.98px) {
    .application-section .application-card .image {
        display: none
    }
}

@media (min-width:992px) {
    .application-section .application-card .image {
        height: 94px
    }
}

@media (min-width:1200px) {
    .application-section .application-card .image {
        height: 123px
    }
}

.application-section .application-card .image img {
    width: 100%;
    height: 100%
}

.application-section .swap-icons a {
    padding: 5px 6px;
    line-height: 16px;
    display: inline-block;
    border: #009a44 solid 1px;
    color: #009a44;
    float: right;
    cursor: pointer
}

    .application-section .swap-icons a:hover {
        border: #ed8b00 solid 1px
    }

    .application-section .swap-icons a.active {
        border: #53565a solid 1px;
        background: #53565a;
        color: #fff;
        cursor: default
    }

        .application-section .swap-icons a.active:hover i {
            color: #fff
        }

.application-section .application-grid {
    overflow: hidden
}

.application-section .application-list {
    padding: .25rem 0 .9375rem 0;
    overflow: hidden;
    display: none
}

@media (max-width:767.98px) {
    .application-section .application-list {
        display: block !important
    }
}

.application-section .application-list .list {
    overflow: hidden
}

.application-section .application-list ul {
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width:768px) {
    .application-section .application-list ul {
        overflow: hidden;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.application-section .application-list ul li {
    list-style: none;
    margin-left: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .5rem;
    font-size: 1rem;
    display: block
}

@media (max-width:767.98px) {
    .application-section .application-list ul li {
        border-top: #c8c9c7 solid 1px
    }
}

@media (min-width:1200px) {
    .application-section .application-list ul li {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.application-section .application-list ul li a i {
    color: #c8c9c7;
    font-size: .5625rem
}

@media (min-width:1200px) {
    .application-section .application-list ul li a i {
        font-size: .875rem
    }
}

.application-section .application-list ul li a:hover i {
    color: #ed8b00
}

@media (max-width:767.98px) {
    .application-section .application-list .left-col ul li:first-child {
        border-top: none
    }
}

.application-section.list ul li {
    font-size: 1.025rem
}

@media (min-width:1200px) {
    .application-section.list ul li {
        font-size: 1.125rem
    }
}

.bootstrap-select {
    background: #fff;
    text-align: left
}

    .bootstrap-select.show {
        color: #53565a !important
    }

    .bootstrap-select .dropdown-toggle {
        color: #53565a !important;
        max-height: 38px
    }

        .bootstrap-select .dropdown-toggle::after {
            content: "\f125";
            position: absolute;
            pointer-events: none;
            font-family: Flaticon;
            height: 1em;
            font-size: .725em;
            line-height: 1;
            right: 25px;
            top: 50%;
            margin-top: -.45em;
            color: #53565a;
            font-weight: 700;
            border: none
        }

        .bootstrap-select .dropdown-toggle .filter-option {
            padding-top: .125rem;
            width: auto !important
        }

    .bootstrap-select .btn, .bootstrap-select .btn-large {
        text-align: left;
        width: auto;
        color: #53565a;
        width: 100%;
        padding: .5rem;
        box-shadow: none !important;
        background: #fff !important;
        border-radius: 0;
        font-weight: 400;
        font-size: .9375rem;
        border-color: #53565a;
        line-height: 1.1rem
    }

        .bootstrap-select .btn-large:focus, .bootstrap-select .btn-large:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
            color: #53565a;
            background: #fff !important
        }

    .bootstrap-select .dropdown-menu {
        padding: 0;
        border-radius: 0;
        width: 100%;
        margin: 0
    }

        .bootstrap-select .dropdown-menu li {
            list-style: none !important;
            padding: 0 !important;
            margin-left: 0 !important
        }

        .bootstrap-select .dropdown-menu a {
            border-bottom: #c8c9c7 solid 1px;
            padding: .25rem .75rem;
            display: block;
            cursor: pointer
        }

            .bootstrap-select .dropdown-menu a.active, .bootstrap-select .dropdown-menu a:focus, .bootstrap-select .dropdown-menu a:hover {
                background: #ed8b00;
                color: #fff
            }

        .bootstrap-select .dropdown-menu .selected {
            outline: 0
        }

            .bootstrap-select .dropdown-menu .selected.active {
                background: #ed8b00;
                color: #fff
            }

            .bootstrap-select .dropdown-menu .selected a {
                outline: 0
            }

    .bootstrap-select .bs-caret {
        display: none
    }

.custom-select-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #53565a;
    background-color: #fff;
    font-size: 1rem;
    width: 100%
}

    .custom-select-box select {
        width: 100%;
        background-color: #fff;
        color: #53565a;
        font-size: inherit;
        padding: .5rem;
        padding-right: 2rem;
        border: 0;
        margin: 0;
        border-radius: 3px;
        text-indent: .01px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        max-width: 100%
    }

        .custom-select-box select::-ms-expand {
            display: none
        }

    .custom-select-box::after {
        content: "\f105";
        position: absolute;
        pointer-events: none;
        font-family: Flaticon;
        height: 1em;
        font-size: .675em;
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.45em;
        color: #53565a;
        font-weight: 700
    }

    .custom-select-box::before {
        content: "";
        position: absolute;
        pointer-events: none;
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
        background-color: rgba(0,0,0,0)
    }

@media all and (-ms-high-contrast:none) {
    .custom-select-box, ::-ms-backdrop {
        overflow: hidden
    }

        .custom-select-box select, ::-ms-backdrop {
            max-width: none;
            overflow: hidden
        }
}

.inline-links {
    font-size: 1.065rem
}

    .inline-links a {
        margin-bottom: .25rem;
        display: inline-block
    }

        .inline-links a i {
            font-size: .8125rem;
            color: #c8c9c7
        }

        .inline-links a:hover i {
            color: #ed8b00
        }

.form-control:focus {
    box-shadow: none;
    border-color: #c8c9c7
}

.bootstrap-select .btn-large:focus, .bootstrap-select .btn:focus {
    border-color: #c8c9c7
}

.btn-large:focus, .btn.focus, .btn:focus, .focus.btn-large {
    box-shadow: none
}

.qmmt_main {
    margin: 0 auto
}

.loading {
    position: absolute;
    background-color: rgba(239,239,239,.5);
    top: 63px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000
}

@media (min-width:768px) {
    .loading {
        top: 145px;
        left: 15px;
        right: 15px
    }
}

.loading img {
    position: absolute;
    bottom: 50px;
    left: 48%
}

.filter-loading img {
    bottom: auto;
    top: 180px
}

.spport-first-loading {
    top: 0;
    left: 0;
    right: 0
}

    .spport-first-loading img, .spport-loading img {
        bottom: auto;
        top: 40%
    }

.product-loading {
    top: 55px
}

main, main.container {
    position: relative
}

::-ms-clear {
    display: none
}

.layout-70-30 > div > .col-lg-4 div:first-child {
    margin-top: 0 !important
}

@media (min-width:992px) {
    .layout-70-30 > .mt-md-5 {
        margin-top: 2.75rem !important
    }
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.hide {
    display: none
}

.inner-page .col-lg-8 ul {
    margin-bottom: 1rem
}

    .inner-page .col-lg-8 ul.news-list > li {
        list-style: none;
        margin-left: 0
    }

        .inner-page .col-lg-8 ul.news-list > li p {
            font-size: 1rem;
            margin-top: 5px
        }

#fmCertification .bootstrap-select, .readmore-section .bootstrap-select {
    width: 250px !important
}

.bootstrap-select .btn, .bootstrap-select .btn-large {
    padding-right: 35px !important
}

.home-page main, .micro-site main, .micro-site main.container {
    padding-top: 85px
}

@media (max-width:991.98px) {
    .home-page main, .micro-site main, .micro-site main.container {
        padding-top: 63px
    }
}

.home-page .main-nav, .micro-site .main-nav {
    background-color: transparent;
    border-bottom: 0
}

    .home-page .main-nav .navbar-collapse > .navbar, .micro-site .main-nav .navbar-collapse > .navbar {
        background-color: transparent;
        background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,0) 88%);
        background: -webkit-linear-gradient(top,#000 0,rgba(0,0,0,0) 88%);
        background: linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 88%)
    }

        .home-page .main-nav .navbar-collapse > .navbar ul.navbar-nav > li > a, .micro-site .main-nav .navbar-collapse > .navbar ul.navbar-nav > li > a {
            color: #fff
        }

            .home-page .main-nav .navbar-collapse > .navbar ul.navbar-nav > li > a:hover, .micro-site .main-nav .navbar-collapse > .navbar ul.navbar-nav > li > a:hover {
                color: #fff;
                text-decoration: none
            }

        .home-page .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home, .micro-site .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home {
            margin-right: 1.5rem
        }

            .home-page .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home a, .micro-site .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home a {
                color: #009a44
            }

                .home-page .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home a:hover, .micro-site .main-nav .navbar-collapse > .navbar ul.navbar-nav > li.home a:hover {
                    color: #009a44
                }

.home-page .homeCarousel .item, .micro-site .homeCarousel .item {
    height: 360px;
    text-align: center;
    overflow: hidden
}

@media (min-width:0) {
    .home-page .homeCarousel .item, .micro-site .homeCarousel .item {
        height: 360px
    }
}

@media (min-width:768px) {
    .home-page .homeCarousel .item, .micro-site .homeCarousel .item {
        height: 400px
    }
}

@media (min-width:992px) {
    .home-page .homeCarousel .item, .micro-site .homeCarousel .item {
        min-height: 460px;
        height: auto
    }
}

@media (min-width:1200px) {
    .home-page .homeCarousel .item, .micro-site .homeCarousel .item {
        min-height: 560px
    }
}

.home-page .homeCarousel .item img, .micro-site .homeCarousel .item img {
    height: 100%;
    width: auto
}

@media (min-width:768px) {
    .home-page .homeCarousel .item img, .micro-site .homeCarousel .item img {
        height: auto;
        min-height: 100%;
        width: 100%
    }
}

.home-page .homeCarousel .carousel-caption, .micro-site .homeCarousel .carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 12%,rgba(0,0,0,.45) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 12%,rgba(0,0,0,.45) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 12%,rgba(0,0,0,.45) 100%)
}

@media (min-width:768px) {
    .home-page .homeCarousel .carousel-caption, .micro-site .homeCarousel .carousel-caption {
        max-width: 380px
    }
}

@media (min-width:992px) {
    .home-page .homeCarousel .carousel-caption, .micro-site .homeCarousel .carousel-caption {
        max-width: 460px
    }
}

.home-page .homeCarousel .carousel-content, .micro-site .homeCarousel .carousel-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 1.25rem 2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}

@media (min-width:768px) {
    .home-page .homeCarousel .carousel-content, .micro-site .homeCarousel .carousel-content {
        padding: 1.25rem 2.5rem
    }
}

@media (min-width:992px) {
    .home-page .homeCarousel .carousel-content, .micro-site .homeCarousel .carousel-content {
        padding: 1.25rem 4.5rem
    }
}

.home-page .homeCarousel .carousel-content h1, .micro-site .homeCarousel .carousel-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .875rem;
    line-height: 1
}

@media (min-width:992px) {
    .home-page .homeCarousel .carousel-content h1, .micro-site .homeCarousel .carousel-content h1 {
        font-size: 2.625rem;
        line-height: 1.1
    }
}

.home-page .homeCarousel .carousel-content p, .micro-site .homeCarousel .carousel-content p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.125
}

@media (min-width:992px) {
    .home-page .homeCarousel .carousel-content p, .micro-site .homeCarousel .carousel-content p {
        line-height: 1.3
    }
}

.home-page .homeCarousel .carousel-content .btn, .home-page .homeCarousel .carousel-content .btn-large, .micro-site .homeCarousel .carousel-content .btn, .micro-site .homeCarousel .carousel-content .btn-large {
    border-radius: 1.5rem;
    font-weight: 500;
    padding: .25rem 1.5rem .3rem;
    margin-top: .875rem;
    text-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-width: 2px;
    border-color: #fff
}

    .home-page .homeCarousel .carousel-content .btn-large:hover, .home-page .homeCarousel .carousel-content .btn:hover, .micro-site .homeCarousel .carousel-content .btn-large:hover, .micro-site .homeCarousel .carousel-content .btn:hover {
        box-shadow: none;
        color: #53565a;
        background-color: #fff
    }

.home-page .homeCarousel .owl-dots, .micro-site .homeCarousel .owl-dots {
    left: 0;
    right: auto;
    margin: 0;
    width: 50%;
    bottom: 30px;
    position: absolute;
    text-align: center
}

@media (min-width:768px) {
    .home-page .homeCarousel .owl-dots, .micro-site .homeCarousel .owl-dots {
        max-width: 380px
    }
}

@media (min-width:992px) {
    .home-page .homeCarousel .owl-dots, .micro-site .homeCarousel .owl-dots {
        max-width: 460px
    }
}

@media (max-width:767.98px) {
    .home-page .homeCarousel .owl-dots, .micro-site .homeCarousel .owl-dots {
        text-align: center;
        bottom: 15px;
        width: 100%
    }
}

.home-page .homeCarousel .owl-dots button, .micro-site .homeCarousel .owl-dots button {
    border-radius: 10px;
    border: 1px solid #fff;
    height: 8px;
    width: 20px;
    margin: 0 3px;
    background: rgba(255,255,255,0);
    outline: 0
}

    .home-page .homeCarousel .owl-dots button.active, .micro-site .homeCarousel .owl-dots button.active {
        background: #fff
    }

.home-page .homeCarousel .owl-nav, .micro-site .homeCarousel .owl-nav {
    left: 0;
    right: auto;
    margin: 0;
    width: 100%;
    bottom: 20px;
    position: absolute
}

@media (min-width:768px) {
    .home-page .homeCarousel .owl-nav, .micro-site .homeCarousel .owl-nav {
        max-width: 380px
    }
}

@media (min-width:992px) {
    .home-page .homeCarousel .owl-nav, .micro-site .homeCarousel .owl-nav {
        max-width: 460px
    }
}

@media (max-width:767.98px) {
    .home-page .homeCarousel .owl-nav, .micro-site .homeCarousel .owl-nav {
        display: none
    }
}

.home-page .homeCarousel .owl-nav button, .micro-site .homeCarousel .owl-nav button {
    outline: 0;
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: Flaticon;
    margin-right: .1rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    font-size: 1.25rem;
    z-index: 1000;
    position: relative
}

    .home-page .homeCarousel .owl-nav button:hover, .micro-site .homeCarousel .owl-nav button:hover {
        opacity: 1
    }

    .home-page .homeCarousel .owl-nav button span, .micro-site .homeCarousel .owl-nav button span {
        display: none
    }

    .home-page .homeCarousel .owl-nav button.owl-prev, .micro-site .homeCarousel .owl-nav button.owl-prev {
        margin-left: 2rem;
        float: left
    }

@media (min-width:992px) {
    .home-page .homeCarousel .owl-nav button.owl-prev, .micro-site .homeCarousel .owl-nav button.owl-prev {
        margin-left: 4.5rem
    }
}

.home-page .homeCarousel .owl-nav button.owl-next, .micro-site .homeCarousel .owl-nav button.owl-next {
    margin-right: 2rem;
    float: right
}

@media (min-width:992px) {
    .home-page .homeCarousel .owl-nav button.owl-next, .micro-site .homeCarousel .owl-nav button.owl-next {
        margin-right: 4.5rem
    }
}

@media (max-width:767.98px) {
    .home-page .homeCarousel .home-carousel-container, .micro-site .homeCarousel .home-carousel-container {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .home-page .home-top-section .container, .micro-site .home-top-section .container {
        padding: 0
    }
}

.home-page .home-top-section h4, .micro-site .home-top-section h4 {
    font-weight: 700
}

.home-page .home-top-section a, .micro-site .home-top-section a {
    font-weight: 700
}

.home-page .home-top-section .image-widget .square-wrap, .micro-site .home-top-section .image-widget .square-wrap {
    background-image: url(../assets/images/what-we-do-squares.png);
    background-size: contain
}

.home-page .resouces-section .resouces-link a, .micro-site .resouces-section .resouces-link a {
    margin-right: 20px;
    display: inline-block;
    font-weight: 700;
    color: #53565a
}

@media (max-width:767.98px) {
    .home-page .resouces-section .resouces-link a, .micro-site .resouces-section .resouces-link a {
        display: block;
        margin-bottom: 10px
    }
}

.home-page .resouces-section .resouces-link .markets-section a .img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a .img-icon-hover, .home-page .resouces-section .resouces-link a .img-icon, .markets-section .home-page .resouces-section .resouces-link a .img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a .img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a .img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a .img-icon-hover, .micro-site .resouces-section .resouces-link a .img-icon, .partnerships-section .home-page .resouces-section .resouces-link a .img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a .img-icon-hover {
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-image: url(../assets/images/sprite.png);
    background-repeat: no-repeat
}

    .home-page .resouces-section .resouces-link .markets-section a .acs.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a .acs.img-icon-hover, .home-page .resouces-section .resouces-link a .img-icon.acs, .markets-section .home-page .resouces-section .resouces-link a .acs.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a .acs.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a .acs.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a .acs.img-icon-hover, .micro-site .resouces-section .resouces-link a .img-icon.acs, .partnerships-section .home-page .resouces-section .resouces-link a .acs.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a .acs.img-icon-hover {
        background-position: 0 -209px
    }

    .home-page .resouces-section .resouces-link .markets-section a .pes.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a .pes.img-icon-hover, .home-page .resouces-section .resouces-link a .img-icon.pes, .markets-section .home-page .resouces-section .resouces-link a .pes.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a .pes.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a .pes.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a .pes.img-icon-hover, .micro-site .resouces-section .resouces-link a .img-icon.pes, .partnerships-section .home-page .resouces-section .resouces-link a .pes.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a .pes.img-icon-hover {
        background-position: -70px -209px
    }

    .home-page .resouces-section .resouces-link .markets-section a .tools.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a .tools.img-icon-hover, .home-page .resouces-section .resouces-link a .img-icon.tools, .markets-section .home-page .resouces-section .resouces-link a .tools.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a .tools.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a .tools.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a .tools.img-icon-hover, .micro-site .resouces-section .resouces-link a .img-icon.tools, .partnerships-section .home-page .resouces-section .resouces-link a .tools.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a .tools.img-icon-hover {
        background-position: -140px -209px
    }

    .home-page .resouces-section .resouces-link .markets-section a .downloads.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a .downloads.img-icon-hover, .home-page .resouces-section .resouces-link a .img-icon.downloads, .markets-section .home-page .resouces-section .resouces-link a .downloads.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link a .img-icon.downloads, .partnerships-section .home-page .resouces-section .resouces-link a .downloads.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a .downloads.img-icon-hover {
        background-position: -209px -209px
    }

.home-page .resouces-section .resouces-link a:hover, .micro-site .resouces-section .resouces-link a:hover {
    color: #ed8b00
}

    .home-page .resouces-section .resouces-link .markets-section a:hover .acs.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a:hover .acs.img-icon-hover, .home-page .resouces-section .resouces-link a:hover .img-icon.acs, .markets-section .home-page .resouces-section .resouces-link a:hover .acs.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a:hover .acs.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a:hover .acs.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a:hover .acs.img-icon-hover, .micro-site .resouces-section .resouces-link a:hover .img-icon.acs, .partnerships-section .home-page .resouces-section .resouces-link a:hover .acs.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a:hover .acs.img-icon-hover {
        background-position: 0 -279px
    }

    .home-page .resouces-section .resouces-link .markets-section a:hover .pes.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a:hover .pes.img-icon-hover, .home-page .resouces-section .resouces-link a:hover .img-icon.pes, .markets-section .home-page .resouces-section .resouces-link a:hover .pes.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a:hover .pes.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a:hover .pes.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a:hover .pes.img-icon-hover, .micro-site .resouces-section .resouces-link a:hover .img-icon.pes, .partnerships-section .home-page .resouces-section .resouces-link a:hover .pes.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a:hover .pes.img-icon-hover {
        background-position: -70px -279px
    }

    .home-page .resouces-section .resouces-link .markets-section a:hover .tools.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a:hover .tools.img-icon-hover, .home-page .resouces-section .resouces-link a:hover .img-icon.tools, .markets-section .home-page .resouces-section .resouces-link a:hover .tools.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a:hover .tools.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a:hover .tools.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a:hover .tools.img-icon-hover, .micro-site .resouces-section .resouces-link a:hover .img-icon.tools, .partnerships-section .home-page .resouces-section .resouces-link a:hover .tools.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a:hover .tools.img-icon-hover {
        background-position: -140px -279px
    }

    .home-page .resouces-section .resouces-link .markets-section a:hover .downloads.img-icon-hover, .home-page .resouces-section .resouces-link .partnerships-section a:hover .downloads.img-icon-hover, .home-page .resouces-section .resouces-link a:hover .img-icon.downloads, .markets-section .home-page .resouces-section .resouces-link a:hover .downloads.img-icon-hover, .markets-section .micro-site .resouces-section .resouces-link a:hover .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link .markets-section a:hover .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link .partnerships-section a:hover .downloads.img-icon-hover, .micro-site .resouces-section .resouces-link a:hover .img-icon.downloads, .partnerships-section .home-page .resouces-section .resouces-link a:hover .downloads.img-icon-hover, .partnerships-section .micro-site .resouces-section .resouces-link a:hover .downloads.img-icon-hover {
        background-position: -209px -279px
    }

.home-page .markets-section .row .col-lg-2, .home-page .partnerships-section .row .col-lg-2, .micro-site .markets-section .row .col-lg-2, .micro-site .partnerships-section .row .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px
}

.view-mask {
    background-color: transparent
}

@media (max-width:767.98px) {
    .view-mask {
        padding-top: .75rem
    }
}

.view-mask h3 {
    font-size: 1.35rem;
    font-weight: 300;
    color: #009a44;
    line-height: 1.1
}

@media (min-width:992px) {
    .view-mask h3 {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .view-mask h3 {
        font-size: 1.75rem
    }
}

.view-mask h3 i {
    font-size: .625rem;
    color: #c8c9c7
}

@media (min-width:992px) {
    .view-mask h3 i {
        font-size: 1rem
    }
}

.view-mask h5 i {
    font-size: .625rem;
    color: #c8c9c7
}

@media (min-width:992px) {
    .view-mask h5 i {
        font-size: 1rem
    }
}

.view-mask img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.view-mask .mask {
    opacity: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff
}

@media (max-width:1199.98px) {
    .view-mask .mask {
        display: none
    }
}

.view-mask:hover {
    text-decoration: none
}

    .view-mask:hover h3 {
        color: #ed8b00
    }

        .view-mask:hover h3 i {
            color: #ed8b00
        }

    .view-mask:hover h5 i {
        color: #ed8b00
    }

    .view-mask:hover .mask {
        opacity: 1
    }

.view-mask .card-body {
    position: relative
}

    .view-mask .card-body p {
        line-height: 1.15
    }

    .view-mask .card-body.solution-card-0:after, .view-mask .card-body.solution-card-1:after, .view-mask .card-body.solution-card-2:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        bottom: 0
    }

    .view-mask .card-body.solution-card-0:after {
        background-color: #009a44
    }

    .view-mask .card-body.solution-card-1:after {
        background-color: #ed8b00
    }

    .view-mask .card-body.solution-card-2:after {
        background-color: #c4d600
    }

.view-mask .btn, .view-mask .btn-large {
    background-color: #009a44;
    color: #fff;
    font-size: .937rem;
    font-weight: 700;
    border-radius: 1.5rem
}

    .view-mask .btn-large:hover, .view-mask .btn:hover {
        background-color: transparent;
        color: #009a44
    }

.markets-section .market-icon, .partnerships-section .market-icon {
    margin: .5em 0
}

    .markets-section .market-icon a, .partnerships-section .market-icon a {
        font-weight: 700
    }

.markets-section a, .partnerships-section a {
    display: block
}

    .markets-section a .img-icon, .markets-section a .img-icon-hover, .partnerships-section a .img-icon, .partnerships-section a .img-icon-hover {
        height: 52px;
        display: block;
        margin: 0 auto;
        margin-bottom: .425em;
        margin-top: .825em;
        text-align: center
    }

    .markets-section a .img-icon-hover, .partnerships-section a .img-icon-hover {
        display: none
    }

    .markets-section a:hover .img-icon, .markets-section a:hover .img-icon-hover, .partnerships-section a:hover .img-icon, .partnerships-section a:hover .img-icon-hover {
        display: none
    }

    .markets-section a:hover .img-icon-hover, .partnerships-section a:hover .img-icon-hover {
        display: block
    }

.markets-section .row a, .partnerships-section .row a {
    font-weight: 700
}

@media (max-width:991.98px) {
    .investor-section .card {
        margin-bottom: 1.5rem
    }
}

.who-we-section .content-row .card:first-child {
    background: #53565a
}

.who-we-section .image-widget .square-wrap {
    background-image: url(../assets/images/who-we-are-square.png)
}

.product-line-sec h4.title {
    font-size: 1.3125rem
}

.technical-expertise-section .pro-button {
    margin: .625rem 0
}

@media (min-width:576px) {
    .technical-expertise-section .pro-button {
        text-align: right;
        margin: 0 0
    }
}

.inner-page .col-lg-8 .technical-expertise-section ul li, .product-section .product-card .product-list .technical-expertise-section ul li, .readmore-section .technical-expertise-section ul li, .technical-expertise-section .arrow-list li, .technical-expertise-section .inner-page .col-lg-8 ul li, .technical-expertise-section .product-section .product-card .product-list ul li, .technical-expertise-section .readmore-section ul li {
    font-size: .9375rem
}

.tools-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .tools-list li {
        padding: .3rem 0;
        line-height: 1.2;
        overflow: hidden
    }

        .tools-list li .icon-wrap {
            width: 24px;
            float: left;
            margin-right: .65rem
        }

        .tools-list li .tools-content {
            margin-left: 40px;
            margin-top: 0;
            margin-top: 5px
        }

        .tools-list li i {
            font-size: 1.5rem;
            margin-right: 0;
            margin-top: 5px
        }

            .tools-list li i.flaticon-lock:before {
                margin-top: -5px
            }

        .tools-list li a {
            clear: both;
            display: inline-block;
            color: #53565a;
            font-size: 1.125rem;
            line-height: 1.35rem;
            margin-bottom: .25rem;
            text-decoration: underline;
            text-decoration-skip-ink: none
        }

            .tools-list li a:hover {
                font-weight: 700
            }

        .tools-list li p {
            margin: 0
        }

.product-section .light-gray-bg {
    background: #faf8f8
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.product-section .product-cards {
    overflow: hidden
}

    .product-section .product-cards .product-cards-grid {
        overflow: hidden;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

.product-section .product-card {
    padding-top: .65rem;
    padding-bottom: .65rem;
    position: relative
}

@media (min-width:768px) {
    .product-section .product-card {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-top: -2px;
        position: relative;
        border-top: #c8c9c7 solid 1px
    }
}

@media (max-width:767.98px) {
    .product-section .product-card {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .product-section .product-card {
        border-top: #c8c9c7 solid 1px;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.product-section .product-card h4 {
    padding-right: 0;
    line-height: 1.1;
    margin: 0
}

@media (min-width:576px) {
    .product-section .product-card h4 {
        padding-right: 1.5rem
    }
}

@media (min-width:768px) {
    .product-section .product-card h4 {
        padding-right: 1rem
    }
}

@media (min-width:1200px) {
    .product-section .product-card h4 {
        padding-right: 1.25rem
    }
}

.product-section .product-card .product-list {
    width: 100%;
    overflow: hidden;
    margin-top: .25rem
}

@media (max-width:767.98px) {
    .product-section .product-card .product-list {
        display: none
    }
}

.product-section .product-card .product-list ul li {
    margin-left: 1.5rem
}

.product-section .swap-icons a {
    padding: 5px 6px;
    line-height: 16px;
    display: inline-block;
    border: #009a44 solid 1px;
    float: right;
    color: #009a44;
    cursor: pointer
}

    .product-section .swap-icons a:hover {
        color: #ed8b00;
        border: #ed8b00 solid 1px
    }

    .product-section .swap-icons a.active {
        border: #53565a solid 1px;
        background: #53565a;
        color: #fff;
        cursor: default
    }

        .product-section .swap-icons a.active:hover i {
            color: #fff
        }

.product-section .products-list {
    padding: .9375rem 0;
    overflow: hidden;
    display: none
}

@media (max-width:767.98px) {
    .product-section .products-list {
        display: block !important
    }
}

.product-section .products-list .list {
    overflow: hidden
}

.product-section .products-list ul {
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width:768px) {
    .product-section .products-list ul {
        overflow: hidden
    }
}

.product-section .products-list ul > li {
    list-style: none;
    margin-left: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .5rem;
    font-size: 1.125rem;
    display: block
}

@media (max-width:767.98px) {
    .product-section .products-list ul > li {
        border-top: #c8c9c7 solid 1px
    }
}

@media (min-width:1200px) {
    .product-section .products-list ul > li {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.product-section .products-list ul > li a i {
    color: #c8c9c7;
    font-size: .5625rem
}

@media (min-width:1200px) {
    .product-section .products-list ul > li a i {
        font-size: .875rem
    }
}

.product-section .products-list ul > li a:hover i {
    color: #ed8b00
}

@media (max-width:767.98px) {
    .product-section .products-list .left-col ul li:first-child {
        border-top: none
    }
}

@media (min-width:768px) {
    .product-section.list .products-list {
        display: flex !important
    }
}

@media (min-width:768px) {
    .product-section.list .product-cards {
        display: none !important
    }
}

.product-section.list ul li {
    font-size: 1.025rem
}

@media (min-width:1200px) {
    .product-section.list ul li {
        font-size: 1.125rem
    }
}

.download-select, .literature-select {
    display: none
}

.modal {
    z-index: 10000
}

.required {
    color: red
}

input[type=checkbox] {
    border: #53565a solid 1px;
    border-radius: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    margin-right:8px;
}
.form-modal {
    max-width: 800px
}
    .form-modal .modal-content {
        border-radius: 0;
        padding: 1rem 1.25rem
    }

@media (min-width:1200px) {
    .form-modal .modal-content {
        padding: 2rem 2.5rem
    }
}

.form-modal .modal-content .modal-title p {
    margin-bottom: 0
}

.form-modal .modal-content .modal-header {
    padding: 0 0 .9375rem;
    color: #53565a
}

    .form-modal .modal-content .modal-header h3 {
        font-size: 1.25rem;
        font-weight: 300
    }

@media (min-width:768px) {
    .form-modal .modal-content .modal-header h3 {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .form-modal .modal-content .modal-header h3 {
        font-size: 1.75rem
    }
}

.form-modal .modal-content .modal-body {
    padding: 1rem 0
}

@media (min-width:768px) {
    .form-modal .modal-content .modal-body {
        padding: 1rem 1.25rem
    }
}

@media (min-width:1200px) {
    .form-modal .modal-content .modal-body {
        padding: 1.5rem 2.5rem
    }
}

.form-modal .modal-content .modal-body h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0
}

@media (min-width:768px) {
    .form-modal .modal-content .modal-body h4 {
        font-size: 1.5rem
    }
}

.form-control {
    border: #53565a solid 1px;
    border-radius: 0
}

@media (min-width:768px) {
    .form-control {
        /*padding: .5rem .75rem*/
    }
}

.form-group .custom-select-box {
    display: block;
    padding: 0;
    border: #53565a solid 1px;
    border-radius: 0
}

    .form-group .custom-select-box:before {
        top: 6px
    }

form label {
    font-size: 1.1rem;
    margin-left:5px;
}

form .btn-large {
    font-size: 1.25rem;
    padding: .5rem 1.125rem .5rem
}

@media (max-width:768px) {
    .email-suggestion-wrap {
        display: none
    }
}

.email-suggestion {
    background: #faf8f8;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 5px 10px;
    color: #53565a;
    position: relative;
    font-weight: 300;
    margin-left: 10px;
    display: inline-block;
    float: left
}

    .email-suggestion:before {
        width: 0;
        height: 0;
        position: absolute;
        top: 10px;
        left: -13px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #faf8f8;
        border-left: 7px solid transparent;
        content: ''
    }

@media (max-width:767.98px) {
    .email-suggestion {
        display: none
    }
}

.error {
    background: url(../assets/images/warning-icon.png) 10px 15px #ed003d;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 7px 10px 7px 35px;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-top: 10px;
    display: inline-block
}

    .error:before {
        width: 0;
        height: 0;
        position: absolute;
        top: -6px;
        left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ed003d;
        content: ''
    }

.has-error .form-control {
    border: #ed003d solid 1px
}

    .has-error .form-control.bootstrap-select {
        border: none
    }

        .has-error .form-control.bootstrap-select button {
            border: #ed003d solid 1px
        }

@media (min-width:768px) {
    .has-error.half {
        position: relative;
        display: flex
    }

        .has-error.half .form-control {
            float: left
        }

        .has-error.half .error {
            top: auto;
            margin-left: 10px;
            margin-top: 0
        }

            .has-error.half .error:before {
                top: 10px;
                left: -13px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-right: 7px solid #ed003d;
                border-left: 7px solid transparent
            }
}

.has-error #country-error {
    position: absolute;
    top: 35px
}

    .has-error #country-error + .btn, .has-error #country-error + .btn-large {
        margin-bottom: 35px
    }

.form-group.scrollable .dropdown-menu {
    height: auto;
    background: #fff;
    transform: translate3d(0,0,0) !important
}

.confirmation {
    display: block;
    text-align: center
}

    .confirmation.hidden {
        display: none;
        overflow: hidden
    }

img#loadingImage.hidden {
    display: none;
    overflow: hidden
}

.modal-content.submited .modal-header {
    border-bottom: none
}

.filtered-downloads .product-library-search {
    -webkit-box-shadow: 0 10px 6px -6px #c8c9c7;
    -moz-box-shadow: 0 10px 6px -6px #c8c9c7;
    box-shadow: 0 10px 6px -6px #c8c9c7
}

    .filtered-downloads .product-library-search .search-group-wrap {
        max-width: 100%
    }

.filtered-downloads .document-select .form-group {
    width: 180px
}

    .filtered-downloads .document-select .form-group .form-check {
        margin-left: 0;
        padding: 0
    }

    .filtered-downloads .document-select .form-group .custom-select-box select {
        padding-top: .2rem;
        padding-bottom: .2rem
    }

    .filtered-downloads .document-select .form-group .custom-select-box:before {
        top: 0
    }

.filtered-downloads .filter-results {
    display: none;
    border-top: solid 1px #eeefee;
    border-bottom: solid 1px #eeefee
}

    .filtered-downloads .filter-results .delbox .del .fi, .filtered-downloads .filter-results .delbox .del footer .footer-links i, footer .footer-links .filtered-downloads .filter-results .delbox .del i {
        font-size: .5rem;
        font-weight: 700 !important;
        top: -2px;
        position: relative;
        left: 2px
    }

.filtered-downloads .downloads-section .tools-list li {
    margin-left: 0;
    padding: 0;
    margin-bottom: 1rem
}

    .filtered-downloads .downloads-section .tools-list li a {
        color: #009a44;
        text-decoration: none
    }

        .filtered-downloads .downloads-section .tools-list li a:hover {
            color: #ed8b00 !important;
            font-weight: 400
        }

    .filtered-downloads .downloads-section .tools-list li .links a {
        font-size: inherit
    }

.shadow-line {
    box-shadow: inset 0 -11px 8px -10px #ccc;
    height: 20px
}

.news-list > li {
    padding-top: 1.5rem !important;
    font-size: 1.125rem;
    line-height: 1.35rem
}

    .news-list > li .font-italic {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: .125rem
    }

    .news-list > li ul {
        margin-bottom: 0 !important
    }

        .news-list > li ul > li {
            font-size: 1rem
        }

.news-list.success-stories-list p {
    margin-bottom: 0;
    font-size: 1rem
}

.filter-tag .bootstrap-select {
    margin-top: 15px
}

#downloadfacetList li {
    margin-left: 0 !important;
    padding: 0 !important
}

.resouces-section .card-text h3 a {
    font-size: 1.25rem
}

.resouces-section .card-text h4 a {
    font-size: 1.125rem
}

.search-result-sec .search-result-top {
    -webkit-box-shadow: 0 10px 6px -6px #c8c9c7;
    -moz-box-shadow: 0 10px 6px -6px #c8c9c7;
    box-shadow: 0 10px 6px -6px #c8c9c7
}

    .search-result-sec .search-result-top .search-group-wrap {
        max-width: 430px
    }

@media (max-width:767.98px) {
    .search-result-sec .search-result-top .search-group-wrap {
        max-width: 100%
    }
}

.search-result-sec h4 {
    font-weight: 300;
    color: #53565a
}

@media (max-width:767.98px) {
    .search-result-sec h4 {
        margin-top: .865rem
    }
}

.product-search h3 {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 5px
}

    .product-search h3 i {
        font-size: 1rem
    }

@media (max-width:767.98px) {
    .product-search h3 {
        font-size: 1.25rem
    }
}

.product-search h3:hover i {
    color: #ed8b00
}

.serach-result-wrap .search-result-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

    .serach-result-wrap .search-result-title i {
        font-size: 1.5rem
    }

    .serach-result-wrap .search-result-title h3 {
        margin-bottom: 0
    }

    .serach-result-wrap .search-result-title p {
        margin: 0
    }

.serach-result-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .serach-result-wrap ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 2rem 0 1rem
    }

@media (max-width:767.98px) {
    .serach-result-wrap ul li {
        margin: 1.25rem 0 .25rem
    }
}

.serach-result-wrap ul li img {
    max-width: 95px;
    margin-right: 1.5rem;
    margin-top: 5px
}

@media (max-width:767.98px) {
    .serach-result-wrap ul li img {
        max-width: 65px;
        margin-right: 1rem
    }
}

.serach-result-wrap ul li h4 {
    font-weight: 300;
    margin: 0
}

.serach-result-wrap ul li .details {
    font-size: .825rem;
    font-style: italic
}

#cludo-search-results {
    min-height: 200px
}

div.search-results ul {
    list-style-type: none;
    margin-top: 1.5rem !important;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .related-searches-header h2, div.search-filter-header h2, div.search-results ul li h3 {
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.5rem
    }

@media (max-width:767.98px) {
    .related-searches-header h2, div.search-filter-header h2, div.search-results ul li h3 {
        font-size: 1.125rem
    }
}

div.search-results ul li p {
    margin: 5px 0
}

div.search-results ul li.search-results-item {
    margin-left: 0;
    padding: 1.5rem 0 1rem
}

#cludo-search-results ul .search-results-item, .cludo-search-results ul .search-results-item {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none
}

div.search-results ul li.search-results-item:nth-of-type(odd) {
    border-radius: 5px
}

div.search-results ul li.search-results-item.pdf a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/pdf.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.video a:first-of-type:before, div.search-results ul li.search-results-item.youtube a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/youtube.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.word a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/word.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.ppt a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/ppt.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.excel a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/excel.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.audio a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/audio.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

div.search-results ul li.search-results-item.zip a:first-of-type:before {
    content: '';
    display: block;
    background: url(/assets/icons/zip.png);
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat
}

ul.search_autocomplete {
    list-style-type: none;
    position: absolute;
    opacity: 1;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    overflow: hidden
}

    ul.search_autocomplete li {
        padding: 5px 0 5px 20px;
        position: relative
    }

        ul.search_autocomplete li:after {
            content: '';
            border-right: 1px solid rgba(0,0,0,.15);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0
        }

        ul.search_autocomplete li:before {
            content: '';
            border-left: 1px solid rgba(0,0,0,.15);
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0
        }

        ul.search_autocomplete li:first-child {
            border-top: 1px solid rgba(0,0,0,.15);
            border-radius: 5px 5px 0 0;
            overflow: hidden
        }

            ul.search_autocomplete li:first-child:after, ul.search_autocomplete li:first-child:before {
                top: 2px
            }

        ul.search_autocomplete li:last-child:after, ul.search_autocomplete li:last-child:before {
            bottom: 2px
        }

        ul.search_autocomplete li:last-child {
            border-bottom: 1px solid rgba(0,0,0,.15);
            border-radius: 0 0 5px 5px;
            overflow: hidden
        }

        ul.search_autocomplete li:hover {
            cursor: pointer;
            color: #fff;
            background-color: #ed8b00;
            border-radius: 5px
        }

ul.search_page_list {
    list-style-type: none;
    padding-top: 20px !important;
    overflow: hidden;
    margin-top: 1rem
}

    ul.search_page_list li {
        float: left;
        border: 1px solid #c8c9c7;
        margin: 0 5px !important;
        padding: 2px;
        font-size: 1rem;
        list-style: none !important
    }

        ul.search_page_list li a {
            padding: 3px;
            font-size: 15px;
            display: block;
            text-align: center;
            width: 25px
        }

        ul.search_page_list li.active {
            width: 32px;
            height: 34px;
            text-align: center;
            padding-top: 4px;
            background-color: #009a44;
            color: #fff
        }

            ul.search_page_list li.active .cludo-sr-only {
                display: none
            }

ul li.search-results-item span.path {
    display: none
}

div.cludo-banner {
    border: solid 1px silver;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px
}

    div.cludo-banner h2 {
        margin: -5px;
        text-align: left;
        padding: 4px;
        background-color: #ededed;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    div.cludo-banner p {
        margin-top: 0;
        padding: 4px
    }

.search-filter-container, .search-related ul {
    margin-top: .5rem;
    margin-bottom: .5rem
}

    .search-filter-container li, .search-related ul li {
        list-style: disc;
        padding: .125rem 0;
        position: relative;
        line-height: 1.4em;
        margin-left: 1.1rem
    }

.related-searches-header {
    padding-top: 1rem
}

.search-results-item > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 0
}

.search-results-item h3 > b {
    font-weight: 400
}

.search-results-item > div .cludoImage {
    max-width: 95px;
    margin-right: 1.5rem;
    margin-top: 5px
}

.search-results-item > div .cludoTextImage {
    width: auto
}

.search-results-item b {
    font-weight: inherit
}

@media (max-width:767.98px) {
    .history-section {
        display: flex;
        padding-bottom: 10px;
        overflow-x: auto;
        margin-right: 0;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.history-section .history-card {
    background: #faf8f8
}

@media (max-width:767.98px) {
    .history-section .history-card {
        min-width: 45%
    }
}

@media (max-width:575.98px) {
    .history-section .history-card {
        min-width: 60%
    }
}

@media (min-width:768px) {
    .history-section .history-card {
        padding: 1.875rem;
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.875rem
    }
}

@media (max-width:767.98px) {
    .history-section .history-card {
        margin-right: 15px;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2)
    }
}

@media (min-width:768px) {
    .history-section .history-card .history-img {
        margin-right: 1.25rem
    }
}

@media (max-width:767.98px) {
    .history-section .history-card .history-img img {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .history-section .history-card .history-body {
        padding: .5rem
    }
}

.history-section .history-card .history-body h4 {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .history-section .history-card .history-body h4 {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .history-section {
        margin-bottom: 1.65rem
    }
}

.media-widget .description {
    max-width: 80%;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    line-height: 1.25rem;
    display: block
}

.connected-carousels {
    padding: 0 5px
}

    .connected-carousels .stage {
        width: 100%;
        position: relative
    }

    .connected-carousels .photo-credits {
        position: absolute;
        right: 15px;
        bottom: 0;
        font-size: 13px;
        color: #fff;
        text-shadow: 0 0 1px rgba(0,0,0,.85);
        opacity: .66
    }

        .connected-carousels .photo-credits a {
            color: #fff
        }

    .connected-carousels .navigation {
        margin: 0 13px;
        position: relative
    }

    .connected-carousels .carousel {
        overflow: hidden;
        position: relative
    }

        .connected-carousels .carousel ul {
            width: 10000em;
            position: relative;
            list-style: none;
            margin: 0 0 10px 0;
            padding: 0;
            display: flex
        }

        .connected-carousels .carousel li {
            background: #000;
            position: relative
        }

    .connected-carousels .carousel-navigation {
        width: 100%
    }

        .connected-carousels .carousel-navigation li {
            cursor: pointer;
            margin: 0 2px 0 1px;
            position: relative;
            border: #faf8f8 solid 2px
        }

            .connected-carousels .carousel-navigation li:hover {
                border: #ed8b00 solid 2px
            }

            .connected-carousels .carousel-navigation li img {
                display: block;
                height: 55px;
                width: 91px
            }

            .connected-carousels .carousel-navigation li.active {
                border: #ed8b00 solid 2px
            }

            .connected-carousels .carousel-navigation li .duration {
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 11px;
                background: rgba(0,0,0,.7);
                line-height: 12px;
                padding: 0 3px;
                color: #fff
            }

    .connected-carousels .next-stage, .connected-carousels .prev-stage {
        display: block;
        position: absolute;
        top: 0;
        width: 305px;
        height: 410px;
        color: #fff
    }

    .connected-carousels .prev-stage {
        left: 0
    }

    .connected-carousels .next-stage {
        right: 0
    }

        .connected-carousels .next-stage.inactive, .connected-carousels .prev-stage.inactive {
            display: none
        }

        .connected-carousels .next-stage span, .connected-carousels .prev-stage span {
            display: none;
            position: absolute;
            top: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            background: #4e443c;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 1px #000;
            font: 24px/27px Arial,sans-serif;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            -webkit-box-shadow: 0 0 2px #999;
            -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999
        }

    .connected-carousels .prev-stage span {
        left: 20px
    }

    .connected-carousels .next-stage span {
        right: 20px
    }

    .connected-carousels .next-stage:hover span, .connected-carousels .prev-stage:hover span {
        display: block
    }

    .connected-carousels .next-navigation, .connected-carousels .prev-navigation {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px
    }

        .connected-carousels .next-navigation i:before, .connected-carousels .prev-navigation i:before {
            font-size: 12px
        }

    .connected-carousels .prev-navigation {
        left: -15px;
        top: 15px;
        color: #53565a
    }

    .connected-carousels .next-navigation {
        right: -15px;
        top: 15px;
        text-align: right;
        color: #53565a
    }

        .connected-carousels .next-navigation.inactive, .connected-carousels .prev-navigation.inactive {
            opacity: .5;
            cursor: default;
            color: #53565a
        }

            .connected-carousels .next-navigation.inactive:hover i, .connected-carousels .prev-navigation.inactive:hover i {
                color: #53565a
            }

.jcarousel-wrapper {
    margin: 0 auto;
    position: relative
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .jcarousel ul {
        width: 10000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .jcarousel li {
        width: 200px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: 100% !important
    }

.jcarousel-control-next, .jcarousel-control-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial,sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    -moz-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7
}

.jcarousel-control-prev {
    left: 15px
}

.jcarousel-control-next {
    right: 15px
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4e443c;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
        -webkit-box-shadow: 0 0 2px #4e443c;
        -moz-box-shadow: 0 0 2px #4e443c;
        box-shadow: 0 0 2px #4e443c
    }

        .jcarousel-pagination a.active {
            background: #4e443c;
            color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 2px #f0efe7;
            -moz-box-shadow: 0 0 2px #f0efe7;
            box-shadow: 0 0 2px #f0efe7
        }

.listing-page .download-title {
    display: flex;
    align-items: flex-start
}

@media (max-width:575.98px) {
    .listing-page .readmore-section .image {
        width: 50%
    }
}

.contact-section .contact-card {
    background: #faf8f8;
    padding: .875rem;
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .contact-section .contact-card {
        padding: 1.25rem;
        margin-bottom: 1.875rem
    }
}

.contact-section .contact-card .contact-img {
    margin-right: .875rem
}

@media (min-width:768px) {
    .contact-section .contact-card .contact-img {
        margin-right: 1.25rem
    }
}

.contact-section .contact-card .contact-img .img {
    width: 110px;
    height: 110px;
    border: #c8c9c7 solid 1px;
    border-radius: 50%;
    overflow: hidden
}

@media (max-width:767.98px) {
    .contact-section .contact-card .contact-img .img {
        width: 50px;
        height: 50px
    }
}

.contact-section .contact-card .contact-img .img img {
    width: 100%
}

.contact-section .contact-card .contact-img h5 {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 700;
    margin-top: 5px
}

@media (max-width:767.98px) {
    .contact-section .contact-card .contact-img h5 {
        font-size: 1rem
    }
}

.contact-section .contact-card h4 {
    margin-bottom: .25rem
}

@media (max-width:767.98px) {
    .contact-section .contact-card h4 {
        font-size: 1.125rem
    }
}

.contact-section .contact-card .select-support {
    max-width: 350px
}

    .contact-section .contact-card .select-support .btn, .contact-section .contact-card .select-support .btn-large {
        font-weight: 400;
        border-width: 1px;
        font-size: .9375rem;
        padding: .3rem 0;
        border-radius: 0;
        height: 100%;
        width: 100%;
        max-width: 120px;
        background: #009a44;
        color: #fff;
        border-color: #009a44;
        height: 38px
    }

        .contact-section .contact-card .select-support .btn-large:hover, .contact-section .contact-card .select-support .btn:hover {
            background: #fff;
            color: #009a44
        }

        .contact-section .contact-card .select-support .btn.dropdown-toggle, .contact-section .contact-card .select-support .dropdown-toggle.btn-large {
            border-color: #53565a
        }

    .contact-section .contact-card .select-support .bootstrap-select .btn, .contact-section .contact-card .select-support .bootstrap-select .btn-large {
        max-width: 100%;
        padding: .5rem
    }

.contact-section .contact-card .contact-links > div {
    margin: .5rem 1.125rem 0 0
}

    .contact-section .contact-card .contact-links > div i {
        margin-right: .65rem;
        vertical-align: middle;
        font-size: 1.25rem
    }

@media (min-width:768px) {
    .contact-section .contact-card .contact-links {
        display: flex
    }
}

.contact-section .contact-card.card-w-image {
    display: flex;
    align-items: flex-start
}

@media (max-width:767.98px) {
    .contact-section {
        margin-bottom: 1.65rem
    }
}

.find-location-widget .location-card {
    background: #fff;
    padding: .875rem .5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start
}

@media (min-width:768px) {
    .find-location-widget .location-card {
        padding: 1.25rem;
        margin-bottom: 1.875rem
    }
}

.find-location-widget .location-card .location-icon {
    font-size: 2.25rem;
    color: #009a44;
    margin-right: .875rem;
    display: inline-block;
    margin-top: -5px
}

    .find-location-widget .location-card .location-icon:hover {
        color: #ed8b00
    }

.find-location-widget .location-card .location-body h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0
}

.find-location-widget .location-card .location-body p {
    margin: 0
}

.find-location-widget .location-card .location-body .location-main {
    cursor: pointer;
    color: #53565a
}

    .find-location-widget .location-card .location-body .location-main:hover {
        color: #ed8b00
    }

.find-location-widget .location-card .location-body .location-address {
    display: none
}

.contact-link {
    padding: 1.25rem .75rem;
    display: flex;
    align-items: flex-start;
    background: #faf8f8
}

@media (min-width:576px) {
    .contact-link {
        padding: 1.25rem 1.5rem
    }
}

.contact-link h3 {
    margin: 0
}

.contact-link i {
    color: #009a44;
    font-size: 2.25rem;
    margin-right: 1.25rem
}

.sendmessage-link {
    padding: 1rem .75rem;
    display: flex;
    align-items: flex-start;
    background: #009a44;
    color: #fff;
    border: #009a44 1px solid
}

@media (min-width:576px) {
    .sendmessage-link {
        padding: 1rem .75rem 1rem 1.25rem
    }
}

.sendmessage-link h3 {
    margin: .85rem 0 0
}

.sendmessage-link i {
    color: #fff;
    font-size: 2.75rem;
    margin-right: 1.25rem
}

.sendmessage-link:hover {
    color: #009a44;
    border: #009a44 1px solid;
    background: #fff
}

    .sendmessage-link:hover i {
        color: #009a44
    }

.acs-grid {
    overflow: hidden
}

@media (min-width:992px) {
    .acs-grid {
        margin: 0 15px
    }
}

.acs-grid .card {
    background-color: transparent;
    margin-bottom: 20px
}

@media (min-width:576px) {
    .acs-grid .card {
        margin-left: -1px;
        border-left: #c8c9c7 solid 1px
    }
}

.acs-grid .card p {
    margin-bottom: 0
}

.micro-site {
    line-height: 1.2
}

    .micro-site .rogers-logo {
        width: 16px;
        height: 19px;
        float: left;
        margin-right: 5px;
        background: url(../assets/images/rogers-logo-small.jpg) no-repeat 0 0
    }

    .micro-site .navbar .utility-nav .fi, .micro-site .navbar .utility-nav footer .footer-links i, footer .footer-links .micro-site .navbar .utility-nav i {
        font-size: 1.25rem
    }

    .micro-site .navbar-brand {
        background: 0 0;
        height: 64px;
        width: auto;
        max-width: 250px;
        padding: 0
    }

        .micro-site .navbar-brand img {
            max-height: 100%;
            max-width: 100%
        }

@media (max-width:991.98px) {
    .micro-site .navbar-brand {
        height: 47px
    }
}

.micro-site .fixed-topbar.scrolled .navbar-brand {
    width: auto;
    max-width: 250px
}

.micro-site .footer-links .rogerslink a {
    color: #fff;
    opacity: 1
}

    .micro-site .footer-links .rogerslink a:hover {
        opacity: .8
    }

        .micro-site .footer-links .rogerslink a:hover i {
            color: #fff
        }

    .micro-site .footer-links .rogerslink a i {
        font-size: 1.25rem
    }

.micro-site .product-list {
    background-color: #faf8f8
}

.micro-site .home-carousel-container {
    position: relative
}

    .micro-site .home-carousel-container .square-wrap {
        position: absolute;
        top: 80px;
        right: 0
    }

        .micro-site .home-carousel-container .square-wrap .square1, .micro-site .home-carousel-container .square-wrap .square2, .micro-site .home-carousel-container .square-wrap .square3 {
            width: 60px;
            height: 60px;
            clear: both
        }

@media (max-width:767.98px) {
    .micro-site .home-carousel-container .square-wrap .square1, .micro-site .home-carousel-container .square-wrap .square2, .micro-site .home-carousel-container .square-wrap .square3 {
        display: none
    }
}

@media (min-width:1200px) {
    .micro-site .home-carousel-container .square-wrap .square1, .micro-site .home-carousel-container .square-wrap .square2, .micro-site .home-carousel-container .square-wrap .square3 {
        width: 80px;
        height: 80px
    }
}

.micro-site .home-carousel-container .square-wrap .square1 {
    background: #feee7a;
    float: left;
    clear: both;
    margin-left: 60px
}

@media (min-width:1200px) {
    .micro-site .home-carousel-container .square-wrap .square1 {
        margin-left: 80px
    }
}

.micro-site .home-carousel-container .square-wrap .square2 {
    background: #d18c07;
    margin-right: 60px
}

@media (min-width:1200px) {
    .micro-site .home-carousel-container .square-wrap .square2 {
        margin-right: 80px
    }
}

.micro-site .home-carousel-container .square-wrap .square3 {
    background: #ffea53;
    margin-left: 60px
}

@media (min-width:1200px) {
    .micro-site .home-carousel-container .square-wrap .square3 {
        margin-left: 80px
    }
}

.microsite-blog-widget .blog-list .item {
    padding: 10px 0
}

.microsite-blog-widget .blog-list .news-postdate {
    padding-top: 10px;
    color: #a5a7a8;
    font-weight: 400
}

.partnerships-section .logo {
    height: 50px
}

    .partnerships-section .logo img {
        max-height: 100%;
        max-width: 100%
    }

.partnerships-section a {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1 !important
}

.partnerships-section .more {
    height: 50px
}

    .partnerships-section .more span {
        border-radius: 10px;
        border: #009a44 solid 1px;
        padding: 3px 5px;
        display: inline-block;
        margin: 15px auto 0;
        text-align: center
    }

        .partnerships-section .more span i {
            background: #009a44;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            margin: 0 5px;
            display: inline-block
        }

.select-extend {
    display: none
}

.select-last-element .btn, .select-last-element .btn-large {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.bootstrap-select {
    text-overflow: ellipsis;
    position: relative
}

    .bootstrap-select.select-checkbox .active {
        background: 0 0;
        position: relative;
        color: #212529
    }

        .bootstrap-select.select-checkbox .active:before {
            content: '';
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xLjg2LDYuNDUsTDUuMDUsMTAuNjQsTDEzLjUsMi4yOSI+PC9wYXRoPjwvc3ZnPg==);
            position: absolute;
            width: 16px;
            height: 16px;
            left: 4px;
            top: 8px
        }

    .bootstrap-select.select-checkbox .dropdown-menu .dropdown-item:active {
        color: #212529;
        background: #fff
    }

    .bootstrap-select.input-group-prepend {
        margin-bottom: initial
    }

    .bootstrap-select .btn, .bootstrap-select .btn-large {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%
    }

    .bootstrap-select .dropdown-menu a {
        color: #53565a
    }

    .bootstrap-select .dropdown-menu .select-search {
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0
    }

    .bootstrap-select .dropdown-menu .select-extend-alert {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin-bottom: 0;
        display: none
    }

    .bootstrap-select .dropdown-menu .dropdown-item {
        overflow: hidden;
        text-overflow: ellipsis
    }

.cd-dropdown {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    background-color: #faf8f8;
    color: #53565a;
    visibility: hidden;
    letter-spacing: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s 0s,visibility 0s .5s;
    -moz-transition: -moz-transform .5s 0s,visibility 0s .5s;
    transition: transform .5s 0s,visibility 0s .5s
}

    .cd-dropdown.dropdown-is-active {
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .5s 0s,visibility 0s 0s;
        -moz-transition: -moz-transform .5s 0s,visibility 0s 0s;
        transition: transform .5s 0s,visibility 0s 0s;
        background: #fff
    }

    .cd-dropdown .cd-dropdown-content {
        margin-top: 62px
    }

        .cd-dropdown .cd-dropdown-content.move-out {
            margin-bottom: 162px
        }

@media only screen and (min-width:768px) {
    .cd-dropdown .cd-close {
        top: 5px
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    background: #fff
}

    .cd-dropdown-content .has-children, .cd-dropdown-content ul .has-children {
        background: #fff
    }

    .cd-dropdown-content ul.microsite-nav a, .cd-dropdown-content.microsite-nav a {
        font-weight: 700;
        background: #fff
    }

    .cd-dropdown-content .utility-nav, .cd-dropdown-content ul .utility-nav {
        background: #faf8f8
    }

        .cd-dropdown-content .utility-nav a, .cd-dropdown-content ul .utility-nav a {
            font-weight: 700
        }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        display: block;
        color: #53565a;
        border-bottom: #c8c9c7 solid 1px;
        padding: .5rem .75rem;
        font-weight: 400;
        line-height: 1.5
    }

    .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content .cd-search, .cd-dropdown-content a, .cd-dropdown-content ul .cd-divider, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul a {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        -moz-transition: opacity .3s,-moz-transform .3s;
        transition: opacity .3s,transform .3s
    }

    .cd-dropdown-content ul.is-hidden, .cd-dropdown-content.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

        .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > li > a {
            opacity: 0
        }

    .cd-dropdown-content ul.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > li > a {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch
}

.cd-dropdown-content .see-all a, .cd-dropdown-content ul .see-all a {
    color: #3f8654
}

.cd-dropdown-content .back a, .cd-dropdown-content ul .back a {
    padding-right: 15px;
    padding-left: 30px;
    color: #53565a;
    font-weight: 700;
    position: relative;
    background: #53565a;
    color: #fff
}

    .cd-dropdown-content .back a:before, .cd-dropdown-content ul .back a:before {
        position: absolute;
        font-family: Flaticon;
        right: 10px;
        width: 20px;
        text-align: left;
        padding-top: 5px;
        font-size: .75rem;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.cd-dropdown-content .back-index, .cd-dropdown-content ul .back-index {
    position: relative
}

    .cd-dropdown-content .back-index a, .cd-dropdown-content ul .back-index a {
        position: relative;
        padding-right: 40px;
        color: #53565a;
        font-weight: 400;
        font-weight: 700;
        display: block
    }

        .cd-dropdown-content .back-index a:before, .cd-dropdown-content ul .back-index a:before {
            display: none;
            position: absolute;
            font-family: Flaticon;
            right: 10px;
            top: 5px;
            bottom: 0;
            width: 20px;
            text-align: left;
            padding-top: 5px;
            font-size: .75rem;
            color: #c4c6ca
        }

.cd-dropdown-content {
    background: #faf8f8
}

    .cd-dropdown-content > ul {
        margin-bottom: 30px
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

.has-children > a {
    position: relative;
    padding-right: 40px;
    color: #53565a;
    font-weight: 400;
    font-weight: 700
}

    .has-children > a:before {
        position: absolute;
        font-family: Flaticon;
        right: 10px;
        top: 5px;
        bottom: 0;
        width: 20px;
        text-align: left;
        padding-top: 5px;
        font-size: .75rem;
        color: #c4c6ca
    }

    .has-children > a::after, .has-children > a::before {
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%
    }

.cd-dropdown-content .back a::before {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none
}

.cd-secondary-dropdown {
    background: #fff
}

    .cd-secondary-dropdown li.back-index > a {
        padding-left: 10px
    }

    .cd-secondary-dropdown li > a {
        padding-left: 30px;
        color: #009a44;
        background: #fff
    }

    .cd-secondary-dropdown li > ul {
        background: #fff
    }

        .cd-secondary-dropdown li > ul li > a {
            color: #009a44;
            padding-left: 30px
        }

        .cd-secondary-dropdown li > ul li.back > a {
            color: #fff
        }

.pagemode-edit .fixed-top {
    position: relative
}

body.pagemode-edit .component-wrapper {
    border: 2px solid #eee;
    border-top: none;
    box-sizing: border-box;
    margin: 10px;
    overflow: hidden
}

    body.pagemode-edit .component-wrapper span.wrapper-header {
        display: block;
        color: #111;
        background-color: #eee;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        font-family: Arial,sans-serif
    }

    body.pagemode-edit .component-wrapper .component-content {
        padding: 10px;
        min-height: 50px
    }

        body.pagemode-edit .component-wrapper .component-content .component-wrapper {
            margin: 10px 0
        }

body.pagemode-edit .mdl-container .mdl-locations-container .scEmptyImage {
    display: none
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        .h-100 {
            height: auto !important;
            height: inherit !important
        }

        .image-widget img, .inner-banner-w-image .banner-image img {
            min-height: auto !important;
            min-height: inherit !important
        }

        .image-widget {
            height: auto
        }

        .light-widget-w-icon i.big-icon {
            float: left
        }

        .light-widget-w-icon .widget-container {
            margin-left: 20px
        }

        .inner-banner-w-image .banner-image img {
            min-height: auto !important;
            min-height: inherit !important
        }

        div.b-description-readmore-button.btn.btn-lg {
            width: 145px
        }

        .contact-section .contact-card .contact-img h5 {
            width: 110px
        }

        .contact-card .contact-text {
            margin-left: 120px
        }

        .contact-section .contact-card .contact-img {
            width: 110px;
            text-align: center;
            display: block;
            float: left;
            margin-right: 0
        }

            .contact-section .contact-card .contact-img .img {
                margin: 0 auto
            }

        .contact-section .contact-card.card-w-image, .find-location-widget .location-card {
            display: block
        }

            .find-location-widget .location-card .location-icon {
                width: 40px;
                text-align: center;
                display: block;
                float: left;
                margin-right: 0
            }

            .find-location-widget .location-card .location-body {
                margin-left: 50px
            }

        .acs-grid .d-flex, .product-list .d-flex {
            display: block
        }

            .acs-grid .d-flex .mr-2, .product-list .d-flex .mr-2 {
                float: left;
                width: 105px
            }

            .acs-grid .d-flex p, .product-list .d-flex p {
                margin-left: 80px
            }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .h-100 {
            height: auto !important;
            min-height: inherit !important
        }

        .image-widget img, .inner-banner-w-image .banner-image img {
            min-height: auto !important;
            min-height: inherit !important
        }

        .image-widget {
            height: auto
        }

        div.b-description-readmore-button.btn.btn-lg {
            width: 145px
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .h-100 {
            height: 100% !important
        }

        .image-widget img, .inner-banner-w-image .banner-image img {
            min-height: 100% !important
        }

        .image-widget {
            height: 100%
        }

        .inner-banner-w-image .banner-image img {
            min-height: 100% !important
        }
    }
}

.btn[disabled], .btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover {
    border-color: #009a44;
    background-color: #009a44;
    color: #fff
}

div.light-widget.spaced {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).wide {
    width: 260px
}

.breadcrumb-item br {
    display: none
}

/* Custom */
p.center {text-align:center;}
span.hidden {display:none;}

/* Overlay */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    text-align: center;
    padding-top: 400px;
}

    #overlay.display {
        display: block;
    }

    #overlay img {
        height: 40px;
    }

h1 {font-size:1.75rem; font-weight:normal;}
    h1.slogan{font-size:2.25rem; font-weight:normal; margin-top:0;}
.breadcrumb {padding:1rem 0;}
.table td, .table th {border-top:0;}
@media (max-width:991.98px) {
    .leftnavmenu {
        display: none !important;
    }
    h1.slogan {
        font-size: 2.00rem;
        font-weight: normal;
        margin-top: 0;
    }
}
/* Message Box Styles */
.errorbox {
    background-color: #ffa1a1;
    padding: 3px;
    color: #202020;
    background-image: url('/images/icons/red-xcircle.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.successbox {
    background-color: #a7dfa7;
    padding: 3px;
    color: #202020;
    background-image: url('/images/icons/green-checkcircle.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
img.rounded {border-radius:10px;}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
/* Files Listing Display */
ul.files {list-style-type: none !important; margin-left: 10px !important;}
    ul.files li {min-height: 20px !important; padding-left: 20px !important; background: url('/images/icons/icon_default.gif') no-repeat left top;}
        ul.files li.pdf {background-image: url('/images/icons/icon_pdf.gif');}