/* Default Styles 
-------------------------------------------------------------------------------------*/

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    font-family: "Arrow Display", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    background: #fff;
    color: #333;
    line-height: 1.45
}

a {
    color: #337ab7;
}

p:last-child {
    margin-bottom: 0;
}

.btn-primary {
    background-color: #272729;
    border-color: #272729;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #3C3C3E;
        border-color: #3C3C3E;
    }

button.btn.btn-primary:active {
    background-color: #3C3C3E;
    border-color: #3C3C3E;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #3C3C3E;
    border-color: #3C3C3E;
}

* {
    border-radius: 0 !important;
}

/*Main Bootstrap override styles*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.15rem;
}

/*Supplier Logos scroller*/

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    border: none;
    background-color: none;
}

.thumb {
    margin-bottom: 30px;
}

.Content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px
}

/* FWD MOTION */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
    margin-bottom: 1rem;
}

hr {
    border-top: 1px solid #CCC;
}

/*NAVIGATION */

.header-social-links {
    width: 100% !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
}

    .header-social-links ul.social {
        display: inline;
    }

.header-region {
    padding-right: 0 !important;
}

.header-social-links a {
    font-size: 14px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
    color: #FFF;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* BUTTON */

.button {
    border: 2px #FFF solid;
    font-size: 20px;
    display: inline-block;
    transition: all 0.25s;
    color: #FFF;
    padding: 7px 30px;
}

    .button:hover {
        background: #FFF;
        transition: all 0.25s;
        text-decoration: none;
        cursor: pointer;
        color: #000;
    }

    .button a {
        padding: 7px 20px;
        display: block;
    }

        .button a:hover {
            color: #000 !important;
            text-decoration: none;
        }

/*HEADER */

header {
    position: relative;
}

.navbar-brand {
    height: auto;
    padding-bottom: 10px;
    padding-top: 20px;
}

/*nav .ezsearch-no-results {
    display: none;
}*/

.header-region .dropdown {
    float: right;
    background: transparent;
    padding: 10px 0 10px 10px;
}

.dropdown .btn-default {
    background: transparent;
    color: #FFF !important;
    border: none;
    font-size: 14px;
    line-height: 14px;
    text-shadow: 0 0 0;
    margin-right: 0px;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
}

header .dropdown .dropdown-menu {
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0;
    border: 0;
}

header .worm {
    color: #FFF;
    float: right;
    margin-right: 35px;
    padding-top: 28px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

/* CAROUSEL */

#myCarousel {
    margin-top: 0px;
}

/* HOMEPAGE */

.home-introduction {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .home-introduction h3 {
        font-size: 1.9rem;
        text-align: center;
    }

.home-content {
    padding: 4rem 0;
    background-color: #000000;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-content h2, .home-content h3, .home-content h4, .home-content h5 {
        margin-top: 0;
    }

    .home-content .button a {
        color: #FFF;
    }

.home-suppliers-carousel {
    padding: 3rem 0 2rem;
}

/* HEADER IMAGES */

.header-image-root {
    height: 20rem !important;
}

.header-image {
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    height: 30rem;
}

    .header-image h1, .header-image h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-family: "Arrow Display", Arial, "Helvetica Neue LT W01_41488878", sans-serif;
        font-weight: 400;
    }

    .header-image h1 {
        font-size: 60px;
    }

    .header-image h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .header-image .button {
        border: 2px #FFF solid;
        padding: 7px 30px;
        font-size: 20px;
        color: #ffffff;
    }

        .header-image .button:hover {
            background: #FFF;
            color: #000;
        }

    .header-image .second-button {
        margin-left: 20px;
    }

/* RELATED PAGES */

.related-pages .content {
    padding: 1.5rem;
    background: #000;
    color: #FFF;
}

    .related-pages .content .title {
        line-height: 30px;
        min-height: 58px;
    }

    .related-pages .content .summary {
        font-size: 14px;
        min-height: 80px;
    }

    .related-pages .content .link {
        font-size: 18px;
    }

    .related-pages .content a {
        color: #FFF;
    }

.related-pages img {
    width: 100%;
}

.related-pages .related-partner-logo {
    max-width: 130px;
    z-index: 100;
    position: absolute;
    top: 20px;
    left: 35px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0.5rem;
    background: #FFF;
}

/* CALL TO ACTIONS */

.cta-form {
    display: block;
}

    .cta-form .contour input[type="submit"] {
        margin-bottom: 25px;
    }

.cta-advert, cta-social {
    margin-bottom: 2rem;
}

/* FOOTER */

.footer {
    padding-top: 35px !important;
}

    .footer .btn-subscribe {
        margin-bottom: 0px !important;
        border: solid 2px #FFF !important;
        transition: all 0.25s;
    }

    .footer a {
        color: #FFF;
    }

.footer-social-links a {
    font-size: 1em !important;
    font-weight: normal !important;
}

.footer-legal {
    margin-top: 0 !important;
}

.accordion-icon {
    display: inline-block;
    background-color: #000;
    padding: .47rem .59rem;
    border-radius: 50px !important;
    font-size: 1.2rem;
    line-height: 0rem;
    vertical-align: top;
    margin-right: 1rem;
    color: #ccc;
}

/* TABS */

.nav-tabs {
    text-align: center;
}

    .nav-tabs > li > a {
        color: #555;
    }

    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        color: #000;
    }

    .nav-tabs > li {
        display: inline-block;
        float: none;
        font-size: 18px;
    }

.tab-content {
    padding-top: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/* VIDEO MODAL */

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-top: -55px;
    color: #FFF;
    opacity: 1;
    font-size: 60px;
    font-weight: normal;
    transition: all 0.25s;
}

    button.close:hover {
        color: #FFF;
        opacity: 0.5;
        transition: all 0.25s;
    }

.modal-dialog {
    margin: 10% auto;
}

/* PRODUCTS OVERVIEW */

.tab-pane .thumbnail > img {
    border: none;
    padding: 1rem 0.5rem;
}

.tab-pane .thumbnail {
    margin-bottom: 0;
    padding: 0;
}

.tab-pane a.thumbnail {
    text-align: center;
}

.tab-pane h6 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 30px;
}

/* PROMOTIONS */

.promotion-row img {
    border: 2px solid #cecece;
    padding: 5px 10px;
}

.promotion-row h4 {
    margin: 2px 0 0;
    font-size: 22px;
    line-height: 28px;
}

.promotion-row p {
    font-size: 18px;
}

.promotion-row .button {
    background: #FFF;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    color: #F68A33;
    width: 100%;
    transition: all 0.25s;
    display: block;
    border: 2px solid #F68A33;
    padding: 7px 0;
}

    .promotion-row .button:hover {
        background: #F68A33;
        color: #FFF;
        transition: all 0.25s;
    }

.promotion-line {
    border-color: #cecece;
    margin-bottom: 30px;
}

/* EVENT CALENDAR */

.fc-event {
    border: 3px solid #F68A33 !important;
    background-color: #F68A33 !important;
    transition: all 0.25s;
}

    .fc-event:hover {
        border: 3px solid #fcdbc1 !important;
        background-color: #fcdbc1 !important;
        transition: all 0.25s;
        color: #F68A33 !important;
    }

    .fc-event:focus {
        color: #F68A33 !important;
    }

.fc-unthemed .fc-today {
    background: #fef3ea !important;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ccc !important;
}

.fc-day-number.fc-other-month {
    opacity: .4 !important;
    filter: alpha(opacity=40);
}

/* EVENTS */

.event-info .embed-responsive-16by9 {
    padding-bottom: 25%;
}

.event-info .button {
    background: #FFF;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    transition: all 0.25s;
    border: 2px solid #F68A33;
    padding: 7px 15px;
    margin-bottom: 5px;
    width: auto;
}

    .event-info .button:hover {
        background: #F68A33;
        color: #FFF;
        transition: all 0.25s;
    }

/* ARROW EVENTS */

header {
    min-height: 95px !important;
}

.arrow-event-form label {
    display: inline-block;
    font-weight: normal
}

.arrow-event-form input[type="checkbox"], .arrow-event-form input[type="radio"] {
    display: inline-block;
    width: auto;
}

.arrow-event-form .prev {
    margin-left: 10px !important;
}

/* CONTACT */

.office-location {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

    .office-location h6 {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
    }

    .office-location span {
        min-height: 96px;
        display: block;
    }

.contact-us-row {
    font-size: 16px;
    line-height: 24px;
}

    .contact-us-row h6 {
        margin: 0 0 7px 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }

/* PAGINATION */

.pagination {
    margin: 0;
    font-size: 18px;
}

/* BACK TO TOP */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #29272a url(https://www.arrowelectronics.com.au/media/88561/up-icon.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 991px) {
    .cd-top {
        right: 20px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 0px;
    }
}

.form-wrapper {
    margin-bottom: 20px;
}

