/* ROOT COLOR :

--bs-white: #f7f7f7; (almost white)
--bs-primary: #850606; (dark red)
--bs-secondary: #333333; (dark grey)
--bs-light: #f7f7f7; (almost white)
--bs-dark: #0c0c0c;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;

 */

*{
    box-sizing: border-box;
}


.cc-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 247, 247, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.card-text .btn-link{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .89px;
    text-align: center;
    color: var(--bs-primary);
}

.btn-link::after {
    content: "";
    display: inline-flex;
    margin-left: .5rem;
    width: 8px;
    height: 13px;
    background-image: url("/static/images/link-arrow.f05db97967a5.svg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    border-radius: 0;
}

.cc-form-small {
    font-size: .75rem;
    font-style: italic;
}

.cc-home-banner {
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 20% !important;
    height: calc(100vh - 127px)
}

.cc-home-banner-title {
    /* font-family: aviano,serif; */
    font-weight: 700;
    font-size: 3rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.cc-head-container {
    position: absolute;
    bottom: 1rem;
    margin-left: 3rem;
}

.cc-contact-footer-h2 {
    font-weight: 800;
    font-size: 40px
}

.cc-contact-footer-h2, .cc-contact-footer-p, .cc-contact-cta-p {
    font-style: normal;
}

.cc-contact-footer-p {
    color: var(--bs-primary);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.33
}

.cc-footer {
    background-color: var(--bs-dark);
}

.cc-footer .rich-text {
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5;
}

.cc-footer .rich-text p:last-child {
    margin-bottom: 0
}

.cc-footer .rich-text a {
    color: var(--bs-primary);
}

.cc-footer .rich-text a:hover{
    color: #d00909;
}

.cc-footer-title {
    font-weight: 600;
    font-style: normal;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--bs-gray-dark);
    margin-bottom: 13px
}

.cc-footer-link-lg {
    color: var(--bs-gray);
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    display: block;
    margin: 3px 0px;
}

.cc-footer-link-lg:hover {
    color: var(--bs-light);
}

.cc-footer-link-lg:first-of-type {
    padding-top: 0
}

.cc-footer-copy {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 15px
}

.cc-footer-social-icon {
    color: var(--bs-primary);
    display: inline-block;
    margin-right: 10px
}

.cc-footer-social-icon:hover {
    color: #d00909;
}

/* ----- IMAGE AND TEXT BLOCK ----- */

.cc-iat {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 200px
}

.cc-iat-image {
    flex-basis: 65%;
    flex-shrink: 0;
    flex-grow: 0;
    width: 65%;
    min-width: 65%
}

.cc-iat-image-content {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
    min-width: 50%;
    position: relative;
    left: -140px;
    bottom: -200px;
    padding: 50px;
    margin-bottom: 3rem;
}

.cc-iat--right {
    flex-direction: row-reverse
}

.cc-iat--right .cc-iat-image-content {
    left: auto;
    right: -140px
}

.cc-iat-title {
    font-weight: 700;
    font-size: 2.5rem;
}

.cc-iat-text, .cc-iat-title {
    font-style: normal
}

.cc-iat-text {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.43
}

/* ----- CTA ----- */
.cc-cta-banner {
    background: linear-gradient(
        181deg,
        rgba(133,6,6,0.5) 0,
        rgba(133,6,6,1) 100%
    )
}

.cc-cta-title, .cc-title-title {
    font-weight: 300;
    font-style: normal;
    line-height: 1.33;
}

.cc-cta-title, .cc-testimonial-title, .cc-title-title {
    font-size: 1.5rem;
    text-align: center
}

/* ----- TESTIMONIALS ----- */

.cc-testimonial-title {
    font-weight: 800;
    font-style: italic;
    line-height: 1.37;
}

.cc-testimonial-title::before {
    content: '"';
}

.cc-testimonial-title::after {
    content: '"';
}

.cc-testimonial-attribution {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px
}

.cc-inner-title, .cc-testimonial-attribution {
    font-style: normal
}

/* ----- VARIOUS TEXT FORMAT ----- */

.cc-inner-title {
    font-weight: 700;
    font-size: 3rem;
}

.cc-inner-title-center {
    font-weight: 700;
    font-size: 2.5rem;
}

.cc-inner-subtitle {
    letter-spacing: normal;
    font-size: 1rem;
}

.cc-contact-text .rich-text li, .cc-contact-text .rich-text ol, .cc-contact-text .rich-text p, .cc-contact-text .rich-text ul, .cc-inner-subtitle, .cc-simple-richtext .rich-text li, .cc-simple-richtext .rich-text ol, .cc-simple-richtext .rich-text p, .cc-simple-richtext .rich-text ul {
    font-weight: 300;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.42;
}

.cc-contact-text .rich-text li:last-child, .cc-contact-text .rich-text ol:last-child, .cc-contact-text .rich-text p:last-child, .cc-contact-text .rich-text ul:last-child, .cc-simple-richtext .rich-text li:last-child, .cc-simple-richtext .rich-text ol:last-child, .cc-simple-richtext .rich-text p:last-child, .cc-simple-richtext .rich-text ul:last-child {
    margin-bottom: 0
}

.cc-simple-richtext {
    font-size: 1.25rem;
    padding: 0 2rem;
}

.cc-title-block {
    margin-top: 115px;
    margin-bottom: 115px
}

.cc-service-subtitle {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px
}

.cc-font-thin {
    font-weight: 100
}

.cc-font-light, .cc-font-thin {
    font-style: normal
}

.cc-font-light {
    font-weight: 300
}

.cc-font-bold {
    font-weight: 700;
    font-style: normal
}

/* ----- CONTACT ----- */

.cc-contact-text .rich-text li, .cc-simple-richtext .rich-text li {
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 90%
}

.cc-contact-text .rich-text p+p, .cc-simple-richtext .rich-text p+p {
    margin-top: 2rem
}

.cc-contact-text .rich-text {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 35px;
    margin-bottom: 45px
}

.cc-contact-text--submitted .rich-text {
    border-bottom: 0;
    padding-bottom: 25px;
    margin-bottom: 0
}
.cc-contact-text p a {
    color: var(--bs-primary);
}
.cc-contact-text p a:hover {
    color: #d00909;
}

/* ----- TABLE ----- */

.cc-table-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfe3e8
}

