﻿.hero-ctas--1, .hero-ctas--2 {
    height: 220px;
}
.related-products a {
    color: #f47c17;
}
.about-us--inner p {
    font-size: 95%;
}
.about-us {
    padding-bottom: 80px;
}
.section-aside a span {
    font-size: 120% !important;
}
.section-aside--article {
    padding-top: 10px;
}
.section-aside--article h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.section-aside--article a {
    color: #f47c17;
    font-size: 100%;
}
.section-aside--article-_split img {
    margin-bottom: 15px;
}
.carousel--text-wrapper {
    color: #532075;
}
section.listing .nav-crumbtrail a {
    display: inline !important;
}
.site-logo {
    width: auto !important;
}

.carousel img {
    position: relative !important;
   
}

.carousel h2, .carousel .contourPageName, .carousel p {
    position: static;
}

.carousel-control {
    z-index: 899999999;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
        
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .hero-ctas--1, .hero-ctas--2 {
        height: auto;
    } 
    .about-us {
        padding-bottom: 20px;
    }  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


}