@media (min-width: 991px) and (max-width: 1024px) {
    header .worm {
        padding-top: 26px;
        font-size: 16px;
        line-height: 16px;
        margin-right: 23px;
    }

    .footer-left {
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .header-image h1, .header-image h2 {
        line-height: 1.2
    }

    .header-image .second-button {
        margin-left: 0px;
        margin-top: 10px;
    }

    .navbar form {
        width: 100%;
    }

    .navbar-brand {
        padding: 1rem 0;
        margin-left: 0px;
    }

    .header-region {
        display: none !important;
    }

    .navbar-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .open:hover .dropdown-menu {
        display: block;
    }

    .arrow-nav {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .header-image h1 {
        font-size: 48px;
    }

    .header-image h2 {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 1.25;
    }

    .home-content {
        padding-top: 30px;
    }

    #custom-search-input {
        margin-top: 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .input-group .form-control {
        min-width: 108%;
    }

    #custom-search-input button {
        left: -5px !important;
    }

    .contact-us-row h6 {
        margin-left: 0;
    }

    .related-pages {
        margin-bottom: 15px;
    }

    .footer {
        background: #000;
        color: #fff;
        padding: 10px 0;
    }

    .footer-newletter {
        padding-top: 2px;
        padding-bottom: 35px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 0;
        margin-bottom: 35px;
        background-color: #29272a;
    }

        .footer-newletter h2, .footer-newletter h3 {
            font-weight: bold;
            font-size: 18px;
        }

    .footer-descriptive-three .col-sm-3 {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .footer-legal {
        padding-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

        .footer-legal a {
            display: inline;
            color: #8b8888;
            text-decoration: none;
        }

    .footer-left {
        margin-left: 0 !important;
        width: 100%;
    }

    .footer-social-links {
        padding: 30px 20px 35px 20px !important;
        margin: 0;
    }

        .footer-social-links h2 {
            padding-left: 0 !important;
        }

    .footer-divisions {
        width: 100% !important;
    }

    .cd-top {
        display: none;
    }

    .modal-dialog {
        margin: 40% 2rem;
    }

    .fc-popover.fc-more-popover {
        top: 22% !important;
        left: 22% !important;
    }

    .fc-day-grid-container.fc-scroller {
        height: 352px !important;
    }
}

@media (max-width: 400px) {
    .fc-popover.fc-more-popover {
        top: 12% !important;
        left: 22% !important;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 6rem !important;
    }
}

/* Fix issue with Events Calendar not showing all events */

.fc-row.fc-rigid .fc-content-skeleton {
    position: relative !important;
}

/* Accordions - Smaller ones in the body */

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}

.panel-success {
    border-color: #E5E5E5;
}

    .panel-success > .panel-heading {
        color: #000000;
        background-color: #CCCCCC;
        border-color: #E5E5E5;
    }

    .panel-success > .panel-heading {
        background-image: none;
    }

        .panel-success > .panel-heading:hover {
            background: #e5e5e5;
            transition: all 0.25s;
        }

.panel-title {
    font-size: 30px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/*CUSTOM*/

body {
    background: #FFF !important;
}

header {
    background: #000 !important;
}

/*UMBRACO FORMS*/

.input-validation-error {
    outline: 1px solid #CC0000;
}

.field-validation-error {
    color: #CC0000;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

/* .form-control {
    height: auto;
    margin-bottom: 0.5rem;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    border: 0px;
}

.g-recaptcha {
    margin-bottom: 0.5rem;
}

.umbraco-forms-field {
    clear: both;
}

    .umbraco-forms-field div label {
        display: inline;
    }

label.umbraco-forms-label {
    font-weight: bold;
    display: block;
    background: transparent !important;
}

.umbraco-forms-form small {
    display: block;
    float: left;
    clear: both;
    padding: 5px 5px 5px 200px;
}

.umbraco-forms-form fieldset {
    border: none !Important;
}

.umbraco-forms-form legend {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    margin: 0 0 0.5rem;
    border: 1px solid #bbb;
    padding: 0.5rem;
}

    .umbraco-forms-form input.text:focus, .umbraco-forms-form input.title:focus, .umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus {
        border: 1px solid #666;
    }

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 100% !important;
    padding: 0.5rem;
    display: block;
}

.umbraco-forms-form textarea {
    height: 125px;
    width: calc(100% - 1rem) !important;
}

.umbraco-forms-form input.fileupload {
    height: auto !important;
}

.umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox {
    display: block;
    float: left;
    padding: 0;
}

.umbraco-forms-form .hiddenfield {
    display: none;
}

.umbraco-forms-button {
    margin-right: 10px;
    padding: 2px 10px;
}

.umbraco-forms-error-message {
    padding: .8em;
    margin-bottom: .5em;
    border: 2px solid #FBC2C4;
}

.umbraco-forms-error-message {
    background: #FBE3E4;
    color: #8a1f11;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError, .umbraco-forms-form input.input-validation-error, .umbraco-forms-form textarea.input-validation-error {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important;
}

.umbraco-forms-form #recaptcha_widget_div {
    margin-left: 200px;
}

label.umbraco-forms-label {
    display: none !important;
}

.form-group {
    margin-bottom: 0.5rem;
}

input.btn.primary {
    float: right !important;
    padding: 7px 18px !important;
    border: 2px solid transparent;
    border-color: rgb(246, 138, 51);
    background-color: transparent;
    transition: all 0.25s !important;
}

    input.btn.primary:hover {
        background-color: rgb(246, 138, 51) !important;
        color: #ffffff !important;
    } */

.navbar-custom {
    background-color: #000000;
    border-color: #000000;
    padding-bottom: 25px;
}

    .navbar-custom .navbar-brand {
        color: #ffffff;
    }

        .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
            color: #e6e6e6;
            background-color: transparent;
        }

    .navbar-custom .navbar-text {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
            color: #c0c0c0;
            background-color: #4d4d4d;
        }

    .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
        color: #c0c0c0;
        background-color: #000000;
    }

    .navbar-custom .navbar-nav > .disabled > a, .navbar-custom .navbar-nav > .disabled > a:hover, .navbar-custom .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-custom .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
        border-color: #000000;
    }

    .navbar-custom .navbar-nav > .dropdown > a:hover .caret, .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #c0c0c0;
        border-bottom-color: #c0c0c0;
    }

    .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
        background-color: #000000;
        color: #c0c0c0;
    }

        .navbar-custom .navbar-nav > .open > a .caret, .navbar-custom .navbar-nav > .open > a:hover .caret, .navbar-custom .navbar-nav > .open > a:focus .caret {
            border-top-color: #c0c0c0;
            border-bottom-color: #c0c0c0;
        }

    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

/*@media (max-width: 767) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #c0c0c0;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #c0c0c0;
        background-color: #000000;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}*/

/*Customize the background and hovers for the dropdown menu*/

