@charset "utf-8";


/* FONT Awesome Code for Arrows
* -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

/***** Generic Tags *****/

BODY {color: #000000; font-family: 'Montserrat', sans-serif !important; font-weight:normal; font-size: 15px; margin: 0px; padding: 0px;}


A:link,
A:visited,
A:active,
A:hover {color: #ee352a;}

A:hover {text-decoration: underline;}

/************ WHITE A:Link ****/

.lnkwht A:link,
.lnkwht A:visited,
.lnkwht A:active,
.lnkwht A:hover {color: #FFFFFF !important;}

.lnkwht A:hover {text-decoration: underline;}


img,
img A:link,
img A:visited,
img A:active, 
img A:hover {border:none;}

ol.d {list-style-type: decimal;}

.textEditor {padding: 0; margin: 0;}

.textEditor UL,
.textEditor P {font-family: 'Montserrat', sans-serif !important;}

.textEditor ul li,
.textimage ul li {list-style-position: outside !important; list-style-type: square !important;}

.textEditor UL {padding-left: 20px;}
.textEditor LI {padding-left: 10px;}

.textEditor ol li, 
.textimage ul li {list-style-position: outside !important; list-style-type: decimal !important; line-height: 1; font-size: 15px !important;}

.textEditor A,
.textEditor A:link,
.textEditor A:active,
.textEditor A:visited {font-family: 'Montserrat', sans-serif !important; text-decoration: none; color: #ee352a; cursor:pointer !important;}

.textEditor A:hover {font-family: 'Montserrat', sans-serif !important; text-decoration: underline; color: #ee352a;}

.blackTextlc,
.blackTextlc A,
.blackTextlc A:link,
.blackTextlc A:active,
.blackTextlc A:visited,
.blackTextlc A:hover {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}



/* Do not remove this is needed to hide the content */
.hidden {
    display:none;
}

/***** Map *****/
.tooltipbox {
    border: 0px solid black;
    background: rgb(238, 238, 238);
    width: 160px;
    padding: 4px;
    margin: 4px;
    box-shadow: rgb(83, 83, 83) 3px 3px 5px;
    border-radius: 6px;
    opacity: 0.9;
}

/***** has 48px from desktop down to ipad then switches to 0px when on phones *****/
.w3-padding-custom {
    padding-top: 48px;
    padding-bottom: 48px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 600px) {
.w3-padding-custom {
        padding-top: 0px;
        padding-bottom: 0px;
    }  
}

/***** addes right/left padding when don't want 12 columns a full 100% *****/

.row-padding {
    padding-left: 3%;
    padding-right: 2%;
}

/***** add to images that you want to auto size with the grid *****/
.img-resize{
    width:100%;
    
}

/***** backgrounds with no padding *****/

#whiteBackground {
    
    background-color: #FFFFFF;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

#blackBackground {
    
    background-color: #2f3234;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

#grayBackground {
    
    background-color: #ededed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

#underlineBackground {
    
    background-color: #ee352a;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

/*** Video Container ***/

.video-container { position: relative; /* keeps the aspect ratio */ padding-bottom: 56.25%; /* fine tunes the video positioning */ overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/***** Hover CSS Animations *****/

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 2.0s;
    transition-duration: 2.0s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ee352a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    
    /* Icon Forward */
    
    @-webkit-keyframes hvr-icon-forward { 
        0%, 
        50%,
        100%{ 
            -webkit-transform: translateX(0); 
                transform: translateX(0); 
            } 
            
            
            25%,
            75% { 
                -webkit-transform: translateX(-6px); 
                    transform: translateX(-6px); 
                } 
            } 
            
            @keyframes hvr-icon-forward { 
                0%,
                50%,
                100% { 
                    -webkit-transform: translateX(0); 
                        transform: translateX(0); 
                    } 
                    
                    
                    25%,
                    75%{ 
                        -webkit-transform: translateX(-6px); 
                            transform: translateX(-6px); 
                        } 
                    } 
                    
                    .hvr-icon-forward {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    vertical-align: middle;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -moz-osx-font-smoothing: grayscale;
                    position: relative;
                    padding-right: 2.2em;
                    -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s;
                    line-height:18px;
                    color:#fff;
                }
                
                .hvr-icon-forward:before {
                    content: "\f105";
                    font-size: 25px;
                    position: absolute;
                    right: 0.2em;
                    padding: 15px 1px 0px 1px;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s;
                    -webkit-transition-property: transform;
                    transition-property: transform;
                    -webkit-transition-timing-function: ease-out;
                    transition-timing-function: ease-out;
                }
                
                .hvr-icon-forward:hover:before, .hvr-icon-forward:active:before {
                /* -webkit-transform: translateX(10px);
                transform: translateX(10px);*/
                -webkit-animation-name: hvr-icon-forward;
                animation-name: hvr-icon-forward;
                -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }        
            
            /* Icon Up */
            .hvr-icon-up {
                display: inline-block;
                vertical-align: middle;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-osx-font-smoothing: grayscale;
                position: relative;
                padding-right: 2.2em;
            }
            
            .hvr-icon-up:before {
            content: "\f01b";
            position: absolute;
            right: 1em;
            padding: 0 1px;
            font-family: FontAwesome;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
        
        .hvr-icon-up:hover:before, .hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
    /****** Static Header *****/
    
    .navHdrTxt,
    .navHdrTxt A:link,
        .navHdrTxt A:visited,
        .navHdrTxt A:active,
        .navHdrTxt A:hover {
            font-weight: bold;
            color: #231f20;
            text-transform: uppercase;
            text-decoration: none;
        }
        
        #navHdrBckgrd {
            background-color: #FFFFFF;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.7), 0px 1px 5px 0px rgba(0, 0, 0, 0.7); 
            -moz-box-shadow:  inset 0px 1px 5px 0px rgba(0, 0, 0, 0.7), 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.7), 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
            padding-top: 2px;
            padding-bottom: -2px;
            margin-right: -2px;
        }
        
        /**********************Social Icons ************************/
        /* Tooltip container */
        
        .tooltip {
            position: relative;
            display: inline-block;
            cursor: pointer;
            /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
            
        }
        
        /* Tooltip text */
        
        .tooltip .tooltiptext {
            visibility: hidden;
            width: 90px;
            background-color: #ee352a;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            font-weight: bold;
            font-size: 9.7pt;
            
            box-shadow: 2px 4px 5.64px 0.36px rgba(0, 0, 0, 0.47); 
            
            /* Position the tooltip text */
            position: absolute;
            z-index: 3000;
            top: 110%; /* distance from image/word */
            left: 50%; 
            margin-left: -45px; /* Use half of the width (90/2 = 60), to center the tooltip */
            
            text-transform: uppercase;
        }
        
        /* Tooltip arrow position */
        
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;  /* At the top of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #ee352a transparent;
        }
        
        .tooltip:hover .tooltiptext {
    visibility: visible;
    zcursor: hand;
}  

.socialMedia{
    /*float:right;*/
}

/*************** Search ************************************/        


/**** Mobile Static Slider **************/

.mobile-slider-img{
    display:none;
    width: 100%;
    height: auto;
}


/*************** Main Mega Nav ******************/

#mobilenav {
    display:none;
}

.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: #ee352a;
}

.McLanec {
    text-transform: lowercase;
}

.navshadow {
    box-shadow: 0px 10px 20px -5px #666;
    position:relative;
    z-index:2000;
}

#normalnav {
    text-transform: uppercase;
    background-color:#332f30;
    box-shadow: 0px -10px 20px 5px #4c4c4c inset;
}

.topnav {
    padding-left:0px;
    color: #FFFFFF;
    margin:0px;
}

.topnav a {
    color: #FFFFFF;
    text-decoration:none;
}

.mainimg {
    padding-top: 10px;
    margin-bottom: -10px;
    width: 60px;
}

.primaryli {
    float:left;
    width:20%;
    text-align:center;
}

.primarylitext {
    padding-bottom:15px;
}

.secondul {
    background-color: #ededed;
    width: 33%;
    list-style-type: none;
    position: absolute;
    min-height: 325px;
    left:0;
    top:0;
    /*box-shadow: 0px 5px 20px -5px #666 inset;*/
    box-shadow: 0px 10px 10px -10px #666 inset;
    border-bottom: 1px solid #979797;
}

.primaryli:hover {
    cursor:pointer;
}

.topbox {
    margin-top:3px;
    background-color: transparent;
    /*left:0;*/
    display:none;
    position:absolute;
    z-index:201;
    width:100%;
    min-height: 300px;
}

.primaryli:hover .topbox {
    display: block;
    cursor:default;
    z-index:225;
}

.hover:hover .topbox {
    display: none;
    cursor:default;
    z-index:225;
}

.navsecondaryhdr {
    color:#000000;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
}

.navhr {
    border: 0;
    border-top: 1px solid #000;
    margin:0px;
    margin-right:40px;
    width:90%;
    padding-bottom: 5px;
}

.secondul a {
    text-decoration:none;
    color: #000;
}

.secondaryli {
    text-align:left;
    width:100%;  
}

.secondaryli a {
    color:#000000;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    width: 90%;
}

.secondaryli:hover {
    color:#fff;
}

.secondaryli:hover > a {
    background-color: #ee352a;
    color:#fff;
    width:90%;
}

.secondaryli:hover .thirdul{
    display:block;
} 

#arrow {
    float: right;
    padding-right: 30px;
    padding-top:5px;
    display: none;
}

