
@media all and (max-width:767px) {
#rightcolumn {
    border: 0px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    min-height: 300px !important;
     border: 0px !important;
}

.content-right h1 {
    margin-top: 2% !important;
}
}


@media all and (max-width: 1075px) {

.content-right h1 {
    font-size: 30px !important;
}
}

@media all and (max-width: 415px) {

.content-right h1 {
    font-size: 20px !important;
}
}

@media (max-width: 767px) {
.home-promo .row {
padding-bottom: 0px !important;
}
.home-promo { 
padding-top: 0px !important;
}
}

.tile-text {
background: #f1f1f1;
padding-top: 8px;
padding-bottom: 10px;
}


.layout {
    margin-top: 0rem !important;
}

.section-home-item {
    padding-top: 0rem !important;
}

@font-face {
	font-family: 'gothambook';
	src: url('media/dc/rwd/feature/Gotham-Book-Regular.otf'); 
}

.section-home-item h2 {
    font-family: "gothambook","Helvetica Neue",Arial,Segoe UI Symbol,sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: .160em;
    padding:10px 5;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.content h2 {
    font-family: "gothambook","Helvetica Neue",Arial,Segoe UI Symbol,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding:10px 5;
    text-transform: uppercase;
    color: #000;
}


.homepage-section-title hr {
border: 0;
background-color: #d40034;
height: 2px;
width: 40px;
margin: 0 auto;
margin-top: 15px;

}

.homepage-section-title h3 {
    font-family: "gothambook","Helvetica Neue",Arial,Segoe UI Symbol,sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 2px;
    padding:10px 5;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}


.page {
   width: 2200px;

  }

.section-home-item {
    border-bottom: none;
}



.text-container {
    padding-top: 14px;
    letter-spacing: 0.5px;
}

.section-home-item .section-home-product-display {
    display: none;
}




/* promo box styles */


.home-promo img {
        display: block;
        width: 100%;
    }


.home-tile {
        padding: 5px 0;
    }


.home-tile .content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.home-tile .content a {
background-color: rgba(0, 0, 0, 0.1);
        border-radius: 0;
        border-color: #fff;
        color: #fff;
        line-height: 25px;
        text-decoration: none;
        min-width: 200px;
        margin: 5px;
    font-size: smaller;
    font-weight: bolder;
    }

.content p {
    padding:10px;
}


.home-tile .content .button--bottom {
        position: absolute;
        top: 76.5%;
        left: calc(50% - 100px);
        margin: 0;
    }



.home-tile .content a:hover {
        background: #fff;
        color: #000;

    }



.home-tile .content h1 {
        color: white;
        font-family: "Helvetica Neue",Arial,Segoe UI Symbol,sans-serif;
        letter-spacing: 0.5px;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 5px;
    }

/* mobile styles */

@media (min-width: 992px) {
	
.section-home-item {
    padding-top: 0rem !important;
}
}

@media (min-width: 767px) {
        
.home-promo {
    margin: 5px -5px 5px;
        }

.home-tile {
            padding: 0 5px;
        }

.home-tile .content h1 {
            font-size: 28px;
            padding-top: 10px;
        }

    }
    

@media (max-width: 992px) {
        .home-tile .content h1 {
            font-size: 28px;
            margin-bottom: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.home-tile .content h2 {
     margin: 0;
}


    }

@media all and (min-width: 1200px) {
        .home-tile .content h1 {
            font-size: 35px;
        }
    }


@media (max-width: 415px) {
        .home-tile .content h1 {
     font-size: 24px;
    padding-top: 15px;
}
     
.home-tile .content h2 {
     margin: 0;
}

}

@media all and (max-width: 415px) {

.row {
    margin-left: -15px;
    margin-right: -15px;
}
}

@media all and (max-width: 960px) {
.home-logo {
    display: none;
}
}

@media (max-width: 1200px) {
.home-logo {
    width: 60px;
}
}

/* hover */

.row img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


a:hover {
    color: #555;
}

.tile-text:hover {
    background: #ddd;
}


/* bottom seo returns styles */

@media all and (max-width: 767px) {

#leftcolumn {display:none;}
}



#wrapper {
     width: 1800px;
    min-height: 450px;
     margin: 0 auto;
    position:relative;
    overflow:hidden;
}


#leftcolumn, #rightcolumn {
    border: 5px solid white;
    float: left;
    min-height: 450px;
}

#leftcolumn {
     width: 50%;
     background-color: #e6e6e6;
    position:relative;
    overflow:hidden;
}

#rightcolumn {
     width: 50%;
     background-color: #e6e6e6;
    position:relative;
    overflow:hidden;
}

@media (max-width: 767px) {
#rightcolumn {
        width: 100%;
    }

#leftcolumn {
        width: 100%;
    }
}

.content-left {
    padding: 4%;
    text-align: center;
}

.content-right {
    padding: 7%;
    text-align: center;
}


.content-right a.button--grey {
        position: relative;
        border-color: #1e1e1e;
        color: #1e1e1e;
    }

.content-right a:hover {
        background: #fff;
        color: #000;
    }

.content-right a.button--grey:hover {
        background: #1e1e1e;
        color: #fff;
    }

.content-right .button--bottom {
        position: absolute;
        top: 76.5%;
        left: calc(50% - 100px);
        margin: 0;
    }

.content-right h1 {
    font-family: "Helvetica Neue",Arial,Segoe UI Symbol,sans-serif;
        letter-spacing:0.5px;
        color: #1e1e1e;
        font-size: 40px;
        text-transform: none;
        margin-bottom: 10px;
        margin-top: 6%;
    }
    
.content-right a {
        background: 0 0;
        border-radius: 0;
        border-color: #fff;
        color: #fff;
        line-height: 25px;
        text-decoration: none;
        min-width: 200px;
        margin: 5px;
    font-size: smaller;
    font-weight: bolder;
    }


.home-logo {
    width: 80px;
}


.home-seo p {
    margin: 0 0 .54688rem;
    font-size: 0.75em;
    letter-spacing: 0.3px;
    opacity: 0.7;
    line-height: 1.5em;
}

.home-seo h1 {
    font-size: 0.8em;
    line-height: 1.5em;
}