.dropdown-menu {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

    .dropdown-menu li > a {
        color: #ffffff;
        text-decoration: none;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > .active {
        background-color: #000;
        background-image: none;
    }

    .dropdown-menu > li > a:focus {
        background-color: #4d4d4d;
        border-color: #4d4d4d;
    }

.navbar-custom .navbar-link {
    color: #ffffff;
}

    .navbar-custom .navbar-link:hover {
        color: #c0c0c0;
    }

ul.nav.navbar-nav {
    margin-bottom: 0.5rem;
}

header .worm {
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    header .worm {
        padding-top: 26px;
        font-size: 16px;
        line-height: 16px;
        margin-right: 23px;
        display: flex;
        visibility: visible
    }
}

/*Custom colored menu top bars/nav highlight colors*/

.arrow-nav {
    border-top: 1px solid;
    margin-top: 0px;
    margin-right: 5px;
    border-top-color: #96172E;
}

    .arrow-nav:nth-child(2), .arrow-nav:nth-child(8) {
        border-top-color: #009DDC;
    }

    .arrow-nav:nth-child(3), .arrow-nav:nth-child(9) {
        border-top-color: #92278F;
    }

    .arrow-nav:nth-child(4), .arrow-nav:nth-child(10) {
        border-top-color: #F68A33;
    }

    .arrow-nav:nth-child(5) {
        border-top-color: #C1D82F;
    }

    .arrow-nav:nth-child(6) {
        border-top-color: #00A19B;
    }

.arrow-nav-red {
    border-top-color: #e71d3c;
}

    .arrow-nav-red li a:hover {
        border-top-color: #e71d3c;
    }

.arrow-nav-blue {
    border-top-color: #0096ce;
}

    .arrow-nav-blue li a:hover {
        border-top-color: #0096ce;
    }

.arrow-nav-purple {
    border-top-color: #942592;
}

.arrow-nav-orange {
    border-top-color: #f77e2b;
}

.arrow-nav-green {
    border-top-color: #18b058;
}

/*Custom Responsive Search Bar*/

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 93.75%;
    margin-left: 30px;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px;
        padding-left: 3px;
        padding-left: 4px;
        margin-bottom: 0;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        color: #D9230F;
    }

.search-query:focus + button {
    z-index: 3;
}

/*Custom Navbar collapse*/

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/*Header Region*/

.header-region {
    display: inline-block;
    float: right;
    margin-top: 0px;
    padding-right: 25px;
}

/*Header Social Links*/

.header-social-links {
    display: inline-block;
    width: 250px;
    padding-top: 12px;
    padding-right: 10px !important;
    margin-top: 0;
    margin-right: 25px !important;
    text-align: right;
    float: right;
}

    .header-social-links h2 {
        font-size: 1.75em;
        font-weight: bold;
        margin-left: -10px !important;
    }

    .header-social-links ul {
        margin-left: 0px !important;
        list-style-type: none;
        padding-left: 0px !important;
    }

        .header-social-links ul li {
            display: inline;
        }

    .header-social-links a {
        color: #fff;
        font-size: 1.25em;
        font-weight: 400;
        text-decoration: none;
    }

        .header-social-links a:hover {
            color: #ccc;
        }

            .header-social-links a:hover img {
                opacity: 0.7;
            }

/*.header-social-links div {
        padding: 10px 10px 10px 10px;
    }*/

.footer {
    width: 100%;
}

/*Styles for desktop*/

@media (min-width: 720px) {
    .footer {
        margin-left: auto;
        margin-right: auto;
        background: #000;
        color: #fff;
        padding: 10px 10px 10px 20px;
    }

    .footer-left {
        display: inline-block;
        width: 40%;
        padding: 35px 10px 35px 0;
        margin: 0;
        border-top: 2px solid #fff;
        overflow: hidden;
    }

        .footer-left h1 {
            font-size: 3em;
            font-weight: bold;
        }

    .footer-descriptive-one {
        font-size: 1.35em;
        line-height: 1.55em;
        font-weight: bold;
        width: 450px;
        padding: 0;
        margin: 0;
    }

    .footer-descriptive-two {
        font-size: .95em;
        line-height: 1.35em;
        width: 450px;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .footer-descriptive-two a {
            color: #fff;
            font-size: 1.25em;
            font-weight: bold;
            text-decoration: none;
        }

            .footer-descriptive-two a:hover {
                color: #ccc;
            }

                .footer-descriptive-two a:hover img {
                    opacity: 0.7;
                }

        .footer-descriptive-two p {
            padding-top: 25px;
        }

    .footer-descriptive-three {
        font-size: .95em;
        line-height: 1.35em;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .footer-descriptive-three ul {
            list-style-type: none;
            margin-left: -55px !important;
        }

            .footer-descriptive-three ul li {
                padding-bottom: 10px;
            }

        .footer-descriptive-three a {
            color: #fff;
            font-size: 13.5px;
            font-weight: 500;
            text-decoration: none;
        }

            .footer-descriptive-three a:hover {
                color: #ccc;
            }

                .footer-descriptive-three a:hover img {
                    opacity: 0.7;
                }

    .Footer-divisions-logo-big {
        font-size: 2.66667em;
    }

    .Footer-divisions-logo-big {
        display: block;
        font-size: 2em;
    }

    .Footer-divisions-logo-big {
        font-weight: 800;
        letter-spacing: -0.04em;
        line-height: 1;
    }

    .Footer-divisions-logo-small {
        font-size: 1.83333em;
    }

    .Footer-divisions-logo-small {
        font-size: 1.41667em;
        letter-spacing: 0;
    }

    .Footer-divisions-logo-small {
        letter-spacing: 0.02em;
        line-height: 0.9;
    }

    .footer-social-links {
        display: inline-block;
        width: 26%;
        padding-top: 2px;
        margin-top: 0;
        margin-left: 10px;
        border-top: 2px solid #fff;
        text-align: left;
    }

        .footer-social-links h2 {
            font-size: 1.75em;
            font-weight: bold;
            margin-left: -10px !important;
        }

        .footer-social-links ul {
            margin-left: -55px !important;
            list-style-type: none;
        }

        .footer-social-links p {
            margin-left: -10px !important;
        }

        .footer-social-links ul li {
            display: inline;
        }

        .footer-social-links a {
            color: #fff;
            font-size: 1.25em;
            font-weight: bold;
            text-decoration: none;
        }

            .footer-social-links a:hover {
                color: #ccc;
            }

                .footer-social-links a:hover img {
                    opacity: 0.7;
                }

        .footer-social-links div {
            padding: 10px 10px 10px 10px;
        }

    .footer-newletter {
        display: inline-block;
        width: 30%;
        padding-top: 2px;
        padding-bottom: 25px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 0;
        margin-left: 15px;
        text-align: left;
        background-color: #29272a;
    }

        .footer-newletter h2 {
            font-size: 24px;
            font-weight: bold;
        }

        .footer-newletter h3 {
            font-size: 13px;
            font-weight: bold;
        }

    .arrow-sub-links a {
        color: #fff;
        font-size: 1.25em;
        font-weight: bold;
        text-decoration: none;
    }

    .footer-legal {
        background: #29272a;
        color: #8b8888;
        display: block;
        width: 100%;
        margin: 25px 0 25px 0;
        padding: 10px 10px 10px 10px;
        text-align: center;
        font-size: 11px;
    }

        .footer-legal span {
            padding: 0 10px 0 10px;
        }

        .footer-legal a {
            color: #8b8888;
            text-decoration: none;
            padding: 0 10px 0 10px;
            border-left: 1px solid #8b8888;
        }

            .footer-legal a:hover {
                color: #fff;
                text-decoration: underline !important;
            }

    .btn-subscribe {
        font-weight: bold;
        color: #fff;
        background-color: #29272a;
        border-color: #fff;
        padding: 8px 45px 8px 45px;
    }

        .btn-subscribe:focus, .btn-subscribe.focus {
            color: #fff;
            background-color: #29272a;
            border-color: #fff;
        }

        .btn-subscribe:hover {
            color: #29272a !important;
            background-color: #fff;
            border-color: #fff;
        }

        .btn-subscribe:active, .btn-subscribe.active, .open > .dropdown-toggle.btn-subscribe {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .btn-subscribe:active:hover, .btn-subscribe.active:hover, .open > .dropdown-toggle.btn-subscribe:hover, .btn-subscribe:active:focus, .btn-subscribe.active:focus, .open > .dropdown-toggle.btn-subscribe:focus, .btn-subscribe:active.focus, .btn-subscribe.active.focus, .open > .dropdown-toggle.btn-subscribe.focus {
                color: #29272a !important;
                background-color: #fff;
                border-color: #fff;
            }
}

/*Styles for mobile/tablet*/

@media (max-width: 720px) {
    .footer {
        background: #000;
        color: #fff;
        padding: 10px 10px 10px 10px;
    }

    .footer-left {
        display: block;
        width: 100%;
        padding: 30px 20px 35px 20px;
        margin: 0;
        border-top: 3px solid #fff;
    }

        .footer-left h1 {
            font-size: 2em;
            font-weight: bold;
        }

    .footer-descriptive-one {
        font-size: 1.35em;
        line-height: 1.55em;
        font-weight: bold;
        width: 450px;
        padding: 0;
        margin: 0;
    }

    .footer-descriptive-two {
        font-size: .95em;
        line-height: 1.35em;
        width: 450px;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .footer-descriptive-two a {
            color: #fff;
            font-size: 1.25em;
            font-weight: bold;
            text-decoration: none;
        }

            .footer-descriptive-two a:hover {
                color: #ccc;
            }

                .footer-descriptive-two a:hover img {
                    opacity: 0.7;
                }

        .footer-descriptive-two p {
            padding-top: 25px;
        }

    .footer-descriptive-three {
        font-size: .95em;
        line-height: 1.35em;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .footer-descriptive-three ul {
            list-style-type: none;
            margin-left: -55px !important;
        }

            .footer-descriptive-three ul li {
                padding-bottom: 10px;
            }

        .footer-descriptive-three a {
            color: #fff;
            font-size: 13.5px;
            font-weight: 500;
            text-decoration: none;
        }

            .footer-descriptive-three a:hover {
                color: #ccc;
            }

                .footer-descriptive-three a:hover img {
                    opacity: 0.7;
                }

    .Footer-divisions-logo-big {
        font-size: 2.66667em;
    }

    .Footer-divisions-logo-big {
        display: block;
        font-size: 2em;
    }

    .Footer-divisions-logo-big {
        font-weight: 800;
        letter-spacing: -0.04em;
        line-height: 1;
    }

    .Footer-divisions-logo-small {
        font-size: 1.83333em;
    }

    .Footer-divisions-logo-small {
        font-size: 1.41667em;
        letter-spacing: 0;
    }

    .Footer-divisions-logo-small {
        letter-spacing: 0.02em;
        line-height: 0.9;
    }

    .footer-social-links {
        display: block;
        width: 100%;
        padding: 30px 10px 35px 10px;
        margin: 0 10px 0 0;
        border-top: 3px solid #fff;
        text-align: left;
    }

        .footer-social-links h2 {
            font-size: 1.25em;
            font-weight: bold;
            padding: 0 0 10px 5px;
        }

        .footer-social-links ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-align: left;
        }

            .footer-social-links ul li {
                display: inline;
            }

        .footer-social-links a {
            color: #fff;
            font-size: 1.25em;
            font-weight: bold;
            text-decoration: none;
        }

            .footer-social-links a:hover {
                color: #ccc;
            }

                .footer-social-links a:hover img {
                    opacity: 0.7;
                }

        .footer-social-links div {
            padding: 10px 10px 10px 10px;
        }

    .arrow-sub-links a {
        color: #fff;
        font-size: 1.25em;
        font-weight: bold;
        text-decoration: none;
    }

    .footer-legal {
        background: #000;
        color: #8b8888;
        display: block;
        width: 100%;
        margin: 25px 0 25px 0;
        padding: 25px 25px 25px 25px;
        text-align: left;
        font-size: 11px;
    }

        .footer-legal span {
            display: inline;
            padding: 0 0 20px 10px;
        }

        .footer-legal a {
            display: inline-block;
            color: #8b8888;
            text-decoration: none;
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }

            .footer-legal a:hover {
                color: #fff;
                text-decoration: underline !important;
            }

    .btn-subscribe {
        font-weight: bold;
        color: #fff;
        background-color: #29272a;
        border-color: #fff;
        padding: 8px 45px 8px 45px;
        margin-bottom: 25px;
    }

        .btn-subscribe:focus, .btn-subscribe.focus {
            color: #fff;
            background-color: #29272a !important;
            border-color: #fff;
        }

        .btn-subscribe:hover {
            color: #29272a;
            background-color: #fff;
            border-color: #fff;
        }

        .btn-subscribe:active, .btn-subscribe.active, .open > .dropdown-toggle.btn-subscribe {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .btn-subscribe:active:hover, .btn-subscribe.active:hover, .open > .dropdown-toggle.btn-subscribe:hover, .btn-subscribe:active:focus, .btn-subscribe.active:focus, .open > .dropdown-toggle.btn-subscribe:focus, .btn-subscribe:active.focus, .btn-subscribe.active.focus, .open > .dropdown-toggle.btn-subscribe.focus {
                color: #29272a !important;
                background-color: #fff;
                border-color: #fff;
            }
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

/* New CSS for rebuild */

.card {
    margin-bottom: 2rem;
    line-height: 1.42857143;
    background-color: transparent;
    border-radius: 2px;
    transition: box-shadow .25s;
}

.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

    .img-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all .25s ease;
    }

.card-content {
    padding: 15px;
    text-align: left;
    min-height: 151px;
}

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

    .card-read-more a {
        text-decoration: none !important;
        padding: 10px;
    }

.card-top-banner a {
    text-decoration: none !important;
    padding: 5px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

@media (min-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.dropdown-menu {
    font-size: 0.9rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*
        naviagtion input
    */

input {
    outline: none;
}

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }

    input::-webkit-search-decoration, input::-webkit-search-cancel-button {
        display: none;
    }

    input[type=search] {
        background: #ededed url(../images/arrow-ecs/search-icon.png) no-repeat 99% center;
        border: none;
        padding: 5px 0px;
        padding-left: 5px;
        width: calc(100% - 5px);
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        border-radius: 3px !important;
    }

    input:-moz-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder {
        color: #999;
    }

/*
        naviagtion social links
    */

.header-social-links {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

/*.header-social-links div {
        padding: 10px 0px 10px 10px;
    }*/

/*
        naviagtion toggle
    */

button.navbar-toggler {
    color: #ffffff;
}

nav.navbar.navbar-custom.navbar-expand-md {
    padding-left: 0px;
}

/*
        naviagtion subtitle
    */

header .worm {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 1rem;
}

/*
        naviagtion 
    */

.navbar-custom {
    padding-bottom: 0px;
    padding-top: 0px;
}

a#region {
    background-color: #272729;
    border-color: #272729;
}

.navbar-toggler {
    margin: 0 auto !important;
    font-size: 30px;
    padding: 0;
    line-height: 30px;
}

.navbar {
    padding: 0px;
}

.navbar-brand {
    margin-right: 0px;
}

.modal-dialog {
    max-width: 800px;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#mainCarousel {
    background-color: #000000;
}

.card-footer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    border: none;
    margin: 0;
    background: none;
}

.card {
    border: none;
}

.cardButton {
    border: 2px #FFF solid;
    font-size: 16px;
    display: inline-block;
    transition: all 0.25s;
    color: #FFF;
}

.card-title, .card-text {
    color: #ffffff;
    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

h4.card-title, h5.card-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.card-text {
    font-family: "Arrow Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    min-height: 80px;
}

.card-footer a {
    text-decoration: none !important;
    padding: 7px 18px;
}

.featured-cards {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.social-links-footer {
    list-style-type: none;
}

    .social-links-footer li {
        display: inline;
    }

    .social-links-footer a {
        font-size: 1em !important;
        font-weight: normal !important;
        text-decoration: none !important;
    }

ul.social-links-footer {
    padding-left: 0 !important;
}

.social-links-footer a:hover img {
    opacity: 0.7;
}

.footer-content-wrapper {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 100%;
}

.newsletter-subscribe-wrapper {
    padding: 30px;
    background-color: #28272A;
}

.top-border {
    border-top: 2px solid #fff !important;
}

.bottom-border {
    border-bottom: 2px solid #fff !important;
}

.footer-legal a:first-child {
    border: 0;
}

.footer-left {
    border: none !important;
}

.footer-descriptive-three {
    padding: 2rem 0 1rem 0;
}

.footer-content-wrapper h3 {
    font-size: 2.6rem;
    font-weight: bold;
}

.footer-content-wrapper img {
    margin: 10px 0 20px 0;
}

.paragraph-large {
    font-weight: bold;
    font-size: 1.14rem;
}

.footer h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.paragraph-small {
    font-size: 0.8rem;
}

.newsletter-subscribe-wrapper h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#supplierLogoCarousel .carousel-cell {
    width: 22%;
    margin-right: 3%;
    border-radius: 0;
}

/* smaller, dark, rounded square */

.flickity-button {
    background: #333;
}

    .flickity-button:hover {
        background: #EA883E;
    }

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

/* icon color */

.flickity-button-icon {
    fill: white;
}

/* position outside */

#supplierLogoCarousel .flickity-prev-next-button.previous {
    left: 0px;
}

#supplierLogoCarousel .flickity-prev-next-button.next {
    right: 0px;
}

.thumbnail {
    /*box-shadow: 0 1px 2px rgba(0,0,0,.075);*/
    border: 1px solid #dee2e6;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 0;
    width: fit-content;
}

a.carousel-cell {
    text-align: center;
    margin-top: 10px;
}

    a.carousel-cell.thumbnail {
        padding: 1rem 0.5rem;
        text-align: center;
    }

.hero-image {
    min-height: initial !important;
}

.ecs-hr {
    height: 2px;
    border: none;
    width: 5rem;
    text-align: left;
    margin: 0 auto 0.75rem 0;
    color: #333333;
    background-color: #333333;
}

p.card-text.cta-card-text {
    min-height: initial !important;
    letter-spacing: 0.03rem;
    text-shadow: none;
}

h4.card-title.cta-card-title, h5.card-title.cta-card-title {
    letter-spacing: 0.07rem;
    font-weight: 600;
    text-shadow: none;
}

.card-body.cta-card-body {
    min-height: 163px;
}

#relatedProducts a.thumbnail {
    padding: 1rem 0.5rem;
    text-align: center;
    margin: 0;
}

#relatedProducts .thumb {
    margin-bottom: 2rem;
}

button.show-more.button {
    width: 100%;
    display: block;
}

.hr-center {
    margin: 1rem auto 1.5rem !important;
    text-align: center;
    width: 15rem;
}

.header-with-hr h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
}

.accordion-header {
    margin-bottom: 0;
}

    .accordion-header > a {
        /*display: block;*/
        position: relative;
        color: #333333;
        font-size: 27px;
        line-height: 1.3;
    }

        .accordion-header > a:hover {
            text-decoration: none !important;
        }

h4.accordion-header {
    font-size: 1.5rem;
}

#accordion div.card-header {
    padding: 1.2rem 2rem;
    background: #cccccc;
}

#accordion div.card {
    margin-bottom: 1rem;
}

#accordion div.card-body {
    padding: 1.2rem 2rem;
}