#downarrow {
    float: right;
    padding-right: 70px;
    padding-top:5px;
    display: none;
}

.secondaryli:hover #arrow {
    display:block;
}

.currentsecondaryli:hover .thirdul{
    display:block;
}

.currentsecondaryli {
    text-align: left;
    width: 100%;
}

.currentsecondaryli #arrow {
    display:block;
}

.currentsecondaryli a {
    color:#FFFFFF;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ee352a;
    width:90%;
    display:block;
}

.currentsecondaryli:hover .thirdli a {
    color:#000000;
    background-color: #FFFFFF;
}

.currentsecondaryli:hover .thirdli a:hover {
    color:#ee352a;
}

.thirdul {
    /*display: block;*/
    display: none;
    list-style-type: none;
    background-color: #fff;
    position:absolute;
    left:100%;
    top:0;
    bottom:0;
    margin-bottom: -1px;
    width:70%;
    box-shadow: 0px 10px 10px -10px #666 inset;
    border-bottom: 1px solid #979797;
}

.thirdul a:hover {
    text-decoration:underline;
    color:#ee352a;
}

.nothirdul {
    display:none;
}

.thirdli {
    width:100%;
    font-size: 13px;
}

.thirdli a {
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.navthirdhdr {
    font-size:23px; 
    color:#000000;
    text-align: left;
    padding-bottom: 5px;
    padding-top:15px;
}

.fourthul {
    position: absolute;
    background-color: #fff;
    left:100%;
    top:0;
    bottom:0;
    margin-bottom: -1px;
    width: 200%;
    margin-right:-20px;
    box-shadow: 0px 10px 10px -10px #666 inset;
    border-bottom: 1px solid #979797;
}   

.secondaryimg{
    margin:25px 0px 25px 30px;   
}

#navHdrMobileMenu {
    display:none;
}

