:root {
    --color-triad-light: #00AEEF;
    --color-triad-medium: #0089D0;
    --color-triad-dark: #0060AF;
    --color-triad-secondary-light: #C6168D;
    --color-triad-secondary-medium: #92278F;
    --color-triad-secondary-dark: #5C2E91;
    --bs-primary: #0089d0;
    --bs-primary-rgb: 0, 137, 208;
    --bs-body-font-family: Verdana, Geneva, Arial, sans-serif;
    --bs-body-color: #636466;
    --bs-link-color: #0089d0;
    --bs-link-color-rgb: 0, 137, 208;
    --bs-btn-bg: #0089d0;
}

@font-face {
    font-family: "Cachet";
    src: url("../fonts/cachet-ExtraLight.eot");
    src: url("../fonts/cachet-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet-ExtraLight.woff") format("woff"), url("../fonts/cachet-ExtraLight.ttf") format("truetype"), url("../fonts/cachet-book.svg#cachet-ExtraLight") format("svg");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("../fonts/cachet-book.eot");
    src: url("../fonts/cachet-book.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet-book.woff") format("woff"), url("../fonts/cachet-book.ttf") format("truetype"), url("../fonts/cachet-book.svg#cachet-book") format("svg");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("../fonts/cachet-medium.eot");
    src: url("../fonts/cachet-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet-medium.woff") format("woff"), url("../fonts/cachet-medium.ttf") format("truetype"), url("../fonts/cachet-medium.svg#cachet-medium") format("svg");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("../fonts/cachet-bold.eot");
    src: url("../fonts/cachet-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet-bold.woff") format("woff"), url("../fonts/cachet-bold.ttf") format("truetype"), url("../fonts/cachet-bold.svg#cachet-bold") format("svg");
    font-weight: 700;
    font-display: swap;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



html {
    /* font-size: 62.5%;*/
    overflow-x: hidden;
}

body {
    color: #636466;
    font-family: "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    /*font-size: 1.6rem;*/
}

html, body {
    height: 100%;
}


h1, .h1 {
    color: #862F8B;
    /*font-size: 2em;*/
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

h2, .h2 {
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    color: #5C2E91;
    /*font-size: 1.60em;*/
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

h3, .h3 {
    color: #5C2E91;
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    /*font-size: 1.4em;*/
    margin-bottom: 0.5em;
}

h4, .h4 {
    color: #862F8B;
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    /*font-size: 1.2em;*/
}

h5, .h5 {
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1.333;
    text-transform: uppercase;
}

h6, .h6 {
    font-weight: 600;
}

h1.sfdownloadTitle, .sfdownloadTitle.h1 {
    color: #862F8B;
    font-size: 2.4rem;
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 1.5em;
}

h2 span {
    font-size: .75em;
    color: #0089d0;
}
h3 span {
    font-size: .75em;
    color: #0060AF;
}

a {
    text-decoration: underline;
    text-decoration-color: #94cbe8;
    color: #0886CA;
}


h2 a, .h2 a, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited {
    color: #862F8B;
}


a.btn:hover, a.nav-link:hover {
    text-decoration: none
}



svg {
    fill: currentColor;
}


.page-content {
    flex: 1 0 auto;
    min-height: 200px;
    position: relative;
    padding-bottom: 150px;
    overflow-x: hidden;
}

  /*  .page-content img {
        max-width: 100%;
    }

.container-content {
    width: 100%;
    padding: 0 5% 60px 5%;
    flex: 1 0 auto;
}*/

.gradient-vertical-blue {
    background-color: #008adb;
    background-image: linear-gradient(to bottom, #06a0e8, #0073cd);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#06a0e8", endColorstr="#0073cd", GradientType=0 );
}

.btn {
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 1em;
    letter-spacing: 0.05em;
    padding: .5em 1em;
    font-weight: 600;
}

.btn-external {
    font-weight: 600;
    padding: 0;
}
.btn-external::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c5";
    color: inherit;
    font-weight: 600;
    margin-left: 6px;
}

.card {
    border-radius: 10px;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: 0 none;
}


.card .card-header img {
    height: 175px;
    object-fit: cover;
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: #5C2E91;
    text-transform: uppercase;
}

.card-footer {
    padding: 1rem;
    border-top: 0 none;
}


/****  Accordion  ***/


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
    background-color: #0886ca;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #26ace2;
        outline: 0;
        box-shadow: none;
    }
    .accordion-button:hover {
        background-color: #0060af;
    }
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #0060af;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

    .accordion-button::after {
        background-image: none;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
    }

/* Code for animation -- to change direction of chevron just change -40px to 40px and vice versa */
.accordion-header .chevron-down-custom span, .accordion-header .chevron-up-custom span {
    width: 10px;
    height: 3px;
    background-color: #ffffff;
    display: inline-block;
    transition: all .2s linear;
}

.accordion-header .chevron-down-custom .sp-1, .accordion-header .chevron-up-custom .sp-2 {
    transform: skewY(40deg);
}

.accordion-header .chevron-up-custom .sp-1, .accordion-header .chevron-down-custom .sp-2 {
    transform: skewY(-40deg);
}

.accordion-header .chevron {
    display: flex;
}

.accordion-header .accordion-button {
    justify-content: space-between;
}

    .accordion-button::after {
        display: none;
    }

    /*** TABLE ****/

.customTable th {
    background-color: #c6168d;
    color: white;
    text-align: center;
    padding: .5rem;
    border-radius: 6px;
}

.customTable td {
    padding: 1rem;
}


.rounded-circle img {
    border-radius: 50%;
}


.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1em;
    color: #000000;
}