/** Carroll County Government | Carroll County, Maryland **/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
1. Global
- Base Styles
- Typography

2. Utility Bar

*/

/* Colors
––––––––––––––––––––––––––––––––––––––––––––––––––
- Dark blue - #004577 / rgba(0,69,119,1)
- Dark coral (lt bkgd) - #C0504D / rgba(192,80,77,1)
- Dark coral (dk bkgd) - #E96E6C / rgba(233,110,108,1)
- Medium blue -  #4681BD / rgba(70,129,189,1)
- Light blue (lt bkgd) - #3B78B5 / rgba(59,120,181,1)
- Light blue (dk bkgd) - #E7EEF3 / rgba(231,238,243,1)
- White - #FFFFFF / rgba(255,255,255,1)
*/

/* 1. Global 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 69, 119, 1);
    font-size: 1.4em; 
}

.print-only {
    display: none;
}

.container {
    max-width: 1678px;
    z-index: 2;
    content: initial;
}

    .container:before {
        content: initial;
    }

img {
    max-width: 100%;
}

p {
    line-height: 2em;
    margin-bottom: 1em;
}

.serif,
h1,
h2,
h3 {
    font-family: "PTSerif-Regular", Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.serif {
    font-weight: 300;
}

.sans {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

h2 {
    font-size: 2.2rem;
}

    h2.title {
        margin-bottom: 20px;
    }

        h2.title:after {
            content: "";
            display: block;
            width: 10%;
            border-bottom: 4px solid rgba(192, 80, 77, 1);
            margin-top: 20px;
        }

    h1.big-title,
    h2.big-title {
        font-size: 4.5rem;
        font-weight: 300;
        text-align: left;
    }

h3 {
    font-size: 1.2em;
}

a {
    color: rgba(0, 69, 119, 1)
}

    a:hover {
        color: rgba(70, 129, 189, 1);
    }

li {
    list-style-position: outside;
    margin-left: 30px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    background-color: rgba(231, 238, 243, 0.75);
    width: 100%;
    color: rgba(0, 69, 119, 1);
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: rgba(64, 120, 176, 1);
    border: 1px solid rgba(70, 129, 189, 1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.20), inset 0 -2px 0 0 rgba(0, 69, 119, 0.75);
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    letter-spacing: 2px;
    /*margin-right: 2em;*/
    transition: all .3s ease;
}

    button:hover,
    .button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        background-color: rgba(0, 69, 119, 1);
        color: rgba(231, 238, 243, 1);
    }

    .button.button-secondary,
    button.button-secondary,
    input[type="submit"].button-secondary,
    input[type="reset"].button-secondary,
    input[type="button"].button-secondary {
        color: rgba(70, 129, 189, 1);
        background-color: rgba(0, 69, 119, 0);
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
        transition: all .3s ease;
    }

        .button.button-secondary:hover,
        button.button-secondary:hover,
        input[type="submit"].button-secondary:hover,
        input[type="reset"].button-secondary:hover,
        input[type="button"].button-primary:hover,
        .button.button-secondary:focus,
        button.button-secondary:focus,
        input[type="submit"].button-secondary:focus,
        input[type="reset"].button-secondary:focus,
        input[type="button"].button-secondary:focus {
            color: rgba(231, 238, 243, 1);
            background-color: rgba(0, 69, 119, 1);
            transition: all .3s ease;
        }

.read-more a {
    text-decoration: none;
}

    .read-more a:hover {
        opacity: 0.75;
    }

.sm-btn {
    margin-right: 10px;
    width: 10%;
}

.reset-button {
    width: 16%;
    margin-right: 10px;
    padding: 0px 18px;
    margin-top: 10px;
}

input::placeholder {
    color: rgba(0, 69, 119, 1);
}

.section-name,
.subtitle,
.read-more,
.breadcrumb,
.item-name {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    padding-bottom: 30px;
}

.section-name {
    color: rgba(192, 80, 77, 1);
    padding-bottom: 15px;
}

    .section-name a {
        color: rgba(192, 80, 77, 1);
        padding-bottom: 30px;
    }


.department-section-name {
    color: rgba(192, 80, 77, 1);
    padding-bottom: 30px;
    padding-top: 67px;
    font-weight: bold;
}

    .department-section-name a {
        color: rgba(192, 80, 77, 1);
        padding-bottom: 30px;
    }

.subtitle {
    color: rgba(64, 120, 176, 1);
}

li {
    transition: left .4s ease;
}

.read-more i {
    color: rgba(0, 69, 119, 1);
    /*transition-delay: .4s;*/
    transition: all .4s ease-in;
}

li:hover .read-more i {
    transition: all .3s ease;
    margin-left: 5px;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
}