#navHdrMobileMedia {
    display:none;
}

.nav-border-right {
    border-right: 1px solid #ccc!important;
}

/* Larger than mobile */
@media (max-width: 480px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
#mobileimg, #mobilecloseimg {
    padding-left: 15px;
    width:80px !important;
}

.navHdrMobileTxt {
    font-size:11px;
}

#downarrow {
    padding-right: 40px;
}
}

/* This is used for the mobile nav when used from a tablet device */
@media (max-width: 1199px) {
#normalnav {
    display:none;
}

#mobilenav {
    display:block;
    text-transform: uppercase;
}

#mobileimg, #mobilecloseimg {
    float: right;
    width:50px;
}

#navHdrBckgrd {
    display:none;
}

#navHdrMobileLogo {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#navHdrMobileLogo {
    float:left;
    width:50%;
}

#NavMenuIcon {
    width:50%;
}

.primaryli {
    display:none;
    float:left;
    background-color: #332f30;
    box-shadow: 0px -10px 20px 5px #4c4c4c inset;
    width: 100%;
    text-align: left;
}

.sliding-u-l-r {
    display: none;
}

.sliding-u-l-r:after {
    display: none;
}

.topnav {
    color:#FFFFFF;
}

.mainimg {
    float:left;
    width: 70px;
    padding-left: 20px;
    padding-right: 10px;
}

.navhr {
    border-top:none;
}

#downarrow {
    display: block;
}

.navHdrMobileTxt {
    float:left !important;
    text-align: center;
}

.navHdrMobileTxt a {
    color:#767879 !important;
}

.w3-navbar .navHdrMobileTxt:hover a {
    color:#ee352a !important;
}

.navsecondaryhdr {
    display:none;
}

.topbox {
    display:none;
    position:relative;
    min-height:0px;
}

.secondul {
    min-height:0px;
    width:100%;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px #666 inset;
}

