@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;0,900;1,400&display=swap");

html,
body {
    font-family: "Nunito", sans-serif;
}

input,
select,
textarea,
button,
.form-control,
.usn .snip-layout * {
    font-family: "Nunito", sans-serif;
}

header#site-header {
    color: #fff;
    background-color: #ba1522;
}

nav.main ul li span a {
    color: #fff;
}

nav.main ul li.has-child>span::after {
    color: #fff;
}

@media (min-width: 1200px) {

    .heading-col .heading.main,
    body.banner-top div:not(.left-col):not(.right-col):not(.center-col)>.component.banner-component:first-of-type .heading.main {
        font-size: 2.6rem;
    }
}

@media (min-width: 992px) {

    .heading-col .heading.main,
    body.banner-top div:not(.left-col):not(.right-col):not(.center-col)>.component.banner-component:first-of-type .heading.main {
        font-size: 2.6rem;
    }
}

@media (min-width: 1200px) {

    h1,
    .component .heading.main {
        font-size: 2.6rem;
    }
}

/* Search Tabs */
.search-tabs-container {
    text-align: center;
    margin-bottom: 1em;
}

.search-tabs {
    display: inline-flex;
    gap: 6px;
    background: #f0f0f0;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 4px;
}

.search-tab-btn {
    display: inline-block;
    padding: 6px 10px 7px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    background: #f0f0f0;
    color: #565555;
    border-radius: 8px;
    transition: all 0.2s linear;
}

.search-tab-btn-is-active,
.search-tab-btn:hover,
.search-tab-btn:focus {
    background: #565555;
    text-decoration: none;
    color: #fff;
}

/* End Search Tabs */

.search-container {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.search-container button {
    background: #000;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
}

.search-container input[type="text"] {
    border-radius: 5px 0 0 5px;
    width: 70%;
    display: inline-block;
    min-height: 50px;
}

@media (min-width: 768px) {
    .search-container input[type="text"] {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .search-options button {
        margin: 5px;
    }
}

.course-search button {
    width: 30%;
    background: #ba1522;
    border-radius: 0 5px 5px 0;
    height: 48px;
}

@media (min-width: 768px) {
    .course-search button {
        width: 20%;
    }
}

.course-search {
    margin-bottom: 1rem;
}

.intro-pods {
    padding: 0 !important;
}

.intro-pods .listing .item {
    margin: 0;
    padding: 0;
}

.intro-pods .listing .item .text {
    color: #000;
}

.intro-pods .btn {
    background: #000;
    border-color: #000;
    border-radius: 5px;
    padding: 6px 18px;
}

.course-search-results {
    background: #fff;
}

.course-item {
    background: #eee;
    display: flex;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.course-item .main {
    width: 100%;
    padding: 1.5rem;
}

.course-item h5 {
    margin-top: 0;
}

.course-item .info {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 1rem;
}

.course-item .info li {
    margin-right: 2rem;
}

.course-item .info i {
    margin-right: 0.5rem;
}

.course-item .apply {
    background: #ba1522;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    border-radius: 0 5px 5px 0;
}

.course-item .apply a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 900;
}

.outro-pods .listing .item .text,
.outro-pods .listing .item .heading {
    color: #fff;
}

.outro-pods .btn {
    background: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 6px 18px;
}

.course-info {
    position: relative;
    z-index: 9;
    background: #eeeeee;
    margin-top: -25px;
    max-width: 800px;
    width: 92%;
    border-radius: 5px;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.course-info h6 {
    text-align: center;
}

.course-info ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 1rem;
    justify-content: center;
}

.course-info li {
    margin-right: 2rem;
}

.course-info i {
    margin-right: 0.5rem;
}

.apply {
    border-radius: 5px;
    background: darkgray;
    overflow: hidden;
}

.apply a {
    background: #ba1522;
    color: #fff;
    width: 100%;
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 5px 5px 0 0;
    font-weight: 900;
}

.apply .course-image {
    height: 12rem;
    display: flex;
    padding: 1rem;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background-image: url(/media/coumi3uc/apply-image.jpeg);
    position: relative;
}

.course-image::before {
    content: "";
    display: block;
    background: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.apply h6 {
    color: #fff;
    z-index: 2;
}

.apply p {
    z-index: 2;
}

.course-info-main {
    background: #fff;
}

.course-info-main i {
    margin-right: 0.5rem;
}

.course-info-main h6 {
    margin-bottom: 2rem;
}

.course-info-main h6+p {
    margin-bottom: 2rem;
}

.course-info-main p+p {
    margin-bottom: 2rem;
}

header#site-header .site-search a.expand-search {
    color: #fff;
}

@media (min-width: 992px) {
    nav.main {
        top: 60px;
    }

    header#site-header .site-search {
        top: 44px;
    }
}

@media (min-width: 992px) {
    .nav-up nav.main {
        top: 70px;
    }

    .nav-up header#site-header .site-search {
        top: 60px;
    }
}