/* 2. Utility Bar 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.utility {
    background-color: rgba(231, 238, 243, 1);
    color: rgba(0, 69, 119, 1);
    padding: 5px 0;
    z-index: 999;
    position: relative;
    max-height: 28px;
}

    .utility .row {
        /*display: inline-block;*/
        height: auto;
    }

    .utility a {
        margin-left: 20px;
        display: inline-block;
    }

        .utility a:hover {
            color: rgba(192, 80, 77, 1);
        }

    .utility i {
        font-size: 20px;
        vertical-align: middle;
    }

    .utility .u-pull-right {
        text-align: right;
    }

        .utility .u-pull-right > * {
            vertical-align: middle;
        }

    .utility form {
        margin-bottom: 0;
    }

    .utility .field-container {
        margin: 0;
        width: 25%;
        height: 28px;
    }

        /*.utility .icons-container {
    top: -1px;
    right: -4px;
    padding-left: 10px;
}*/

        .utility .field-container a {
            float: right;
            top: 3px;
            position: absolute;
            right: 8px;
        }

    .utility input.field {
        background-color: rgba(255, 255, 255, 1);
        height: 28px;
        /*width: 220px;*/
        margin-bottom: 0;
    }

.row-fluid {
    display: inline-flex;
    min-width: -webkit-fill-available;
}

@media (max-width: 997px) {
    .utility{
        width: 100%;
        position: fixed;
    }
    .hero, .landing-hero {
        padding-top: 60px;
    }
    .utility .u-pull-right-mobile {
        text-align: right;
    }

    .utility .u-pull-right-mobile > * {
        vertical-align: middle;
    }

    .utility.not-home {
        max-height: 50px;
    }

    .utility.home {
        max-height: 28px;
    }

    .utility.not-home .u-pull-right {
        text-align: right;
        margin-top: -28px;
    }

    .row-fluid {
        display: inline;
    }

    .header.sticky {
        top: 15px;
    }
    .hero .header.sticky {
        top: 38px !important;
    }
    .hero.landing .header.sticky {
        top: 60px !important;
    }
    .hero .header .menu-offset {
        top: -22px;
    }
    .hero.landing .header .menu-offset {
        top: 0;
    }
    .hero .header.sticky .menu-offset.active {
        top: 0;
    }
}



/* 3. Main Header 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.hero header {
    color: rgba(231, 238, 243, 1);
    display: flex;
    align-items: center;
    align-self: stretch;
    /*padding: 4vw 9vw;
    position: fixed;*/
    padding: 15px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    height: 60px;
    /*transition: all .3s ease;*/
}

.brand {
    text-align: left;
}

    .brand img {
        float: left;
        margin-right: 5%
    }

    .brand a {
        text-decoration: none;
    }

.logo--main,
.logo--sticky {
    display: flex;
    align-items: center;
}

.brand span {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: "PTSerif-Regular", Georgia, 'Times New Roman', Times, serif;
}

/* 4. Navigation 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header nav {
    margin-right: 0;
}

    header nav ul {
        margin-bottom: 0;
    }

    header nav li {
        display: inline-block;
        font-size: 15px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0 1px 2px #4A4A4A;
        margin-left: 20px;
    }

        header nav li a,
        header nav li a:before,
        header nav li a:after {
            text-decoration: none;
            transition: all 1s;
        }

    header nav ul li a {
        position: relative;
    }

        header nav ul li a:after {
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: rgba(231, 238, 243, 1);
            height: 1px;
        }

        header nav ul li a:hover:after {
            width: 100%;
        }

        /*header nav ul li a {
  transition: all 2s;
}*/

        header nav ul li a:after {
            text-align: left;
            content: '.';
            margin: 0;
            opacity: 0;
        }

        header nav ul li a:hover {
            color: rgba(231, 238, 243, 1);
            z-index: 1;
        }

            header nav ul li a:hover:after {
                z-index: -10;
                animation: fill 1s forwards;
                -webkit-animation: fill 1s forwards;
                -moz-animation: fill 1s forwards;
                opacity: 1;
            }

.menu-offset {
    display: none;
}

/* 5. Search Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.field-container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    border: 0;
    width: 75%;
    height: 40px;
}

.icons-container {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.icon-close {
    position: absolute;
    top: 0px;
    left: 2px;
    width: 75%;
    height: 75%;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    border-radius: 50%;
    transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

    .icon-close:before {
        content: "\f00d";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        color: rgba(0, 69, 119, 1);
        font-size: 20px;
        position: absolute;
    }

.is-type .icon-close:before {
    opacity: 1;
    -webkit-animation: spin 0.85s infinite;
    animation: spin 0.85s infinite;
}

.icon-search {
    position: relative;
    width: 50%;
    height: 50%;
    transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

    .icon-search:after {
        content: "\f002";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        color: rgba(0, 69, 119, 1);
        font-size: 20px;
        position: absolute;
    }

input.field {
    height: 48px
}

.field {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
    transition: all 0.4s ease;
}

    .field:focus {
        outline: none;
        box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
    }

        .field:focus + .icons-container .icon-close {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .field:focus + .icons-container .icon-search {
            opacity: 0;
            -webkit-transform: translateX(200%);
            transform: translateX(200%);
        }

/* 6. Hero
--------------------------------------------------*/

