/* COLOR SCHEME =====
HEADER & NAVIGATION BACKGROUND = #272C5A (and gradient #272C5A to #272C5A)
CONTENT HEADER BACKGROUND = #272C5A
FOOTER BACKGROUND = #000
ACTIVE NAV BACKGROUND = #5d388e
MAIN CONTENT BACKGROUND = #f8eefd
TEXT COLORS:
  MAIN NAV,HEADER & FOOTER = #fff
  DARK TEXT = #272C5A
  LIGHT TEXT = #fff
BUTTON BACKGROUND = #fff
===== END COLOR SCHEME */

html {
    font-size: 16px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

body {
    border-left: 1px solid #52567b;
    border-right: 1px solid #52567b;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 150%;
    color: #28104e;
    background-color: #272C5A;
    max-width: 1100px;
    margin: 0 auto;


}

a:link {
    color: #000;
    text-decoration: underline
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-style: double
}

a:active {
    text-decoration: none
}

a.foot:link {
    color: #a38bc7;
    text-decoration: none
}

a.foot:visited {
    color: #a38bc7;
    text-decoration: none
}

a.foot:hover {
    color: #fff;
    text-decoration: none
}

a.foot:active {
    text-decoration: none
}

/* Sacramento latin-ext */
@font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/sacramento-v13-latin-400-ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Sacramento latin */
@font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/sacramento-v13-latin-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
@font-face {
font-family:"Stalemate";
font-style:normal;
font-weight:400;
font-display: swap;
src:url(/fonts/stalemate-v6-latin-regular.eot);
src:local(Stalemate),local(Stalemate-Regular),url(/fonts/stalemate-v6-latin-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/stalemate-v6-latin-regular.woff2) format("woff2"),url(/fonts/stalemate-v6-latin-regular.woff) format("woff"),url(/fonts/stalemate-v6-latin-regular.ttf) format("truetype"),url(/fonts/stalemate-v6-latin-regular.svg#Stalemate) format("svg")
}
*/

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/open-sans-v16-latin-regular.eot);
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(/fonts/open-sans-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans-v16-latin-regular.woff2) format("woff2"), url(/fonts/open-sans-v16-latin-regular.woff) format("woff"), url(/fonts/open-sans-v16-latin-regular.ttf) format("truetype"), url(/fonts/open-sans-v16-latin-regular.svg#OpenSans) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/open-sans-v16-latin-600.eot);
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(/fonts/open-sans-v16-latin-600.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans-v16-latin-600.woff2) format("woff2"), url(/fonts/open-sans-v16-latin-600.woff) format("woff"), url(/fonts/open-sans-v16-latin-600.ttf) format("truetype"), url(/fonts/open-sans-v16-latin-600.svg#OpenSans) format("svg")
}

@font-face {
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/open-sans-condensed-v13-latin-300.eot');
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('/fonts/open-sans-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans-condensed-v13-latin-300.woff2') format('woff2'), url('/fonts/open-sans-condensed-v13-latin-300.woff') format('woff'), url('/fonts/open-sans-condensed-v13-latin-300.ttf') format('truetype'), url('/fonts/open-sans-condensed-v13-latin-300.svg#OpenSansCondensed') format('svg')
}

@font-face {
    font-family: "Montez";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/montez-v9-latin-regular.eot');
    src: local('Montez Regular'), local('Montez-Regular'),
        url('/fonts/montez-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/montez-v9-latin-regular.woff2') format('woff2'), url('/fonts/montez-v9-latin-regular.woff') format('woff'), url('/fonts/montez-v9-latin-regular.ttf') format('truetype'), url('/fonts/montez-v9-latin-regular.svg#Montez') format('svg')
}

.page-wrapper {
    margin: 0 auto;
    background-color: #272C5A;
}

@media only screen and (min-width:768px) {
    html {
        font-size: 18px;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -o-text-size-adjust: none;
        -webkit-text-size-adjust: none
    }
}

@media only screen and (max-width:600px) {
    html {
        font-size: 18px;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -o-text-size-adjust: none;
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 17px;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -o-text-size-adjust: none;
        -webkit-text-size-adjust: none
    }

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }

    .column {
        display: flex;
        flex-direction: column;
        text-align: center;
        min-height: 1.2em;
        flex-basis: 100%;
        width: auto;
        flex: 1
    }

    .double-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 2
    }

    .triple-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 3
    }

    .quad-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 4
    }

    .hex-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 6
    }

    .quatro-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 14
    }

}

