/* homepage specific styles go here */
.glide { background: black; }
.glide__slide, .glide__slides, .glide__slide img {
    height: 274px;
}
@media only screen and (max-width: 1279px) {
    .glide__slide, .glide__slides, .glide__slide img {
        height: 274px;
    }
}
@media only screen and (max-width: 488px) {
    .glide__slide, .glide__slides, .glide__slide img {
        height: 164px;
    }
}
.glide:after {
    margin-bottom: 2rem;
    content: "";
    display: block;
}

.homepage-section-item {
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 2rem;
}
.homepage-section-item h3 {
    text-align:center;
    font:bold 1.9rem/1.8 degular,sans-serif;
    border-bottom : #000 solid 1px;
    margin-top: 0;
}
.promo-container .row {
    margin: auto;
}


#contact-us ul,
ul#quick-about-us-links {
    width:100%;
    display:contents;
}

ul#quick-about-us-links li{
    background:#fcbf14;
    list-style-type:none;
    padding: 0;
}
ul#quick-about-us-links .link-item:before {
    content: '\2794';
    margin-right: .5rem;
    font-size: 1.8rem;
    position: relative;
    top: 4px;
    left: 1px;
}

ul#quick-about-us-links li:not(:last-child){
    border-bottom:#000 1px solid;
}
ul#quick-about-us-links li a {
    color:#000;
    font-weight:bold;
    text-decoration: none;
    font: 1.5rem/1.25 degular,sans-serif;
    padding: .75rem 0;
    display: block;
}
ul#quick-about-us-links li:hover {
    background: black;
    color: white;
}
ul#quick-about-us-links li a:hover {
    color: white;
}
ul#quick-about-us-links li div {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#homepage #top-quote q:before {
    content: '\201C';
    color: #fcbf14;
    font-size: 5rem;
    line-height: 2rem;
    display: block;
} 
#homepage #top-quote {
    text-align:center;
    padding-top: 53px;
}

#homepage #top-quote cite {
    color: #FEC013;
    font:bold 1.1rem/1.25 degular,sans-serif;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 15px;
}
#contact-us-emails li {
    list-style-type: none;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
}

#contact-us-emails a {
    margin-left: 22px;
    padding-left: 8px;
    display: block;
    text-decoration: none;
    color: white;
    font:normal normal normal 1.25rem "ff-meta-serif-web-pro";
}
#contact-us-emails a:hover {
    color: #fcbf14;
}
#contact-us-emails a:before {
    content: url('/wp-content/themes/cir-site/img/envelope-white.svg');
    display: inline-block;
    width: 1.4rem;
    position: relative;
    top: 3px;
    left: -8px;
    margin-left: -22px;
}
#contact-us-emails a:hover::before {
    content: url('/wp-content/themes/cir-site/img/envelope-yellow.svg');
}

#homepage > #top-quote > .container >.row { max-width:100%;}


/* Desktops */
@media only screen and (min-width:960px) {
    #homepage #top-quote {
        font-size: 2.2rem;
        line-height: 1.2;
      
    }

}

/* Tablets */
@media only screen and (max-width: 959px) {


}

/* Tablets  exclusively */
@media only screen and (min-width: 640px) and (max-width: 959px) {

    #homepage #top-quote {
        font-size: 2rem;
        line-height: 1.2;

    }

}

/* Mobile */
@media only screen and (max-width: 639px) {


    #homepage #top-quote {
        font-size: 1.6875rem;
        line-height: 1.2;

    }


}