nav.main ul {
    justify-content: center;
}

.question-strip {
    background: #ba1522;
    color: #fff;
    text-align: center;
}

.question-strip h3 {
    color: #fff;
}

.question-strip img {
    width: auto;
    height: auto;
}

.news-feed h5 a {
    margin-left: 2rem;
}

.events-feed h5 a {
    margin-left: 2rem;
}

.twitter-feed h5 {
    color: #1da0f2;
}

@media (max-width: 767px) {
    .twitter-feed h5 {
        margin-top: 2rem;
    }
}

.news-item {
    background: darkgray;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 2rem;
    color: #fff;
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.news-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.news-item>* {
    z-index: 9;
}

.news-item h6 {
    color: #fff;
}

.events-item {
    background: darkgray;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 2rem;
    color: #fff;
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.events-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.events-item>* {
    z-index: 9;
}

.events-item h6,
.events-item h5 {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #ba1522;
    border-color: #ba1522;
    border-radius: 5px;
}

.twitter-item {
    background: #1da0f2;
    padding: 2rem;
    border-radius: 5px;
    margin-top: 2rem;
    color: #fff;
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.twitter-item a {
    color: #095583;
}

.link-boxes-component {
    background: #fff;
}

.link-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem;
    border: 5px solid black;
    border-radius: 5px;
    margin: 1rem;
}

.link-box.red {
    border-color: #bb1d2a;
}

.link-box.red a,
.link-box.red i {
    color: #bb1d2a;
    margin: 0 1rem 1rem;
    font-weight: 700;
}

.link-box.orange {
    border-color: #ff671f;
}

.link-box.orange a,
.link-box.orange i {
    color: #ff671f;
    margin: 0 1rem 1rem;
    font-weight: 700;
}

.link-box.green {
    border-color: #8ca760;
}

.link-box.green a,
.link-box.green i {
    color: #8ca760;
    margin: 0 1rem 1rem;
    font-weight: 700;
}

.link-box.blue {
    border-color: #2ca5c3;
}

.link-box.blue a,
.link-box.blue i {
    color: #2ca5c3;
    margin: 0 1rem 1rem;
    font-weight: 700;
}

nav.social ul li a img {
    border-radius: 50%;
}

footer#site-footer {
    color: #565555;
    background-color: #f2f1e9;
}

footer#site-footer .footer-text,
footer#site-footer a:not(.btn):hover .footer-text,
footer#site-footer a:not(.btn):focus .footer-text,
footer#site-footer a:not(.btn):active .footer-text {
    color: #565555;
}

footer#site-footer .footer-heading,
footer#site-footer a:not(.btn):hover .footer-heading,
footer#site-footer a:not(.btn):focus .footer-heading,
footer#site-footer a:not(.btn):active .footer-heading {
    color: #565555;
}

footer#site-footer .footer-link,
footer#site-footer a:not(.btn) {
    color: #565555;
}

.banner-component .item:not(.item_scale-banner) .image .video .video-player {
    object-fit: cover;
}

.testimonials {
    background-color: #fff;
}

.testimonial {
    background-color: #89b443;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial img {
    object-fit: cover;
    height: 16rem !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    .testimonial {
        flex-direction: row;
    }

    .testimonial img {
        object-fit: cover;
        height: 22rem !important;
        width: 15rem !important;
    }
}

.col-md-6:nth-child(2) .testimonial {
    background-color: #d3b617;
}

.testimonial h6 {
    color: #fff;
}

.testimonial .info {
    padding: 3rem;
    text-align: center;
}

@media (max-width: 767px) {
    .testimonial .info {
        padding: 2rem;
    }

    .testimonial {
        margin-bottom: 1rem;
    }
}

nav.secondary ul li span div,
nav.secondary ul li span a,
nav.secondary ul li a {
    color: #fff;
}