.secondaryli {
    margin-left:-15px;
}

.secondaryli a {
    padding-left:0px;
    display:block;
} 

.secondaryli:hover .thirdul{
    display:none;
} 

.fourthul {
    display:none;
}

.w3-border-right {
    border-right: none !important;
}

.secondaryli:hover > a {
    background-color: #FFFFFF;
    width:100%;
    display: block;
}

.secondaryli:hover a {
    color:#ee352a;
}

.secondaryli:hover #arrow {
    display:none;
}

.currentsecondaryli:hover .thirdul{
    display:none;
}

.currentsecondaryli a {
    background-color: #FFFFFF;
    margin-left: -15px;
}

.currentsecondaryli #arrow {
    display:none;
}

.currentsecondaryli a {
    padding-left: 0px;
    color:#ee352a;
}
}

/* This is used for the mobile nav when used from a desktop */
@media (min-width: 1200px) {
/* This changes the css for the normal nav to show the first li */
.primaryli {
    display:block !important;
}
}

/*************** Left Nav *****************/

.show {
    display: block;
}

.hideul {
    display: none;
}

.leftnav {
    background-color:#ededed;
    text-transform:uppercase;
}

.selected a {
    background-color: #ee352a;
    color: #FFFFFF !important;
}

.mclanestyle_leftnav_hdr {
    font-weight:bold;
}

.leftnavmainul .selected a {
    background-color: #ee352a;
}

.mclanestyle_leftnav_hdr a {
    color: #000000; 
    text-decoration: none;
    display:block;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mclanestyle_leftnav_hdr:hover {
    background-color: #ee352a;
}

.mclanestyle_leftnav_hdr:hover a {
    color: #FFFFFF;
}

#leftnavarrow {
    padding-top: 4px;
    float: right;
    padding-right: 15px;
}

.leftnavmainul {
    margin: 0px 0px 0px -40px;
    list-style: outside none none;
    font-weight:bold;
}

.leftnavmainul .leftnavli5 a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin-bottom: -1px; /* This makes the top border overlap the bottom border for ul li */
    margin-top: -1px; /* This makes the bottom border overlap the top border for ul li */
}

.leftnavmainul .selected a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0px; /* This makes the top border overlap the bottom border for ul li */
    margin-top: 0px; /* This makes the bottom border overlap the top border for ul li */
    color:#FFFFFF;
}

.leftnavli5 a {
    color:#000000;
}

.leftnavmainul .leftnavli5 a:hover {
    background-color: #ee352a;
    color:#FFFFFF !important;
}

.leftnavmainul li a {
    text-decoration: none;
    display: block;
    padding-left: 20px;
}

.leftnavul5 {
    margin-left:-40px;
    list-style: none;
}

.selected .leftnavul5 a {
    background-color: #ededed;
    color: #000000 !important;
}

.selected .leftnavul5 a:hover {
    color: #FFFFFF !important;
}

.selected .leftnavul5 .leftnavli6:hover {
    background-color: #ee352a;
    color: #FFFFFF !important;
}

.leftnavli6 {
    width:100%;
}

.leftnavmainul .leftnavli6 a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    border-bottom: 0px;
    border-top: 0px;
    display:block;
}

.leftnavul5 .selected {
    background-color: #ee352a;
    color: #FFFFFF !important;
}

.leftnavul5:hover .leftnavli6:hover {
    background-color: #ee352a;
}

.leftnavul5:hover .leftnavli6:hover a {
    color: #FFFFFF;
}

.leftnavul5:hover .leftnavli6 a {
    color: #000000;
}  

.leftnavli5:hover .leftnavli6 a {
    color: #000000;
}

@media (max-width: 800px) {
.mclanestyle_leftnav_hdr a {
        padding-left: 15px;
        font-size:13px;
    }
    
    #leftnavarrow {
        padding-right: 10px;
    }
    
    .leftnavmainul li a {
    padding-left: 15px;
    font-size:13px;
}
}

/************** Cards - Boxes on Home and Secondary pages **************/

#mainContent{
    width: 1150px;
    margin-left:auto;
    margin-right:auto;
    padding-left:24px;
    
}

.split-cards{
    float: left; 
    width: 50%;
}


#adjmar {
    
    margin-top: 0px !important;
}

.card-header{
    height: 10px;
}

.card-body{
    padding: 0px;
}

.card-body p{
    padding: 0px 20px;
    /*font-size: 13px;    */ 
}

