﻿.bg-leaves {
    background-image: url('../images/news-bg-leaves.jpg');
}

.bg-watermark {
    background-image: url('../images/watermark.jpg');
}

.bg-watermark-tertiary {
    background-image: url('../images/watermarkyellow.jpg');
}

.bg-library {
    background-image: url('../images/library.jpg');
}

.bg-flowers {
    background-image: url('../images/flowers.jpg');
}

.bg-triangles {
    background-image: url('../images/triangles.jpg');
}

.bg-favtree {
    background-image: url('../images/favtree.jpg');
}

.bg-fountain {
    background-image: url('../images/fountain.jpg');
}

.bg-sunleaves {
    background-image: url('../images/leaves.jpg');
}

.bg-sidewalk {
    background-image: url('../images/sidewalk.jpg');
}

ul.pagination {
    display: inline;
}

    ul.pagination li {
        margin-right: 1em;
        display: inline;
    }

        ul.pagination li.active {
            font-weight: bold;
        }

.h2:not(:first-child),
.h3:not(:first-child),
.h4:not(:first-child),
.h5:not(:first-child),
.h6:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
    margin-top: 1.5rem
}

.no-underline {
    text-decoration: none !important;
}

.link {
    text-decoration: underline;
    color: #36165f;
}

    .link:hover {
        color: #f8c502;
    }

.list-item-link {
    font-weight: bold;
    color: #36165f;
}

.dim-line {
    border: 0;
    border-top: solid 1px #E6E1E7;
}

.alert-emergency {
    background-color: #FE0000;
    border-color: #730201;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
}

    .alert-emergency strong.h2 {
        font-size: 1.3em;
    }

    .alert-emergency hr {
        border-top-color: #730201
    }

    .alert-emergency a {
        color: #FFF;
        text-decoration: underline;
    }

    .alert-emergency .alert-link {
        color: #FFF
    }


.timeline ul li {
    color: #fff;
    text-align: left;
}

.text-xlarge {
    font-size: 300%
}

.text-large {
    font-size: 200%
}

.text-medium {
    font-size: 110%
}

.text-small {
    font-size: 85%
}

.text-stacked-tight {
    line-height: 1
}

.card-img-profile {
    border-radius: 50%;
    width: 50%;
    height: 50%;
    border: 5px solid #692cba;
}