.accordion-icon-background {
    color: #28272A;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
}

.accordion-fluid-body-text {
    font-size: 18px;
    padding: 0 5px;
}

#accordion-fluid div.card-header, #accordion div.card-header {
    padding: 15px 0;
    background: #cccccc;
    transition: all 0.25s;
}

    #accordion-fluid div.card-header:hover, #accordion div.card-header:hover {
        background: #e5e5e5;
        transition: all 0.25s;
    }

#accordion-fluid div.card, #accordion div.card {
    margin-bottom: 0.75rem;
    box-shadow: none;
    border: 0px;
}

/*#accordion-fluid div.card-body {
    padding: 2rem 2rem 2.3rem 2rem;
}*/

#accordion-fluid .card > a {
    display: block;
    position: relative;
    color: #000000;
}

    #accordion-fluid .card > a:hover {
        text-decoration: none !important;
    }

    #accordion-fluid .card > a:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f063";
        /* fa-chevron-down */
        position: absolute;
        right: 0;
    }

    #accordion-fluid .card > a[aria-expanded="true"]:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f062";
        /* fa-chevron-up */
    }

#ecs-text-page {
    padding: 4rem 0 2rem;
}

#relatedProducts, #ecs-tabs, #accordion, #ecs-related-pages {
    padding: 2rem 0;
}

#accordion-fluid {
    padding: 0;
}

#ecs-related-pages {
    padding: 2rem 0 0 0;
}

/* last 4 thumbs remove margin */

.thumb:nth-last-child(-n+4) {
    margin-bottom: 0px !important;
}

.cta-videoEmbed, .cta-googleMapEmbed, .cta-form {
    margin-bottom: 2rem;
}

.card-body.cta-card-body, .card-footer.cta-card-footer {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), rgba(0, 0, 0, 0.15);
    text-rendering: optimizeLegibility;
}

.row.grid {
    min-height: 570px;
}

#filters {
    padding: 1rem 0 0.7rem 0;
    margin-bottom: 2rem;
}

.bg-orange {
    background-color: #f68933;
}

#filters .row {
    padding: 0 2rem;
}

    #filters .row:nth-child(2) {
        padding: 0;
    }

.btn-a-z-row {
    padding: 0.5rem 2rem 0.2rem 2rem;
    background: #000000;
    margin-bottom: 1rem;
}

    .btn-a-z-row .button {
        font-size: 0.8rem;
        color: #ffffff;
        margin-bottom: 0.3rem;
        margin-right: 0.7rem;
        border: none;
        background: none;
        padding: 0;
        font-weight: 600;
    }

.btnCatRow .button {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    margin-right: 0.7rem;
    border: none;
    background: none;
    padding: 0;
}

.btnCatRow button:focus, .btn-a-z-row button:focus {
    outline: none;
}

#filters h3 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1rem;
}

#filters i.fas.fa-file-pdf {
    margin-right: 0.2rem;
}

.grid-content__row #products-overview{
    padding: 0;
}

#products-overview, #team-members-overview {
    padding: 2rem 0 4rem 0;
}

    #products-overview .thumb {
        margin-bottom: 2rem;
    }

    #products-overview a.thumbnail {
        border: 1px solid #dee2e6;
        /*box-shadow: 0 1px 2px rgba(0,0,0,.075);*/
        padding: 1rem 0.5rem;
        text-align: center;
        margin: 0;
        width: auto !important;
    }

#related-pages-carousel {
    margin-bottom: 4rem;
}

    #related-pages-carousel img.related-partner-logo {
        top: 10px;
        right: 10px;
        left: auto;
        border: 3px solid #cecece;
    }

    #related-pages-carousel .card {
        margin-bottom: 0;
    }

    #related-pages-carousel .carousel-cell {
        /* 1 cells in group */
        width: calc( 100% - 4rem);
        height: 560px;
        margin-right: 1rem;
    }

#related-pages-carousel {
    margin-right: -15px;
    margin-left: -15px;
}

/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {
    #related-pages-carousel .carousel-cell {
        /* 2 cells in group */
        width: calc( ( 100% - 3rem) / 2);
        height: 500px;
        margin-right: 1rem;
    }
}

/* Medium devices (tablets, 991px and up) The navbar toggle appears at this breakpoint */

@media ( min-width: 991px) {
    #related-pages-carousel .carousel-cell {
        /* 2 cells in group */
        width: calc( ( 100% - 3rem) / 2);
        height: 500px;
        margin-right: 1rem;
    }

    #related-pages-carousel {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Large devices (desktops, 992px and up) */

@media ( min-width: 992px) {
    #related-pages-carousel .carousel-cell {
        /* 3 cells in group */
        width: calc( ( 100% - 4rem) / 3);
        height: 500px;
        margin-right: 2rem;
    }

    #related-pages-carousel {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #related-pages-carousel .carousel-cell {
        /* 3 cells in group */
        width: calc( ( 100% - 4rem) / 3);
        height: 500px;
        margin-right: 2rem;
    }
}

#related-pages-carousel .carousel-cell {
    background: #000000;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#related-pages-carousel a.button.white.bodyButton.full-width {
    margin-bottom: 0;
}

.embed-responsive.embed-responsive-16by9.featuredVideo:before {
    padding-top: 0px !important;
}

.header-region {
    margin-bottom: 1rem;
}

ul.social-icons {
    overflow: auto;
}

    ul.social-icons li {
        list-style-type: none;
        float: left;
        margin-right: 0.2rem;
    }

        ul.social-icons li a i {
            background: #28272A;
            color: #A8A6A9;
            width: 35px;
            height: 35px;
            border-radius: 50px !important;
            font-size: 15px;
            text-align: center;
            margin-right: 0.13rem;
            padding-top: 10px;
            transition: all 0.2s ease-in-out;
            font-weight: 400;
            line-height: 15px;
        }

.fa-facebook-f {
    background: #28272A
}

.fa-youtube {
    background: #28272A
}

.fa-twitter {
    background: #28272A
}

.fa-linkedin-in {
    background: #28272A
}

ul.social-icons li a i:hover {
    opacity: .7;
}

/* Buttons */

.full-width {
    width: 100% !important;
    text-align: center !important;
}

.button.orange, .button._f68a33 {
    background: transparent;
    border-color: rgb(246, 138, 51);
    color: rgb(246, 138, 51);
}

    .button.orange:hover, .button._f68a33:hover {
        background: rgb(246, 138, 51);
        border-color: rgb(246, 138, 51);
        color: #ffffff;
    }

    .button.orange.solid, .button._f68a33.solid, .button.current._f68a33 {
        background: rgb(246, 138, 51);
        border-color: rgb(246, 138, 51);
        color: #ffffff;
    }

        .button.orange.solid:hover, .button._f68a33.solid:hover {
            background: transparent;
            border-color: rgb(246, 138, 51);
            color: rgb(246, 138, 51);
        }

.button.maroon, .button._96172e {
    background: transparent;
    border-color: rgb(150, 23, 46);
    color: rgb(150, 23, 46);
}

    .button.maroon:hover, .button._96172e:hover {
        background: rgb(150, 23, 46);
        border-color: rgb(150, 23, 46);
        color: #ffffff;
    }

    .button.maroon.solid, .button._96172e.solid, .button.current._96172e {
        background: rgb(150, 23, 46);
        border-color: rgb(150, 23, 46);
        color: #ffffff;
    }

        .button.maroon.solid:hover, .button._96172e.solid:hover {
            background: transparent;
            border-color: rgb(150, 23, 46);
            color: rgb(150, 23, 46);
        }

.button.cloud-blue, .button._009ddc {
    background: transparent;
    border-color: rgb(0, 157, 220);
    color: rgb(0, 157, 220);
}

    .button.cloud-blue:hover, .button._009ddc:hover {
        background: rgb(0, 157, 220);
        border-color: rgb(0, 157, 220);
        color: #ffffff;
    }

    .button.cloud-blue.solid, .button._009ddc.solid {
        background: rgb(0, 157, 220);
        border-color: rgb(0, 157, 220);
        color: #ffffff;
    }

        .button.cloud-blue.solid:hover, .button._009ddc.solid:hover {
            background: transparent;
            border-color: rgb(0, 157, 220);
            color: rgb(0, 157, 220);
        }

.button.purple, .button._92278f {
    background: transparent;
    border-color: rgb(146, 39, 143);
    color: rgb(146, 39, 143);
}

    .button.purple:hover, .button._92278f:hover {
        background: rgb(146, 39, 143);
        border-color: rgb(146, 39, 143);
        color: #ffffff;
    }

    .button.purple.solid, .button._92278f.solid {
        background: rgb(146, 39, 143);
        border-color: rgb(146, 39, 143);
        color: #ffffff;
    }

        .button.purple.solid:hover, .button._92278f.solid:hover {
            background: transparent;
            border-color: rgb(146, 39, 143);
            color: rgb(146, 39, 143);
        }

.button.lime, .button._c1d82f {
    background: transparent;
    border-color: rgb(193, 216, 47);
    color: rgb(193, 216, 47);
}

    .button.lime:hover, .button._c1d82f:hover {
        background: rgb(193, 216, 47);
        border-color: rgb(193, 216, 47);
        color: #ffffff;
    }

    .button.lime.solid, .button._c1d82f.solid {
        background: rgb(193, 216, 47);
        border-color: rgb(193, 216, 47);
        color: #ffffff;
    }

        .button.lime.solid:hover, .button._c1d82f.solid:hover {
            background: transparent;
            border-color: rgb(193, 216, 47);
            color: rgb(193, 216, 47);
        }

.button.teal, .button._00a19b {
    background: transparent;
    border-color: rgb(0, 161, 155);
    color: rgb(0, 161, 155);
}

    .button.teal:hover, .button._00a19b:hover {
        background: rgb(0, 161, 155);
        border-color: rgb(0, 161, 155);
        color: #ffffff;
    }

    .button.teal.solid, .button._00a19b.solid {
        background: rgb(0, 161, 155);
        border-color: rgb(0, 161, 155);
        color: #ffffff;
    }

        .button.teal.solid:hover, .button._00a19b.solid:hover {
            background: transparent;
            border-color: rgb(0, 161, 155);
            color: rgb(0, 161, 155);
        }

.button.white, .button._ffffff {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
}

    .button.white:hover, .button._ffffff:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #000000 !important;
    }

    .button.white.solid, .button._ffffff.solid {
        background: #ffffff;
        border-color: #ffffff;
        color: #000000 !important;
    }

        .button.white.solid:hover, .button._ffffff.solid:hover {
            background: transparent;
            border-color: #ffffff !important;
            color: #ffffff !important;
        }

.search.button._ffffff {
    background: #111111;
    border-color: #111111;
    color: #ffffff !important;
}

    .search.button._ffffff:hover {
        background: #ffffff !important;
        color: #111111 !important;
    }