.card-body-bg{
    background-color: #ededed;
}

.card-title-sm{
    font-size: 16px;
    font-weight: bold;
}

.card-title-med{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

.card-title-lg {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    color: #000000;
    margin-right:20px;
}

.card-title-height{
    padding-top: 16px;
    padding-bottom: 8px;
}

.card-txt {
    font-size: 13pt;
    color: #5c5c5c;
    padding-bottom: 10px !important;
}

.card-txt-height{
    height:100px;
}

.card-txt-sub {
    font-size: 14px;
    font-weight:bold;    
    color: #252525;
    padding-bottom: 10px !important;
    text-transform:none;
}

.card-txt-sub A{
    color: #252525 !important;
    text-decoration:none;
}

.card-txt-sub A:hover{
    color: #252525;
    text-decoration:underline;            
}    

.card-txt-height-sub{
    height:55px;
}

.card-height-nts{
    height: 22px;
}

.card-txt-height-become{
    height:140px;
    
}

.card-txt-height-careers{
    height:108px;
}

.card-height-ad{
    height: 732px;
}

.card-green-adv-bg{
    background: url("/content/dam/mclaneco/images/home/home_greenadv.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 210px;
    
}

.card-img-green {
    margin:-1px 0px -6px 0px;
}

.card-img {
    float: left;
    vertical-align: middle;
}

.card-footer-txt{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase; 
}

.card-img-bg-red{
    background-color:#ee352a;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.card-img-bg-yellow{
    background-color:#f99d27;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.card-img-bg-gray{
    background-color:#ededed;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.mainselection {
    overflow:hidden;
    width:85%;    
    text-align:center;
    background: url("/content/dam/mclaneco/images/icons/dropdownarrow.png") no-repeat #fff 100%;
    margin-left: auto;
    margin-right: auto;
}
select {
    border:0;
    background:transparent;
    height:43px;
    border:0px solid #fff;
    width:90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

/****************** Zoom In ********************************/

div.hover-details
{
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

div.hover-details > img
{
    width: 100%;
    height: auto;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

div.hover-details:hover > img
{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


/***************************** Counter *********************************/
/***** Counts text *****/

.countNum {
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
    /*text-shadow: 4px 8px 8.1px rgba(0, 0, 0, 0.34);*/
}

.countText1 {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    /*text-shadow: 4px 8px 8.1px rgba(0, 0, 0, 0.34);*/
}

.countText2 {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    /*text-shadow: 4px 8px 8.1px rgba(0, 0, 0, 0.34);*/
}


/***************************** FOOTER *********************************/

/********Top and bottom padding *********/
.padding-custom-summarybox {
    padding-top: 64px;
    padding-bottom: 64px;
}


/***** News text *****/

.newsText,
.newsText A,
.newsText A:link,
.newsText A:active,
.newsText A:visited {
    font-size: 14px;
    color: #adadad;
    padding-right: 45px;
    text-decoration:none;
}

.newsText A:hover {
    text-decoration: underline;
}


.newSpacer {
    border-bottom: thick solid #3b3b3b;
    height: 1px;
}

/***** Cookie Banner *****/
.cookieNotice{
    background-color: #2f3234;
    color: #fff;
    margin: 0px auto;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    border: 0px solid rgb(0, 0, 0);
    position: fixed;
    z-index: 2147483647;
    text-align: center;
    padding: 20px 30px;"
}

.cookieNotice.hide{
    display:none;
    
}


/***** About footer text *****/

.aboutText {
    font-weight: bold;
    font-size: 14px;
    color: #adadad;
}

/***** Footer White text uppercase *****/

.whiteText {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

/***** Footer White text lowercase *****/

.whiteTextlc,
.whiteTextlc A,
.whiteTextlc A:link,
.whiteTextlc A:active,
.whiteTextlc A:visited,
.whiteTextlc A:hover {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

/***** Footer: uppercase text *****/

.footerText,
.footerText A,
.footerText A:link,
.footerText A:active,
.footerText A:visited {
    font-weight: bold;
    font-size: 12px;
    color: #2a2a2a;
    text-transform: uppercase;
    text-decoration:none;
    text-align: right;
}

.footerText A:hover {
    text-decoration: none;
    color: #d8342a;
}

/***** Footer: lowercase text *****/

.footerTextlc,
.footerTextlc A,
.footerTextlc A:link,
.footerTextlc A:active,
.footerTextlc A:visited {
    font-weight: bold;
    font-size: 12px;
    color: #2a2a2a;
    text-decoration:none;
}

.footerTextlc A:hover {
    text-decoration: none;
    color: #d8342a;
}

/***************************** Secondary Page Styles ***************************/

.pageTitle span {
    display:inline;
    font-size: 35px;
    font-weight:bold;
    color: #FFFFFF;
    background-color:#ee352a;
    text-decoration: none;
    border: 0;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px;
    text-transform: uppercase;
}

.titlePadding {
    position:absolute;
    top: 33%;
}

.pageHdr {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.txtHdr,
.txtHdr A,
.txtHdr A:link,
.txtHdr A:visited,
.txtHdr A:active {
    
    font-size: 23px;
    font-weight:normal;
    text-transform: uppercase;
    margin-top: -20px;
    
}

.txtHdr A:hover {
    text-decoration: underline;
}

.txtHdrLc,
.txtHdrLc A,
.txtHdrLc A:link,
.txtHdrLc A:visited,
.txtHdrLc A:active {
    
    font-size: 23px;
    font-weight:normal;
    text-transform: none;
    margin-top: -20px;
    
}

.txtHdrLc A:hover {
    text-decoration: underline;
}

/***************************** Modal Styles ***************************/

.txtHdrModal {
    font-size: 23px;
    color: #ee352a;
    font-weight: normal;
    text-transform: uppercase;
}

.txtHdrModalLc {
    font-size: 23px;
    color: #ee352a;
    font-weight: normal;
    text-transform: none;
}

/********** Press ************/

.pressList {
    color: #000000;
    text-decoration: none;
}

.pressList A,
.pressList A:link,
.pressList A:visited,
.pressList A:active {
    color: #ee352a;
    text-decoration: none;
}

.pressList A:hover {
    text-decoration: underline;
}

.pressroomListingLink,
.pressroomListingLink:link,
.pressroomListingLink:visited {color:#ee352a; text-decoration: none; }
.pressroomListingLink:active {text-decoration: underline; }
.pressroomListingLink:hover {text-decoration: underline; }

.pressroomSummaryViewAll{color: #ee352a; font-weight: bolder; }
.pressroomSummaryViewAll:link,
.pressroomSummaryViewAll:active,
.pressroomSummaryViewAll:visited {color: #ee352a; font-weight: normal; text-decoration: none; }
.pressroomSummaryViewAll:hover {text-decoration: underline; }


/********** Events ************/

.eventTitle{
    font-weight: bold;
}
.eventTitle P { margin: 0px; }


.eventDate P {margin: 0px; }
.eventLocation P {margin: 0px; }

.eventSummaryLink,
.eventSummaryLink:link,
.eventSummaryLink:active,
.eventSummaryLink:visited {text-decoration: none; color: #ee352a; }
.eventSummaryLink:hover {text-decoration: underline; color: #ee352a;}


/*******McLane Careers***************************/

#alljobs-icon {
    background: url(/content/dam/mclaneco/images/careers/alljobs.gif) 0 0 no-repeat;
    display: block;
    width: 150px;
    margin:auto;
    height: 100px;
    
}

#alljobs-icon:hover {
    background: url(/content/dam/mclaneco/images/careers/alljobs_ro.gif) 0 0 no-repeat;
    text-decoration:none;
}

#talent-icon {
    background: url(/content/dam/mclaneco/images/careers/talentnetwork.gif) 0 0 no-repeat;
    display: block;
    width: 180px;
    margin:auto;
    height: 120px;
    
}

#talent-icon:hover {
    background: url(/content/dam/mclaneco/images/careers/talentnetwork_ro.gif) 0 0 no-repeat;
    text-decoration:none;
}

#videos-icon {
    background: url(/content/dam/mclaneco/images/careers/jobpreview.gif) 0 0 no-repeat;
    display: block;
    width: 135px;
    margin:auto;
    height: 120px;
    
}

#videos-icon:hover {
    background: url(/content/dam/mclaneco/images/careers/jobpreview_ro.gif) 0 0 no-repeat;
    text-decoration:none;
}

#funfacts-icon {
    background: url(/content/dam/mclaneco/images/careers/funfacts.gif) 0 0 no-repeat;
    display: block;
    margin:auto;
    height: 100px;
    width: 105px;
}

#funfacts-icon:hover {
    background: url(/content/dam/mclaneco/images/careers/funfacts_ro.gif) 0 0 no-repeat;
    text-decoration:none;
}

/*********************************** MEDIA QUERIES ***************************/

/* custom media query for large landscape */
@media (min-width: 1500px) {

#mainContent {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
}

.card-height-nts{
    height: 38px;
}

.card-txt-height-become {
    height:199px !important;
    
}

.card-txt-height-careers{
    height:167px !important;
    
}

.card-height-ad {
    height: 918px;
}

.card-green-adv-bg{
    height: 285px;
    
}
}

/* iPad Landscape and Desktop */
@media (max-width: 1199px) {

/***** Static Navigation/Header *****/

#navHdrMenu {
    display: none;
}

#navHdrMedia {
    display:none;
}

#navHdrBckgrd {
    -webkit-box-shadow: none; 
        -moz-box-shadow:  none;
        box-shadow: none;        
    }
    
    #mainContent {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
    }
    
    /*****Ad Cards*****/
    
    .card-title-lg {
        font-size: 18px;
        line-height: 25px;
    }
    
    .card-height-nts{
    height: 18px;
}

.card-title-med {
    font-size: 15px;
    
}

#adjmar {
    
    margin-top: 1px !important;
}

.card-txt-height-become {
    height:112px !important;
    
}

.card-txt-height-careers{
    height:90px !important;
}

.card-green-adv-bg{
    height: 171px;
    
}

.card-height-ad {
    height: 618px;
}

/***** counter *****/
.countNum {
    font-size: 45px;
}
}

