/* MCOS Fonts
----------------------------------------------------------*/
@font-face {
    font-family: "Canaro Book";
    src: url("/Communities/mcos2020/fonts/canarobook.otf");
    src: url("/Communities/mcos2020/fonts/canarobook.otf") format("opentype");
}

@font-face {
    font-family: "Canaro Semi Bold";
    src: url("/Communities/mcos2020/fonts/Canaro-SemiBold.otf");
    src: url("/Communities/mcos2020/fonts/Canaro-SemiBold.otf") format("opentype");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*.RadMenu .rmHorizontal .rmText {
    padding: 0 1px 1px 0!important;
}*/

/* MCOS Colors
----------------------------------------------------------*/
/*Blue = #091839 | Medium Blue = #223B71  |Grey = #F8F8F8 */


/* General Styles
----------------------------------------------------------*/
body {
    font-family: 'Canaro Book', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #030916;
    background-color: #F8F8F8 !important;
}

a,
a:hover,
a:visited,
a:link {
    color: #091839;
    font-family: 'Canaro Book', sans-serif;
    font-weight: 800;
    text-decoration: underline;
}

.breadcrumb a {
    text-decoration: none;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

h1,
.sectionTitle {
    font-family: 'Canaro Semi Bold', sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #091839;
}

h2 {
    font-family: 'Canaro Semi Bold', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #223B71;
}

h3 {
    font-family: 'Canaro Semi Bold', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #223B71;
}

p {
    font-size: 1em;
}

.section-37668 .sectionContent li, .section-37927 .sectionContent li {
    margin-left: 0;
}

.section-37927 .home-locations-section{
    margin-bottom:2em;
}

div#LocationCarouselMobile{
    margin-bottom:2em;
}


.sectionContent li {
    list-style: square;
    margin-left: 2em;
}

.btn-primary {
    background-color: #091839;
    border-color: #091839;
    padding: 2rem;
}

.btn-secondary {
    background: #223B71;
    color: #fff;
}

    .btn-secondary:hover {
        background: #000;
        color: #fff;
    }


/* Top Header Mobile
----------------------------------------------------------*/

.container-fluid.main-header {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex !important;
}

.business-partner-login, .request-a-quote {
    background: #091839;
    color: #FFFFFF;
    padding: 2rem;
    text-align: center;
}

    .business-partner-login a:link, .request-a-quote a:link,
    .business-partner-login a:visited, .request-a-quote a:visited {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }

.request-a-quote {
    background: #223B71;
}

header .navbar-toggle .fa-bars,
header .navbar-toggle .fa-times {
    color: #091839;
}

.search-button button .fas,
.desktop-search-button button .fas {
    font-size: 15px;
    color: #fff;
}

header .navigation-items {
    order: 1;
    right: unset;
}

header .logo {
    order: 2;
    margin: 0 auto;
}

header .search-button {
    order: 3;
}

header .logo img {
    max-width: 185px;
    width: 185px;
    max-height: 60px;
    height: 60px;
}

#home .sectionTitle {
    display: none;
}

/* Mobile Menu
----------------------------------------------------------*/


#mobile-menu-button {
    position: relative;
    display: flex;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.menu-btn_burger {
    width: 25px;
    height: 2px;
    background: #091839;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

    .menu-btn_burger::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background: #091839;
        border-radius: 3px;
        transition: all 0.5s ease-in-out;
        left: 0;
    }

    .menu-btn_burger::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 2px;
        background: #091839;
        border-radius: 3px;
        transition: all 0.5s ease-in-out;
        left: 0;
    }

    .menu-btn_burger::before {
        transform: translateY(-10px);
    }

    .menu-btn_burger::after {
        transform: translateY(10px);
    }