section.hero {
    position: relative;
    z-index: 99;
    /* Sizing */
    width: 100vw;
    height: 100vh;
    /* Flex */
    /*     display: flex;
    justify-content: center;
    align-items: stretch; */
    /* Text things */
    text-align: center;
    color: rgba(231, 238, 243, 1);
    background-color: rgba(59, 120, 181, 1);
    transition: all 0.4s ease;
}

    section.hero .spacing {
        padding-top: 200px;
        /*transition: all 1s ease-in-out;*/
    }

    section.hero .container {
        z-index: 9;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    section.hero h1 {
        /*width: 75%;*/
        margin: 0 auto 30px;
        padding: 0 15%;
        font-weight: 300;
        /*text-shadow: 2px 1px #000000;*/
    }

    section.hero a {
        color: rgba(231, 238, 243, 1);
    }

        section.hero a:hover {
            text-decoration: none;
        }

    section.hero .slider {
        position: absolute;
        top: 0;
        height: 100vh;
        /*width: 100vw;*/
        overflow: hidden;
        z-index: 1;
        width: 100%;
    }

    section.hero form input {
        /* width: 75%;*/
    }

section .slider img {
    /*width: 100vw;*/
    /*height: 100vh;*/
}

section .slider .hero-img {
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

section.hero .slick-list,
section.hero .slick-track,
section.hero .slick-slide {
    height: 100vh;
    width: 100vw;
    /*display: flex;*/
}

/* landing hero */

section.landing.hero {
    width: auto;
    height: 315px;
    text-align: left;
    overflow: hidden;
}

    section.landing.hero .slider {
        height: 380px;
        width: 100%;
        /*width: auto;*/
    }

        section.landing.hero .slider img {
            max-width: 100%;
            width: 100%;
            height: auto;
        }

    section.landing.hero .hero-img {
        width: auto;
        height: 380px;
    }

/* 5. Quick Links 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.quicklinks li {
    text-align: center;
    list-style-type: none;
    font-size: 1em;
    line-height: 26px;
}

.quicklinks a {
    text-decoration: none;
    transition: all 0.4s ease;
}

    .quicklinks a .icon-wrap {
        width: 76px;
        height: 76px;
        border-radius: 100%;
        background-image: linear-gradient(-180deg, #E96E6C 0%, #C0504D 100%);
        border: 2px solid rgba(231, 238, 243, 0.75);
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .quicklinks a:hover .icon-wrap {
        background-image: linear-gradient(-180deg, rgba(192, 80, 77, 1) 100%, #C0504D 0%);
        border: 2px solid rgba(192, 80, 77, 1);
    }

.quicklinks .icon-title {
    text-transform: uppercase;
}

.quicklinks p {
    font-family: PTSerif-Regular;
    font-size: 1.6rem;
    line-height: 26px;
}

.quicklinks div i {
    font-size: 28px;
    line-height: 78px;
    color: #e7eef3;
}

.quicklinks .carrollconnect-icon {
    background: url(../images/carrollconnect-icon.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
    margin: auto;
}

/* CTA - Half
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.cta .button {
    margin-right: 15px;
    width: auto;
}

section.cta-half .wrapper {
    padding: 60px 0;
}


/* CTA - Third - Right Align
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.cta-one-third-right .wrapper {
    padding: 200px 0;
}

section.cta-one-third-right .slide-item {
    overflow: hidden;
}

/* CTA - Half - Left Align
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.cta-one-half-left .wrapper {
    /*padding: 200px 0;*/
}

section.cta-one-half-left.dk-bkgd {
    background-color: rgba(0, 69, 119, 1);
}

/* CTA - In content / Commissioners
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cta-inner {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .cta-inner .button {
        /*width: 100%;*/
    }

.dk-bkgd .cta-inner.wrapper:before {
    background-image: none;
}

.cta-inner.wrapper.commissioners {
    padding: 0 0 30px 0 !important;
}

.cta-inner.commissioners {
    margin-bottom: 30px;
}

    .cta-inner.commissioners .subtitle {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .cta-inner.commissioners i {
        color: rgba(233, 110, 108, 1);
        font-size: 2em;
        padding-bottom: 15px;
    }

.commissioners-wrapper:before {
    position: inherit !important;
}
/* CTA Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.cta .slider {
    text-align: center;
}

.slide-item {
    display: none;
}

    .slide-item:first-child {
        display: block;
    }

.slider .slick-initialized .your-item {
    display: block;
}

section.cta .slider img.profile-img {
    width: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 4px solid rgba(231, 238, 243, 1);
}

/* DOTS */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 15px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            border: 1px solid rgba(231, 238, 243, 0.75);
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
                background: rgba(231, 238, 243, 0.75);
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                content: '•';
                text-align: center;
                opacity: .25;
                background-color: rgba(231, 238, 243, 1);
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: rgba(231, 238, 243, 1);
        }

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 1px solid rgba(231, 238, 243, 0.75);
    outline: none;
    z-index: 9999;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 30px;
        line-height: 1;
        color: rgba(231, 238, 243, 0.75);
        /*opacity: 0.75;*/
        padding: 4px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 25px;
}

    .slick-prev:before {
        content: "\2190";
    }