.button.black, .button._000000 {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

    .button.black:hover, .button._000000:hover {
        background: #000000;
        border-color: #000000;
        color: #ffffff;
    }

    .button.black.solid, .button._000000.solid {
        background: #000000;
        border-color: #000000;
        color: #ffffff;
        margin-bottom: 1rem;
    }

        .button.black.solid:hover, .button._000000.solid:hover {
            background: transparent;
            border-color: #000000;
            color: #000000;
        }

.button.grey, .button._666666 {
    background: transparent;
    border-color: rgb(40, 39, 42);
    color: rgb(40, 39, 42);
}

    .button.grey:hover, .button._666666:hover {
        background: rgb(40, 39, 42);
        border-color: rgb(40, 39, 42);
        color: #ffffff;
    }

    .button.grey.solid, .button._666666.solid {
        background: rgb(40, 39, 42);
        border-color: rgb(40, 39, 42);
        color: #ffffff;
    }

        .button.grey.solid:hover, .button._666666.solid:hover {
            background: transparent;
            border-color: rgb(40, 39, 42);
            color: rgb(40, 39, 42);
        }

.button.lightest-grey, .button._dee2e6 {
    background: transparent;
    border-color: rgb(222, 226, 230);
    color: rgb(222, 226, 230);
}

    .button.lightest-grey:hover, .button._dee2e6:hover {
        background: rgb(222, 226, 230);
        border-color: rgb(222, 226, 230);
        color: #ffffff;
    }

    .button.lightest-grey.solid, .button._dee2e6.solid {
        background: rgb(222, 226, 230);
        border-color: rgb(222, 226, 230);
        color: #ffffff;
    }

        .button.lightest-grey.solid:hover, .button._dee2e6.solid:hover {
            background: transparent;
            border-color: rgb(222, 226, 230);
            color: rgb(222, 226, 230);
        }

.button.light-grey, .button._b2b2b2 {
    background: transparent;
    border-color: rgb(178, 178, 178);
    color: rgb(178, 178, 178);
}

    .button.light-grey:hover, .button._b2b2b2:hover {
        background: rgb(178, 178, 178);
        border-color: rgb(178, 178, 178);
        color: #ffffff;
    }

    .button.light-grey.solid, .button._b2b2b2.solid {
        background: rgb(178, 178, 178);
        border-color: rgb(178, 178, 178);
        color: #ffffff;
    }

        .button.light-grey.solid:hover, .button._b2b2b2.solid:hover {
            background: transparent;
            border-color: rgb(178, 178, 178);
            color: rgb(178, 178, 178);
        }

.button.mid-grey, .button._706f6f {
    background: transparent;
    border-color: rgb(112, 111, 111);
    color: rgb(112, 111, 111);
}

    .button.mid-grey:hover, .button._706f6f:hover {
        background: rgb(112, 111, 111);
        border-color: rgb(112, 111, 111);
        color: #ffffff;
    }

    .button.mid-grey.solid, .button._706f6f.solid {
        background: rgb(112, 111, 111);
        border-color: rgb(112, 111, 111);
        color: #ffffff;
    }

        .button.mid-grey.solid:hover, .button._706f6f.solid:hover {
            background: transparent;
            border-color: rgb(112, 111, 111);
            color: rgb(112, 111, 111);
        }

.button.dark-grey, .button._29272a {
    background: transparent;
    border-color: rgb(41, 39, 42);
    color: rgb(41, 39, 42);
}

    .button.dark-grey:hover, .button._29272a:hover {
        background: rgb(41, 39, 42);
        border-color: rgb(41, 39, 42);
        color: #ffffff;
    }

    .button.dark-grey.solid, .button._29272a.solid {
        background: rgb(41, 39, 42);
        border-color: rgb(41, 39, 42);
        color: #ffffff;
    }

        .button.dark-grey.solid:hover, .button._29272a.solid:hover {
            background: transparent;
            border-color: rgb(41, 39, 42);
            color: rgb(41, 39, 42);
        }

.button.off-black, .button._101010 {
    background: transparent;
    border-color: rgb(16, 16, 16);
    color: rgb(16, 16, 16);
}

    .button.off-black:hover, .button._101010:hover {
        background: rgb(16, 16, 16);
        border-color: rgb(16, 16, 16);
        color: #ffffff;
    }

    .button.off-black.solid, .button._101010.solid {
        background: rgb(16, 16, 16);
        border-color: rgb(16, 16, 16);
        color: #ffffff;
    }

        .button.off-black.solid:hover, .button._101010.solid:hover {
            background: transparent;
            border-color: rgb(16, 16, 16);
            color: rgb(16, 16, 16);
        }

.button.yellow, .button._ffe512 {
    background: transparent;
    border-color: rgb(255, 229, 18);
    color: rgb(255, 229, 18);
}

    .button.yellow:hover, .button._ffe512:hover {
        background: rgb(255, 229, 18);
        border-color: rgb(255, 229, 18);
        color: #ffffff;
    }

    .button.yellow.solid, .button._ffe512.solid {
        background: rgb(255, 229, 18);
        border-color: rgb(255, 229, 18);
        color: #ffffff;
    }

        .button.yellow.solid:hover, .button._ffe512.solid:hover {
            background: transparent;
            border-color: rgb(255, 229, 18);
            color: rgb(255, 229, 18);
        }

.button.corporate-blue, .button._0046ad {
    background: transparent;
    border-color: rgb(0, 70, 173);
    color: rgb(0, 70, 173);
}

    .button.corporate-blue:hover, .button._0046ad:hover {
        background: rgb(0, 70, 173);
        border-color: rgb(0, 70, 173);
        color: #ffffff;
    }

    .button.corporate-blue.solid, .button._0046ad.solid {
        background: rgb(0, 70, 173);
        border-color: rgb(0, 70, 173);
        color: #ffffff;
    }

        .button.corporate-blue.solid:hover, .button._0046ad.solid:hover {
            background: transparent;
            border-color: rgb(0, 70, 173);
            color: rgb(0, 70, 173);
        }

.button.green, .button._54b948 {
    background: transparent;
    border-color: rgb(84, 185, 72);
    color: rgb(84, 185, 72);
}

    .button.green:hover, .button._54b948:hover {
        background: rgb(84, 185, 72);
        border-color: rgb(84, 185, 72);
        color: #ffffff;
    }

    .button.green.solid, .button._54b948.solid {
        background: rgb(84, 185, 72);
        border-color: rgb(84, 185, 72);
        color: #ffffff;
    }

        .button.green.solid:hover, .button._54b948.solid:hover {
            background: transparent;
            border-color: rgb(84, 185, 72);
            color: rgb(84, 185, 72);
        }

.button.off-white, .button._e5e5e5 {
    background: transparent;
    border-color: rgb(229, 229, 229);
    color: rgb(229, 229, 229);
}

    .button.off-white:hover, .button._e5e5e5:hover {
        background: rgb(229, 229, 229);
        border-color: rgb(229, 229, 229);
        color: #ffffff;
    }

    .button.off-white.solid, .button._e5e5e5.solid {
        background: rgb(229, 229, 229);
        border-color: rgb(229, 229, 229);
        color: #ffffff;
    }

        .button.off-white.solid:hover, .button._e5e5e5.solid:hover {
            background: transparent;
            border-color: rgb(229, 229, 229);
            color: rgb(229, 229, 229);
        }

.button.red, .button._e31b23 {
    background: transparent;
    border-color: rgb(227, 27, 35);
    color: rgb(227, 27, 35);
}

    .button.red:hover, .button._e31b23:hover {
        background: rgb(227, 27, 35);
        border-color: rgb(227, 27, 35);
        color: #ffffff;
    }

    .button.red.solid, .button._e31b23.solid {
        background: rgb(227, 27, 35);
        border-color: rgb(227, 27, 35);
        color: #ffffff;
    }

        .button.red.solid:hover, .button._e31b23.solid:hover {
            background: transparent;
            border-color: rgb(227, 27, 35);
            color: rgb(227, 27, 35);
        }

.button.solar-orange, .button._ff8674 {
    background: transparent;
    border-color: rgb(255, 134, 116);
    color: rgb(255, 134, 116);
}

    .button.solar-orange:hover, .button._ff8674:hover {
        background: rgb(255, 134, 116);
        border-color: rgb(255, 134, 116);
        color: #ffffff;
    }

    .button.solar-orange.solid, .button._ff8674.solid {
        background: rgb(255, 134, 116);
        border-color: rgb(255, 134, 116);
        color: #ffffff;
    }

        .button.solar-orange.solid:hover, .button._ff8674.solid:hover {
            background: transparent;
            border-color: rgb(255, 134, 116);
            color: rgb(255, 134, 116);
        }

.button.cooper-yellow, .button._ffc845 {
    background: transparent;
    border-color: rgb(255, 200, 69);
    color: rgb(255, 200, 69);
}

    .button.cooper-yellow:hover, .button._ffc845:hover {
        background: rgb(255, 200, 69);
        border-color: rgb(255, 200, 69);
        color: #ffffff;
    }

    .button.cooper-yellow.solid, .button._ffc845.solid {
        background: rgb(255, 200, 69);
        border-color: rgb(255, 200, 69);
        color: #ffffff;
    }

        .button.cooper-yellow.solid:hover, .button._ffc845.solid:hover {
            background: transparent;
            border-color: rgb(255, 200, 69);
            color: rgb(255, 200, 69);
        }

.button.patina-green, .button._47d7ac {
    background: transparent;
    border-color: rgb(71, 215, 172);
    color: rgb(71, 215, 172);
}

    .button.patina-green:hover, .button._47d7ac:hover {
        background: rgb(71, 215, 172);
        border-color: rgb(71, 215, 172);
        color: #ffffff;
    }

    .button.patina-green.solid, .button._47d7ac.solid {
        background: rgb(71, 215, 172);
        border-color: rgb(71, 215, 172);
        color: #ffffff;
    }

        .button.patina-green.solid:hover, .button._47d7ac.solid:hover {
            background: transparent;
            border-color: rgb(71, 215, 172);
            color: rgb(71, 215, 172);
        }

.button.turquoise, .button._007fa3 {
    background: transparent;
    border-color: rgb(0, 127, 163);
    color: rgb(0, 127, 163);
}

    .button.turquoise:hover, .button._007fa3:hover {
        background: rgb(0, 127, 163);
        border-color: rgb(0, 127, 163);
        color: #ffffff;
    }

    .button.turquoise.solid, .button._007fa3.solid {
        background: rgb(0, 127, 163);
        border-color: rgb(0, 127, 163);
        color: #ffffff;
    }

        .button.turquoise.solid:hover, .button._007fa3.solid:hover {
            background: transparent;
            border-color: rgb(0, 127, 163);
            color: rgb(0, 127, 163);
        }

.button.sky-blue, .button._0084d5 {
    background: transparent;
    border-color: rgb(0, 132, 213);
    color: rgb(0, 132, 213);
}

    .button.sky-blue:hover, .button._0084d5:hover {
        background: rgb(0, 132, 213);
        border-color: rgb(0, 132, 213);
        color: #ffffff;
    }

    .button.sky-blue.solid, .button._0084d5.solid {
        background: rgb(0, 132, 213);
        border-color: rgb(0, 132, 213);
        color: #ffffff;
    }

        .button.sky-blue.solid:hover, .button._0084d5.solid:hover {
            background: transparent;
            border-color: rgb(0, 132, 213);
            color: rgb(0, 132, 213);
        }

.button.sky-blue-md, .button._0069aa {
    background: transparent;
    border-color: rgb(0, 105, 170);
    color: rgb(0, 105, 170);
}

    .button.sky-blue-md:hover, .button._0069aa:hover {
        background: rgb(0, 105, 170);
        border-color: rgb(0, 105, 170);
        color: #ffffff;
    }

    .button.sky-blue-md.solid, .button._0069aa.solid {
        background: rgb(0, 105, 170);
        border-color: rgb(0, 105, 170);
        color: #ffffff;
    }

        .button.sky-blue-md.solid:hover, .button._0069aa.solid:hover {
            background: transparent;
            border-color: rgb(0, 105, 170);
            color: rgb(0, 105, 170);
        }

.button.sky-blue-dk, .button._004e7f {
    background: transparent;
    border-color: rgb(0, 78, 127);
    color: rgb(0, 78, 127);
}

    .button.sky-blue-dk:hover, .button._004e7f:hover {
        background: rgb(0, 78, 127);
        border-color: rgb(0, 78, 127);
        color: #ffffff;
    }

    .button.sky-blue-dk.solid, .button._004e7f.solid {
        background: rgb(0, 78, 127);
        border-color: rgb(0, 78, 127);
        color: #ffffff;
    }

        .button.sky-blue-dk.solid:hover, .button._004e7f.solid:hover {
            background: transparent;
            border-color: rgb(0, 78, 127);
            color: rgb(0, 78, 127);
        }

#mainCarousel button.button {
    margin: 0 0.3rem;
}