.slide-down-menu {
    background-color: #223B71;
    width: 260px;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    padding-top: 25px;
    transition: opacity .5s !important;
    z-index: -1;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.main-menu-open .slide-down-menu {
    opacity: 1;
    transition: opacity .5s;
}

body.main-menu-open .menu-btn_burger {
    transform: translateX(-50px);
    background: transparent;
}

    body.main-menu-open .menu-btn_burger::before {
        transform: rotate(45deg) translate(35px, -35px);
    }

    body.main-menu-open .menu-btn_burger::after {
        transform: rotate(-45deg) translate(35px, 35px);
        width: 25px;
    }


.RadPanelBar .rpRootGroup .rpFirst {
    display: block;
}

.RadPanelBar .rpLink,
.RadPanelBar a.rpLink {
    color: #fff;
    font-family: 'Canaro Book', sans-serif;
    font-size: 15px;
    line-height: 20px;
    border-bottom: none !important;
    border-bottom: 1px solid #fff !important;
}

.RadPanelBar .rpSlide .rpLevel1 a.rpLink .rpText {
    font-size: 12px;
    margin-left: 1.5rem;
}

.rpExpandable > .rpOut > .rpExpandHandle::before {
    font: bold 15px/1 FontAwesome;
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    content: "\f0d7";
    background: transparent;
    float: right;
    margin-top: -5px;
    margin-right: -15px;
    padding: 18px 18px;
    transition: transform .5s;
}

.rpExpanded > .rpOut > .rpExpandHandle::before {
    transform: rotate(180deg);
    transition: transform .5s;
}




body.main-menu-open .page-wrapper {
    transform: translateX(260px);
    -ms-transform: translateX(260px);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.page-wrapper {
    transition: transform .5s;
}


.account-wrapper {
    display: none;
}

.main-header-desktop a {
    text-decoration: none;
}

    .main-header-desktop a:hover {
        text-decoration: underline;
    }
/* Banner Ad 1
----------------------------------------------------------*/
/* Home Page Carousel */
#homeCarousel .carousel-inner .carousel-one,
#homeCarousel .carousel-inner .carousel-two,
#homeCarousel .carousel-inner .carousel-three {
    min-height: 530px;
}

#homeCarousel .carousel-inner .carousel-one {
    background-image: linear-gradient(rgba(0,0,0, 0.6), rgba(0,0,0, 0.8)),url('/homepage-bg-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#homeCarousel .carousel-inner .col-xs-12 {
    text-align: center;
    padding: 3em 15px;
}

    #homeCarousel .carousel-inner .col-xs-12 h1,
    #homeCarousel .carousel-inner .col-xs-12 h2,
    #homeCarousel .carousel-inner .col-xs-12 h3,
    #homeCarousel .carousel-inner .col-xs-12 p {
        color: #fff;
    }

    #homeCarousel .carousel-inner .col-xs-12 h1 {
        font-size: 25px;
        line-height: 30px;
        text-transform: uppercase;
    }

    #homeCarousel .carousel-inner .col-xs-12 h2 {
        font-size: 20px;
    }

    #homeCarousel .carousel-inner .col-xs-12 p {
        font-size: 16px;
    }

    #homeCarousel .carousel-inner .col-xs-12 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #homeCarousel .carousel-inner .col-xs-12 ul li {
            display: inline-block;
            padding-right: 5px;
        }

            #homeCarousel .carousel-inner .col-xs-12 ul li .btn-default {
                padding: 10px 15px;
                margin-top: 15px;
            }

            #homeCarousel .carousel-inner .col-xs-12 ul li:nth-child(2) .btn-default {
                padding: 10px 23px;
            }

#homeCarousel .carousel-inner .item {
    margin-bottom: 0 !important;
}

#homeCarousel .carousel-indicators li {
    border-color: #003da5 !important;
}

#homeCarousel .carousel-indicators .active {
    background-color: #003da5 !important;
}

.carousel-indicators li {
    border-color: #091839;
}

.carousel-indicators {
    bottom: -35px;
}

    .carousel-indicators .active {
        background-color: #091839;
    }

.carousel-inner img {
    margin: 0 auto;
}

.home-rfq-section {
    margin-top: 5em;
    background: #223B71;
    padding: 2em;
    text-align: center;
    background-image: url('/mcos-light-logo-bg.png');
}

    .home-rfq-section h2 {
        color: #fff;
        margin-top: 0;
    }

    .home-rfq-section small {
        color: #9DA9C2;
    }

    .home-rfq-section .btn-primary {
        background-color: #fff;
        color: #223B71 !important;
    }

i.fal.fa-envelope-open-text {
    font-size: 5em;
    color: #fff;
    text-align: center;
}