@media (min-width: 767px) {

    nav.secondary ul li span div,
    nav.secondary ul li span a,
    nav.secondary ul li a {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 992px) {
    nav.main>ul>li>span>a {
        border-radius: 4rem;
        padding: 5px 20px !important;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 992px) {

    nav.secondary>ul>li>span>div,
    nav.secondary>ul>li>span>a,
    nav.secondary>ul>li>a {
        padding: 10px;
    }
}

html.no-touch nav.main ul li:not(.active):hover>span::before,
nav.main ul li:not(.active):focus>span::before,
nav.main ul li:not(.active):active>span::before,
nav.main ul li:not(.active).open-child>span::before {
    background-color: #fff;
}

nav.main ul>li>span>a:hover {
    color: #fff;
}

header .secondary a {
    border-radius: 2rem;
    border: 2px solid #fff;
    padding: 0.15rem 0.75rem !important;
    margin-left: 0.5rem;
}

nav.secondary>ul {
    padding: 0.25rem 0;
}

.secondary a:hover,
.secondary a:focus,
.secondary a:active,
.secondary li.active a {
    background: #fff;
    color: #fff !important;
}

@media (min-width: 992px) {
    nav.secondary {
        left: 0;
        display: flex;
        background: rgba(0, 0, 0, 0.1);
    }

    nav.secondary ul {
        margin-left: auto;
    }
}

html:not(.nav-up) #logo a {
    margin-top: 18px;
    transform: scale(0.9);
}

/* NEW HEADER */

header#site-header {
    color: #ba1522;
    background-color: #fff;
}

nav.main ul li span a {
    color: #ba1522;
    font-weight: 700;
}

nav.main ul>li>span>a:hover {
    color: #ba1522;
}

html.no-touch nav.main ul li:not(.active):hover>span::before,
nav.main ul li:not(.active):focus>span::before,
nav.main ul li:not(.active):active>span::before,
nav.main ul li:not(.active).open-child>span::before {
    background-color: #ba1522;
}

@media (min-width: 992px) {
    nav.secondary {
        left: 0;
        display: flex;
        background: none;
    }
}

header .secondary a {
    color: #fff;
}

header .secondary li:nth-child(3n) a {
    background-color: #ff671f;
    border-color: #ff671f;
}

header .secondary li:nth-child(3n - 1) a {
    background-color: #8ca760;
    border-color: #8ca760;
}

header .secondary li:nth-child(3n - 2) a {
    background-color: #2ca5c3;
    border-color: #2ca5c3;
}

html:not(.nav-up) #logo a {
    margin-top: 0px;
    transform: none;
}

nav.main ul>li.active>span>a {
    color: #ba1522;
}

nav.main ul li.active>span::before {
    background-color: #ba1522;
}

.reciteme {
    background: #fff;
    color: #ba1522;
    border: 2px solid #ba1522;
    border-right: none;
    padding: 1rem;
    position: fixed;
    z-index: 999;
    top: 12rem;
    right: 0;
    font-weight: 700;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    /*display: none;*/
}

@media (min-width: 992px) {
    nav.main>ul>li {
        border-width: 0;
    }
}

.filter-options ul {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1rem;
    margin: 0;
    margin-top: 1rem;
    border-radius: 0.25rem;
    flex-wrap: wrap;
    display: none;
    position: relative;
}

.filter-options ul.open {
    display: flex;
}

.filter-options ul h5 {
    width: 100%;
    color: #fff;
}

.filter-options li {
    padding: 0.25rem 1rem;
    margin: 0.25rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    position: relative;
}

.filter-options li label {
    margin-bottom: 0;
    position: static;
}

.filter-options li label::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.pdf-item {
    background: #ba1522;
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-right: 1.5rem !important;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
}

.pdf-item i {
    margin-right: 1rem;
}

.pdf-item a {
    color: #fff;
}

.search-container button i {
    margin-left: 0.5rem;
}

.search-options button::after {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .search-options button.is-active::after {
        display: block;
    }
}

.search-options button:nth-child(1) {
    background-color: #2ca5c3;
    position: relative;
    z-index: 2;
}

.search-options button:nth-child(1)::after {
    border-bottom-color: #2ca5c3;
}

.filter-options .filter1 {
    background-color: #2ca5c3;
}

.search-options button {
    position: relative;
    outline: none;
}

.search-options button:nth-child(2) {
    background-color: #8ca760;
}

.search-options button:nth-child(2)::after {
    border-bottom-color: #8ca760;
}

.filter-options .filter2 {
    background-color: #8ca760;
}

.search-options button:nth-child(3) {
    background-color: #ff671f;
}

.search-options button:nth-child(3)::after {
    border-bottom-color: #ff671f;
}

.filter-options .filter3 {
    background-color: #ff671f;
}

.current-filters ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.current-filters ul li:nth-child(n + 2) {
    padding: 2px 12px;
    border-radius: 32px;
    background: #ba1522;
    color: #fff;
    cursor: pointer;
}

.current-filters li i {
    margin-left: 0.5rem;
}

.current-filters li:first-child:not(:only-child) {
    display: none;
}

nav.main ul li span a {
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
}

nav.main ul li span a {
    font-size: 1rem;
}

@media (min-width: 992px) {
    nav.main>ul>li>span>a {
        padding: 5px 10px !important;
    }
}

.popOverlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    top: -3000px;
    -webkit-transition: all 500ms ease-in-out 1s;
    -moz-transition: all 500ms ease-in-out 1s;
    -o-transition: all 500ms ease-in-out 1s;
    transition: all 500ms ease-in-out 1s;
}

