@media (min-width: 1200px) {
    #main-menu .megaMenu .col-lg-3 {
        width: 20%;
    }
}

/* Styling for the products page */
#productSingle header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #002654;
    text-transform: uppercase;
    text-align: left;
}

#productSingle header h1 span {
    font-family: 'Vollkorn-Italic','Vollkorn', georgia,serif;
    font-weight: 400;
    font-style: italic;
    color: #888686;
    text-transform: none;
}

#productSingle #productDescription p {
    color: #888686;
    font-size: 12px;
    line-height: 1.4;
}
#productSingle #productDescription #productAttributes .fa.fa-paint-brush {
    font-size: 12px;
}

/* Styling for the blog pages */
.occms-content_category .archivePost h2 {
    text-align: left;
    font-family: 'Montserrat';
}
.occms-content_category .archivePost .text p {
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Montserrat';
}
.occms-content_post .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-family: 'Montserrat';
}

/* Styling for the home grid fix */
@media screen and (max-width:550px) {
    #bannersCTA .div1, #bannersCTA .div2,
    #bannersCTA .div3, #bannersCTA .div4 {
        /*background-position: center bottom;*/
        overflow: hidden;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        /*padding-bottom: 120px;*/
    }
    
    #bannersCTA .div3 > a > img, #bannersCTA .div4 > a > img {
        max-width: unset;
    }
    
    /*#bannersCTA .div1 a p, #bannersCTA .div3 a p,*/
    /*#bannersCTA .div1 a .banner_button, #bannersCTA .div3 a .banner_button {*/
    /*    color: white;*/
    /*}*/
    /*#bannersCTA .div2 a p, #bannersCTA .div4 a p,*/
    /*#bannersCTA .div2 a .banner_button, #bannersCTA .div4 a .banner_button {*/
    /*    color: #002654;*/
    /*}*/

    #bannersCTA > div:nth-child(1) > *, #bannersCTA > div:nth-child(2) > *,
    #bannersCTA > div:nth-child(3) > *, #bannersCTA > div:nth-child(4) > * {
        margin: 20px;
        min-height: 350px;
    }

    #bannersCTA .div1 {
        grid-area: 1 / 1 / 1 / 3;
    }
    #bannersCTA .div2 {
        grid-area: 2 / 1 / 2 / 3;
    }
    #bannersCTA .div3 {
        grid-area: 3 / 1 / 3 / 3;
    }
    #bannersCTA .div4 {
        grid-area: 4 / 1 / 4 / 3;
    }
}

#bannersCTA .service-desktop-CTA {
    overflow: hidden;
}

@media screen and (max-width:400px) {
    #headerWrap #strap {
        margin: auto;
    }
}

#recently-viewed-panel {
    margin: 0;
    padding-top: 25px;
    border-top: solid lightgrey 1px;
}
#recently-viewed-panel img {
    max-width: 75%;
    margin: auto;
}
#phone a {
    display: inline-block;
    padding-top: 10px;
}

#headerWrap #phone a {
    font-size: 18px;
}

#accredBanners {
    background: transparent;
}

/* Services banner update styles - start */
#bannersCTA .service-img{
    flex: 1 1 0px;
}

#bannersCTA .div1.service-desktop-CTA > a{
    height: 100%;
}

#bannersCTA > div > a > div > h3{
    text-align: left;
    font: normal normal normal 30px/35px Montserrat;
    letter-spacing: 0px; 
    opacity: 1;
    margin-bottom: 10px;
}

#bannersCTA .div1.service-desktop-CTA .service-img, #bannersCTA .div2.service-desktop-CTA .service-img{
    max-height: 50%;
}

#bannersCTA .div1.service-desktop-CTA .service-img > img, #bannersCTA .div2.service-desktop-CTA .service-img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.div3.service-desktop-CTA .service-img > img, #bannersCTA .div4.service-desktop-CTA .service-img > img{
    height: 100%;
    object-fit: contain;
}

.service-desktop-CTA .service-text h3{
    padding: 10px 10px 0 10px;
}
.service-desktop-CTA .service-text p{
    padding: 10px 10px 0 10px;
}
.service-desktop-CTA .service-text .banner_button{
    margin: 10px 10px 10px 10px;
}

.service-mobile-CTA .service-text h3{
    padding: 10px 10px 0 10px;
}
.service-mobile-CTA .service-text p{
    padding: 10px 10px 0 10px;
}
.service-mobile-CTA .service-text .banner_button{
    margin: 10px 10px 0 10px;
}

.service-mobile-CTA a > div:first-child{
    margin-bottom: 32px;
}

/* Blue */
.service-desktop-CTA.servicesBlue{
    background-color: #002654;
}
.service-mobile-CTA.servicesBlue{
    background-color: #002654!important;
}
.servicesBlue h3 {
    color: #fff
}
.servicesBlue a {
    color: #fff
}

/* Gold */
.servicesGold{
    background-color: #e4dabb;
}
.servicesGold h3{
    color: #2A2A2A;
}
.servicesGold a{
    color: #2A2A2A;
}
.servicesGold a:hover{
    color: unset;
}
.servicesGold .banner_button{
    border: solid 1px #2A2A2A;
}
#bannersCTA .service-desktop-CTA.servicesGold a:hover .banner_button{
    background-color: #2A2A2A;
    color: #fff;
}

/* Silver */
.servicesSilver{
    background-color: #ededed;
}
.servicesSilver h3{
    color: #002654;
}
.servicesSilver a{
    color: #002654;
}
.servicesSilver .banner_button{
    border: solid 1px #002654;
}
#bannersCTA .service-desktop-CTA.servicesSilver a:hover .banner_button{
    background-color: #002654;
    color: #fff;
}
/* Services banner update styles - end */


@media (max-width: 992px) {
    #accountControls.col-sm-push-8 {
        left: 0;
    }
}

.header-phone-wrapper {
    text-align:center;
}

.headerphone-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .headerphone-mobile {
        display: block;
    }
    .headerphone-desktop {
        display: none !important;
    }
}

.blog-content img {
    display:inline-block;
}