.checklist {
    padding: 3em;
    text-align: center;
    background-image: linear-gradient(rgb(0 0 0 / 21%),rgb(0 0 0 / 62%)),url(/mcos-harvest.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	margin-top: 1em;
}

.checklist h2{
 color:#fff; 
}



/* Banner Ad 2
----------------------------------------------------------*/
.internal-page-partners {
    min-height: 500px;
}

.partner-logo {
    margin-bottom: 1em;
}


/* Banner Images
----------------------------------------------------------*/
#home .message img {
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 auto;
}


/* Main Content
----------------------------------------------------------*/

.main-content {
    background-color: #F8F8F8;
}

.main-text {
    background: #fff;
    padding: 1em;
    min-height: 530px;
}

    .main-text p {
        line-height: 30px;
        margin-top: 2em;
        margin-bottom: 4em;
    }

    .main-text .small-text {
        font-size: 20px;
        font-weight: 800;
    }

.home-featured-divisions {
    margin-top: 2em;
}

.home-electric img,
.home-rubber img,
.home-twin img,
.home-industrial img {
    border: 1px solid;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 1em;
    background: #fff;
}

.main-products-row-two {
    margin-top: 2em;
}

.main-products h2 {
    font-size: 20px
}

.main-products .small-text {
    font-weight: 800;
    font-size: 12px;
    font-family: 'Canaro Semibold', sans-serif;
}

.main-products {
    margin-top: 2em;
}

    .main-products .home-rubber, .main-products .home-industrial {
        margin-top: 2em;
    }

.main-text h1 {
    color: #223B71;
    font-size: 30px;
}

.border-bottom {
    border-bottom: #223B71 solid 3px;
    margin-top: 2em;
    width: 175px;
}

.border-bottom-small {
    border-bottom: #223B71 solid 3px;
    margin-bottom: 1em;
    width: 100px;
}

.home-video-section {
    margin-top: 5em;
    z-index: 1;
    margin-bottom: -8em;
}

i.fal.fa-envelope-open-text {
    font-size: 5em;
    color: #fff;
    /* margin-left: 0.5em; */
    text-align: center;
}

.home-video-sectiong-bg {
    background: #091839;
    padding: 2em;
    top: -8em;
    height: 200px;
    z-index: -1;
    position: absolute;
    background-image: url('/mcos-light-logo-bg.png');
}

.break-out {
    width: 100vw;
    position: relative;
    left: calc(-1 * (101vw - 100%) / 2);
    color: rgba(0,0,0,.6);
}

.location-address {
    margin-top: 1em;
    text-align: center;
}


.home-about-section {
    background: #091839;
    color: #fff;
    text-align: center;
    margin-top: 3em;
    min-height: 745px;
}

    .home-about-section h1, .home-about-section h2 {
        color: #fff;
    }

    .home-about-section h1 {
        font-size: 50px;
    }

    .home-about-section h2 {
        margin-top: 2em;
    }

    .home-about-section p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 1em;
    }

    .home-about-section .request-a-quote-desktop .btn-primary {
        background: #223B71;
    }

.home-about-section-stats {
    margin-top: -2em;
    background: #223B71;
    color: #fff;
}

.home-reviews-section {
    margin-top: 3em;
    padding: 0;
}

.home-reviews-photo {
    border: 10px solid #223B71;
    width: 325px;
    height: 320px;
    padding: 0;
    margin-top: 3em;
}

    .home-reviews-photo img {
        margin-top: -3em;
        margin-left: 1em;
    }


.home-reviews-section blockquote {
    padding: 50px 20px;
    margin: 0 0 30px;
    font-size: 25px;
    border-left: 5px solid #eee;
}

.home-partners-section img {
    width: 100%;
}

.home-numbers-section {
    padding: 2em;
    text-align: center;
}

.mcos-number {
    font-size: 2em;
}

.home-numbers-section small {
    color: #9DA9C2;
}

.main-content .sectionTitle {
    display: none;
}


.internal-page-photo {
}


.internal-text {
    padding-left: 0;
    margin-top: 1em;
}

.quick-request-a-quote.break-out {
    margin-top: 5em;
    height: 370px;
    float: left;
    background: #091839;
    color: #fff;
}

.quick-rfq-form iframe {
    width: 100%;
    min-height: 605px;
    border: none;
    overflow: hidden;
}

.quick-rfq-text p, .quick-rfq-text h2, .quick-rfq-text h3 {
    color: #fff !important;
}

.section-37872 .sectionTitle {
    display: none !important;
}