.slick-next {
    right: 25px;
}

    .slick-next:before {
        content: "\2192";
    }

/* CTA - Dk Bkgd - For ctas not on white bkgds
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section .wrapper {
    background-size: cover;
}

section.dk-bkgd .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.hero .slider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(10, 0, 0, 0) 70%, #000000 84%);
    opacity: .3;
    z-index: 1;
}

section.dk-bkgd .wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: initial;
    opacity: .3;
    z-index: 1;
}

.dk-bkgd button,
.dk-bkgd .button-secondary {
    color: rgba(231, 238, 243, 1);
    border: 1px solid rgba(231, 238, 243, 1);
}



.dk-bkgd h1,
.dk-bkgd h2,
.dk-bkgd h3,
.dk-bkgd h4,
.dk-bkgd h5,
.dk-bkgd h6,
.dk-bkgd a,
.dk-bkgd p,
.dk-bkgd .subtitle {
    color: rgba(231, 238, 243, 1);
}

.dk-bkgd .section-name {
    color: rgba(245, 149, 147, 1);
}

.dk-bkgd h2.title:after {
    border-bottom: 4px solid rgba(233, 110, 108, 1);
}

/* CTA - Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.events-container{
    width:95%;
}

section .bullet-list .header,
section .events-list .header {
    border-bottom: 1px solid rgba(0, 69, 119, .25);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

    section .bullet-list .header:after,
    section .events-list .header:after {
        content: "";
        display: table;
        clear: both;
    }

section .bullet-list .section-name,
section .events-list .section-name {
    width: auto;
    float: left;
    padding-bottom: 0px;
    margin-right: auto;
}

section .bullet-list .button,
section .events-list .button {
    width: 28%;
    padding: 0 5px;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
}

section .bullet-list li a,
section .events-list li a {
    font-weight: 700;
}

.bullet-list ul {
    padding-bottom: 10px;
}

.no-bullet-list ul {
    padding-bottom: 10px;
}

section .events-list li {
    margin-left: 0;
    margin-bottom: 20px;
    /*padding: 0px 15px 0;*/
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 69, 119, .25);
}

.bulleted-list-image {
    float: left;
    padding-bottom: 10px;
    padding-right: 16px;
}

section .events-list .subtitle,
section .events-list .read-more {
    padding-bottom: 20px;
}

section .events-list li a {
    text-decoration: none;
}

section .events-list li:hover .read-more {
    color: rgba(70, 129, 189, 1);
}

section .events-list h3 {
    margin-bottom: 0.75rem;
    max-width: 560px;
    display: inline-block;
    padding-left: 11px;
}

section .bullet-list.detail .header {
    display: none;
}

@media (max-width: 997px) {
    section .events-list h3 {
        padding-left: 0;
    }
}

.date {
    background-color: rgba(192, 80, 77, 1);
    color: rgba(231, 238, 243, 1);
    text-align: center;
    border-radius: 5px;
    min-width: 105px;
}

.month {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

.day {
    font-size: 25px;
    padding-bottom: 10px;
}

.excerpt {
    margin-left: 116px;
    font-weight: 500;
}

section.main.list .twelve {
    border-bottom: 1px solid rgba(231, 238, 243, 1);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

section.main.list .item-name {
    padding-bottom: 0px;
    color: rgba(59, 120, 181, 1);
}

/* CTA - In Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slider-content {
    width: 33%;
    margin: 0 15px;
}

    .slider-content .content {
        min-height: 160px;
        max-height: 250px;
        padding-bottom: 30px;
    }

    .slider-content .image {
        min-height: 138px;
        max-height: 138px;
        overflow: hidden;
    }

        .slider-content .image img {
            width: 100%;
        }

    .slider-content h3 {
        min-height: 65px;
    }



.contentslider {
    padding: 0 45px;
}

    .contentslider .slick-prev {
        left: 0px;
    }

    .contentslider .slick-next {
        right: 0px;
    }

    .contentslider .slick-prev,
    .contentslider .slick-next {
        box-shadow: 0 0 0 0;
    }

        .contentslider .slick-prev:before,
        .contentslider .slick-next:before {
            color: rgba(0, 69, 119, 1);
            /*opacity: 0.75;*/
            padding: 4px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }



/* CTA - Calendar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.events {
    background-color: rgba(231, 238, 243, 1);
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: inherit !important;
}



/*pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 0px;
}*/
.fc-unthemed td.fc-today {
    background-color: rgba(231, 238, 243, 1);
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: darkslateblue !important;
    border: 0px !important;
}

th.fc-day-header {
    padding: 15px 0;
}

#calendar {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    /*height: 500px;*/
}

    #calendar table {
        margin-bottom: 0;
        /* new */
        width: 100%;
    }