.home-content p:last-of-type {
    margin-bottom: 2rem !important;
}

.newsletter-subscribe-wrapper h2 {
    margin-bottom: 0 !important;
}

.footer-legal a:first-of-type {
    border: none !important;
}

@media (max-width: 576px) {

    img.arrow-logo-svg {
        width: 130px;
        height: auto;
    }
}

#ecs-body-component-gallery-carousel .carousel-image {
    display: block;
    height: 175px;
    /* set min-width, allow images to set cell width */
    min-width: 60px;
    max-width: 100%;
    margin-right: 10px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%)
}

#ecs-body-component-gallery-carousel .carousel.is-fullscreen .carousel-image {
    height: auto;
    max-height: 100%;
}

#ecs-body-component-gallery-carousel .flickity-prev-next-button.previous {
    left: 10px;
}

#ecs-body-component-gallery-carousel .flickity-prev-next-button.next {
    right: 10px;
}

#ecs-body-component-gallery-carousel .flickity-page-dots {
    bottom: -2rem;
}

#ecs-body-component-gallery-carousel .flickity-viewport {
    margin-bottom: 4rem;
}

.carousel.flickity-enabled.is-draggable.is-fullscreen {
    padding: 2rem 0;
}

.rte-ecs-styles ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0.25rem;
}

.rte-ecs-styles li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 3rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.rte-ecs-styles > .nested-content-item-wrapper > ul:first-of-type {
    margin-bottom: 1rem;
}

.rte-ecs-styles > .nested-content-item-wrapper > ul:nth-of-type(2) {
    margin-bottom: 1rem;
}

.rte-ecs-styles > .nested-content-item-wrapper > ul:nth-of-type(3) {
    margin-bottom: 1rem;
}

.rte-ecs-styles > .nested-content-item-wrapper > ul:nth-of-type(4) {
    margin-bottom: 1rem;
}

.rte-ecs-styles > .nested-content-item-wrapper > ul:nth-of-type(5) {
    margin-bottom: 1rem;
}

.rte-ecs-styles li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    content: "\f054";
    float: left;
    margin-left: -1.5rem;
}

.flickity-page-dots .dot:before {
    content: '';
}

li.nav-item:before {
    content: '';
}

li.dot {
    margin: 0 8px !important;
}

.bodyButton {
    margin-bottom: 1rem;
}

    .bodyButton.full-width {
        width: 100%;
        text-align: center;
    }

#accordion-body .card {
    margin-bottom: 1rem;
}

    #accordion-body .card:last-child {
        margin-bottom: 0;
    }

#accordion-body {
    margin: 1rem 0;
}

.cta-rte {
    margin-bottom: 2rem;
}

.ecs-body-component-tabs li {
    margin: 0;
}

    .ecs-body-component-tabs li:last-child {
        margin-bottom: 0;
    }

.ecs-body-component-tabs ul, .ecs-body-component-tabs li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.umbraco-forms-wrapper {
    margin-bottom: calc(64px + 2rem);
}

/* Set width to make card deck cards 100% width */

@media (max-width: 991px) {
    .contact-card-deck {
        display: block;
        width: 100%;
        border-spacing: 1.25rem 0;
        margin: 0;
    }

        .contact-card-deck .card {
            display: block;
            margin-bottom: .75rem;
            vertical-align: top;
        }
}

ul.social.social-icons.social-connect {
    padding: 0;
}

ul.social-icons.social-connect li a i {
    background: #28272A;
    color: #E5E5E5;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
    font-size: 30px;
    text-align: center;
    margin-right: 0.3rem;
    padding-top: 15px;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    line-height: 30px;
}

#supplierLogoCarousel .carousel-cell {
    /* 1 cells in group */
    width: calc( ( 100% - 40px));
    margin-right: 20px;
}

@media (max-width: 543px) {
    #supplierLogoCarousel .flickity-prev-next-button.previous {
        display: none;
    }

    #supplierLogoCarousel .flickity-prev-next-button.next {
        display: none;
    }
}

#supplierLogoCarousel {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.desktop-nav {
    visibility: hidden;
    display: none;
}

.mobile-nav {
    visibility: visible;
    display: flex;
}

/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {
    #supplierLogoCarousel .carousel-cell {
        /* 2 cells in group */
        width: calc( ( 100% - 40px) / 2);
    }

    .mobile-nav {
        visibility: visible;
        display: flex;
    }
}

/* Medium devices (tablets, 991px and up) The navbar toggle appears at this breakpoint */

@media ( min-width: 991px) {
    #supplierLogoCarousel .carousel-cell {
        /* 3 cells in group */
        width: calc( ( 100% - 60px) / 3);
    }
    /* Large devices (desktops, 992px and up) */
    @media ( min-width: 992px) {
        #supplierLogoCarousel .carousel-cell {
            /* 4 cells in group */
            width: calc( ( 100% - 80px) / 4);
        }

        .mobile-nav {
            visibility: hidden;
            display: none;
        }
    }

    .desktop-nav {
        visibility: visible;
        display: flex;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #supplierLogoCarousel .carousel-cell {
        /* 4 cells in group */
        width: calc( ( 100% - 80px) / 4);
    }
}

#supplierLogoCarousel .carousel-cell {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

input.searchBar {
    width: 100% !important;
    padding: 1.2rem 10px 1.2rem 32px;
}

.contact-card h5.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.contact-card .card-title, .contact-card .card-text {
    color: #000000;
    text-shadow: none !important;
}

.contact-card > .card-body, .contact-card > .card-footer {
    padding: 0;
}

.contact-card > .card-header {
    background-color: #ffffff;
    border-bottom: none;
    padding: .75rem 0;
}

.contact-card:hover {
    box-shadow: 0px;
}

.contact-card .card-footer a {
    padding: 0px;
    font-size: 85%;
}

.ecs-body-component-wrapper {
    margin-bottom: 2rem;
}

.contact-table th, .contact-table tr {
    width: 33.33%;
}

span.card-address {
    display: block;
    margin-bottom: 1rem;
}

span.card-telephone, span.card-fax {
    display: block;
}

span.button-icon {
    margin-left: 0.5rem;
}

input[type=checkbox] {
    width: auto !important;
}

#social-share {
    padding: 0;
}

    #social-share.social-icons li {
        margin-right: 0.5rem;
    }

        #social-share.social-icons li a i {
            background: #28272A;
            color: #ffffff;
            width: 4rem;
            height: 4rem;
            border-radius: 0 !important;
            font-size: 2rem;
            text-align: center;
            padding-top: 1rem;
            transition: all 0.2s ease-in-out;
        }

a#share-twitter i {
    background: #38A1F3 !important;
}

a#share-facebook i {
    background: #4267b2 !important;
}

a#share-linkedin i {
    background: #0077B5 !important;
}

.card.featured-cards {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
    .footer-content-wrapper {
        border-bottom: 0px !important;
    }
}

@media only screen and (max-width: 991px) {
    .bottom-border {
        border-bottom: 0px !important;
    }

    .top-border {
        border-top: 0px !important;
    }

    .footer-descriptive-three {
        padding: 1rem 0 0 0;
    }

    .contactFollowWraper {
        border-top: 2px solid #ffffff;
    }

    .footer-descriptive-three {
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .footer-descriptive-four {
        padding: 1rem 0 0 0;
    }

    .footer-legal {
        margin: 25px 0 25px 0;
        padding: 1rem 0 1rem 0 !important;
    }
}

.contactFollowWraper {
    padding: 1rem 0px 1rem 0;
}

.footer-descriptive-four {
    padding: 2rem 0 1rem 0;
}

@media (max-width: 991px) {
    .footer-descriptive-four {
        font-size: .95em;
        line-height: 1.35em;
        padding: 10px 0 0 0;
        margin: 0;
    }

    .footer-legal {
        border-top: 2px solid #ffffff;
    }
}

h4.resource-Title {
    font-size: 1.5rem;
    font-weight: 600;
}

h4.accordion-header.container {
    font-size: 27px;
    font-weight: normal;
    color: #000000;
}

input[type=checkbox] {
    position: relative;
    top: 0.15rem;
    margin: 0 0.5rem 5px 0;
    width: auto !important;
    height: auto !important;
    border: none !important;
    display: inline !important;
    margin-left: 0 !important;
}

.team-member-wrapper {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

    .team-member-wrapper img {
        margin-bottom: 1rem;
    }

    .team-member-wrapper h3 {
        font-size: 1.4rem;
    }

    .team-member-wrapper h4 {
        font-size: 1.2rem;
    }

.team-member-img-wrapper {
    padding: 0;
}

.product-logos {
    text-align: center;
}

.grid-content__row--full-width .product-logos {
    margin: 0 3rem;
}

.nested-content-item-wrapper {
    margin-bottom: 2rem;
}
    .nested-content-item-wrapper a.logo:hover{
        text-decoration: none;
    }

    .nested-content-item-wrapper.eloqua-form-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .nested-content-item-wrapper.nested-content-button-wrapper {
        margin-bottom: 1rem !important;
    }

.body-accordion .card-header {
    padding: 15px;
    background: #cccccc;
    transition: all 0.25s;
}

.accordion-header.body-accordion-header > a {
    display: block;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.3;
}

.body-accordion .card-header:hover {
    padding: 15px;
    background: #e5e5e5;
    transition: all 0.25s;
}

.body-accordion .card-body {
    background: #ffffff;
}

.body-accordion div.card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    margin-bottom: 0;
}

.product-img-wrapper {
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
}

.embed-responsive-4by3::before {
    padding-top: 56.25%;
}

.rte-ecs-styles img {
    max-width: 100% !important;
    height: auto !important;
}

.showMoreButton {
    margin-bottom: 2rem;
}

.pthumb {
    margin-bottom: 2rem;
}

.search-result-wrapper {
    margin-bottom: 2rem;
}

    .search-result-wrapper > h3 {
        margin-bottom: 0;
    }

        .search-result-wrapper > h3 > a {
            color: #333333;
        }

.searchLink {
    color: #00A19B;
    margin-bottom: 0;
}

    .searchLink a {
        color: #5b5b5b;
        font-size: 0.8rem;
    }

p.searchDescription {
    margin-bottom: 0;
    color: #707070;
}

/* Related Pages */

#ecs-resources {
    padding: 2rem 0 0 0;
    background: #E5E5E5;
}