.accordion {
    background-color: #815eb3;
    cursor: pointer;
    padding: 1em;
    width: 100%;
    border: 0.1em;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #5d388e;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 400;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "";
}

.panel {
    padding: 3px 24px;
    background-color: inherit;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.topnav {
    overflow: hidden;
    text-transform: uppercase;
    background-color: #272C5A;
    color: #fff
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: .22em 1.5em;
    text-decoration: none;
    font-size: .9em
}

.active {
    background-color: #5d388e;
    color: #fff
}

.topnav .icon {
    display: none;
    color: #fff
}

.dropdown {
    float: left;
    overflow: hidden;
    color: #fff
}

.dropdown .dropbtn {
    font-size: .9em;
    border: none;
    outline: none;
    color: #fff;
    padding: .3em 1.2em;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #5d388e;
    min-width: 15em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1
}

.dropdown-content a {
    float: none;
    color: #fff;
    font-weight: 400;
    padding: .4em 1.2em;
    text-decoration: none;
    display: block;
    text-align: left
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #5d388e;
    color: #fff
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #28104e
}

.dropdown:hover .dropdown-content {
    display: block
}

@media screen and (max-width:991px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none
    }

    .topnav a.icon {
        float: right;
        display: block
    }

    .topnav.responsive {
        position: relative
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }

    .topnav.responsive .dropdown {
        float: none
    }

    .topnav.responsive .dropdown-content {
        position: relative
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left
    }
}

.button {
    border: none;
    border-radius: .2em;
    padding: .5em .7em;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
    height: auto;
    font-size: .95em;
    margin: .4em;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    width: auto
}

.CTAbutton {
    display: inline-block;
    background-color: #4c1165 !important;
    color: #fff !important;
    font-size: 1em !important;
    border: .05em solid #fff;
    text-decoration: none !important;
}

.CTAbutton:hover {
    display: inline-block;
    background-color: #fff !important;
    color: #4c1165 !important;
    border: .05em solid #4c1165;
    text-decoration: none;
}

.button1 {
    display: inline-block;
    background-color: #fff !important;
    color: #4c1165 !important;
    font-size: 0.9em !important;
    border: .05em solid #4c1165;
    text-decoration: none !important
}

.button1:hover {
    display: inline-block;
    background-color: #4c1165 !important;
    color: #fff !important;
    border: .05em solid #fff;
    text-decoration: none
}

.button2 {
    display: inline-block;
    background-color: #fff !important;
    color: #4c1165 !important;
    font-size: 0.9em !important;
    border: .05em solid #ddd;
    margin: 1.2em;

    text-decoration: none !important
}

.button2:hover {
    display: inline-block;
    background-color: #4c1165 !important;
    color: #fff !important;
    border: .05em solid #fff;
    text-decoration: none
}

.button3 {
    display: inline-block;
    background-color: #fff !important;
    color: #4c1165 !important;
    font-size: 0.9em !important;
    border: .05em solid #4c1165;
    text-decoration: none !important
}

.button3:hover {
    display: inline-block;
    background-color: #000 !important;
    color: #fff !important;
    border: .05em solid #fff;
    text-decoration: none
}

h1 {
    text-align: center;

    margin-bottom: .1em;
    font-size: 1.3em;
    line-height: 130%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    background-color: inherit;
    color: #272C5A;
}