.fc-toolbar.fc-header-toolbar {
    background-color: rgba(192, 80, 77, 1);
    color: rgba(231, 238, 243, 1);
    border-radius: 8px 8px 0 0;
    padding: 15px;
    margin-bottom: 0;
}

.fc-center h2 {
    font-size: 1em;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(231, 238, 243, 1);
}

.fc-state-default {
    border: 0 !important;
    color: rgba(231, 238, 243, 1);
    background-color: transparent !important;
    background-image: none !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 0;
}

.fc button {
    height: 0em !important;
}

    .fc button .fc-icon {
        top: -.505em !important;
    }

.fc .fc-row .fc-content-skeleton td {
    text-align: center !important;
    width: 10%;
}

.fc th {
    padding: 10px 0;
    /* new */
    /*width:10%;*/
    text-align: center;
}

.fc td {
    padding: 12px;
    text-align: center !important;
    font-weight: 900;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    color: rgba(231, 238, 243, 1);
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}

.fc-row.fc-rigid .fc-content-skeleton {
    top: 25% !important;
}

.btn-prev,
.btn-next {
    color: rgba(231, 238, 243, 1);
}

/* Main Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.main {
    padding-bottom: 30px;
}

.main-content a {
    text-decoration: underline;
    border-color:white;
    filter: contrast(100%);
    color: rgba(70, 129, 189, 1)
}

img.img-content {
    padding: 8px;
}

/* Search Results
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.main .field-container {
    width: 100%;
}

.search-filters {
    padding: 15px 0;
    text-align: right;
}

    .search-filters button:last-child {
        margin-left: 15px;
    }

.result-name {
    font-size: 2.8rem;
    color: rgba(233, 110, 108, 1);
    font-weight: 700;
}

/* No Bullet Listing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.no-bullet-list a {
    text-decoration: none;
}

ul.no-bullet-list li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid rgba(231, 238, 243, 1);
    margin-bottom: 30px;
}

ul.no-bullet-list h3 {
    margin-bottom: 0.5rem;
}

ul.no-bullet-list .subtitle {
    padding-bottom: 8px;
}

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pagination {
    padding: 30px 0;
    text-align: center;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .pagination li {
        margin-left: 0;
    }

    .pagination a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 18px;
        color: rgba(0, 69, 119, 1);
    }

        .pagination a:first-of-type,
        .pagination a:last-of-type,
        .pagination .is-active {
            background-color: rgba(233, 110, 108, 1);
            border-radius: 4px;
            color: #fff;
            font-weight: bold;
        }


#search-results-list_paginate {
    padding: 30px 0;
    text-align: center;
}

    #search-results-list_paginate ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #search-results-list_paginate li {
        margin-left: 0;
    }

    #search-results-list_paginate a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 18px;
        color: rgba(0, 69, 119, 1);
    }

    #search-results-list_paginate .current {
        background-color: rgba(233, 110, 108, 1);
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
    }

/* List Stuff
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* li {
font-family: OpenSans-Bold;
font-size: 16px;
color: #004577;
letter-spacing: 0;
line-height: 28px;
} */

/* Social Media - Breadcrumb Level 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*reset bootstrap*/

.breadcrumb {
    padding: initial;
    margin-bottom: initial;
    list-style: initial;
    background-color: initial;
    border-radius: initial;
}

    .breadcrumb i {
        margin-right: 15px;
    }

    .breadcrumb span {
        color: rgba(70, 129, 189, 1);
        margin-right: 2px;
    }

    /* Breadcrumb 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    .breadcrumb .container {
        padding: 15px 0 0;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(231, 238, 243, 1);
    }

    .breadcrumb .four a {
        display: inline-block;
    }

    .breadcrumb .eight {
        text-align: right;
    }

    .breadcrumb ul {
        margin-bottom: 0;
        font-size: 1.1rem;
    }

    .breadcrumb li {
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 0;
    }

        .breadcrumb li a {
            text-decoration: none;
        }

            .breadcrumb li a:after {
                content: "/";
                margin-left: 15px;
            }

        .breadcrumb li:last-child a:after {
            content: "";
        }

        .breadcrumb li a.active {
            font-weight: 300;
        }

/* Sidebar Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.sidebar-menu,
ul.sidebar-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.sidebar-menu li a span {
    margin-right: 20px;
}

.sidebar-menu li a {
    /*padding: 20px 25px;*/
    padding: 15px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(231, 238, 243, 1);
}

    .sidebar-menu li a:hover {
        /*padding: 20px 25px;*/
        display: block;
        text-decoration: none;
    }