/* position dots up a bit */

.flickity-page-dots {
    bottom: -30px;
}

    /* dots are lines */

    .flickity-page-dots .dot {
        height: 0.25rem;
        width: 2rem;
        margin: 0;
        border-radius: 0;
    }

#related-pages-carousel .carousel-cell.is-selected {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.related-pages .resource-button-wrapper {
    padding: 1.5rem;
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Home Promo Cards - Flickity */

#promo-cards-carousel .carousel-cell.is-selected {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#promo-cards-carousel {
    margin-bottom: 2rem;
}

    #promo-cards-carousel .card {
        margin-bottom: 0;
    }

    #promo-cards-carousel .carousel-cell {
        /* 1 cells in group */
        max-height: 500px;
        width: calc( 100% - 5rem);
        margin-right: 10px;
    }

#calendar {
    margin-bottom: 2rem;
}

button.fc-prev-button.btn.btn-primary {
    margin-right: 0.5rem;
}

.form-group.umbraco-forms-field.multiplechoice, .form-group.umbraco-forms-field.singlechoice {
    border-bottom: 1px solid #eee;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
}

fieldset {
    margin-bottom: 1rem;
}

/************* Eloqua Forms *******************/

/* RESET */

.elq-form * {
    margin: 0;
    padding: 0;
}

.elq-form input, textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .elq-form input[type=text], .elq-form textarea, .elq-form select[multiple=multiple] {
        border: 1px solid #A6A6A6;
        width: 100%;
    }

.elq-form button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* GENERIC */

.elq-form textarea {
    width: 100%;
}

.elq-form input {
    max-width: 100% !important;
    padding: 0.5rem;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.elq-form .item-padding {
    padding: 0px;
    clear: both;
}

.elq-form .pp-group {
    padding: 0px 5px 0px 9px;
}

.elq-form .pp-field {
    padding: 6px 0px 9px 0px;
}

.elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
}

.elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 0.2rem;
}

.elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.elq-form .field-design {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
}

/* SECTION BREAKS */

.elq-form .section-break {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}

    .elq-form .section-break .heading {
        width: 100%;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

/* LABEL */

.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
}

/* FIELD GROUP */

.elq-form .field-group {
    float: left;
    clear: both;
}

    .elq-form .field-group.large {
        width: 100%;
    }

    .elq-form .field-group.medium {
        width: 51%;
    }

    .elq-form .field-group.small {
        width: 31%;
    }

    .elq-form .field-group .label {
        float: left;
        width: 97%;
        margin-right: 2%;
        margin-left: 1%;
        padding-bottom: 6px;
        font-weight: bold;
    }

    .elq-form .field-group .field-style {
        float: left;
    }

.elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
}

    .elq-form .progressive-profile .pp-inner.large {
        width: 100%;
    }

    .elq-form .progressive-profile .pp-inner.medium {
        width: 51%;
    }

    .elq-form .progressive-profile .pp-inner.small {
        width: 31%;
    }

/* RADIO */

.elq-form .radio-option {
    display: inline-block;
}

    .elq-form .radio-option .label {
        display: block;
        float: left;
        padding-right: 10px;
        padding-left: 22px;
        text-indent: -22px;
    }

    .elq-form .radio-option .input {
        vertical-align: middle;
        margin-right: 7px;
    }

    .elq-form .radio-option .inner {
        vertical-align: middle;
    }

/* CHECKBOX */

.elq-form .checkbox-span {
    display: inline-block;
}

.elq-form .checkbox-label {
    margin-left: 20px !important;
}

.elq-form input[type=checkbox] {
    margin: 0 !important;
}

/* INPUT */

.elq-form .accept-default {
    width: 100%;
}

select.field-size-top-large {
    padding: 0.5rem;
}

/* SIZING */

.elq-form .field-style {
    margin-right: 0;
    margin-left: 0;
}

    .elq-form .field-style._25 {
        width: 21%;
    }

    .elq-form .field-style._50 {
        width: 46%;
    }

    .elq-form .field-style._50_left {
        clear: left;
        width: 46%;
    }

    .elq-form .field-style._75 {
        width: 71%;
    }

    .elq-form .field-style._100 {
        width: 100%;
    }

.elq-form .field-size-top-small {
    width: 30%;
}

.elq-form .field-size-top-medium {
    width: 75%;
}

.elq-form .field-size-top-large {
    width: 100%;
}

.elq-form .field-size-left-small {
    width: 21%;
}

.elq-form .field-size-left-medium {
    width: 46%;
}

.elq-form .field-size-left-large {
    width: 60%;
}

/* INSTRUCTIONS */

.elq-form .instructions.default {
    color: #444444;
    display: block;
    padding: 6px 0pt 3px;
}

.legal-text-wrap {
    font-size: 0.8rem;
    margin-top: 1rem;
}

.elq-form .instructions.group {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 6px 0pt 3px;
    color: #444444;
    display: block;
    font-size: 10px;
}

.elq-form .instructions.left-single {
    margin: 0 0 0 33%;
}

.elq-form .instructions-other {
    margin: 0;
}

/* POSITIONING */

.elq-form .label-position.left {
    display: block;
    padding: 1px 0pt 3px;
    float: left;
    width: 100%;
    margin: 0pt 15px 0pt 0pt;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.elq-form .label-position.top {
    display: block;
    padding: 1px 0pt 3px;
    white-space: normal;
    margin-bottom: 0.2rem;
}

.elq-form .label-position.alignment-left {
    text-align: left;
}

.elq-form .label-position.alignment-right {
    text-align: right;
}

/* LIST ORDER */

.elq-form .list-order {
    display: block;
}

    .elq-form .list-order.oneColumn {
        margin: 0pt 7px 0pt 0pt;
        width: 100%;
        clear: both;
    }

    .elq-form .list-order.twoColumn {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 38%;
    }

    .elq-form .list-order.threeColumn {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 30%;
    }

    .elq-form .list-order.oneColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 100%;
    }

    .elq-form .list-order.twoColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 38%;
    }

    .elq-form .list-order.threeColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 30%;
    }

/* GRID STYLE */

.elq-form .grid-style {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

    .elq-form .grid-style._25 {
        width: 21%;
    }

    .elq-form .grid-style._50 {
        width: 46%;
    }

    .elq-form .grid-style._75 {
        width: 71%;
    }

    .elq-form .grid-style._100 {
        width: 96%;
    }

/* Submit Buton */

input.submit-button {
    border: 2px #FFF solid !important;
    font-size: 20px !important;
    display: inline-block !important;
    transition: all 0.25s !important;
    padding: 7px 30px !important;
    min-height: 47px !important;
    height: auto !important;
    background: rgb(246, 138, 51) !important;
    border-color: rgb(246, 138, 51) !important;
    color: #ffffff !important;
    width: auto !important;
    margin-top: 0.75rem;
    float: right;
}

.submit-button:hover {
    background: transparent !important;
    color: rgb(246, 138, 51) !important;
    cursor: pointer;
}

.submit-button-macro {
    font-size: 100%;
    height: 24px;
    width: 100px
}


span.checkbox-span.field-size-top-large {
    padding-top: 10px;
}

.g-recaptcha-wrap.field-size-top-large {
    padding-top: 10px;
}

textarea {
    min-height: 125px;
}

.question-wrapper {
    padding: 1rem 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    margin: 0 0 1rem 0;
}

    .question-wrapper .form-group input {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        color: #333333;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #A6A6A6;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.ecs-body-tabs-wrapper > .tab-content {
    padding: 2rem 2rem 0 2rem;
}

.ecs-body-tabs-wrapper {
    margin-bottom: 2rem;
}

a.nav-link.active > h4 {
    color: #000;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}

.contact-info-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

    .contact-info-wrapper:first-child {
        padding-top: 1rem;
        margin-top: 1rem;
        border-top: 1px solid #dee2e6;
    }

    .contact-info-wrapper:last-child {
        border-bottom: 0px;
    }

    .contact-info-wrapper .row {
        margin-bottom: 0.3rem;
    }

button.button.is-checked {
    opacity: 0.7;
}

.in-the-news-promoCard {
    min-height: 190px;
}

@media only screen and (max-width: 991px) {
    .in-the-news-promoCard {
        display: flex !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
    }
}

#in-the-news {
    padding: 2rem 0 1rem 0;
}

#in-the-spotlight {
    padding: 1rem 0 2rem 0;
}

.in-the-spotlight-promoCard > .card-body, .in-the-spotlight-promoCard > .card-footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+35,000000+100&0.85+35,0.35+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#59000000', GradientType=1);
    /* IE6-9 */
}

.in-the-news-promoCard span.promo-card-overlay {
    background-color: rgba(0,0,0, 0.3);
}

a#myArrow {
    background-color: #28272A;
    border-color: #28272A;
}

    a#myArrow:hover {
        opacity: 0.7;
    }

#myArrow img {
    width: 80px;
}

.region-picker-text {
    display: inline;
}

.country-wrapper span.flag-icon, .country-wrapper i {
    margin-left: .2rem;
}

    .country-wrapper i.fas {
        color: green;
    }

/* Main naviagtion with multiple languages */

.region-links-wrapper {
    text-align: left;
    padding: 0px;
}

.region-links-wrapper-root {
    text-align: left;
    padding: 1rem;
    background-color: #ffffffb0;
}

.country-wrapper a {
    font-size: 1.1rem !important;
    color: #333333 !important;
    transition: all .2s ease-in-out;
    display: block;
}

    .country-wrapper a.activeLink {
        opacity: 0.7;
    }

    .country-wrapper a:hover {
        opacity: 0.7;
    }

    .country-wrapper a.active {
        opacity: 0.7;
    }

a#region {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #eeeeee;
    font-size: 14px;
}

@media (max-width: 991px) {
    .header-region {
        display: block !important;
    }

    .header-social-links {
        padding-top: 0 !important;
        margin-bottom: 1rem;
    }
}

.header-region {
    float: none;
}

.region-wrapper h3 {
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
}

.region-wrapper {
    margin-bottom: 1rem;
}

.dropdown-menu .sub-menu {
    background-color: #29272A;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: auto;
    visibility: hidden;
    margin-top: -25px !important;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-cheron {
    color: #ffffff;
    padding: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .dropdown-cheron {
        margin-left: -15px !important;
    }

    li.arrow-nav.nav-item:hover {
        background-color: #4d4d4d !important;
    }
}

@media (max-width: 991px) {
    .dropdown {
        position: relative;
    }

        .dropdown span:first-of-type {
            display: block !important;
        }

        .dropdown .dropdown-cheron {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 20px;
            line-height: 28px;
            width: 30px;
            text-align: right;
        }

    .dropdown-cheron {
        padding: 6px 5px 0 0;
        display: inline-block;
    }

    .dropdown-menu .sub-menu {
        display: none;
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
        height: 0;
        margin-top: 0 !important;
        overflow: hidden;
    }

    span.secondLevelCaret {
        display: none !important;
        font-size: 20px;
        line-height: 20px;
        width: 30px;
        text-align: right;
    }

        span.secondLevelCaret i {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .dropdown-menu li:hover .sub-menu {
        height: auto;
    }
}

/* END - Main naviagtion with multiple languages */

@media (max-width: 360px) {
    .my-auto a#region {
        padding: 0;
    }
}

@media (max-width: 767px) {

    .header-region .region-picker-text {
        display: none !important;
    }
}

span.myArrow.flag-icon {
    margin: 0 !important;
}

/*News Portal Article - Share */

section.share {
    text-align: right;
    background-color: #eeeeee;
    border-radius: 5px !important;
    width: 100%;
    padding: 1rem;
}

    section.share h5.info.prompt {
        position: relative;
        margin-bottom: 0;
        top: -4px;
    }

    section.share h5.info {
        display: inline-block;
        margin-right: 0.5rem;
    }

.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

section.share a {
    margin-right: 0.25rem;
}

.fa-facebook, .fa-facebook-square {
    color: #000;
}

.fa-twitter, .fa-twitter-square {
    color: #000;
}

section.share > a > i:hover {
    opacity: 0.7;
}

/* News Portal - Article Image */

.article-hero-image {
    height: 300px !important;
}

/* News Portal Solution Page */

label#SearchTermLabel, label#RelatedProductUdi {
    display: block;
}