.cc-table-row--no-border {
    border-bottom: 0
}

.cc-table-cell {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1 1 25%;
    font-weight: 300
}

.cc-table-cell, .cc-table-cell--row-footer, .cc-table-cell--row-header {
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: var(--bs-dark);
}

.cc-table-cell--row-footer, .cc-table-cell--row-header {
    font-weight: 700;
    border-bottom: 0
}

.cc-table-cell--row-footer {
    font-size: 21px;
    padding-top: 25px;
    padding-bottom: 0
}

.cc-table-cell--col-header {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: var(--bs-dark);
    flex-basis: 58%;
    max-width: 58%
}

.cc-table-cell--col-header>div {
    max-width: 410px
}

/* ----- MEDIA QUERIES ----- */

@media (max-width:768px) {
    .cc-title-block {
        margin-top: 75px;
        margin-bottom: 75px
    }
}

@media (max-width:475px) {
    .cc-contact-text .rich-text p+p, .cc-simple-richtext .rich-text p+p {
        margin-top: 1rem
    }
    .cc-contact-text .rich-text li, .cc-contact-text .rich-text ol, .cc-contact-text .rich-text p, .cc-contact-text .rich-text ul, .cc-simple-richtext .rich-text li, .cc-simple-richtext .rich-text ol, .cc-simple-richtext .rich-text p, .cc-simple-richtext .rich-text ul {
        font-size: 1.25rem;
        line-height: 1.25
    }
    .cc-inner-title {
        font-size: 3rem;
    }
}

@media (max-width:991px) {
    .cc-iat {
        display: block;
        margin-bottom: -30px
    }
    .cc-iat-image {
        display: block;
        width: 100%;
        min-width: 0
    }
    .cc-iat-image-content {
        display: block;
        position: static;
        left: auto;
        bottom: auto;
        padding: 35px;
        width: 100%;
        min-width: 100%;
    }
    .cc-iat--right .cc-iat-image-content {
        left: -70px
    }
    .cc-iat--left .cc-iat-image-content {
        margin-left: auto;
    }
}

@media (max-width:850px) {
    .cc-banner-title {
        font-size: 2rem;
    }
}

@media (max-width:768px) {
    .cc-footer-title {
        margin-top: 20px
    }
}

@media (max-width:640px) {
    .cc-home-banner-title {
        font-size: 3rem;
        font-weight: 500;
    }
    .cc-home-banner {
        background-size: 50% !important;
        background-repeat: no-repeat !important;
        background-position: 50% 20% !important;
        height: 90vh;
    }
}

/* ----- VIDEO ----- */
.block-video-right {
    float: right;
    margin-right: 20px;
    overflow: hidden;
    font-size: 12px;
    font-style: italic
}

.block-video-center {
    display: grid;
    margin: auto;
    overflow: hidden;
    font-size: 12px;
    font-style: italic
}

.block-video-left {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    font-size: 12px;
    font-style: italic
}

.block-video-small {
    width: 30vw;
    height: auto;
}

.block-video-medium {
    width: 40vw;
    height: auto;
    max-width: 100%;
}

.block-video-large {
    width: 60vw;
    height: auto;
    max-width: 100%;
}

.block-video-extra-large {
    width: 90vw;
    height: auto;
    max-width: 100%;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}
.responsive-object {
    position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