/* iPad Portrait */
@media (max-width: 979px) {

#mainContent{
    width: 850px;
    padding-left:24px;
}

/******* Supply Chain Boxes ******/

.card-title-sm{
    font-size: 12px;  
}

.card-title-height{
    padding-bottom: 20px;
}

.card-txt {
    font-size: 12px;
}

.card-footer-txt {
    font-size: 13px;
}

/******Ad Cards********/

.card-title-med {
    font-size: 12px;
    font-weight: normal;
}

.card-title-lg {
    font-size: 15px;
    line-height: 20px;
}

#adjmar {
    
    margin-top: 0px !important;
}

.card-txt-sub {
    font-size: 11px;
}

.card-height-nts{
    height: 22px;
}

.card-txt-height-become {
    height:104px !important;
    
}

.card-txt-height-careers{
    height:86px !important;
    
}

.card-green-adv-bg{
    height: 153px;
    
}

.card-height-ad {
    height: 558px;
}


.mainselection{
    
    font-size: 12px;
}

/***** counter *****/
.countNum {
    font-size: 35px;
}

.countText1 {
    font-size: 12px;
}

.countText2 {
    font-size: 16px;
}    

/**** footer ****/
.footerTextlc,
.footerTextlc A,
.footerTextlc A:link,
.footerTextlc A:active,
.footerTextlc A:visited {
    font-size: 10px;
}   