li.have-children ul {
    padding: 0px;
}

    li.have-children ul li a {
        /*padding-left: 62px;*/
        border-bottom: 0;
        font-weight: 300;
        padding-bottom: 0;
    }

        li.have-children ul li a:hover {
            /*padding-left: 62px;*/
        }

li.have-children {
    position: relative;
}

.have-children span::after {
    position: absolute;
    right: 15px;
    content: "\f054";
    color: rgba(59, 120, 181, 1);
    font-size: .75em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transition: all .5s;
}

li.active.have-children span::after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(192, 80, 77, 1);
}

li.active.have-children span {
    color: rgba(192, 80, 77, 1);
}

.sidebar-menu .have-children > ul {
    display: none;
}

/* FAQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.faqitem {
    padding-left: 30px;
}

.faq-question h5 {
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: .12rem;
}

.faqitem .faq-answer {
    padding-left: 55px;
}

section .newsletter .form-group i {
    margin-right: 0;
}

section .newsletter .form-group {
    /*display: flex;*/
    align-content: stretch;
}

    section .newsletter .form-group input {
        border-radius: 8px 0 0 8px;
        height: 34px;
        width: 65%;
        margin-right: -5px;
    }

    section .newsletter .form-group button {
        padding: 0 10px;
        box-shadow: 0 0 0 0;
        border-radius: 0px 8px 8px 0px;
        border: 0;
        height: 34px;
        background-color: rgba(192, 80, 77, 1);
        margin-top: 10px;
    }

/* Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer .wrapper {
    padding: 30px 0;
}

footer {
    background: rgba(26, 67, 102, 1) url(../images/footer-bkgd.png) repeat;
}

    footer h2 {
        font-weight: 300;
    }

    footer .dk-bkgd h2.title:after {
        border-bottom: 0;
    }

    footer li {
        margin-left: 0;
        list-style-type: none;
    }

    footer a {
        /*text-decoration: underline;*/
        color: #f59593;
    }

        footer a:hover {
            opacity: 0.7;
        }

    footer i {
        margin-right: 10px;
        font-size: 1.2em;
    }

    footer .form-group i {
        margin-right: 0;
    }

    footer .form-group {
        display: flex;
        align-content: stretch;
    }

        footer .form-group input {
            border-radius: 8px 0 0 8px;
            height: 32px;
        }

        footer .form-group button {
            padding: 0 10px;
            box-shadow: 0 0 0 0;
            border-radius: 0px 8px 8px 0px;
            border: 0;
            height: 32px;
            background-color: rgba(192, 80, 77, 1);
        }

.footer-btm {
    background: rgba(2, 53, 90, 1);
    padding: 15px 0;
    color: rgba(231, 238, 243, 1);
    /*max-height: 56px;*/
}

    .footer-btm .u-pull-right {
        text-align: right;
    }

    .footer-btm i {
        color: rgba(231, 238, 243, 1);
    }

/* Alert
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.alert {
    padding: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    position: relative;
    z-index: 9999;
}

    .alert .inner {
        display: block;
        padding: 6px 30px;
        margin: 0px;
        border-radius: 0px;
        border: 1px solid rgb(180, 180, 180);
        background-color: rgb(212, 212, 212);
    }

    .alert .close {
        float: right;
        margin: 3px 12px 0px 0px;
        cursor: pointer;
    }

    .alert .inner,
    .alert .close {
        color: rgb(88, 88, 88);
    }

    .alert input {
        display: none;
    }

        .alert input:checked ~ * {
            animation-name: dismiss, hide;
            animation-duration: 300ms;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            animation-delay: 0s, 100ms;
        }

    .alert.error .inner {
        border: 1px solid rgb(238, 211, 215);
        background-color: rgb(242, 222, 222);
    }

        .alert.error .inner a {
            text-decoration: underline;
        }

    .alert.error .inner,
    .alert.error .close {
        color: rgb(185, 74, 72);
    }

/* Animations */

@keyframes dismiss {
    0% {
        opacity: 1;
    }

    90%, 100% {
        opacity: 0;
        font-size: 0.1px;
        transform: scale(0);
    }
}

@keyframes hide {
    100% {
        height: 0px;
        width: 0px;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }
}

/* Bootstrap Fixes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*,
::after,
::before {
    box-sizing: unset;
}

.row {
    display: initial;
    /* height: 0;*/
}

@media (max-width: 1100px) {
    #content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
}

.white-text {
    color: white !important;
}

.dark-text {
    color: rgba(0, 69, 119, 1) !important;
}