.section-37872 {
    background-color: #fff !important;
    margin-top: 3em;
}

.quick-rfq-form {
    background: #fff;
    border-radius: 10px;
}

.quick-rfq-form-section {
    background: #091839;
    margin-top: 2em;
    padding-bottom: 2em;
}

.formSection #SubmitDiv .value input {
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
    border: 1px solid #223B71;
    border-radius: 3px;
    padding: 5px 30px;
    background: #223B71;
}

    .formSection #SubmitDiv .value input:hover,
    .formSection #SubmitDiv .value input:focus,
    .formSection #SubmitDiv .value input:active {
        color: #fff !important;
        background: #091839;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.flyout-menu .RadMenu .rmGroup .rmItem .rmLink .rmText {
    padding: 15px 0 5px 5px;
    float: left;
    text-decoration: none;
}

.flyout-menu .RadMenu .rmGroup .rmItem .rmLink:hover,
.flyout-menu .RadMenu .rmGroup .rmItem .rmLink:active,
.flyout-menu .RadMenu .rmGroup .rmItem .rmLink:focus {
    background: none !important;
    color: #6593f5 !important;
    text-decoration: underline !important;
}



.featured-product {
    margin-bottom: 2em;
    height: 400px;
}

.featured-product-headline small {
    color: #030916;
    font-size: 12px;
}

.featured-product-name {
    color: #223B71;
    font-size: 20px;
}

.featured-product-description {
    margin-bottom: 1em;
    font-size: 12px;
}


i.fa.fa-phone,
i.fa.fa-envelope-o,
i.fas.fa-envelope,
i.fas.fa-map-marker-alt {
    border: 1px solid;
    border-radius: 15px;
    padding: 5px;
}

.footer ul {
    list-style-type: none;
}


.footer-address {
    margin-bottom: 1em;
}

