@import url('https://kit.fontawesome.com/b5d3338d7a.css');

:root {
    --cco-gradient-horizontal: linear-gradient(270deg, #F05E24 0%, #F19722 100%);
    --cco-gradient-vertical: linear-gradient(0deg, #F15F25 32.3%, #F19722 85.86%);
    --dark-gray: #4F4C4D;
    --light-gray: #C1C5C8;
    --lighter-gray: #D4D4D4;
    --lightest-gray: #F6F6F6;
    --gray-text: #A2A9AE;
    --orange: #FF5100;
    --orange-hover: #E04B06;
    --red: #E71D36;
    --teal: #439A8C;
    --teal2: #2D9B91;
    --teal-dark: #027965;
    --yellow: #FAA916;
    --dark-blue: #173594;
    --light-blue: #5A78D4;
    --font: Montserrat;
    --radius: 8px;
    --shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-hover: 0px 8px 13px rgba(0, 0, 0, 0.3);
    --transition: all .2s ease-in-out;
}

body {
    color: black;
    font-family: var(--font);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bold-7 {
    display: none !important;
}

.staticpages_html > p {
    display: none !important;
}

.py-sm-4,
.pb-4,
.about-sec {
    margin: 0 !important;
    padding: 0 !important;
}

header .container,
.full-width-container .container, 
.full-width-container + .container,
.full-width-container + .container + .container {
    max-width: 100%;
}

.full-width-container .container {
    padding: 1rem;
}

.full-width-container .container.main {
    padding: 0 1rem;
}

.full-width-container .container.footer {
    background: var(--dark-gray);
    padding: 1rem 2rem;
    text-align: left;
}

.footer p {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.container {
    max-width: 100%;
    padding: 0 1rem;
    text-align: left;
}

.row {
    justify-content: center;
}

.event-lst .row {
    text-align: left;
}

.row + .row {
    padding: 1rem 0;
}

.full-width-container .container.logo-container {
    padding: 1rem;
}

.container.logo-container .row {
    align-items: center;
    justify-content: space-between;
}

section.container.logo-container .img-container {
    width: 170px;
}

.footer .row,
.row .wrapper {
    justify-content: flex-start;
}

.footer-link {
    text-align: left;
}

footer .logo img {
    width: 120px !important;
}

p.main-message{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    padding: 1rem 0;
}

.welcome p.main-message {
    color: white;
    margin: 2% auto 6%;
}

.credits {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    padding: 1rem;
}

a {
    text-decoration: none;
}

p {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

p span {
    display: inline;
}

.deliver.body.container p span {
    display: inline;
}

.col-lg-6 p {
    text-align: left;
}

.col-lg-6 p span {
    color: var(--orange);
    font-weight: 800;
}

.my-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

img {
    width: 100%;
}

.red-highlight {
    color: var(--red);
    font-weight: 800;
}

.orange-highlight {
    color: var(--orange);
    font-weight: 800;
}

.teal-highlight {
    color: var(--teal2);
    font-weight: 800;
}

.yellow-highlight {
    color: var(--yellow);
    font-weight: 800;
}

h2 .red-highlight,
h2 .teal-highlight,
h2 .yellow-highlight {
    font-weight: 900;
}

.faculty h3 {
    text-align: center;
}

h3 strong {
    font-weight: 700;
}

.btn-primary {
    align-items: center;
    border-radius: var(--radius);
    color: white;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
    padding: .5rem 1rem;
    transition: var(--transition);
}

.btn-primary::before {
    align-items: center;
    color: white;
    content: '\f648';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 1.2rem;
    justify-content: center;
    padding-right: .5rem;
    text-rendering: optimizeLegibility;
}

.btn-primary.orange {
    background: var(--orange);
    border: 3px solid var(--orange);
    color: white;
    text-transform: none;
    transition: var(--transition);
    width: 228px;
}

.btn-primary.orange:hover,
.btn-primary.orange:active,
.btn-primary.orange:focus {
    background: var(--orange-hover);
    border: 3px solid var(--orange-hover);
    color: white;
    transition: var(--transition);
}

.btn-primary.teal {
    background: var(--teal2);
    border: 3px solid var(--teal2);
    color: white;
    text-transform: none;
    transition: var(--transition);
    width: 228px;
}

.btn-primary.teal:hover,
.btn-primary.teal:active,
.btn-primary.teal:focus {
    background: var(--teal-dark);
    border: 3px solid var(--teal-dark);
    color: white;
    transition: var(--transition);
}

.btn-secondary {
    background: transparent;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 700;
    padding: .5rem 3rem;
}

.btn-secondary.red {
    border: 3px solid var(--red);
    color: var(--red);
    transition: var(--transition);
}

.btn-secondary.red:hover,
.btn-secondary.red:active,
.btn-secondary.red:focus {
    background: var(--red);
    color: white;
    transition: var(--transition);
}

.btn-secondary.teal {
    border: 3px solid var(--teal2);
    color: var(--teal2);
    transition: var(--transition);
}

.btn-secondary.teal:hover,
.btn-secondary.teal:active,
.btn-secondary.teal:focus {
    background: var(--teal2);
    color: white;
    transition: var(--transition);
}

.btn-secondary.yellow {
    border: 3px solid var(--yellow);
    color: var(--yellow);
    transition: var(--transition);
}

.btn-secondary.yellow:hover,
.btn-secondary.yellow:active,
.btn-secondary.yellow:focus {
    background: var(--yellow);
    color: black;
    transition: var(--transition);
}

.body.container {
    padding: 1rem;
}

/* HEADER SECTION */
    .hero-container {
        background-image: linear-gradient(0deg, rgba(23, 53, 148,.2) 20%, rgba(23, 53, 148,.7) 160%), url('https://omni-channel-2022-assets-production.s3.amazonaws.com/medialibrary/00031/4D27CFF7-A06D-4685-9A5B-3F3ED7DE312A.jpg');
        background-position: 0%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top: 10px solid var(--orange);
        filter: grayscale(0);
        padding: 3rem 1rem;
    }

    .hero-container .row {
        justify-content: flex-start;
    }

    .hero-container h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1875;
        text-align: left;
    }

    .hero-container h1 span {
        display: block;
        font-size: 40px;
    }

    .hero-container p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .hero-container p span {
        color: var(--teal);
        display: block;
        font-weight: 900;
    }

    .intro { 
        color: white;
    }

    .hero .intro {
        max-width: 885px;
        padding: 0;
    }

    .intro .img-container {
        padding: 0 0 1rem;
        width: 100px;
    }

    .hero-container p,
    .hero-container p.header {
        color: white;
        text-align: left;
    }

    .hero-container p.header {
        font-size: 24px;
        font-weight: 900;
        margin: 0 0 .25rem;
    }

    .hero h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.15;
        margin: 0;
    }

    .hero h1 span {
        display: block;
        font-size: 40px;
    }

    .hero p {
        font-weight: 600;
        margin: 1rem 0 1.5rem;
    }

    .hero-container .btn-primary {
        margin-top: 1.5rem;
    }

/* ====== Local nav / jump links ====== */
    .local-nav {
        background: var(--lightest-gray);
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .local-nav .links.container {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 0;
    }

    .local-nav a {
        color: #000;
        font-weight: 700;
        padding: 1rem;
        transition: var(--transition);
    }

    .local-nav a:hover {
        background: var(--orange);
        color: white;
        transition: var(--transition);
    }

.icon {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    list-style: none;
}

.testimonials .icon {
    justify-content: center;
}

.icon::before {
    align-items: center;
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    padding: 0 .5rem 0 0;
    text-rendering: optimizeLegibility;
}

.icon.brain::before {
    content: '\f5dc';
}

.icon.handshake::before {
    content: '\f2b5';
}

.icon.gem::before {
    content: '\f3a5';
}

.icon.key::before {
    content: '\f084';
}

.icon.chat::before {
    content: '\f075';
    opacity: .5;
}

.benefit{
    font-weight: 500;
}

.header-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 1rem 0 0;
    text-align: left;
}

.header-container h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    width: 100%;
}

.header-container h3 {
    color: black;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-container h3 span {
    display: inline-block;
}

h6 {
    color: black;
    font-size: 18px;
    font-weight: 900;
    margin: 24px 0 0;
    text-align: left;
}

ul {
    list-style: none;
    padding: 1rem 0 0;
    text-align: left;
}

ul li {
    align-items: start;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 1rem;
}

ul li:before {
    align-items: center;
    color: var(--orange);
    content: '\f058';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 .5rem 0 0;
    text-rendering: optimizeLegibility;
}

/* DELIVER */
    .deliver img {
        max-width: 530px;
        margin: 0 auto;
    }


/* ====== Process ====== */
    .process,
    .who {
        background: var(--lightest-gray);
        padding: 2rem 1rem;
    }

    .cards {
       justify-content: space-between;
       margin-top: 1rem;
    }

    .card {
        background: #fff;
        border-radius: .5rem;
        box-shadow: var(--shadow);
        margin-bottom: 1rem;
        padding: 1.25rem;
    }

    .testimonials .carousel-rail .card {
        border: none;
        box-shadow: none;
    }

    .testimonials .carousel-rail .card .card-wrapper {
        border: none;
        box-shadow: var(--shadow);
        display: flex;
        flex-direction: column;
    }

    .card.blue {
        background: var(--dark-blue);
    }

    .step {
        text-align: left;
    }

    .card .wrap {
        height: 100%;
    }

    .step-num {
        background: var(--light-blue);
        border-radius: 2rem;
        color: white;
        font-size: 16px;
        font-weight: 800;
        height: 32px;
        padding: 4px 0 0 0;
        text-align: center;
        width: 32px;
    }

    .card.blue .step-num {
        background: white;
        color: var(--dark-blue);
    }

    .card .img-container {
        width: 60px;
    }

    .card h5 {
        font-weight: 800;
        margin: 0;
        padding: .5rem 0 0;
    }

    .card p {
        margin: 0;
        padding: .5rem 0 3rem;
        text-align: left;
    }
    
    .card.blue h5,
    .card.blue p {
        color: white;
    }

    .arrow .img-container {
        display: none;
    }

    .arrow p {
        align-items: center;
        display: flex;
        font-weight: 800;
        justify-content: center;
    }

    .arrow p::before {
        align-items: center;
        background-color: var(--dark-blue);
        border-radius: 2rem ;
        color: white;
        content: '\f364';
        display: flex;
        font-family:"Font Awesome 6 Pro";
        font-size: 1.2rem;
        font-weight: 900;
        height: 32px;
        justify-content: center;
        margin-right: .5rem;
        text-rendering: optimizeLegibility;
        width: 32px;
    }

/* ====== Cards / utilities ====== */

    .btn-teal {
        background: var(--teal);
        border-radius: 2rem;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        padding: .6rem 1.4rem;
    }

    .btn-teal:hover {
        background: var(--teal-dark);
        color: #fff;
    }


/* why */

.why .row {
    justify-content: space-between;
}

.feature {
    margin: 1rem 0;
    width: 100%;
}

.feature img {
    height: 50px;
    width: auto;
}

.feature h5 {
    color: var(--orange);
    font-size: 20px;
    font-weight: 800;
    padding-top: .5rem;
    text-transform: uppercase;
}

.feature .subheader {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: .5rem;
}

.feature p {
    font-size: 18px;
    font-weight: 500;
}

/* ====== Contact ====== */
    .contact .card-lite {
        text-align: left;
    }

    .contact label {
        color: white;
        font-weight: 700;
        text-align: left;
        width: 100%;
    }

    .contact .form-select,
    .contact .form-control {
        border-radius: .5rem;
    }

    .required:after {
        color: var(--red);
        content: " *";
    }

    .field {
        padding-bottom: 1rem;
    }

    #org {
        padding-bottom: 0;
    }

    .form .col-12.col-md-6 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.numbers,
.contact {
    background-image: linear-gradient(0deg, rgba(23, 53, 148,.2) 20%, rgba(23, 53, 148,.7) 160%), url('https://omni-channel-2022-assets-production.s3.amazonaws.com/medialibrary/00031/F9717185-9889-4FB1-BC50-FB6E2698FA0B.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.numbers p,
.numbers h3,
.numbers h4,
.contact p,
.contact h3 {
    color: white;
}

.numbers .description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.numbers .description .col-lg-6 p {
    margin-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
    
.card.metric {
    background: var(--lightest-gray);
    border-radius: var(--radius);
    width: 100%;
}

.numbers .value {
    color: var(--dark-blue);
    font-size: 60px;
    font-weight: 900;
}

.numbers .label {
    color: black;
    font-size: 28px;
    font-weight: 600;
}

.numbers .value,
.numbers .label {
    margin: 0;
    padding: 0;
    text-align: center;
}


/* Each slide is a full-width "slot" for the rail math */
.testimonials .card.slide {
    background: var(--lightest-gray);
    flex: 0 0 100%;
    padding: 0 4rem;
    position: relative;
    margin: 0 auto;
    max-width: 940px;
    width: 100% !important;
}

/* Guard against any other global .card rules bleeding in */
.testimonials .card {
    box-sizing: border-box;
    width: auto !important;
}

.testimonials .card p {
    text-align: center;
}

.testimonials .card .title,
.testimonials .card .role {
    padding: 0;
}

.testimonials .card .title {
    color: black;
    font-size: 22px;
    font-weight: 900;
    padding-top: 3rem;
    text-transform: uppercase;
}

.testimonials .card .role { 
    color: #333;
    font-size: #5A5959;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.quote {
    display: flex;
    justify-content: center;
    position: relative;
}

.card.slide hr {
    background: var(--orange);
    height: 8px;
    margin: 0 auto;
    opacity: 1;
    width: 240px;
}

.quotation {
    color: var(--orange);
    font-size: 28px;
    font-weight: 900;
}

.quote p {
    padding-bottom: .5rem;
}

.quote p:nth-of-type(2) {
    max-width: 780px;
}

/* Who */

.who .img-container.col-lg-6 {
    display: flex;
    justify-content: flex-end;
}

.who .img-container img {
    border-radius: var(--radius);
    max-height: 315px;
    width: auto;
}

.who p span {
    display: inline;
}

.who p {
    margin-bottom: 1.5rem;
}

/* FAQs */

.accordion-button,
.accordion-button:not(.collapsed) {
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding: 1rem;
}

.accordion-button {
    background: var(--lightest-gray);
}

.accordion-button:not(.collapsed) {
    background: white;
}

.accordion-button::after {
    align-items: center;
    background-image: none;
    color: var(--orange);
    content: '\f107';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 1.2rem;
    font-weight: 900;
    justify-content: center;
    text-rendering: optimizeLegibility;
}

.accordion-button:not(.collapsed)::after {
    align-items: center;
    background-image: none;
    color: var(--orange);
    content: '\f107';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 1.2rem;
    font-weight: 900;
    justify-content: center;
    text-rendering: optimizeLegibility;
}

.accordion-body {
    font-weight: 500;
    text-align: left;
}

/* ====== Footer ====== */
    footer {
        background: white;
        border-top: 10px solid var(--orange);
        color: #fff;
        font-weight: 600;
        padding: 1rem;
    }

    footer img {
        width: 100px;
    }
    
    footer .col-lg-6 {
        display: flex;
        justify-content: center;
    }

    footer .row {
        align-items: flex-end;
    }
    
    footer .col-lg-6 p {
        align-items: flex-end;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

@media screen and (min-width: 500px) {

    h2 {
        font-size: 7.5vw;
    }

    .countdown {
        margin-top: 2rem;
        width: 50%;
    }

    .countdown-number {
        padding: 1rem;
    }

    .logos-container .img-container {
        border: none;
        border-right: 1px dotted var(--light-gray);
        width: calc(100% * 1/2 - 1rem);    
    }

    .logos-container .img-container:nth-of-type(even) {
        border: none;
    }

    .supporter-container {
        background: linear-gradient(180deg, rgba(244,244,245,0) 0%, rgba(244,244,245,1) 72%), url(https://omni-channel-2022-assets-production.s3.amazonaws.com/medialibrary/00011/14D1794D-3C70-43B4-9E66-80B4355C95AF.jpg);
        background-position: 0% center, center -60px !important;
        background-size: 100%, 100% !important;
        padding: 24rem 1rem 1rem;
    }
}

@media screen and (min-width: 768px) {

    .container {
        padding: 0 4rem;
        text-align: center;
    }

    .hero-container {
        background-image: linear-gradient(0deg, rgba(23, 53, 148,.2) 20%, rgba(23, 53, 148,.7) 160%), url('https://omni-channel-2022-assets-production.s3.amazonaws.com/medialibrary/00031/4D27CFF7-A06D-4685-9A5B-3F3ED7DE312A.jpg');
    }

    .hero-container p.header {
        font-size: 44px;
    }

    p span {
        display: inline;
    }

    .hero-container h1 {
        font-size: 42px;
    }

    .header-container {
        margin: 1rem 0 1rem;
    }

    .header-container h3 {
        padding: 0 0 .5rem;
    }

    .local-nav .links.container {
        flex-direction: row;
    }

    footer .col-lg-6 {
        display: flex;
        justify-content: flex-start;
    }

    footer .col-lg-6 p {
        text-align: right;
    }

}

@media screen and (min-width: 992px) {
    .full-width-container .container {
        padding: 2rem;
    }

    .full-width-container .container.main {
        padding: 0 2rem;
    }

    section.body {
        padding: 5rem 4rem;
    }

    .main-content-container {
        padding: 0;
    }

    .intro {
        max-width: 910px;
    }

    .main-container {
        box-shadow: var(--shadow);
        flex-direction: column;
        padding: 1.2rem;
        position: absolute;
        top: -320px;
    }

    p {
        font-size: 20px;
        text-align: center;
    }

    p.main-message {
        font-size: 2vw;
        padding: 2rem 3rem 1.5rem;
    }
    
    .welcome p.main-message {
        margin: 2% auto 6%;
        padding: 0;        
    }

    .header-container {
        margin: 2rem 0;
        text-align: center;
    }

    .header-container h4 {
        font-size: 36px;
    }

    .header-container h3 {
        font-size: 52px;
        padding-bottom: 2rem;
    }

    .header-container h3 span {
        display: block;
    }

    .deliver .row {
        display: flex;
    }

    .row.arrow {
        padding: 7rem 0 2rem;
        position: relative;
    }

    .arrow img {
        position: absolute;
        right: 10%;
        top: 0px;
        width: 70%;
        z-index: 0;
    }

    .feature {
        margin: 0;
        width: calc(100% * 1/3 - 1rem);
    }

    .numbers .description {
        flex-direction: row;
        padding: 1rem 3rem 3rem;
    }
}

@media screen and (min-width: 1200px) {
    
    .full-width-container .container {
        padding: 1rem 5rem;
    }

    .full-width-container .container.hero-container {
        padding: 0;
    }
        
    .hero-container .row {
        padding: 4rem;
    }

    .hero-container p {
        font-size: 20px;
    }

    p span {
        display: block;
    }

    .intro { 
        color: white;
        text-align: left;
    }

    .full-width-container .container.faculty-container {
        height: 90vh;
        padding: 0;
    }

    .full-width-container .container.main {
        padding: 0 5rem;
    }

    .deliver.body.container .col-lg-6 p,
    .deliver.body.container .col-lg-6 h6,
    .deliver.body.container .col-lg-6 ul {
        padding-left: 4rem;
    }

    .card {
        width: calc(100% * 1 / 5);
        margin: 0;
    }

    .card.step:first-of-type {
        margin-top: 9rem;
    }

    .card.step:nth-of-type(2) {
        margin-top: 7rem;
    }

    .card.step:nth-of-type(3) {
        margin-top: 5rem;
    }
    
    .card.step:nth-of-type(4) {
        margin-top: 3rem;
    }
    
    .card.step:nth-of-type(5) {
        margin-top: 1rem;
    }

    .arrow .img-container {
        display: block;
    }

    .arrow p {
        display: none;
    }

    .numbers.body.container {
        padding: 5rem 4rem 12rem;
        position: relative;
    }

    .numbers .row.cards {
        padding: 0 8% 0 2.5%;
        position: absolute;
        margin-top: 0;
        width: 100%;
    }

    .numbers .description .col-lg-6 p {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .card.metric {
        box-shadow: var(--shadow);
        padding: 6rem 3rem;
        width: calc(100% * 1/3 - 2rem);
    }

    .testimonials.container {
        padding: 13rem 4rem 6rem;
    }

    .why .row {
        padding: 0 4rem 4rem;
    }

    .who .col-lg-6 p {
        padding-right: 10rem;
    }

    .accordion {
        margin-bottom: 4rem;
    }

    form {
        padding: 2rem 0;
    }

    section#contact {
        padding: 4rem;
    }

}