.main-button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background-color: #FF6700;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .main-button:hover, .main-button:focus {
        background-color: #fff;
        border: 2px solid #FF6700;
        color: #FF6700;
    }

    .main-button.icon-button:hover, .main-button.icon-button:focus {
        padding-right: 45px;
    }

    .main-button.icon-button:after {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        width: 30px;
        right: 15px;
        text-align: center;
        opacity: 0;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .main-button.icon-button:hover:after, .main-button.icon-button:focus:after {
        opacity: 1;
    }

.navbar-collapse {
    flex-basis: 0%
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 997px) {
    button.toggle-navigation {
        display: none;
    }
}

@media (max-width:1200px) {
    section .hero h1 {
        font-size: 2.5em;
    }

    .brand span {
        font-size: 1.25em;
        line-height: 1.2em;
        color: rgb(59, 120, 181);
    }
    /* section.hero .slider {
        height: 60vh;
    }*/
    header nav li {
        font-size: 15px;
    }

    .quicklinks p {
        display: none;
    }
}

@media (max-width: 1100px) {
    .utility .six:first-child {
        display: none;
    }

    .utility .six.u-pull-right {
        margin-bottom: 0;
    }

    section.breadcrumb .eight.u-pull-right {
        text-align: left;
        margin-bottom: 0;
        padding-left: 5px;
    }

    /*section.breadcrumb li:first-child {
        margin-left: 0;
    }*/

    aside {
        /*display: none;*/
    }
    /*.brand span {
        font-size: 1.2em;
        line-height: 1.2em;
    }*/
    section.hero .three.columns,
    section.hero .nine.columns {
        width: 48%;
    }

    .six.columns,
    .four.columns,
    .eight.columns,
    section.main .four.columns,
    section.main .six.columns,
    section.main .nine.columns {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    section.cta-half .wrapper,
    section.cta-one-third-right .wrapper,
    section.cta-one-half-left .wrapper {
        padding: 30px 0;
    }

    .slick-list { /*height:auto!important;*/ /* height: 100%; */
    }

    .slick-track,
    .slide-item {
        /*width: 320px!important;*/
        /* height: 300px!important; */
        /*height: auto;*/
    }

    section.cta .slider img.profile-img {
        /* width: 200px!important; */
        /* height: 200px!important; */
        width: 200px;
    }

    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        margin-right: 0;
    }

    .quicklinks {
        margin-top: 100px;
        background-color: rgba(59, 120, 181, 1);
        padding: 5px 0;
    }

        .quicklinks .two.columns {
            width: 30.6666666667%;
            /*margin: 0;*/
            padding: 15px 0;
        }

            .quicklinks .two.columns:nth-child(4) {
                margin-left: 0;
            }
    /*section.hero {
        background-color: rgba(59, 120, 181, 1);
    }*/
    section.hero .hero-container {
        z-index: 9;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-evenly;
        width: 100%;
        padding: 0;
    }

    section.hero header {
        padding: 15px;
    }

    section.hero h1 {
        font-size: 1.5em;
    }

    section.hero h2.big-title {
        font-size: 1.5em;
    }

    section.hero nav ul {
        display: none;
    }

    input.field {
        height: 30px;
    }

    .field-container {
        height: 30px;
    }

    .icons-container {
        /*top: 0px;*/
        right: 2px;
        height: 25px;
    }

    .section-name {
        font-size: 1rem;
    }

    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        font-size: 9px;
    }
    /* Offset */
    section.hero nav .menu-offset ul {
        display: block;
        margin-bottom: 30px;
    }

    .menu-offset form {
        padding: 30px 0;
    }

    .menu-offset .menu-contact {
        color: rgba(0, 69, 119, 1);
        text-align: left;
        padding: 30px;
    }

    .menu-offset {
        display: block;
        position: absolute;
        width: 300px;
        height: 100vh;
        top: -3px;
        left: -380px;
        z-index: 999;
        background-color: rgba(231, 238, 243, 1);
        /*padding: 30px;*/
        transition: left .4s ease;
        -webkit-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.25);
        box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.25);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .menu-offset.active {
            left: 0px;
        }

        .menu-offset.active {
            /*left: 0px;*/
            left: 0px;
        }

    header.sticky .menu-offset.active {
        left: 15px;
    }

    .menu-offset.active li {
        transition: opacity 0.3s ease 0.1s;
        opacity: 1;
    }
    /* .menu-offset.active li:nth-child(8) {
        transition: opacity 0.3s ease 0.8s;
        opacity: 1;
    }*/

    .menu-offset li {
        width: 90%;
        opacity: 0;
        color: rgba(0, 69, 119, 1);
        font-size: 1.25em;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        text-transform: none;
        /*padding-left: 0px;*/
        padding: 0 15px;
        cursor: pointer;
        transition-delay: .1s;
        text-align: right;
        text-shadow: 0 0px 0px #4A4A4A;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 69, 119, 0.25);
        margin-left: 0;
    }

        .menu-offset li a {
            float: left;
            font-size: 0.7em;
            color: rgba(0, 69, 119, 1);
            /*padding-top: 45px;*/
        }

        .menu-offset li:hover a {
            color: rgba(233, 110, 108, 1);
        }

        .menu-offset li:after {
            content: '\003e';
            font-size: 15px;
            display: inline-block;
            margin-left: 15px;
            color: #000;
            text-align: right;
            right: 0;
            transition: all .3s ease;
        }

        .menu-offset li:hover {
            color: #413C58;
        }

            .menu-offset li:hover:after {
                margin-left: 20px;
            }
    /*.menu-offset ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    list-style-type: none;
                }

                .menu-offset li { 
                    display: block;

                }
                .menu-offset li a {
                    padding: 15px;
                    color: red;
                    display: block;
                    font-weight: 600;
                    text-decoration: none;
                    border-bottom: 1px solid rgba(231, 238, 243, 1);
                }*/
    /*
                
                .menu-offset li a span {
                    margin-right: 20px;
                }
               
                .menu-offset li a {
                    padding: 15px;
                    display: block;
                    font-weight: 600;
                    text-decoration: none;
                    border-bottom: 1px solid rgba(231, 238, 243, 1);
                }
                
                    .menu-offset li a:hover {
                        display: block;
                        text-decoration: none;
                    }            
*/
    button.toggle-navigation {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        width: 50px;
        height: 40px;
        margin-bottom: 5px;
        box-shadow: 0 0 0 0;
        padding: 0;
        text-align: right;
        display: block;
        float: right;
    }

    .toggle-navigation .line {
        background-color: rgba(231, 238, 243, 1);
        width: 30px;
        height: 3px;
        display: block;
        margin-bottom: 5px;
    }

    .toggle-navigation {
        /* background-color: red;*/
        position: relative;
        /* position: fixed; */
        cursor: pointer;
    }

        .toggle-navigation:before,
        .toggle-navigation:after,
        .toggle-navigation span {
            width: 75%;
            height: 4px;
            background-color: rgb(59, 120, 181);
            display: block;
            position: absolute;
            top: 50%;
            /*left: 50%;*/
            left: 75%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: all .4s ease;
        }

        .toggle-navigation:before {
            content: "";
            top: 25%;
        }

        .toggle-navigation:after {
            content: "";
            top: 75%;
        }

        .toggle-navigation.active span {
            opacity: 0;
        }

        .toggle-navigation.active:before,
        .toggle-navigation.active:after {
            top: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .toggle-navigation.active:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    section.hero .spacing {
        padding-top: 130px;
        /*transition: all 1s ease-in-out;*/
    }
}