.parentSection .contentList > tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.itemRow {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.parentSection .contentList .itemRow {
    position: relative;
    margin-bottom: 15px;
}

.itemTitle {
    clear: both;
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemText {
    text-align: center;
}

.parentSection .contentList .itemText .itemTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

    .parentSection .contentList .itemText .itemTitle a {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
    }

.parentSection .contentList > tbody > tr:nth-child(2n+1), .parentSection .contentList .itemImage img {
    max-width: 350px;
    width: 100%;
}


.itemImage.parentSection_ItemImage:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(9,24,57,0.85) 0%, rgba(34,59,113,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,24,57,0.85)), color-stop(100%,rgba(34,59,113,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(9,24,57,0.85) 0%,rgba(34,59,113,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(9,24,57,0.85) 0%,rgba(34,59,113,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(9,24,57,0.85) 0%,rgba(34,59,113,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(9,24,57,0.85) 0%,rgba(34,59,113,0.5) 100%); /* W3C */
}


/* Footer
----------------------------------------------------------*/
footer {
    /*position: unset;*/
    background-color: #F8F8F8;
    color: #030916;
    text-align: center;
    /*margin-top: 3em;*/
}

    footer .credit {
        padding: 15px 75px 25px;
        clear: both;
    }

        footer .footer a,
        footer .credit a {
            color: #030916;
            font-size: 12px;
            text-decoration: none;
        }

            footer .footer a:hover {
                text-decoration: underline;
            }

    footer h3 {
        color: #000 !important;
    }

    footer p {
        font-size: 14px;
    }

    footer img {
        max-width: 200px;
        width: 100%;
        margin: 0 auto 20px;
    }

    footer .footer {
        padding: 25px 0;
        text-align: left;
    }

.footer-locations {
    font-size: 12px;
}

#back-to-top {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 2px 6px;
    background: #223B71;
    border-radius: 50%;
    cursor: pointer;
    color: #d3d3d3;
}


/*
// Articles/Careers Listing Page Styling
*/


.articleSection .itemTitle, .searchSection .itemTitle {
    font-size: 30px;
}

.articleSection .item, .searchSection .item {
    background: #fff;
    margin-bottom: 1em;
    padding: 2em;
}


.itemReadMoreLink,
.itemPermalink,
.itemCommentCount,
.itemEditContent {
    float: right;
    margin-right: 20px;
    max-width: 200px;
}



.tag-container.ArticleCategories {
    margin: 1em 0 1em 0;
}

.itemBriefDescription,
.itemDescription,
.itemArticleDescription {
    clear: both;
    float: left;
    margin-bottom: 1em;
    width: 100%;
}

.tag-container.TopCategories, .tag-container.BottomCategories {
    margin-bottom: 1em;
}

div#ctl01_ctl01_ctl00_Sectiontitle1 {
    display: none;
}


.location-page-section {
    margin-top: 2em;
}

.btn.btn-cta-location {
    background: #fff;
    padding: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
    min-width: 315px;
}

    .btn.btn-cta-location:hover {
        background: #223B71;
        color: #fff;
    }

.section-37803 .itemText {
    text-align: left;
}


.col-xs-12 .btn-cta-quote {
    background: #000;
    padding: 1em;
    color: #fff;
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/

@media (max-width:360px) {

    .business-partner-login a:link, .request-a-quote a:link, .business-partner-login a:visited, .request-a-quote a:visited {
        font-size: 10px;
    }
}



@media (max-width:768px) {
    .container {
        width: 100%;
    }

    .quick-request-a-quote.break-out {
        display: none;
    }
}

@media (max-width:834px) {

    .container {
        width: 100%;
    }

    .quick-request-a-quote.break-out {
        display: none;
    }
}


@media (max-width:1024px) {

    .container {
        width: 100%;
    }

    .quick-request-a-quote.break-out {
        display: none;
    }
}


/*// Small devices (landscape phones, 768px and up)*/
@media (min-width: 768px) {

    .home-about-section {
        min-height: 485px;
    }


    .quick-rfq-form iframe {
        max-width: 455px;
    }

    .quick-rfq-form {
        max-width: 505px;
        margin-top: 2em;
    }

    .quick-rfq-text {
        max-width: 635px;
    }
}

/*// Medium devices (tablets, 992px and up)*/
@media (min-width: 992px) {

    .blog-video-floated {
        float: right;
        width: 560px;
        /*margin-top: 20px;
        margin-left: 25px;*/
        margin-top: 3em;
    }

    .internal-text {
        margin-top: 0;
    }

    .home-about-section {
        min-height: 500px;
    }

    .parentSection .contentList > tbody, .horizontal-rss .itemInner {
        justify-content: space-between;
    }


    header .navigation-items {
        position: unset;
        top: unset;
        transform: unset;
    }


    /*.itemText {
        text-align: left;
    }*/

    .main-products .home-rubber, .main-products .home-industrial {
        margin-top: 0;
    }
}

/*// Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {


    .home-about-section {
        min-height: 695px;
    }


    .top-navigation, .top-navigation a:link {
        background-color: #091839;
        color: #ADBAD5;
        font-size: 11px;
    }

    .btn-cta-quote {
        background: #223B71 !important;
        font-size: 12px;
        padding: 1em;
        color: #fff;
    }

    .btn-cta-login {
        background: #091839;
        font-size: 12px;
        padding: 1em;
        color: #fff;
    }

        .btn-cta-quote a, .btn-cta-login a {
            color: #fff;
        }

        .btn-cta-login:hover, .btn-cta-quote:hover {
            background: #000;
            color: #fff;
        }


    i.fa.fa-phone, i.fa.fa-envelope-o {
        border: 1px solid;
        border-radius: 15px;
        padding: 5px;
    }

    .small-text {
        font-size: 10px;
    }

    .header-sales, .header-call, .header-cta {
        margin-top: 0.5em;
        margin-left: 1.5em;
    }

    .emergency-phone, .social-media {
        padding: 1rem;
    }

    .social-media {
        text-align: right;
    }

        .social-media a {
            color: #ADBAD5;
            margin-right: 1rem;
            font-size: 12px;
        }

            .social-media a:hover {
                color: #fff;
            }


    .main-nav-desktop {
        background: #223B71;
        color: #fff;
        min-height: 50px;
        font-size: 12px;
    }

        .main-nav-desktop.fixed {
            position: fixed;
            width: 100%;
            /*background-color: rgba(29,41,81,.75);*/
            z-index: 999;
            top: 0;
        }

    .flyout-menu {
        float: left;
        font-size: 12px;
        padding: 2rem 0 2rem 0;
    }

        .flyout-menu a:link, .flyout-menu a:visited {
            color: #fff;
            /*margin-right: 2rem;*/
        }

        .flyout-menu .RadMenu .rmRootGroup .rmItem a:hover,
        .flyout-menu .RadMenu .rmRootGroup .rmItem a:active,
        .flyout-menu .RadMenu .rmRootGroup .rmItem a:focus {
            color: #fff;
        }

        .flyout-menu .RadMenu .rmGroup .rmItem {
            font-size: 12px;
            background: #fff;
            padding: 1em;
        }


            .flyout-menu .RadMenu .rmGroup .rmItem .rmLink {
                color: #000;
                width: 255px !important;
            }

    span.rmText.rmExpandDown:after {
        font: bold 15px/1 FontAwesome;
        font-family: FontAwesome;
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        content: "\f0d7";
        background: transparent;
        float: right;
        padding-left: 10px;
    }

    .main-header-desktop {
        padding: .5em;
    }

    header .desktop-search-button {
        /*right: 475px;*/
    }

    .container-fluid.main-header {
        display: none !important;
    }

    #homeCarousel .carousel-inner .col-xs-12 h1 {
        font-size: 50px;
        line-height: 68px;
        text-transform: uppercase;
    }

    #homeCarousel .carousel-inner .col-xs-12 h3 {
        font-size: 25px;
        text-transform: uppercase;
    }

    .main-products {
        margin-top: 0
    }

        .main-products .home-rubber, .main-products .home-industrial {
            margin-top: 0
        }

    .main-products-row-two {
        margin-top: 4em;
    }

    .main-text h1 {
        font-size: 38px;
    }

    .home-video-sectiong-bg {
        padding: 2em;
        top: 18em;
        height: 385px;
        z-index: -1;
        position: absolute;
    }

    .home-locations-section {
        margin-top: 1em;
    }

    .home-location-headline {
        margin-top: 12em;
    }

    .home-video-section {
        margin-top: 5em;
        z-index: 1;
    }

    .small-text-address {
        font-size: 11px;
    }

    .location-address {
        background: #fff;
        padding: .5em;
        /*top: 270px;
        position: absolute;
        width: 235px;*/
        margin: 0 auto;
        /*left: 25px;*/
        height: 65px;
        overflow: visible;
    }

    .home-rfq-section {
        margin-top: 8em;
        text-align: left;
    }

    i.fal.fa-envelope-open-text {
        margin-left: 0.5em;
    }

    .home-partners-headline {
        margin-top: 1em;
    }

    .home-about-section h2 {
        margin-top: 4em;
    }

    .home-about-section-stats {
        margin-top: -7em;
        color: #fff;
        padding: 2em;
    }

    .mcos-number {
        font-size: 3em;
    }

    .home-reviews-photo {
        border: 10px solid #223B71;
        width: 345px;
        height: 320px;
        padding: 0;
        margin-top: -21em;
        background: #fff;
    }

        .home-reviews-photo img {
            margin-top: -3em;
            margin-left: 3.25em;
        }

    .home-reviews-photo-container {
        background-image: url('/mcos-light-logo-bg.png');
        background-repeat: repeat;
        height: 370px;
        z-index: -1;
        width: 425px;
        float: right;
    }

    .quick-rfq-form-section {
        margin-top: -20em;
        background: none;
    }

    .quick-rfq-form {
        width: 475px;
    }

    .section-37872 #ctl01_ctl00_ctl00_SubmitButton {
        padding: 1em;
        background: #223B71;
        color: #FFF;
        width: 415px;
    }


    span.rmText:hover {
        text-decoration: underline;
    }


    .flyout-menu .RadMenu .rmRootGroup .rmFirst {
        display: block;
    }


    .rmMultiColumn {
        background: #fff;
    }


    .rmItem-37807 a.rmLink:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f015 ";
        padding-right: .25em;
        float: left;
    }


    .itemReadMoreLink,
    .itemPermalink,
    .itemCommentCount,
    .itemEditContent {
        float: right;
        margin-right: 20px;
        max-width: 250px;
        right: 330px;
        /*position: absolute;*/
    }


    li.rmItem.rmFirst.rmItem1.rmItem-37668 {
        display: none;
    }


    .parentSection .contentList > tbody > tr:nth-child(2n+1), .parentSection .contentList .itemImage img {
        max-width: 275px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .parentSection .contentList > tbody > tr:nth-child(2n+1), .parentSection .contentList .itemImage img {
        max-width: 250px;
    }
}