.card-img-left {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    float: left;
    padding-right: 1em;
    margin-bottom: -1.25em;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-item {
    width: 50%;
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0;
    margin: 0;
}

    .column img {
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width:576px) {
    .display-sm-4 {
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .display-sm-4 {
        font-size: 3.5rem
    }
}

.img-overlay-icon {
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%
}

.img-bg {
    background-size: cover
}

.img-hero-xl {
    height: 800px
}

.img-bg-bottom {
    background-position-y: bottom
}

.hero {
    display: flex;
    flex-wrap: wrap;
    min-height: 640px
}

.hero-small {
    min-height: 320px
}

.hero-large {
    min-height: 720px
}

.hero-text {
    flex: 0 0 100%;
    order: 2;
    padding: 3rem 1rem
}

@media (min-width:768px) {
    .sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .hero-text {
        padding: 3rem
    }
}

@media (min-width:1200px) {
    .hero-text {
        flex: 0 0 50%;
        order: 1;
        padding: 6rem
    }
}

.hero-block > .hero-img, .hero-img {
    flex: 0 0 100%
}

.hero-img {
    min-height: 320px;
    order: 1
}

@media (min-width:1200px) {
    .hero-img {
        flex: 0 0 50%;
        order: 2
    }
}

.form-search-sm {
    margin-left: -16px;
    width: 40%
}

.gradient-primary {
    background: #692cba linear-gradient(-199deg,#461d7c,#692cba) repeat-x
}

.btn {
    box-shadow: .125rem .125rem .5rem 0 rgba(0,0,0,.25);
    font-family: Fira Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.btn-icon, .btn-link {
    box-shadow: none;
    padding: 0
}

.btn-expand {
    background: #fff;
    color: #461d7c;
}

    .btn-expand:hover {
        background: #cbc0da;
    }

    .btn-expand.active {
        background: #461d7c;
        color: #fff !important;
    }

        .btn-expand.active:hover {
            background: #230f3e;
        }

.link-light {
    color: #cbc0da;
    text-decoration: underline
}

    .link-light:hover {
        color: #f8c502;
    }

.btn-action {
    background-color: #fdd023;
    color: #444;
    border: none;
}

.btn-icon {
    background: none;
    border: 0
}

    .btn-icon:hover {
        text-decoration: none
    }

.btn-light {
    border: 1px solid #ced4da
}

.btn-sm {
    padding: .375rem .75rem
}

.btn-outline-tertiary {
    padding-bottom: .275rem
}

.dropdown-main {
    z-index: 1000
}

@media (min-width:992px) {
    .dropdown-main {
        margin-top: -3.15rem
    }
}

.dropdown-menu.show {
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-menu.show {
        transition: none
    }
}

.dropdown-menu-main {
    border-bottom: 3px solid #141414;
    border-radius: 0;
    border-top: 3px solid #dee2e6;
    margin-top: -4px;
    transition: all .2s ease-in-out;
    width: 100%;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-menu-main {
        transition: none
    }
}

.dropdown-menu-mobile {
    left: 0;
    position: absolute;
    top: 3rem;
    width: 100%;
    z-index: 1
}

.btn-addon {
    position: relative
}

    .btn-addon.btn-primary > .icon {
        background-color: #36165f
    }

    .btn-addon.btn-tertiary > .icon {
        background-color: #F8C502
    }

    .btn-addon > .icon {
        height: 100%;
        line-height: 2.4;
        padding-left: 1rem;
        padding-right: 1rem;
        position: absolute;
        top: 0
    }

    .btn-addon.btn-sm > .icon {
        padding-left: .75rem;
        padding-right: .75rem
    }

.btn-addon-right {
    padding-right: 4rem
}

    .btn-addon-right.btn-sm {
        padding-right: 3rem
    }

    .btn-addon-right > .icon {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem;
        right: 0
    }

    .btn-addon-right.btn-sm > .icon {
        border-left: 1px solid #ced4da;
        line-height: 2.5
    }

.dropdown-main .nav-link {
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 1001
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-main .nav-link {
        transition: none
    }
}

.dropdown-main .nav-link.is-active, .dropdown-main .nav-link.is-active:hover, .dropdown-main .nav-link:hover {
    border-bottom: 3px solid #fdd023;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-main .nav-link.is-active, .dropdown-main .nav-link.is-active:hover, .dropdown-main .nav-link:hover {
        transition: none
    }
}

.navbar-brand {
    height: 24px;
    overflow: hidden;
    padding: 0;
    width: 80px
}

@media (min-width:992px) {
    .navbar-brand {
        height: auto;
        overflow: visible;
        width: auto
    }
}

.navbar-brand > img {
    width: 100%
}

@media (min-width:992px) {
    .navbar-brand > img {
        width: auto
    }
}

.navbar-primary {
    background-image: url(../images/background-global-header.jpg);
    padding-bottom: .5rem
}

@media (min-width:992px) {
    .navbar-primary {
        padding-bottom: 4rem;
        padding-top: 1rem
    }
}

@media (max-width:991.98px) {
    .card-deck {
        flex-flow: column
    }

        .card-deck .card {
            margin-bottom: 15px
        }
}

.card-title {
    margin-top: 0 !important
}

.breadcrumb {
    background: none;
    padding-left: 0
}

.jumbotron {
    overflow: hidden;
    position: relative
}

.video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto
}

.bg-primary-drk-5 {
    background-color: #3a1867
}

.bg-primary-drk-15 {
    background-color: #230f3e
}

.bg-img {
    background-size: cover
}

.bg-img-center {
    background-position: 50%
}

.bg-img-top {
    background-position: top
}

.bg-img-bottom {
    background-position: bottom
}

.bg-center {
    background-position: center center !important;
    background-repeat: no-repeat;
}

.bg-img-fit {
    background-size: contain;
}

.bg-height-100 {
    min-height: 320px;
}

.border-thick {
    border-style: solid !important;
    border-width: 3px !important
}

.border-top-thick {
    border-top-style: solid !important;
    border-top-width: 3px !important
}

.border-right-thick {
    border-right-style: solid !important;
    border-right-width: 3px !important
}

.border-bottom-thick {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important
}

.border-left-thick {
    border-left-style: solid !important;
    border-left-width: 3px !important
}

.border-thin {
    border-style: solid !important;
    border-width: 1px !important
}

.border-top-thin {
    border-top-style: solid !important;
    border-top-width: 1px !important
}

.border-right-thin {
    border-right-style: solid !important;
    border-right-width: 1px !important
}

.border-bottom-thin {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important
}

.border-left-thin {
    border-left-style: solid !important;
    border-left-width: 1px !important
}

.anchor-fix {
    display: block;
    position: relative;
    top: -150px;
}

.mh-small {
    min-height: 280px
}

.mt-n4 {
    margin-top: -4rem
}

.toggle:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .toggle:before {
        transition: none
    }
}

.toggle-item {
    opacity: 0;
    position: relative;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .toggle-item {
        transition: none
    }
}

.toggle:hover {
    background: transparent !important;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .toggle:hover {
        transition: none
    }
}

.toggle:hover:before {
    background-color: #f8f9fa;
    opacity: 1;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .toggle:hover:before {
        transition: none
    }
}

.toggle:hover .toggle-item {
    opacity: 1;
    transition: all .2s ease-in-out;
    z-index: 1000
}

@media screen and (prefers-reduced-motion:reduce) {
    .toggle:hover .toggle-item {
        transition: none
    }
}

.opacity-9 {
    opacity: .95
}