.popOverlay.slide {
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out 1s;
    -moz-transition: all 500ms ease-in-out 1s;
    -o-transition: all 500ms ease-in-out 1s;
    transition: all 500ms ease-in-out 1s;
    position: fixed;
    z-index: 0;
}

.pop {
    width: 960px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 30vh;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    border-radius: 1vw;
}

.pop .fifty {
    width: 50%;
    float: left;
}

.popIn {
    padding: 20px 30px;
}

.popIn.Border {
    /* border-right: 3px solid #ba1522; */
    background-repeat: no-repeat;
    background-position: center;
}

.popIn h1 {
    height: 100px;
    color: #555;
}

.popIn p {
    font-size: 1.1em;
    line-height: 1.6em;
    height: 110px;
}

.pop a {
    color: #ba1522;
}

input.selectLang {
    display: inline-block;
    background-color: #ba1522;
    color: white;
    padding: 0.5rem 1rem;
    /* height: 2.4vw; */
    line-height: 2.4vw;
    border-radius: 1.4vw;
    font-weight: bold;
    font-size: 1vw;
    text-decoration: none;
    bottom: 2vw;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

input.selectLang:hover {
    animation-name: pop;
    animation-duration: 0.5s;
}

@media (max-width: 767px) {
    .pop {
        width: 94%;
        margin-top: 5vh;
        height: auto;
    }

    .pop .fifty {
        width: 100%;
    }

    .popIn {
        padding: 10px;
    }

    .popIn p {
        height: auto;
        margin-top: 0;
    }

    .pop input.selectLang {
        padding: 0 5vw;
        height: 2em;
        line-height: 2em;
        border-radius: 5vw;
        font-size: 1.1em;
    }

    .pop h1 {
        margin-bottom: 0;
    }

    .popIn.Border {
        height: auto;
    }
}

.lang-select {
    margin-left: 1rem;
    margin-top: 5px;
}

.lang-picker img,
.language-picker img,
.lang-select img {
    width: auto;
}

.content img {
    width: auto;
    max-width: auto;
    height: auto;
}

section.content.cta-component {
    padding: 30px 0;
}

.merthyr-cta-whole-component-click {
    cursor: pointer;
}

.merthyr-cta-whole-component-click .link {
    display: none;
}

section.content.cta-component.merthyr-cta-narrow-display {
    padding: 0;
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
}

.item {
    display: inline-block;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item img {
    max-width: 100%;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.submenu {
    z-index: 10;
    position: absolute;
    width: auto;
    right: 0;
    margin-right: 75px;

    transform: translateY(-90%);
}

.submenu .list-group-item {
    padding: 10px 35px;
}

.submenu .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ba1522;
    border-color: #ba1522;
}

.merthyr-pod-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 100% !important;

    height: 45px;
    width: 45px;
}

.listing-pods .merthyr-pod-display-outline {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.merthyr-pod-display-outline>.inner {
    min-height: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 5px;
}

.merthyr-pod-display-outline .image {
    border-bottom: 1px solid #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.merthyr-pod-button-on-image .info.info_align-middle {
    padding: 5px 15px 15px;
    min-height: 62px;
}

.merthyr-pod-button-on-image .link {
    display: none;
}

.merthyr-pod-button-on-image .info.info_align-middle .base-heading {
    margin-bottom: 0;
}

.logo-listing-container {
    /*background-color: #fff;*/
    position: relative;
    left: calc(-50vw + 50%);
    min-width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    padding-left: calc(calc(100vw - 1600px) / 2);
    padding-right: calc(calc(100vw - 1600px) / 2);
}

.logo-listing-container.respect-boundary {
    /*background-color: #fff;*/
    position: relative;
    left: 0;
    margin-left: -125px;
    padding: 0;
    min-width: 1600px;
}

@media (max-width: 1615px) {
    .logo-listing-container.respect-boundary {
        left: calc(-50vw + 50%);
        min-width: calc(100vw - 10px);
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

/* CAREER SEARCH */
section.content.cc-course-page-intro {
    padding-bottom: 10px;
}

/* BUTTON */
.cc-button-container .cc-button {
    font-size: inherit;
    border-radius: 0.4em;
}

.cc-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: #565555;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    border: none;
    padding: 6px 15px;
}

.cc-button:hover,
.cc-button:focus {
    outline: 0;
    text-decoration: none;
    color: #fff;
    background: #706e6e;
}

.cc-button--lg {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.cc-button--xl {
    font-size: 23px;
    padding: 13px 44px;
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .cc-button--xl {
        font-size: 25px;
        padding: 13px 50px;
        border-radius: 6px;
    }
}

.cc-button--blue {
    background: #2ca5c3;
}

.cc-button--blue:hover,
.cc-button--blue:focus {
    background: #4cbbd6;
}

.cc-button--orange {
    background: #ff671f;
}

.cc-button--orange:hover,
.cc-button--orange:focus {
    background: #ff8a52;
}

.cc-button--red {
    background: #ba1522;
}

.cc-button--red:hover,
.cc-button--red:focus {
    background: #e51d2c;
}

.cc-button--pill {
    border-radius: 100px;
    padding-right: 18px;
    padding-left: 18px;
}

.cc-button--border {
    background: transparent;
    border: 1px solid #565555;
    color: #565555;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cc-button--border:hover,
.cc-button--border:focus {
    background: #706e6e;
    color: #fff;
}

.cc-button--border.cc-button--red {
    border-color: #ba1522;
    color: #ba1522;
}

.cc-button--border.cc-button--red:hover,
.cc-button--border.cc-button--red:focus,
.cc-button--border.cc-button--red.cc-button--highlighted {
    background: #ba1522;
    color: #fff;
}

.cc-button i {
    display: inline-block;
    margin-left: 12px;
    margin-top: 0px;
}

/* BUTTON LINK */
.cc-button-link {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s linear;
    color: #565555;
    line-height: 1.3;
}

.cc-button-link--has-icon {
    padding-right: 24px;
}

.cc-button-link i {
    position: absolute;
    font-size: 1.2em;
    right: 0;
    top: 1px;
    transform: translateX(0);
    transition: transform 0.3s linear;
}

.cc-button-link--active,
.cc-button-link:hover,
.cc-button-link:focus {
    color: #ba1522;
    text-decoration: none;
}

.cc-button-link--active i,
.cc-button-link:hover i,
.cc-button-link:focus i {
    transform: translateX(5px);
}

@media screen and (min-width: 768px) {
    .cc-button-link {
        font-size: 18px;
    }

    .cc-button-link i {
        top: 2.5px;
    }
}

/* BUTTON 2  */
.cc-button2 {
    display: inline-flex;
    line-height: 1.2;
    background: #2ca5c3;
    color: #ffffff;
    transition: all 0.2s linear;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    border: none;
    padding: 6px 15px;
}

.cc-button2:hover,
.cc-button2:focus {
    color: #ffffff;
    background: #56b7cf;
    text-decoration: none;
}

.cc-button2--white {
    background: #ffffff;
    color: #2ca5c3;
}

.cc-button2--white:hover,
.cc-button2--white:focus {
    color: #2ca5c3;
    color: #fff;
    background: #60c3db;
    text-decoration: none;
}

.cc-arrow-right-long {
    display: inline-block;
    width: 40px;
    height: 18px;
    background: url("../images/arrow-right-long.svg") no-repeat left center;
    background-size: contain;
}

/* CARD LINK */
.cc-card-link-1 {
    position: relative;
    background: #e7e7e7;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
}

.cc-card-link-1:hover,
.cc-card-link-1:focus {
    box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.3);
}

.cc-card-link-1:hover .cc-card-link-1__button,
.cc-card-link-1:focus .cc-card-link-1__button {
    background: #d11826;
}

.cc-card-link-1:hover .cc-card-link-1__button i,
.cc-card-link-1:focus .cc-card-link-1__button i {
    transform: translateX(10px);
}

@media screen and (min-width: 600px) {
    .cc-card-link-1 {
        padding: 14px 60px 22px 22px;
    }
}

@media screen and (min-width: 1024px) {
    .cc-card-link-1 {
        padding-right: 90px;
    }
}

.cc-card-link-1__anchor {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cc-card-link-1__title {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
    .cc-card-link-1__title {
        font-size: 26px;
    }
}

.cc-card-link-1__list--small,
.cc-card-link-1__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

@media screen and (min-width: 600px) {
    .cc-card-link-1__list {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .cc-card-link-1__list {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

.cc-card-link-1__list--small .cc-card-link-1__icon-text,
.cc-card-link-1__icon-text {
    font-weight: 500;
    font-size: 18px;
    color: #565555;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .cc-card-link-1__icon-text {
        font-size: 20px;
    }
}

.cc-card-link-1__icon-text i {
    margin-right: 8px;
}

@media screen and (min-width: 768px) {
    .cc-card-link-1__icon-text i {
        margin-right: 12px;
    }
}

.cc-card-link-1__button {
    background: #ba1522;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: -18px;
    font-size: 28px;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    transition: all 0.2s linear;
}

@media screen and (min-width: 600px) {
    .cc-card-link-1__button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 60px;
        border-radius: 0px 8px 8px 0px;
        margin: 0;
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .cc-card-link-1__button {
        width: 90px;
    }
}

.cc-card-link-1__button i {
    transform: translateX(0);
    transition: all 0.2s linear;
}

/* CARD 1 */
.cc-card-1 {
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .cc-card-1 {
        padding: 18px;
    }
}

.cc-card-1--no-shadow {
    box-shadow: none;
}

@media screen and (min-width: 992px) {

    .cc-card-1--has-image,
    .cc-card-1__image {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 100%;
    }
}

.cc-card-1__title {
    color: #565555;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .cc-card-1__title {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.cc-card-1__title i {
    display: inline-block;
    font-size: 0.8em;
}

.cc-card-1__image {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 200px;
}

@media screen and (min-width: 992px) {
    .cc-card-1__image img {
        height: auto;
    }
}

.cc-card-1__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

.cc-card-1__description {
    font-size: 16px;
    line-height: 1.4;
    color: #565555;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .cc-card-1__description {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4;
    }
}

.cc-card-1__number {
    color: #68676b;
    font-weight: 700;
    font-size: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
    .cc-card-1__number {
        font-size: 50px;
    }
}

/* CARD 2 */
.cc-card-2 {
    border-radius: 6px;
    background: #e7e7e7;
    padding: 10px;
}

.cc-card-2__title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.cc-card-2__title--has-icon {
    padding-right: 25px;
}

.cc-card-2__title i {
    position: absolute;
    top: 3px;
    right: 0;
    margin: 0;
}

.cc-card-2__number {
    font-size: 50px;
    margin: 0 0 -8px 0;
}

/* CARD IMAGE */
.cc-card-image {
    position: relative;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: 0;
}

.cc-card-image:hover .cc-card-image__image img,
.cc-card-image:focus .cc-card-image__image img {
    transform: scale(1.05);
}

.cc-card-image__image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cc-card-image__image img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
    object-fit: cover;
    height: 280px;
}

.cc-card-image__caption {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 5px;
    min-height: 62px;
    column-gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.cc-card-image__anchor {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* STATISTICS LIST */
.cc-statistics-list {
    margin-bottom: 32px;
}

.js-statistics-list--in-active .cc-progress-bar__inner {
    width: 1% !important;
}

.cc-statistics-list .cc-progress-bar {
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .cc-statistics-list .cc-progress-bar {
        padding: 0;
    }
}

.cc-statistics-list__title {
    font-weight: 700;
    font-size: 22px;
    margin-top: 0;
}

.cc-statistics-list__caption {
    font-size: 18px;
}

.cc-statistics-list__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cc-statistics-list__item {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cc-statistics-list__text {
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .cc-statistics-list__text {
        padding-right: 0;
    }
}

/* PROGRESS BAR */
.cc-progress-bar {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .cc-progress-bar {
        max-width: 410px;
    }
}

.cc-progress-bar__caption {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 32px;
}

@media screen and (min-width: 768px) {
    .cc-progress-bar__caption {
        text-align: right;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.cc-progress-bar__outer {
    overflow: hidden;
    display: inline-block;
    width: 90%;
    width: calc(100% - 32px);
    height: 22px;
    border-radius: 16px;
    background: #fbd3d7;
}

@media screen and (min-width: 768px) {
    .cc-progress-bar__outer {
        width: 100%;
        margin-left: 40px;
    }
}

.cc-progress-bar__inner {
    height: inherit;
    border-radius: inherit;
    background: #ba1522;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 10%;
}

/* STYLED LIST */
.cc-styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cc-styled-list__item {
    padding: 12px 10px 12px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (min-width: 992px) {
    .cc-styled-list__item {
        font-size: 18px;
        padding-left: 42px;
    }
}

.cc-styled-list__item::before,
.cc-styled-list__item::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.cc-styled-list__item::after {
    left: 0;
    top: 14px;
    width: 22px;
    height: 22px;
    background: #e7adb2;
    z-index: 1;
}

.cc-styled-list__item::before {
    top: 19px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #ba1522;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .cc-styled-list__item::after {
        width: 26px;
        bottom: 0;
        height: 26px;
        margin: auto 0;
        top: 0;
    }

    .cc-styled-list__item::before {
        width: 14px;
        height: 14px;
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}

.cc-styled-list--small .cc-styled-list__item::before,
.cc-styled-list--small .cc-styled-list__item::after {
    transform: scale(0.6) translate(-8px, -15px);
}

.cc-styled-list--small .cc-styled-list__item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
}

@media screen and (min-width: 992px) {
    .cc-styled-list--small .cc-styled-list__item {
        font-size: 16px;
        padding-left: 28px;
    }

    .cc-styled-list--small .cc-styled-list__item::before,
    .cc-styled-list--small .cc-styled-list__item::after {
        transform: scale(0.6) translate(-7px, 0);
    }
}

/* BREADCRUMB */
.cc-breadcrumb {
    color: #68676b;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cc-breadcrumb-item {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    line-height: 1;
    padding-bottom: 10px;
}

.cc-breadcrumb-item i {
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    color: inherit;
}

.cc-breadcrumb-text {
    display: inline-block !important;
    color: inherit !important;
    font-weight: 700 !important;
    font-size: 1rem;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .cc-breadcrumb-text {
        font-size: 1.13rem;
    }

    .cc-breadcrumb-item i {
        margin: 0 10px;
        font-size: 1.2em;
    }
}

.cc-breadcrumb-text-is-highlighted {
    color: #d05252 !important;
    position: relative;
}

.cc-breadcrumb-text-is-highlighted::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #d05252;
    width: 60%;
    max-width: 81px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* CC BANNER */
.cc-banner.banner-component .item.item_overlay.c3-bg .inner::before {
    opacity: 0.6;
}

.cc-banner .item {
    margin: 0;
}

.cc-banner .container {
    position: relative;
}

.cc-banner-info {
    position: relative;
    z-index: 2;
    padding-top: 36px;
}

.cc-banner-caption {
    font-size: 1.13rem;
    color: #fff;
    font-weight: 600;
}

.cc-banner-breadcrumb .cc-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 4;
    color: #fff;
}

/* BANNER 2 */
.cc-banner-2 {
    min-height: 416px;
    position: relative;
}

.cc-banner-2--has-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
}

.cc-banner-2--has-breadcrumbs {
    padding-bottom: 55px;
}

.cc-banner-2__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.cc-banner-2__content {
    padding-top: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    text-align: center;
}

body .cc-banner-2__caption,
body .cc-banner-2__title {
    color: #fff;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    body .cc-banner-2__caption {
        font-size: 18px;
    }
}

/* SEARCH RESULTS */
.cc-search-results {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .cc-search-results {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.cc-search-results__title {
    font-weight: 700;
    color: #565555;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .cc-search-results__title {
        text-align: left;
        margin-bottom: 27px;
    }
}

.cc-search-results__item {
    margin-top: 25px;
    padding: 15px;
    background: #e7e7e7;
    width: 100%;
    border-radius: 8px;
}

@media screen and (min-width: 768px) {
    .cc-search-results__item {
        padding: 23px 20px 20px;
        margin-bottom: 25px;
    }
}

.cc-search-results__item:first-of-type {
    margin-top: 0;
}

.cc-search-results__item-title {
    color: #565555;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .cc-search-results__item-title {
        text-align: left;
        font-size: 28px;
    }
}

.cc-search-results__row {
    display: grid;
    gap: 10px;
    grid-template-rows: repeat(auto, 3);
    grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
    .cc-search-results__row {
        gap: 20px;
        grid-template-columns: repeat(1fr, 3);
        grid-template-rows: repeat(auto, 2);
    }
}

@media screen and (min-width: 1024px) {
    .cc-search-results__row {
        grid-template-columns: repeat(1fr, 4);
        grid-template-rows: 1;
    }
}

.cc-search-results__column-1 {
    grid-column: 1;
    grid-row: 1;
}

@media screen and (min-width: 768px) {
    .cc-search-results__column-1 {
        grid-column: 1 / span 2;
    }
}

.cc-search-results__column-2 {
    grid-column: 1;
    grid-row: 2;
}

@media screen and (min-width: 768px) {
    .cc-search-results__column-2 {
        grid-column: 3;
        grid-row: 1;
        width: 250px;
    }
}

.cc-search-results__column-3 {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .cc-search-results__column-3 {
        grid-column: 1 / span 3;
        grid-row: 2;
    }
}

@media screen and (min-width: 1024px) {
    .cc-search-results__column-3 {
        grid-row: 1;
        grid-column: 4;
    }
}

.cc-search-results__button {
    padding: 10px 12px;
    border-radius: 8px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
    .cc-search-results__button {
        font-size: 18px;
    }
}

.cc-search-results__button i {
    text-shadow: none;
}

.cc-search-results__title,
.cc-search-results-2__title {
    font-size: 26px;
}

@media screen and (min-width: 768px) {

    .cc-search-results__title,
    .cc-search-results-2__title {
        font-size: 28px;
    }
}

/* SEARCH RESULTS 2 */
.cc-search-results-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
}

.cc-search-results-2__title {
    font-weight: 700;
    color: #565555;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .cc-search-results-2__title {
        text-align: left;
        margin-bottom: 15px;
    }
}

.cc-search-results-2__list {
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.cc-search-results-2__item {
    margin-bottom: 24px;
}

/* MORE INFORMATION SECTION */
.cc-more-information .cc-card-1 {
    min-height: 100%;
}

.cc-more-information__title {
    margin-bottom: 20px;
    font-size: 1.65rem;
}

.cc-more-information__section {
    background: #e7e7e7;
    padding: 30px 0;
}

.cc-more-information__row {
    margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
    .cc-more-information__row.d-flex {
        margin-right: -8px;
        margin-left: -8px;
    }

    .cc-more-information__col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .cc-more-information__col:nth-of-type(1),
    .cc-more-information__col:nth-of-type(2) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .cc-more-information__col:nth-of-type(3) {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}

/* ACCORDION TABS */
.cc-accordion-tabs .cc-styled-list {
    margin-bottom: 15px;
}

.cc-accordion-tabs__nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cc-accordion-tabs__nav-item {
    position: relative;
    padding: 8px 0;
}

.cc-accordion-tabs__nav-button {
    /* font-size: 16px; */
}

.cc-accordion-tabs__nav-button i {
    opacity: 0.3;
}

.cc-accordion-tabs__nav-button.cc-is-active {
    color: #ba1522;
}

.cc-accordion-tabs__nav-button.cc-is-active i {
    opacity: 1;
    color: #ba1522;
    transform: translateX(5px);
}

.cc-accordion-tabs__button:focus,
.cc-accordion-tabs__button {
    position: relative;
    cursor: pointer;
    color: #565555;
    transition: all 0.3s linear;
    text-decoration: none;
    padding-bottom: 8px;
    padding-top: 8px;
}

.cc-accordion-tabs__button.cc-is-active,
.cc-accordion-tabs__button:hover {
    color: #ba1522;
    text-decoration: none;
}

.cc-accordion-tabs__button i {
    transition: transform 0.5s ease-in-out;
    transform: rotate(0);
}

.cc-accordion-tabs__button.cc-is-active i {
    transform: rotate(-180deg);
}

.cc-accordion-tabs__content {
    overflow: hidden;
    max-height: 0;
}

.cc-accordion-tabs__tab.cc-is-active .cc-accordion-tabs__content {
    max-height: 9000px;
}

@media screen and (min-width: 768px) {
    .cc-accordion-tabs__content {
        max-height: 9000px;
    }

    .cc-accordion-tabs__tab {
        display: none;
    }

    .cc-accordion-tabs__tab:not(.cc-is-hidden),
    .cc-accordion-tabs__tab.cc-is-active {
        display: block;
    }

    .cc-accordion-tabs .cc-card-2__number {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .cc-accordion-tabs .cc-card-2__number {
        font-size: 40px;
    }
}

/* HELPERS */
.cc-gap-15 {
    gap: 15px;
}

body .cc-bg-gray-100 {
    background: #f0f0f0;
}

body .cc-bg-gray-200 {
    background: #e7e7e7;
}

body .cc-drop-shadow-sm {
    box-shadow: 2px 2px 1px 1px rgba(214, 214, 214, 0.5);
}

body .cc-drop-shadow-md {
    box-shadow: 3px 3px 4px #d6d6d6;
}

body .cc-drop-shadow-lg {
    box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.3);
}

body .cc-text-red {
    color: #ba1522;
}

body .cc-text-red-100 {
    color: #d05252;
}

body .cc-text-white {
    color: #ffffff;
}

body .cc-font-weight-600 {
    font-weight: 600;
}

body .cc-font-weight-400 {
    font-weight: 400;
}

/* FONT SIZES */
body .cc-heading-1 {
    font-size: 32px;
}

body .cc-heading-2 {
    font-size: 28px;
}

body .cc-heading-3 {
    font-size: 26px;
}

body .cc-heading-4 {
    font-size: 24px;
}

body .cc-heading-5 {
    font-size: 22px;
}

body .cc-heading-6 {
    font-size: 20px;
}

body .cc-text-xs {
    font-size: 12px;
}

body .cc-text-sm {
    font-size: 14px;
}

body .cc-text-base {
    font-size: 16px;
}

body .cc-text-lg {
    font-size: 18px;
}

body .cc-text-lg-1 {
    font-size: 19px;
}

body .cc-text-xl {
    font-size: 20px;
}

body .cc-text-2xl {
    font-size: 24px;
}

body .cc-text-4xl {
    font-size: 40px;
}

body .cc-text-5xl {
    font-size: 50px;
}

@media screen and (min-width: 992px) {
    body .cc-heading-1 {
        font-size: 41px;
    }

    body .cc-heading-2 {
        font-size: 32px;
    }

    body .cc-heading-3 {
        font-size: 30px;
    }

    body .cc-heading-4 {
        font-size: 26px;
    }

    body .cc-heading-5 {
        font-size: 24px;
    }

    body .cc-heading-6 {
        font-size: 22px;
    }

    body .cc-md-heading-4 {
        font-size: 26px;
    }

    body .cc-md-text-4xl {
        font-size: 40px;
    }

    body .cc-md-text-5xl {
        font-size: 50px;
    }
}