.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")

}



.active-link {
    color: #fed136 !important;
}

.btn-wrap {
    white-space: normal;
}

.faq-text {
    color: black;
}

.imagebox {
    opacity: 1;
}

.imagebox img {
    opacity: 1;
    transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
}

.imagebox:hover img {
    opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-facebook:hover {
    background: #3B5998;
    color: white;
    opacity: 0.7
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-twitter:hover {
    background: #55ACEE;
    color: white;
    opacity: 0.7;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-linkedin:hover {
    background: #007bb5;
    color: white;
    opacity: 0.7;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-instagram:hover {
    background: #125688;
    color: white;
    opacity: 0.7;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.nopadding{
    padding: 0 !important;
    margin:0 !important;
}

.col-sm-left, .col-sm-right, .col-sm-middle {
    position:relative;
    min-height; 1px;
}

@media (min-width: 1200px) {
    .col-sm-left {
        left: 15px;
        float: left;
        width: 25.0%;
    }

    .col-sm-right {
        float: left;
        width: 25.0%
    }

    .col-sm-middle {
        float:left;
        width: 37.7%;
    }

    .sidecolumn {
        left: 15px !important;
        width: 305px !important;
    }

    .centercolumn {
        left: 35px !important;
    }

    .endcolumn {
        left: 105px !important;
    }

    .imagebox .imagebox-desc {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 1200px) {
    .sidecolumn {
        left: 15px !important;
    }

    .imagebox {
        width: 70%;
    }

    .imagebox-desc {
        width: 68%;
    }

    .carouselimg {
        resize: both;
        height: 198px;
        width: 312px;
    }
}

@media (max-width: 1199px) {

    .centercolumn {
        width: 305px !important;
    }

header.masthead {
    background-image: url(../img/header-bg_1199.jpg);
}

.btn-xl {
padding: 10px 20px;

}





@media (max-width: 991px) {

    .centercolumn {
        width: 305px !important;
    }

header.masthead {
    background-image: url(../img/header-bg_991.jpg);
}

.btn-xl {
padding: 10px 20px;

}






@media (min-width: 991px) {
    .col-md-post {
        width: 47.0%;
        left: 20px !important;
    }
}

@media (max-width: 991px) {
    .col-md-post {
        left: 50px !important;
    }
}

.post-content .modern-quote {
    position: relative;
    padding: 0;
    padding-left: 42px;
    padding-right: 14px;
    padding-top: 17px;
    padding-bottom: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: "Merriweather", Georgia, serif;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.2px;
    border: 0;
    border-top: 2px solid #e54e53;
    background: transparent;
}

.modern-quote:before {
    content: "\201c";
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
    color: #e6e6e6;
    font-size: 60px;
    line-height: 1;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.modern-quote p {
    margin-bottom: 21px;
}

.modern-quote cite {
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #a6a6a6;
}

.modern-quote p > cite {
    display: block;
}

.modern-quote cite:before {
    content: "\2014";
    margin-right: 3px;
}

.modern-quote.alignleft {
    margin-right: 35px;
}

.modern-quote.alignright {
    margin-left: 35px;
}

.modern-quote.pull {
    margin-bottom: 28px;
    margin-top: 0.6em; /* match top leading, relative to font size */
    padding-right: 0;
    min-width: 250px;
    max-width: 30%;
}