h2 {
    margin-top: .2em;
    margin-bottom: .1em;
    font-size: 1.44em;
    line-height: 150%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    background-color: inherit;
    color: #fff;
}

h3 {
    color: #fff;
    text-align: center;
    border-right: 1.8em;
    border-left: 1.8em;
    padding: .1em;
    font-size: 1em;
    line-height: 150%;
    font-weight: 400;
    background-color: inherit;
}

h4 {
    line-height: 150%;
    font-weight: 400
}

h5 {
    margin-top: .3em;
    margin-bottom: .5em;
    font-size: 1.1em;
    line-height: 150%;
    font-weight: 400
}

h6 {
    margin-top: .5em;
    margin-bottom: 0;
    font-family: "Montez";
    font-size: 2.6em;
    color: #5d388e;
    line-height: 150%;
    font-weight: 400
}

p {
    display: block;
    margin: 1em 0
}

p.limit {
    max-width: 300px
}

.kcfootertext {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    text-align: center;
    padding: 0 36px;
    color: #fff;
}

hr.kc1 {
    border: .08em solid #f8eefd;
    width: 99%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 1.5em
}

hr.kc2 {
    background-color: inherit;
    border: 0;
    width: 10%;
    margin-top: 0;
    margin-bottom: .3em
}

hr.kc4 {
    border: .08em solid #e3bdbe;
    opacity: 0.4;
    width: 90%;
    margin: auto;
    margin-top: 0;
    opacity: 0.4;
    margin-bottom: 1.5em
}

hr.kc5 {
    border: .08em solid #f8eefd;
    width: 99%;
    margin: 0 auto;
    margin-bottom: 0.3em;
    padding: 0;
    background: #fff;
}

hr.kc3 {
    border: .08em solid #f8eefd;
    width: 70%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 1.5em
}

.kcfooter {
    font-weight: 400;
    line-height: 120%;
    color: #f9f9f7
}

.tab {
    margin-left: 40px;
}

.responsive-image {
    max-width: 80%;
    height: auto;
    text-align: center;
    object-fit: contain;
    border: 0
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.r {
    float: right
}

#grad1 {
    background-color: #272C5A;
    background-image: linear-gradient(#4c1165, #4c1165)
}

#grad2 {
    background-color: #BDBEE3;

}

figcaption {
    display: block;
    margin-top: .4em
}

#rcorners {
    border-radius: 2px;
    margin: auto;
    border: .04em solid #5d388e;
    padding: 20px;
    max-width: 36em;
    height: auto
}

.roundedcorners {
    background-color: #fbf6fd;
    border-radius: 2px;
    margin: auto;
    border: .04em solid #5d388e;
    padding: 20px;
    max-width: 36em;
    height: auto;
}

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?9zfwtl');
    src: url('/fonts/icomoon.eot?9zfwtl#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?9zfwtl') format('truetype'),
        url('/fonts/icomoon.woff?9zfwtl') format('woff'),
        url('/fonts/icomoon.svg?9zfwtl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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;
}

.icon-calendar:before {
    content: "\e953";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-bubble:before {
    content: "\e96b";
}

.icon-quotes-left:before {
    content: "\e977";
}

.icon-list2:before {
    content: "\e9bb";
}

.icon-point-up:before {
    content: "\ea03";
}

.icon-facebook2:before {
    content: "\ea91";
}

#menuSub {
    text-align: center;
    font-size: 1.3em;
    color: #e3bdbe;

}

.oval {
    height: 80px;
    width: 170px;
    color: #fff;
    font-size: 1.2em;
    background: #e3bdbe;
    border: .4em solid #f8eefd;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div#banner {
    background-color: black;
    width: auto;
    padding: 10px;
    text-align: center;
}

.layout-header .header-one #open,
.layout-header .header-one #closed,
    {
    display: inline-block;
    color: #000;
}

.hidden {
    display: none;
}