select#RelatedProductUdi {
    height: calc(2.25rem + 11px);
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}

select#TypeOfNews {
    height: calc(2.25rem + 11px);
    background-color: #4d4d4d;
    color: #ffffff;
    border-color: #4d4d4d;
}

select#ArrowDepartment {
    height: calc(2.25rem + 11px);
    background-color: #4d4d4d;
    color: #ffffff;
    border-color: #4d4d4d;
}

input#SearchTerm {
    display: block;
    width: 100%;
    height: calc(2.25rem + 11px);
    padding: .375rem .75rem;
    color: #111111;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input#SearchTerm {
    background: #ededed url(../images/arrow-ecs/search-icon.png) no-repeat 95% center;
}

.pagination-button {
    font-size: 16px !important;
    padding: 5px 12px !important;
    margin-bottom: 2rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    padding: .375rem 1.75rem .375rem .75rem;
}

.date {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    min-height: 38px;
    min-width: 38px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 0.25rem;
    border: 1px solid #ffffff;
    float: right;
}

    .date span {
        display: block;
        line-height: 14px;
    }

    .date .month {
        font-size: 11px;
    }

.custom-select:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.current.pagination-button.button._f68a33.solid {
    background: transparent;
    color: rgb(246, 138, 51);
}

.current.pagination-button.button._009ddc.solid {
    background: transparent;
    color: rgb(0, 157, 220);
}

.current.pagination-button.button._96172e.solid {
    background: transparent;
    color: rgb(150, 23, 46);
}

.current.pagination-button.button._92278f.solid {
    background: transparent;
    color: rgb(146, 39, 143);
}

.current.pagination-button.button._c1d82f.solid {
    background: transparent;
    color: rgb(193, 216, 47);
}

.current.pagination-button.button._00a19b.solid {
    background: transparent;
    color: rgb(0, 161, 155);
}

.pagination-button.button._ffffff.solid {
    border-color: #111 !important;
    background: #111 !important;
    color: #ffffff !important;
}

    .pagination-button.button._ffffff.solid:hover {
        background: #ffffff !important;
        color: #111 !important;
    }

.current.pagination-button.button._ffffff.solid {
    background: #ffffff !important;
    color: #111 !important;
}

.current.pagination-button.button._e5e5e5.solid {
    background: transparent;
    color: #e5e5e5;
}

.current.pagination-button.button._dee2e6.solid {
    background: transparent;
    color: #dee2e6;
}

.current.pagination-button.button._b2b2b2.solid {
    background: transparent;
    color: #b2b2b2;
}

.current.pagination-button.button._706f6f.solid {
    background: transparent;
    color: #706f6f;
}

.current.pagination-button.button._666666.solid {
    background: transparent;
    color: #666666;
}

.current.pagination-button.button._29272a.solid {
    background: transparent;
    color: #29272a;
}

.current.pagination-button.button._101010.solid {
    background: transparent;
    color: #101010;
}

.current.pagination-button.button._000000.solid {
    background: transparent;
    color: #000000;
}

.current.pagination-button.button._ffe512.solid {
    background: transparent;
    color: rgb(255, 229, 18);
}

.current.pagination-button.button._0046ad.solid {
    background: transparent;
    color: rgb(0, 70, 173);
}

.current.pagination-button.button._54b948.solid {
    background: transparent;
    color: rgb(84, 185, 72);
}

.current.pagination-button.button._e5e5e5.solid {
    background: transparent;
    color: rgb(229, 229, 229);
}

.current.pagination-button.button._e31b23.solid {
    background: transparent;
    color: rgb(227, 27, 35);
}

.current.pagination-button.button._ff8674.solid {
    background: transparent;
    color: rgb(255, 134, 116);
}

.current.pagination-button.button._ffc845.solid {
    background: transparent;
    color: rgb(255, 200, 69);
}

.current.pagination-button.button._47d7ac.solid {
    background: transparent;
    color: rgb(71, 215, 172);
}

.current.pagination-button.button._007fa3.solid {
    background: transparent;
    color: rgb(0, 127, 163);
}

.current.pagination-button.button._0084d5.solid {
    background: transparent;
    color: rgb(0, 132, 213);
}

.current.pagination-button.button._0069aa.solid {
    background: transparent;
    color: rgb(0, 105, 170);
}

.current.pagination-button.button._004e7f.solid {
    background: transparent;
    color: rgb(0, 78, 127);
}

.no-results {
    display: none;
}

.side-bar-nav {
    background: inherit;
    height: auto;
    width: 100%;
    margin-bottom: 0.75rem;
    padding: 5px;
    text-transform: none;
    border: 1px solid;
    border-color: black;
}

    .side-bar-nav th {
        width: 100%;
    }

    .side-bar-nav:hover {
        background: #EFF0F1;
    }

    .side-bar-nav a {
        text-decoration: none;
        color: inherit;
    }

    .side-bar-nav p {
        text-transform: uppercase;
        font-size: 15px;
        font-family: inherit;
        font-weight: bold;
        padding-left: 10px;
        line-height: 35px;
    }

#side-nav-caret {
    float: right;
    color: white;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
    background-color: black;
}

.team-member-wrapper > p {
    margin-bottom: 5px;
}

.hr-left {
    margin: 1rem 0 1.5rem !important;
    text-align: left;
    width: 5rem;
}

#ecs-search-arrow-departments, #ecs-search-arrow-products {
    padding: 0 0 2rem 0;
}

#ecs-search-team-member {
    padding: 0rem 0 4rem 0;
}

#ecs-search-arrow-products a.thumbnail {
    padding: 1rem 0.5rem;
    text-align: center;
    margin: 0;
    width: auto !important;
}

.team-member-search.team-member-wrapper {
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    height: calc(100% - 1rem);
}

.team-member-card-body {
    padding: 0 0.75rem 0.75rem;
}

    .team-member-card-body p {
        margin-bottom: .5rem;
    }

#ecs-search-arrow-products {
    margin-bottom: 4rem;
}

.card-gradient-dark {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 67%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 67%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 67%);
}

.event-card-logo-wrapper a.thumbnail {
    margin: 0;
    padding: 0.3rem 0.55rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dee2e6;
    display: inline-block;
}

    .event-card-logo-wrapper a.thumbnail:hover {
        opacity: 0.8;
    }

.event-card-logo-wrapper {
    display: inline-block;
    margin-bottom: 0.3rem;
    float: left;
    margin-right: 0.3rem;
    transition: all 0.25s;
}

    .event-card-logo-wrapper:last-child {
        margin-right: 0;
    }

    .event-card-logo-wrapper:nth-child(2n+1) {
        clear: right;
    }

@media (min-width: 992px) {
    .event-card-logo-wrapper {
        display: inline-block;
        margin-bottom: 0.3rem;
        float: right;
        margin-left: 0.3rem;
        margin-right: 0;
    }

        .event-card-logo-wrapper:nth-child(even) {
            margin-left: 0;
        }
}

ul.nav.nav-tabs.date-tabs {
    text-align: right;
    border: 0;
    display: inherit;
}

.year {
    font-size: 10px;
    color: #cccccc;
}

.fa-ul {
    margin-left: 22px;
}

    .fa-ul > li {
        margin-bottom: 0.25rem;
    }

span.event-type {
    color: #eee;
    margin-bottom: 0.55rem;
    display: block;
}

.date-button {
    padding: 0 !important;
    background: rgba(238,238,238, 0.2);
}

    .date-button:hover {
        background: transparent;
        background: rgba(238,238,238, 0.4);
    }

.active.date-button {
    background: rgba(255,255,255, 0.0);
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}


.event-search-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 576px) {
    .event-search-card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: column;
        margin-right: -15px;
        margin-left: -15px;
    }

        .event-search-card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 992px) {
    .event-search-card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.event-icon {
    display: inline-block;
    float: right;
    margin-left: 0.5rem;
    color: #ECECEC;
}

select#EventCategory {
    height: calc(2.25rem + 11px);
    background-color: #ECECEC;
    color: #333;
    border-color: #ECECEC;
}

#EventCategory.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='black' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}

a.no-link {
    cursor: default !important;
}

.nav-pills.event-switch .nav-link.active, .nav-pills.event-switch .show > .nav-link {
    color: #333;
    background-color: rgb(236,236,236);
}

.nav-pills.event-switch a.nav-link {
    color: #333;
    padding: .75rem 1.7rem;
}

.nav-pills.event-switch li.nav-item {
    background-color: rgba(236,236,236, 0.3);
}

ul.event-switch {
    border-bottom: 1px solid #F9F9F9;
}

select.events-form-select {
    background-color: #ECECEC !important;
    color: #333 !important;
    border-color: #ECECEC !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='black' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
}

input.events-form-search {
    background: #ededed url(../images/arrow-ecs/search-icon.png) no-repeat 99% center !important;
}

.globe-icon {
    padding-right: 1.2rem;
    height: 2rem;
    margin-top: 0.6rem;
}

.globe-background {
    background-image: url("../images/arrow-ecs/global_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-image-content-wrapper {
    padding: 1.5rem 1.25rem;
    background: rgba(51, 51, 51, 0.7);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.promo-card-image-second-layer {
    text-align: right;
}

.fa-linkedin.square {
    color: #000;
}

.umbraco-forms-form textarea {
    width: 100%;
}

#arrowsphere-button, #my-arrow-button {
    line-height: 1rem;
    display: inline-block;
    background-color: #28272A;
    border-color: #28272A;
    font-size: 1.05rem !important;
    padding: .5rem .75rem !important;
}

    #arrowsphere-button strong, #my-arrow-button strong {
        font-weight: 600;
    }

    #arrowsphere-button span, #my-arrow-button span {
        opacity: 0.95;
    }

@media (max-width: 992px) {
    .header-buttons, #arrowsphere-button, #my-arrow-button {
        float: right !important;
    }
}

a.product-logo-wrapper, .product-logo-wrapper {
    display: block;
    border: 1px solid #dee2e6;
    max-width: 255px;
    text-align: center;
}

@media (min-width: 992px) {
    a.product-logo-wrapper {
        display: block;
        border: 1px solid #dee2e6;
        max-width: 380px;
        margin: 0 auto;
    }
}

.product-logo img {
    padding: 1rem 0.5rem;
}

.country-wrapper {
    margin-bottom: 1rem;
}

    .country-wrapper a img {
        width: auto;
        height: 100%;
        max-height: 1.1rem;
        margin-right: 0.25rem;
        vertical-align: text-top;
    }

#ecs-region-modal > .modal-dialog > .modal-content > .modal-body {
    padding: 2rem;
}

img.flag-icon {
    width: auto;
    height: 100%;
    max-height: 1.1rem;
}

.img-fluid.lazyload {
    display: block;
}

a#region {
    cursor: pointer;
}