.footerText,
.footerText A,
.footerText A:link,
.footerText A:active,
.footerText A:visited {
    font-size: 10px;
}

/********* secondary page header ******/

.pageTitle span {
    font-size: 22px;
}
}

/* custom breakpoint for home page boxes */
@media (max-width: 867px) { 

#mainContent{
    width: 750px;
    padding-left:24px;
}

.card-txt-sub {
    font-size: 14px;
}

.card-txt-height-become {
    height:120px !important;
    
}

.card-height-nts{
    height: 55px;
}


.card-txt-height-careers{
    height:105px !important;
    
}

.card-green-adv-bg{
    height: 167px;
    
}

.card-height-ad {
    height: 508px;
}

.split-cards{
    width: 100%;
}

}    

/* Larger than an iphone 5 */
@media (max-width: 775px) { 

#heroSlider{
    display:none;
}


.mobile-slider-img{
    display:block;
}

.hideHeroSliderHR{
    display:none;
}

}

/* Larger than an iphone 5 */
@media (max-width: 767px) { 

.row-padding {
        padding-left: 6%;
        padding-right: 3%;
    }
    
    #mainContent{
        width: 650px;
        padding-left:24px;
    }
    
    
    
    
    /******Ad Cards********/
    
    #adjmar {
        margin-top: -10px !important;
        
    }
    
    .card-txt {
    font-size: 10px;
}

.card-title-med {
    font-size: 12px;
    font-weight:bold; 
}

.card-title-lg {
    font-size: 12px;
}

.card-height-nts{
    height: 44px;
}

.card-txt-height-become {
    height:112px !important;
}