@media (max-width: 320px){
    iframe {
        max-width: 280px;
    }
}

/* Larger than tablet */
@media (max-width: 750px) {
    .quicklinks {
        margin-top: 0;
        padding-bottom: 15px;
    }

        .quicklinks .two.columns {
            width: 48%;
            margin: 0;
        }

            .quicklinks .two.columns:nth-child(even) {
                float: left;
            }

            .quicklinks .two.columns:nth-child(odd) {
                float: right;
            }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px;
    }

    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
        display: none;
    }

    section.hero .slider {
        height: 50vh;
    }

    section.hero {
        height: 100%;
    }

        section.hero .hero-container {
            z-index: 9;
            display: block;
            flex-direction: column;
            height: 100%;
            justify-content: space-evenly;
            width: 100%;
            padding: 0;
        }

        section.hero header {
            padding-top: 15px;
        }

        section.hero .herosearch {
            margin-top: 30px;
            padding-bottom: 15px;
        }
        /* section.hero .slider {
        height: 35vh;
    }*/
        section.hero .spacing {
            padding-top: 80px;
            /*transition: all 1s ease-in-out;*/
        }

    .slider-content {
        width: 100%;
        margin: 0px;
    }
}

.header {
    z-index: 999;
    /* transition: padding .8s ease-in-out;*/
}

    .header div .logo--sticky {
        display: none;
    }

    .header.sticky {
        position: fixed;
        top: 0px;
        z-index: 9999;
        padding: 25px 40px;
        background-color: rgba(0, 69, 119, 1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

section.hero {
    align-self: flex-end;
    width: 100%;
    text-align: center;
}

.slide-down {
    animation: slide-down ease-in-out .6s .1s both;
}

.text-block-with-image .content-block .main-content{
    text-align: justify;
}

.text-block-with-image .content-block img.image-right{
    float: right;
    margin-left: 40px;
}

.text-block-with-image .content-block img.image-left {
    float: left;
    margin-right: 40px;
}

.carousel-component {
    background-color: #FFFFFF;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 576px) {
    .breadcrumb li {
        display: block;
    }

    ul.eventlisting > li > a > h3 {
        display: block;
    }

    section.landing.hero .slider > .slide-item,
    section.landing.hero .slider > .slide-item > img{
        height: 380px !important;
    }

    section.landing.hero .slider > .slide-item > img {
        object-fit: cover;
    }
}