.card-txt-height-careers{
    height:102px !important;
}

.card-green-adv-bg{
    height: 135px;
}

.card-height-ad {
    height: 422px;
}

.card-footer-txt {
    font-size: 11px;
}

.carousel-title  {
    font-size: 9px;
}

/** counter **/

.countNum {
    font-size: 25px;
}
}

/* custom break point for home page boxes*/
@media (max-width: 675px) {

.carousel-title, .carousel-title A, .carousel-title A:link, .carousel-title A:active, .carousel-title A:visited {
            font-size: 9px;
        }
        
        #mainContent{
            width: 580px;
            padding-left:24px;
        }
        
        .card-txt-height-become {
    height: 110px !important;
}

.card-height-nts{
    height: 50px;
}

.card-txt-height-careers{
    height:99px !important;
}


.card-green-adv-bg{
    height: 130px;
}

.card-height-ad {
    height: 390px;
}
}

/* Grid breaking point for mobile */
@media (max-width: 600px) { 
BODY {
    font-size: 13px;
} 

.pageTitle span {
    font-size: 20px;
}

#leftnavdiv {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mainContent{
    width: 100%;
    
}

.txtHdr, .txtHdr A, .txtHdr A:link, .txtHdr A:visited, .txtHdr A:active {
    margin-top: 0px;
}

/***** footer *****/ 
.footerTextlc,
.footerTextlc A,
.footerTextlc A:link,
.footerTextlc A:active,
.footerTextlc A:visited {
    text-align: center;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
}   

.footerText,
.footerText A,
.footerText A:link,
.footerText A:active,
.footerText A:visited {
    text-align: center;
}

.mobileonly-padding-right {
    padding-right: 16px!important;
}


.card-title-lg {
    margin-right:0px;
}

.card-txt-height{
    height: 50px;
}

.card-txt-height-become {
    height:85px !important;
    
}

.card-height-nts{
    height: 10px;
}

.card-txt-height-careers {
    height: 25px !important;
}

.padding-custom-summarybox {
    padding-top: 10px;
    padding-bottom: 15px;
}

.mobileonly-socialMedia-padding{
    padding-left:10px;
}

.mobileonly-img-resize{
    max-width:100%;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    
}

.mobileonly-img-greenlogo{
    max-width:100%;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}

.mainselection{
    font-size: 12px;
}
}

/* mobile landscape*/
@media (max-width: 480px){

/********* secondary page header ******/

.pageTitle span {
    font-size: 14px;
}

.titlePadding {
    top:25%;
}

}

/* mobile */
@media (max-width: 400px) {

/********* secondary page header ******/

.pageTitle span {
    font-size: 11px;
}


.titlePadding {
    top:20%;
}    
}

/********** w3.css overrides *****/

.w3-padding-right{
    padding-right: 24px !important;
}


/***static nav override*****/

.w3-navbar li a:hover {
    color: #fff !important;
    background-color: #fff !important;
}

.w3-navbar li a, .w3-navitem {
    padding: 8px 25px;
}


/* mobile landscape*/
@media (max-width: 480px){

/********* secondary page header ******/
.w3-navbar li a, .w3-navitem {
    padding: 0px 10px;
}

}

/***** card style override****/
.w3-card {
    border: 0px;
}

/***** this is a generic card style that can be override ****/
.w3-generic, .w3-hover-generic:hover {
    background-color: #ee352a !important;
}

.w3-closebtn{
    color:#fff;
}

.w3-blue, .w3-hover-blue:hover {
    background-color: #0079bd !important;
}

.w3-purple, .w3-hover-purple:hover {
    background-color: #331C54 !important;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #709739 !important;
}

.w3-orange, .w3-hover-orange:hover {
    color: #fff !important;
    background-color: #f99d27 !important;
}

.w3-red, .w3-hover-red:hover {
    background-color: #ee352a !important;
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #fff !important;
    background-color: #e7b229 !important;
}

/**not an override**/
.w3-lgtgreen, .w3-hover-lgtgreen:hover {
    color: #fff !important;
    background-color: #58b64d !important;
}

/**not an override**/
.w3-maroon, .w3-hover-maroon:hover {
    color: #fff !important;
    background-color: #63221b !important;
}

/**not an override**/
.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #81a6a3 !important;
}

/**** end w3.css overrides *******/

/*****************************************SITEMAP OVERRIDE ***************************************/
.linkcontainer{
    padding-left:10px;
    padding-bottom: 10px;
}
