﻿@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.eot), url(../fonts/ProximaNova-Regular.otf), url(../fonts/ProximaNova-Regular.svg), url(../fonts/ProximaNova-Regular.ttf), url(../fonts/ProximaNova-Regular.woff), url(../fonts/ProximaNova-Regular.woff2)
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url(../fonts/ProximaNova-Bold.eot), url(../fonts/ProximaNova-Bold.otf), url(../fonts/ProximaNova-Bold.svg), url(../fonts/ProximaNova-Bold.ttf), url(../fonts/ProximaNova-Bold.woff), url(../fonts/ProximaNova-Bold.woff2)
}

@font-face {
    font-family: museosans-700;
    src: url(../fonts/museosans-700.eot), url(../fonts/museosans-700.otf), url(../fonts/museosans-700.svg), url(../fonts/museosans-700.ttf), url(../fonts/museosans-700.woff), url(../fonts/museosans-700.woff2)
}

@font-face {
    font-family: museosans-500;
    src: url(../fonts/museosans-500.ttf);
}

html.video {
    margin: 0 !important;
}

.btn.btn-blue {
    background-color: #024fa7;
    color: #fff;
    padding: 15px 22px;
}

.btn.btn-blue:hover {
    background-color: #043f83;
}

a {
    color: #2639e6;
}

    a.skipmenu-hidden {
        position: absolute;
        top: 9px;
        right: 13px;
        z-index: 9;
        font: 15px 'ProximaNova';
        color: #ffffff;
        text-decoration: none;
    }

        a.skipmenu-hidden:hover,
        a.skipmenu-hidden:focus,
        a.skipmenu-hidden:active {
            opacity: 0.7;
        }

body p,
ul li {
    font: 1em 'ProximaNova';
    line-height: 1.5em;
    color: #000000;
}

p:empty {
    display: none;
}

ul {
    padding-left: 15px;
}

body p strong {
    font-family: 'ProximaNova-Bold';
}

ul li {
    margin-bottom: 10px;
}

a, .btn, button {
    transition: 0.3s linear;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none;
}

.form-control:focus {
    border-color: #024fa7;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2,79,167, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .top-header {
    background: linear-gradient(to left, #196ABD, #085098, #052B51);
    border: 1px solid #707070;
    padding-right: 130px;
}

    header .top-header ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }

        header .top-header ul > li {
            margin: 0 10px;
        }

            header .top-header ul > li > a {
                font: 15px 'ProximaNova';
                color: #ffffff;
                padding: 6px 0px;
                line-height: inherit;
                text-decoration: none;
                position: relative;
            }

                header .top-header ul > li > a:hover,
                header .top-header ul > li > a:focus,
                header .top-header ul > li > a:active {
                    opacity: 0.8;
                }

        header .top-header ul li a.dropdown-toggle {
            padding-right: 20px;
        }

            header .top-header ul li a.dropdown-toggle::after {
                border: 0;
                width: 14px;
                height: 8px;
                background: url(../images/arrow-down.png) no-repeat;
                background-size: 11px;
                position: absolute;
                top: 14px;
                right: 0;
            }

    header .top-header .dropdown .dropdown-menu {
        left: auto;
        right: 0;
        padding: 0;
    }

header .navbar {
    border-bottom: 1px solid #f3f3f3;
}

    header .navbar .navbar-brand {
        padding: 0;
        margin: 0;
    }

        header .navbar .navbar-brand img {
            max-width: 180px;
        }

    header .navbar .navbar-collapse {
        flex-grow: unset;
    }

        header .navbar .navbar-collapse .navbar-nav {
            align-items: center;
        }

            header .navbar .navbar-collapse .navbar-nav > li {
                margin: 0 16px;
            }

            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(1) { order: 1; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(2) { order: 2; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(3) { order: 3; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(4) { order: 4; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(5) { order: 6; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(6) { order: 5; }
            header .navbar .navbar-collapse .navbar-nav > li:nth-of-type(7) { order: 7; }

                header .navbar .navbar-collapse .navbar-nav > li > a {
                    font: 600 16px 'Open Sans';
                    color: #000000;
                    padding: 0;
                }

                header .navbar .navbar-collapse .navbar-nav > li .dropdown-toggle {
                    padding-right: 20px;
                }

            header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
                padding: 0;
                margin-top: 7px;
                left: auto;
                right: 0;
            }

.dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 9px 15px;
}

    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:active {
        background-color: #024fa7;
        color: #ffffff;
    }

header .navbar .navbar-collapse .navbar-nav > li .dropdown-toggle::after {
    content: '';
    border: 0;
    background: url(../images/arrow-down1.png) no-repeat;
    background-size: 10px;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 0;
}

header .search-icon .form-control {
    min-width: 250px;
    box-shadow: none;
}

header .search-icon .btn {
    background-color: #024fa7;
    border-color: #024fa7;
    color: #ffffff;
    box-shadow: none;
}

    header .search-icon .btn:hover,
    header .search-icon .btn:focus,
    header .search-icon .btn:active {
        background-color: #0f2e51 !important;
        border-color: #0f2e51;
    }

.banner {
    background-color: #032744;
}

    .banner .equality-banner img {
        height: 500px;
        object-fit: cover;
    }

    .banner .equality-banner.carousel-item h3 {
        position: relative;
    }

        .banner .equality-banner.carousel-item h3::after {
            content: 'New';
            font-size: 13px;
            background-color: #b10303;
            position: absolute;
            top: -10px;
            right: -50px;
            padding: 4px 10px;
            border-radius: 5px;
        }

    .banner .carousel-item {
        height: 500px;
        background-size: 850px !important;
        position: relative;
    }

        .banner .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: rgba(0,0,0,0.3);
            z-index: 9;
        }

        .banner .carousel-item img {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        .banner .carousel-item.bobbailey_banner img {
            height: 500px;
        }

        .banner .carousel-item.crown-banner img {
            height: 500px;
        }

        .banner .carousel-item [class^="container"] {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;
            z-index: 99;
            padding: 0 50px;
        }

        .banner .carousel-item span.span-text {
            margin: 0 auto 5px 0;
            display: block;
            font: 500 20px 'ProximaNova';
            color: #ffffff;
        }

        .banner .carousel-item h3 {
            font: 600 32px 'ProximaNova';
            color: white;
            text-transform: uppercase;
            margin-right: auto;
        }

        .banner .carousel-item p {
            max-width: 500px;
            color: white;
            margin-right: auto;
        }

    .banner .equality-banner.carousel-item p {
        max-width: 480px;
    }

    .banner .carousel-item .row {
        height: 100%;
    }

    .banner .carousel-item [class^="col-"] {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .banner .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 10px;
    }

        .banner .carousel-indicators li.active {
            background-color: #155baa;
        }

.section-1 {
    padding: 20px 0;
    border-top: 1px solid #bab7ae;
    margin: 20px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

    .section-1 .container-fluid {
        max-width: 1500px;
    }

    .section-1 .left-section {
        margin: 0;
    }

        .section-1 .left-section h3 {
            font: 700 18px 'museosans-700';
            color: #0a2a4d;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .section-1 .left-section ul li {
            margin-bottom: 10px;
        }

            .section-1 .left-section ul li:last-child {
                margin-bottom: 0;
            }

            .section-1 .left-section ul li a {
                font: 700 16px 'ProximaNova';
                color: #024fa7;
            }

    .section-1 .right-section {
        position: relative;
        margin-left: 45px;
    }

        .section-1 .right-section::before,
        .section-1 .right-section::after {
            content: '';
            position: absolute;
            top: -70px;
            right: -4340px;
            width: 5250px;
            height: calc(100% + 137px);
            bottom: 0;
            transform: skew(-15deg);
        }

        .section-1 .right-section::before {
            background-color: #0f2e51;
            z-index: 99;
        }

        .section-1 .right-section::after {
            background-color: #ffffff;
            right: -4330px;
            z-index: 9;
        }

        .section-1 .right-section br + br {
            display: none;
        }

        .section-1 .right-section h3,
        .section-1 .right-section p {
            color: #ffffff;
            position: relative;
            z-index: 99;
        }

        .section-1 .right-section h3 {
            font: 25px 'museosans-500';
            text-transform: uppercase;
            background-color: #0f2e51;
            margin: 0 0 15px;
        }

        .section-1 .right-section p {
            font: 16px 'ProximaNova';
            margin: 0;
            background-color: #0f2e51;
            line-height: 1.5em;
        }

            .section-1 .right-section p br + br {
                display: none;
            }

        .section-1 .right-section .IU-message {
            position: relative;
            background-color: #0f2e51;
            z-index: 99;
            width: calc(100% - 150px);
            max-height: 150px;
            overflow: hidden;
        }

        .section-1 .right-section .IU-message ul li {
            font: 16px/20px 'ProximaNova';
            color: #ffffff;
            margin: 0;
        }

        .section-1 .right-section .IU-message ul li + li {
            margin: 5px 0 0;
        }

        .section-2 {
            background-color: #f0f1f4;
            padding: 20px 0;
        }

    .section-2 .ed-section {
        background-color: #ffffff;
        padding: 20px;
        position: relative;
    }
    .section-2 article.second_banner.last ul::before { display: none; }

.crown.bailey-page section[class^="section-2"] h2 {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.crown.bailey-page section[class^="section-2"] h2,
.section-2 div h3 {
    font: 25px 'museosans-500';
    color: #030f1c;
    text-align: center;
}

.section-2 div p {
    font: 18px 'ProximaNova';
    line-height: 2em;
    color: #71767c;
    text-align: center;
}

.crown.bailey-page .section-2 div p a {
    word-break: break-all;
    line-height: 20px;
    display: inline-block;
}

    .crown.bailey-page .section-2 div p a:hover,
    .crown.bailey-page .section-2 div p a:focus {
        color: #0056b3;
    }

.section-2 div ul {
    margin-bottom: 0;
    position: relative;
}

    .section-2 div ul::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #cccccc;
        right: -14px;
    }

.bailey-page .section-2 div ul::before {
    display: none;
}

.section-2 div [class^="col-"]:last-child ul::before {
    display: none;
}

.section-2 div ul li a {
    display: flex;
    background-color: #f0f1f4;
    font: 16px 'museosans-500';
    color: #030f1c;
    min-height: 68px;
    margin-bottom: 15px;
    padding: 6px 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}

.content-section .section-2 div ul li a:hover {
    background: #104479;
    color: #fff;
}

.section-2 div ul li:last-child a {
    margin-bottom: 0;
}

.section-2 .list-banner-arrow {
    display: none;
}

    .section-2 .list-banner-arrow ol li {
        width: 30px;
        height: 30px;
        background-color: #024fa7;
        margin: 0;
        position: absolute;
        top: calc(50% - 17px);
        left: -20px;
        cursor: pointer;
        z-index: 9;
    }

        .section-2 .list-banner-arrow ol li.second_banner {
            left: auto;
            right: -20px;
        }

    .section-2 .list-banner-arrow ol {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
    }

.section-2 .list-banner-caption {
    margin-top: 10px;
    display: none;
}

    .section-2 .list-banner-caption ol {
        list-style: none;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .section-2 .list-banner-caption li {
        width: 12px;
        height: 12px;
        background-color: #aaaaaa;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .section-2 .list-banner-caption li.active {
            background-color: #024fa7;
        }

.section-3 {
    background-color: #ffffff;
    padding: 20px 0;
}

    .section-3 .card {
        border: 0;
    }

    .section-3 .accordion {
        margin-bottom: 20px;
    }

        .section-3 .accordion > .card:not(:last-of-type) {
            border-radius: 0;
            padding-top: 5px;
        }

    .section-3 .accordion-section {
        display: none;
    }

    .section-3 .nav a.nav-link,
    .section-3 .card .card-header {
        min-height: 70px;
        background-color: #ffffff;
        font: 17px 'museosans-500';
        color: #024fa7;
        border: 1px solid #d8cccc;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
    }

    .section-3 .card .card-header {
        min-height: 40px;
        text-align: left;
        justify-content: flex-start;
        position: relative;
        padding: 0;
        margin: 0 0 5px;
    }

        .section-3 .card .card-header a::before {
            content: '\f107';
            font: 24px 'fontawesome';
            position: absolute;
            top: 7px;
            right: 10px;
        }

        .section-3 .card .card-header h4 a[aria-expanded="true"]::before {
            content: '\f106';
        }

        .section-3 .card .card-header h4 {
            font-size: 15px;
            margin: 0;
            width: 100%;
            display: flex;
        }

            .section-3 .card .card-header h4 a {
                width: 100%;
                padding: 10px;
                text-decoration: none;
            }

                .section-3 .nav a.nav-link.active,
                .section-3 .card .card-header h4 a[aria-expanded="true"] {
                    background-color: #fff5e8;
                    border-color: #024fa7;
                }

    .section-3 .tab-content h2,
    .section-3 .accordion-section h2 {
        font: 700 22px 'Open Sans';
        color: #024fa7;
        margin-bottom: 30px;
    }

    .section-3 .accordion-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-3 .tab-content .list-items,
    .section-3 .card .list-items {
        margin-bottom: 25px;
    }

    .section-3 .card .card-body {
        padding: 10px 0 0;
    }

        .section-3 .tab-content .list-items h3,
        .section-3 .card .card-body h3 {
            font: 18px 'museosans-500';
            color: #000000;
            margin-bottom: 10px;
        }

        .section-3 .card .card-body h3 {
            font-size: 14px;
        }

        .section-3 .card .card-body p {
            font-size: 13px;
            line-height: 20px;
        }

        .section-3 .card .card-body img {
            width: 100%;
            height: auto;
        }

    .section-3 .tab-content ul {
        margin-top: -15px;
    }

.inner-banner {
    min-height: 400px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    background-color: #032744;
}

    .inner-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.2);
    }

.crown.bailey-page .inner-banner {
    background-size: 90% !important;
    background-position: right 25% !important;
}

.inner-banner .container {
    min-height: 400px;
    /*padding: 0px 0;*/
    display: flex;
    align-items: center;
    position: relative;
}

.inner-banner h1 {
    font: 700 45px 'ProximaNova';
    color: #ffffff;
    text-transform: uppercase;
}

[class^="inner-section-"] {
    padding: 50px 0;
}

.inner-section-1 {
    background-color: rgba(240, 240, 240, 0.53);
}

    .inner-section-1 .breadcrumb,
    .teams-section .breadcrumb {
        background: none;
        padding: 0;
        margin-bottom: 30px;
    }

        .inner-section-1 .breadcrumb li,
        .teams-section .breadcrumb li {
            font: 600 16px 'ProximaNova';
            color: #024fa7;
        }

            .inner-section-1 .breadcrumb li a,
            .teams-section .breadcrumb li a {
                color: #707070;
            }

    .inner-section-1 .content-section {
        background-color: #ffffff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        padding: 40px;
    }

        .inner-section-1 .content-section h2,
        .inner-section-1 .content-section h3,
        .inner-section-1 .content-section p:first-child b span {
            font: 700 22px 'Open Sans' !important;
            color: #024fa7;
        }

        /* .inner-section-1 .content-section p, */
        /* .inner-section-1 .content-section p span, */
        /* .inner-section-1 .content-section ul li span { */
        /* font: 1.24em/1.55em 'ProximaNova' !important; */
        /* } */

        .inner-section-1 .content-section .table th {
            font-family: 'ProximaNova-Bold';
        }

        /* .inner-section-1 .content-section .table td * { */
        /* font: 700 16px 'ProximaNova'; */
        /* } */

        .inner-section-1 .content-section ul ul {
            margin-top: 8px;
        }

            .inner-section-1 .content-section ul ul li span {
                font-size: 14px !important;
            }

        .inner-section-1 .content-section label {
            color: #000000;
            font: 18px 'museosans-500';
            display: block;
            margin-bottom: 15px;
        }

        .inner-section-1 .content-section h3.h3-faq,
        .inner-section-1 .content-section h4 {
            font: 600 30px 'ProximaNova' !important;
            color: #707070;
        }

footer {
    background-color: #ffffff;
}

    footer .footer-bottom {
        background-color: #024fa7;
        font: 16px 'Open Sans';
        color: #ffffff;
        text-align: center;
        padding: 10px 15px;
    }

    footer .footer-menu {
        background-color: #ecf6f7;
        padding: 20px 0;
    }

        footer .footer-menu h4,
        footer .footer-menu label {
            font: 16px 'museosans-500';
            margin-bottom: 15px;
        }

        footer .footer-menu ul.list-dot li,
        footer .footer-menu ul.list-link li {
            position: relative;
            padding-left: 15px;
        }

            footer .footer-menu ul.list-dot li::before {
                content: '';
                width: 8px;
                height: 8px;
                background-color: #024fa7;
                position: absolute;
                top: 9px;
                left: 0;
                border-radius: 50%;
            }

        footer .footer-menu ul li {
            font: 14px/25px 'ProximaNova';
        }

        footer .footer-menu ul.full-list {
            text-align: center;
            border-top: 1px solid #a59f9f;
            margin-top: 5px;
            padding-top: 20px;
        }

        footer .footer-menu ul.list-link li::before {
            content: '\f101';
            font: 16px 'fontawesome';
            position: absolute;
            top: 4px;
            left: 0;
        }

        footer .footer-menu ul.list-link li a {
            color: #000000;
        }

    footer .social-link ul {
        text-align: center;
        margin: 0;
        background-color: #ffffff;
        padding: 30px 0 15px;
    }

        footer .social-link ul li {
            display: inline-block;
            margin: 0;
        }

    footer .social-link li.facebook a {
        background-color: #3b579d;
    }

    footer .social-link li.twitter a {
        background-color: #00aced;
    }

    footer .social-link li.linkedin a {
        background-color: #000000;
    }

    footer .social-link li a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        text-decoration: none;
    }

.footer-icons .owl-carousel .owl-nav [class^="owl-"] {
    width: 22px;
    height: 22px;
    background-color: #ecf6f7;
    color: #024fa7;
    position: absolute;
    top: calc(50% - 15px);
    border: 1px solid #024fa7;
    line-height: 15px;
    font-size: 20px;
    border-radius: 4px;
}

    .footer-icons .owl-carousel .owl-nav [class^="owl-"]:hover,
    .footer-icons .owl-carousel .owl-nav [class^="owl-"]:focus,
    .footer-icons .owl-carousel .owl-nav [class^="owl-"]:active {
        background-color: #024fa7;
        color: #ffffff;
    }

.footer-icons .owl-carousel .owl-nav .owl-prev {
    left: -12px;
}

.footer-icons .owl-carousel .owl-nav .owl-next {
    right: -12px;
}

.footer-icons .owl-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

.footer-icons .item {
    max-width: 180px;
    margin: 0 15px 0;
}

    .footer-icons .item img {
        max-width: 100%;
    }

.footer-icons .owl-stage {
    display: flex;
    align-items: center;
}

.teams-section {
    padding: 30px 0;
}

    .teams-section h2 {
        font-size: 1.75rem;
    }

    .teams-section .well {
        background-color: #f3f3f3;
        padding: 30px 50px;
        border-radius: 6px;
    }

    .teams-section article .bg-graysec {
        background-color: #e3e3e3;
        text-align: center;
        padding: 30px;
    }

    .teams-section img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border: 10px solid #ffffff;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    }

    .teams-section h3,
    .teams-section h4 {
        font: 22px 'museosans-700';
        color: #090734;
        margin: 10px 0 0;
    }

    .teams-section p {
        font-size: 14px;
    }

        .teams-section p:last-child {
            margin-bottom: 0;
        }

    .teams-section article {
        margin-bottom: 30px;
    }

        .teams-section article .bg-whitesec {
            background-color: #ffffff;
            padding: 30px;
        }

.cscroll.form-section .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f7ff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

    .cscroll.form-section .well .col-sm-offset-4 {
        display: flex;
        align-items: center;
        margin: auto;
    }

        .cscroll.form-section .well .col-sm-offset-4 .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

.cscroll.form-section label {
    font: 600 14px 'Open Sans';
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}

.cscroll.form-section h3 {
    font: 600 22px 'Open Sans';
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-top: 3px solid #024fa7;
    color: #000000;
    margin: 0 0 30px;
}

.cscroll.form-section h1 {
    color: #024fa7;
    font-size: 20px;
    font-weight: bold;
}

.cscroll.form-section h2 {
    color: #626161;
    font-size: 18px;
    font-weight: normal;
}

.cscroll.form-section p,
.cscroll.form-section strong {
    font: 600 13px 'Open Sans';
    color: #000000;
    display: block;
    margin-bottom: 30px;
}

.cscroll.form-section form .form-group {
    display: flex;
    align-items: center;
}

.cscroll.form-section span.red {
    font-size: 15px;
    color: #fc0000;
}

.cscroll.form-section .form-control {
    width: calc(100% - 50px);
    border-radius: 0;
    box-shadow: none;
    height: 38px;
    line-height: normal;
}

.cscroll.form-section h4 {
    font: 600 18px 'Open Sans';
    padding: 0 0 5px;
    border-bottom: 1px solid #024fa7;
    color: #000000;
    margin: 0 0 25px;
}

.cscroll.form-section .glyphicon-question-sign {
    position: relative;
}

    .cscroll.form-section .glyphicon-question-sign::before {
        content: '\f059';
        font: 14px 'fontawesome';
        position: absolute;
        top: 0;
        right: 0;
        color: #024fa7;
    }

.cscroll.form-section .hidden {
    display: none;
}

.cscroll.form-section .tooltip-sec .red-tooltip {
    position: absolute;
    top: 12px;
    right: 40px;
}

.cscroll.form-section textarea.form-control {
    height: auto;
    resize: none;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #000000;
}

.Public.Meeting.Minutes + .inner-section-1 .content-section .cscroll .table a {
    background-color: #ffffff;
}

.FileComplaint.modal {
    align-items: center;
}

    .FileComplaint.modal.show {
        display: flex !important;
    }

    .FileComplaint.modal .modal-dialog {
        max-width: 1200px;
    }

    .FileComplaint.modal video {
        width: 100%;
    }

    .FileComplaint.modal button.close {
        position: absolute;
        right: 15px;
        top: 5px;
        font-size: 30px;
        z-index: 9;
        opacity: 1;
    }

#VideoModal .modal-dialog {
    max-width: 420px;
    width: auto;
}

#VideoModal .modal-body {
    background: none;
    padding: 0;
}

#VideoModal .modal-content {
    background: none;
    box-shadow: none;
    border: 0;
}

#VideoModal .modal-body #christmasVideo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 5px solid #fff;
}

#VideoModal #closevideoModal {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #000;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 22px;
    z-index: 9;
}

    #VideoModal #closevideoModal span {
        position: relative;
        top: -2px;
    }

#christmasVideoSec img {
    border-radius: 10px;
    border: 5px solid #fff;
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

#VideoModal.end #christmasVideoSec img {
    opacity: 1;
    visibility: visible;
}

.home .modal-backdrop.in {
    opacity: .8;
}

.christmas_banner h3 {
    position: relative;
}

    .christmas_banner h3::after {
        content: '';
        background: url(../images/santaclaus_cap.png) no-repeat;
        position: absolute;
        right: -17px;
        width: 40px;
        height: 70px;
        background-size: 40px;
        top: -16px;
    }

.Vmodal .modal-backdrop.show {
    opacity: .9;
}

.justiceimgsec {
    display: flex;
}

    .justiceimgsec .justiceimg {
        margin-right: 40px;
        display: flex;
        align-items: center;
        position: relative;
    }

        /*.justiceimgsec .justiceimg::before {
    content: '';
    position: absolute;
    transform: skew(-15deg);
    width: 5250px;
    height: calc(100% + 127px);
    background: #0f2e51;
    right: -50px;
    z-index: 9;
}

.justiceimgsec .justiceimg::after {
    content: '';
    position: absolute;
    transform: skew(-15deg);
    width: 5250px;
    height: calc(100% + 127px);
    background: #ffffff;
    right: -60px;
}*/

        .justiceimgsec .justiceimg img {
            max-width: 100px;
            z-index: 9;
        }

.modal.cpmodal .modal-header .modal-title {
    font: 800 1.3em 'ProximaNova-Bold';
}

.modal.cpmodal .modal-body ul li strong {
    margin: 0 0 10px;
    display: block;
}

.modal.cpmodal .modal-body ul {
    margin: 15px 0 20px;
}

.modal.cpmodal .modal-body p {
    margin: 10px 0 0;
}

.modal.cpmodal .modal-body ul ul {
    margin: 0 0 10px;
}

.settlement-panel .highcharts-legend {
    pointer-events: none;
}

@media all and (-ms-high-contrast:none) {
    header .navbar .navbar-collapse .navbar-nav {
        margin-left: auto;
    }

    header .search-icon {
        margin-left: 80px;
    }

        header .search-icon .form-control {
            min-width: 200px;
        }

    .inner-banner .container {
        padding: 160px 15px;
    }

    .footer-icons .owl-carousel {
        display: block;
    }

    .footer-icons .item {
        display: inline-block;
        max-width: 175px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1450px) {
    .crown.bailey-page .inner-banner {
        background-size: cover !important;
    }
}

@media screen and (min-width: 1290px) and (max-width: 1448px) {
    header .navbar .navbar-collapse .navbar-nav > li > a {
        font-size: 14px;
    }

    header .navbar .navbar-brand img {
        max-width: 130px;
    }

    header .search-icon .form-control {
        min-width: auto !important;
        width: 180px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1370px) {
    header .navbar .navbar-collapse .navbar-nav > li > a {
        font-size: 14px;
    }

    header .search-icon .form-control {
        min-width: 250px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .section-1 .right-section::before, .section-1 .right-section::after {
        width: 5050px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
    header .search-icon .form-control {
        min-width: 200px;
    }

    .banner .carousel-item {
        height: 400px;
    }

        .banner .carousel-item.crown-banner img,
        .banner .carousel-item.bobbailey_banner img {
            height: 400px;
        }

    header .navbar .navbar-collapse .navbar-nav > li {
        margin: 0 12px;
    }

        header .navbar .navbar-collapse .navbar-nav > li > a {
            font-size: 12px;
        }

        header .navbar .navbar-collapse .navbar-nav > li .dropdown-toggle::after {
            top: 5px;
        }

    header .navbar .navbar-brand img {
        max-width: 120px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1199px) {
    .section-1 .right-section::before,
    .section-1 .right-section::after {
        width: 4980px;
    }
}

@media screen and (min-width: 1061px) and (max-width: 1100px) {
    .section-1 .right-section::before,
    .section-1 .right-section::after {
        width: 4940px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1060px) {
    .section-1 .right-section::before,
    .section-1 .right-section::after {
        width: 4820px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .search-icon .form-control {
        min-width: 200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1149px) {
    header .navbar .navbar-brand img {
        max-width: 120px;
    }

    header .search-icon .form-control {
        width: 130px;
        min-width: auto;
    }

    header .navbar .navbar-collapse .navbar-nav > li {
        margin: 0 8px;
    }
}

@media screen and (max-width: 991px) {
    .justiceimgsec .justiceimg {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    a.skipmenu-hidden {
        font-size: 12px;
        top: 11px;
    }

    header .top-header ul > li {
        margin: 0 7px;
    }

        header .top-header ul > li > a {
            font-size: 12px;
        }

    header .navbar-toggler {
        display: none;
    }

    header .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar .navbar-collapse .navbar-nav {
        flex-direction: row;
        margin-top: 20px;
    }

        header .navbar .navbar-collapse .navbar-nav > li > a {
            font-size: 13px;
        }

        header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
            position: absolute;
        }

    header .navbar .navbar-brand img {
        max-width: 130px;
    }

    header .navbar .container-fluid {
        justify-content: space-between;
    }

    header .navbar .navbar-collapse {
        width: 100%;
        justify-content: center;
    }

    .banner .carousel-item {
        height: 300px;
    }

    .section-1 .right-section::before,
    .section-1 .right-section::after {
        width: 4760px;
    }

    .section-3 .nav a.nav-link {
        font-size: 14px;
    }

    .footer-icons .owl-carousel {
        display: block;
        margin: 0 0 -15px;
    }

    .footer-icons .item {
        max-width: 80px;
        margin: 0 10px 15px;
        display: inline-block;
    }
}

@media screen and (max-width: 784px) {
    .section-3 .accordion-section {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    a.skipmenu-hidden {
        position: static;
        display: block;
        background-color: #0f2e51;
        padding: 6px 15px;
    }

    .bailey-page .inner-banner::before {
        background: rgba(2, 79, 167, 0.7);
    }

    .crown.bailey-page .inner-banner p {
        font-size: 4vw;
        margin: 0;
    }

    header .top-header,
    header .navbar .navbar-collapse .navbar-nav > li.search-icon,
    .section-1 .right-section::before,
    .section-1 .right-section::after,
    .section-2 div ul::before,
    header .search-icon {
        display: none;
    }

    header .navbar {
        padding: 8px 0;
    }

    .inner-section-1 .content-section h4 {
        font-size: 18px;
    }

    header .navbar .navbar-brand {
        padding-left: 10px;
    }

    .section-2 .list-banner-caption,
    .section-2 .list-banner-arrow {
        display: block;
    }

    .section-2 .ed-section article {
        display: none;
    }

    .section-2 .ed-section .row {
        margin: 0 -7.5px;
    }

    .section-2 .ed-section article {
        padding: 0 7.5px;
    }

        .section-2 .ed-section article ul li {
            margin-bottom: 15px;
        }

            .section-2 .ed-section article ul li a {
                margin-bottom: 0;
            }

        .section-2 .ed-section article.active {
            display: block;
        }

    .section-2 .ed-section .row > [class^="col-"] {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .section-2 div ul li a {
        font-size: 14px;
    }

    header .navbar .navbar-brand img {
        max-width: 80px;
    }

    header .navbar .navbar-collapse {
        margin: 8px 0 0;
        border-top: 1px solid rgba(0,0,0,.15);
    }

        header .navbar .navbar-collapse .navbar-nav > li {
            width: 100%;
        }

            header .navbar .navbar-collapse .navbar-nav > li > a {
                padding: 8px 15px;
                border-bottom: 1px solid rgba(0,0,0,.15);
            }

            header .navbar .navbar-collapse .navbar-nav > li .dropdown-toggle::after {
                top: 15px;
                right: 15px;
            }

        header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
            margin: 0;
            border: 0;
        }

    .banner .carousel-indicators {
        margin-bottom: 5px;
    }

    .banner .carousel-item img {
        width: 100%;
        height: 100%;
    }

    .banner .carousel-item {
        height: auto;
    }

    .banner .carousel-item {
        height: 200px;
    }

        .banner .carousel-item span.span-text {
            font-size: 14px;
        }

        .banner .carousel-item [class^="container"] {
            padding: 20px;
        }

        .banner .carousel-item h3 {
            font-size: 20px;
            line-height: 18px;
        }

        .banner .carousel-item p {
            font-size: 14px;
            line-height: 20px;
            min-height: 120px;
        }

        .banner .carousel-item.crown-banner p {
            min-height: auto;
        }

    .banner.home-page .carousel-item.crown-banner .btn {
        padding: 8px 20px;
        font-size: 13px;
    }

    .section-1 .right-section {
        background-color: #0f2e51;
        margin: 0 -15px;
        padding: 25px;
    }

    .crown.bailey-page section[class^="section-2"] h2,
    .section-2 div h3 {
        font-size: 23px;
    }

    .section-2 div ul li a {
        min-height: 45px;
    }

    .footer-icons .owl-carousel {
        display: block;
        margin: 0 0 -15px;
    }

    .footer-icons .item {
        max-width: 75px;
        margin: 0 5px;
        display: inline-block;
    }

    .inner-banner {
        background-position: center right !important;
    }

        .inner-banner.Mediation {
            background-position: -360px center !important;
        }

        .inner-banner,
        .inner-banner .container {
            min-height: 150px !important;
        }

            .inner-banner h1 {
                font-size: 35px;
            }

    .inner-section-1 .breadcrumb li {
        font-size: 14px;
    }

    .inner-section-1 .content-section {
        padding: 20px;
    }

    .teams-section .well {
        padding: 15px 30px;
    }

    .teams-section img {
        width: 100%;
    }

    .teams-section article:nth-child(odd) .row [class^="col-"]:first-child,
    .teams-section article:nth-child(even) .row [class^="col-"]:first-child {
        order: 1;
    }

    .teams-section article:nth-child(odd) .row [class^="col-"]:last-child,
    .teams-section article:nth-child(even) .row [class^="col-"]:first-child {
        order: 2;
    }

    .banner .carousel-item.crown-banner img,
    .banner .carousel-item.bobbailey_banner img {
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    footer .footer-bottom {
        font-size: 11px;
    }
}

.agenda p {
    margin: 0;
}

.agenda td, .agenda th {
    padding: 15px 25px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

h5 {
    font-size: 1rem;
    font-weight: bold;
}

.agenda tr:hover {
    background: #f4fffd;
}

.agenda tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}

    .agenda tbody tr:nth-of-type(odd):hover {
        background: #f4fffd;
    }

#collapse_silder #faq .Commission {
    margin-bottom: 15px;
    border: 1px solid #ddd !important;
}

    #collapse_silder #faq .Commission .mediation {
        border: 0;
        border-radius: 2px;
        padding: 0;
    }

.card-body {
    border-top: 1px solid #ddd;
}

#collapse_silder #faq .Commission .mediation .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #024fa7;
    padding: 10px 20px;
}

#collapse_silder #faq .Commission .collapsing {
    line-height: 30px;
}

.btn-header-link.focus, .btn-header-link:focus {
    outline: 0;
    box-shadow: none !important;
}

#collapse_silder #faq .Commission .collapse.show {
    line-height: 30px;
    color: #222;
}

.crown .container {
    max-width: 1350px;
}

.crown .county-data .container {
    max-width: 1450px;
}

.crown .inner-banner .container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.crown.bailey-page .section-2.edata {
    text-align: center;
    background: linear-gradient(to right, #bdd0e6, #e2eaf4, #eaf0f9);
}

    .crown.bailey-page .section-2.edata div a.big-para,
    .crown .inner-banner p {
        color: #ffffff;
        max-width: 560px;
        font: 1.25em 'ProximaNova';
        line-height: 1.5em;
    }

.crown section[class^="section-"] {
    margin: 0;
    padding: 40px 0;
    border: 0;
    background-color: #ffffff;
}

.crown.flyer section[class^="section-3"] {
    position: relative;
}

    .crown.flyer section[class^="section-3"]::before {
        content: '';
        background: url(../images/flyer/women_forum.png) repeat 0 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        filter: grayscale(1);
        width: 100%;
        height: 580px;
        opacity: 0.3;
    }

.crown section[class^="section-1"] {
    text-align: center;
}

.crown.flyer section[class^="section-1"] .logos {
    margin: 0 0 25px;
}

    .crown.flyer section[class^="section-1"] .logos img {
        margin: 0 15px;
    }

        .crown.flyer section[class^="section-1"] .logos img:first-child {
            height: 100px;
        }

        .crown.flyer section[class^="section-1"] .logos img:last-child {
            height: 140px;
        }

.crown.flyer section[class^="section-1"] .hall-logos {
    margin: 0 0 20px;
}

    .crown.flyer section[class^="section-1"] .hall-logos img {
        height: 100px !important;
    }

.crown.bailey-page section[class^="section-1"] {
    text-align: left;
}

.crown section[class^="section-1"] img {
    max-width: 300px;
}

.crown.bailey-page .section-2 div p,
.crown.bailey-page .section-2 div h3,
.crown.bailey-page .section-2 div h2 {
    text-align: left;
}

.crown.bailey-page .section-2.edata div p.big-para,
.crown.bailey-page .section-2.edata div h2 {
    text-align: center;
}

.crown.bailey-page .section-2.edata div h2 {
    text-transform: initial;
}

.crown.bailey-page .section-2 div ul li,
.crown.bailey-page .section-2 div p,
.crown.bailey-page .section-2.edata div a.big-para {
    font-size: 1em;
    line-height: 2em;
    color: #000000;
}

    .crown.bailey-page .section-2 div p:last-child {
        font-size: 1.06em;
        font-weight: 700;
    }

    .crown.bailey-page .section-2 div p a {
        color: #000;
        text-decoration: underline;
    }

    .crown.bailey-page .section-2.edata div a.big-para,
    .crown.bailey-page .section-2 div p.big-para {
        font-size: 1.06em;
        line-height: 1.5;
        border-left: 6px solid #024fa7;
        padding: 10px 0 10px 10px;
        font-weight: 600;
        margin-left: 25px;
    }

.crown.bailey-page .section-2.edata div a.big-para {
    margin: 0;
    border: 0;
    text-decoration: underline;
}

.crown.bailey-page .section-2.edata .modal .modal-dialog {
    max-width: 900px;
}

.crown.bailey-page .section-2.edata .modal .modal-header {
    background: linear-gradient(to right, #bdd0e6, #edf2f8, #f7f9fc);
}

    .crown.bailey-page .section-2.edata .modal .modal-header .modal-title {
        font: 600 20px 'ProximaNova';
    }

.crown.bailey-page .section-2.edata .modal .modal-content .modal-body {
    padding: 30px;
}

.crown.bailey-page .section-2.edata .modal .modal-content ul li {
    text-align: left;
    position: relative;
    padding-left: 15px;
    margin: 0 0 5px;
}

    .crown.bailey-page .section-2.edata .modal .modal-content ul li:last-child {
        margin: 0;
    }

    .crown.bailey-page .section-2.edata .modal .modal-content ul li::before {
        content: '\f105';
        font: 16px 'fontawesome';
        position: absolute;
        top: 8px;
        left: 0;
    }

.crown.bailey-page .section-2.edata .modal .modal-content ul::before {
    display: none;
}

.crown.bailey-page .section-2.edata .modal .modal-content .row > [class^="col-sm"] {
    order: unset;
}

/*.crown.bailey-page .section-2 .row > [class^="col-sm"]:first-child {
    order: 2;
}*/

.crown.bailey-page .section-2 .thumbnail h3,
.crown.bailey-page .section-2 .thumbnail {
    text-align: center;
}

    .crown.bailey-page .section-2 .thumbnail img {
        width: calc(100% - 100px);
    }

.crown section[class^="section-1"] .btn {
    background: linear-gradient(to right, #13325a, #1e63b0);
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    font-size: 18px;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: none;
}

.crown section[class^="section-1"] p {
    font-size: 18px;
}

.crown.flyer section[class^="section-1"] p.join-para {
    max-width: 1100px;
    margin: 0 auto 1rem;
}

.crown.flyer section[class^="section-1"] p.addr,
.crown.flyer section[class^="section-1"] p.download-flyer {
    font: 800 1.4em 'ProximaNova-Bold';
}

.crown.flyer section[class^="section-1"] p.addr {
    margin: 0 0 30px;
}

.crown.flyer section[class^="section-1"] ul.join-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
}

    .crown.flyer section[class^="section-1"] ul.join-ul li {
        font: 800 1.4em 'ProximaNova-Bold';
    }

        .crown.flyer section[class^="section-1"] ul.join-ul li:nth-of-type(1) {
            text-align: right;
        }

        .crown.flyer section[class^="section-1"] ul.join-ul li:nth-of-type(3) {
            text-align: left;
        }

        .crown.flyer section[class^="section-1"] ul.join-ul li:nth-of-type(2) {
            width: 130px;
            height: 130px;
            background: linear-gradient(#093b77, #0e52a4);
            padding: 40px 20px;
            border-radius: 50%;
            color: #ffffff;
            margin: 0 25px;
        }

.crown section[class^="section-1"] .btn:hover {
    background: linear-gradient(to right, #1e63b0, #13325a);
}

.crown section[class^="section-2"] {
    background: linear-gradient(to right, #bdd0e6, #edf2f8, #f7f9fc);
}

.crown.flyer section[class^="section-2"] {
    background: linear-gradient(to right, #d2d7ea, #dce2f0, #dad2ea);
}

.crown.flyer .meetteam {
    max-width: 900px;
    margin: auto;
}

    .crown.flyer .meetteam > .row [class^="col-"] .thumbnail {
        margin: 30px 0 0;
    }

    .crown.flyer .meetteam > .row [class^="col-"]:nth-of-type(1) .thumbnail,
    .crown.flyer .meetteam > .row [class^="col-"]:nth-of-type(2) .thumbnail,
    .crown.flyer .meetteam > .row [class^="col-"]:nth-of-type(3) .thumbnail {
        margin: 0;
    }

    .crown.flyer .meetteam .thumbnail img {
        /*height: 340px;*/
        object-fit: cover;
    }

    .crown.flyer .meetteam .thumbnail .thumb-caption .para {
        height: 90px;
        overflow: hidden;
        margin: 0 0 8px;
    }

    .crown.flyer .meetteam .thumbnail {
        border-radius: 6px;
        overflow: hidden;
    }

        .crown.flyer .meetteam .thumbnail .thumb-caption {
            background-color: #ffffff;
            padding: 15px;
        }

.crown section[class^="section-2"] .thumbnail p.para-span {
    margin: 0 0 10px;
    color: #747474;
}

.crown.flyer .meetteam .thumbnail .thumb-caption article {
    min-height: 155px;
    overflow: hidden;
}

.crown.flyer .meetteam .thumbnail .thumb-caption span {
    display: inline-block;
    cursor: pointer;
    font: 600 15px 'ProximaNova';
    color: #093b77;
    position: relative;
}

    .crown.flyer .meetteam .thumbnail .thumb-caption span .fa {
        font-size: 21px;
        position: absolute;
        top: -1.5px;
        right: -14px;
    }

.crown.flyer .meetteam .thumb-right .thumbnail img {
    height: 222px;
    object-fit: cover;
}

.crown section[class^="section-2"] h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font: 35px 'ProximaNova-Bold';
}

.crown.flyer section[class^="section-2"] h2 {
    text-transform: capitalize;
    /*color: #809ec5;*/
}

.crown.flyer section[class^="section-2"] .meetteam h4 {
    text-align: center;
    margin: 50px 0 30px;
    font: 30px 'ProximaNova-Bold';
    color: #b12740;
}

.crown section[class^="section-2"] .thumbnail img {
    background: linear-gradient(#093b77, #0e52a4);
    padding: 5px;
}

.crown section[class^="section-2"] .thumbnail h3 {
    text-transform: uppercase;
    font: 16px 'ProximaNova-Bold';
    margin: 10px 0 5px;
}

.crown.flyer section[class^="section-2"] .thumbnail h3 {
    margin: 0 0 5px;
}

.crown.flyer .modal .modal-dialog {
    max-width: 800px;
    height: calc(100% - 1.75rem * 2);
}

    .crown.flyer .modal .modal-dialog .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .crown.flyer .modal .modal-dialog .modal-body {
        overflow-y: auto;
        min-height: auto;
        min-height: 250px;
    }

        .crown.flyer .modal .modal-dialog .modal-body img {
            position: fixed;
            max-width: 230px;
            background: linear-gradient(#093b77, #0e52a4);
            padding: 5px;
        }

    .crown.flyer .modal .modal-dialog .modal-header {
        align-items: center;
    }

    .crown.flyer .modal .modal-dialog .modal-title {
        text-transform: uppercase;
        font: 16px 'ProximaNova-Bold';
    }

    .crown.flyer .modal .modal-dialog .para-span {
        color: #747474;
        font-size: 14px;
        margin: 0 0 0 5px;
    }

    .crown.flyer .modal .modal-dialog .content-area p {
        font: 15px/1.5em 'ProximaNova';
        color: #000000;
    }

.crown.flyer .modal .modal-footer .btn {
    background-color: #093b77;
    color: #fff;
    padding: 6px 25px;
    font: 16px / 1.5em 'ProximaNova';
}

    .crown.flyer .modal .modal-footer .btn:hover,
    .crown.flyer .modal .modal-footer .btn:focus,
    .crown.flyer .modal .modal-footer .btn:active {
        opacity: 0.85;
    }

.crown section[class^="section-2"] .container > .row > [class^="col-"]:first-child .thumbnail p,
.crown section[class^="section-2"] .container > .row > [class^="col-"]:last-child .thumbnail p {
    height: 350px;
    overflow: visible;
}

.crown section[class^="section-2"] .thumbnail p {
    color: #000000;
    font: 15px 'ProximaNova';
    margin: 0;
    line-height: 1.5em;
}

/*.crown.flyer section[class^="section-2"] .thumbnail p {
    height: 90px;
    overflow: hidden;
}*/

.crown section[class^="section-2"] .thumbnail * {
    text-align: left;
}

.crown section[class^="section-2"] .thumbnail img {
    max-width: 100%;
    width: 100%;
}

.crown section[class^="section-2"] .container .row > [class^="col-"]:last-child .thumbnail {
    margin-bottom: 15px;
}

.crown section[class^="section-3"] .carousel {
    max-width: 1000px;
    margin: auto;
}

    .crown section[class^="section-3"] .carousel a[class^="carousel-control-"] {
        width: 60px;
        height: 60px;
        opacity: 1;
        top: calc(50% - 40px);
        bottom: auto;
        background: linear-gradient(to right, #13325a, #1e63b0);
        border-radius: 6px;
    }

    .crown section[class^="section-3"] .carousel [class^="carousel-control-prev"] {
        left: -100px;
    }

    .crown section[class^="section-3"] .carousel [class^="carousel-control-next"] {
        right: -100px;
    }

    .crown section[class^="section-3"] .carousel .fa {
        font-size: 45px;
    }

.banner.home-page .carousel .btn {
    background: transparent;
    color: #fff;
    font: caption;
    padding: 15px 50px;
    border: 3px solid #fff;
    font: 600 18px 'ProximaNova';
}

    .banner.home-page .carousel .btn:hover,
    .banner.home-page .carousel .btn:hover,
    .banner.home-page .carousel .btn:hover {
        background: #ffffff;
        color: #062641;
    }

.crown.bailey-page .graph-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

    .crown.bailey-page .graph-section .select-option {
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .crown.bailey-page .graph-section .table {
        border: 0;
        margin: 0;
    }

        .crown.bailey-page .graph-section .table thead th {
            border: 0;
            font: 600 20px 'ProximaNova';
            padding: 15px;
            text-align: left;
        }

        .crown.bailey-page .graph-section .table td {
            padding: 23px 15px;
        }

    .crown.bailey-page .graph-section .select-option .form-control {
        box-shadow: none;
        font: 16px 'ProximaNova';
    }

    .crown.bailey-page .graph-section .graph-row .panel-sec {
        background-color: #ffffff;
        box-shadow: 0 3px 3px rgba(56,65,74,0.1);
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,0.2);
        overflow: hidden;
    }

        .crown.bailey-page .graph-section .graph-row .panel-sec.settlement-panel {
            padding: 25px 15px 0;
        }

    .crown.bailey-page .graph-section.county-data .graph-row .row > [class^="col-"]:nth-of-type(1) .panel-sec,
    .crown.bailey-page .graph-section.county-data .graph-row .row > [class^="col-"]:nth-of-type(2) .panel-sec,
    .crown.bailey-page .graph-section.county-data .graph-row .row > [class^="col-"]:nth-of-type(3) .panel-sec,
    .crown.bailey-page .graph-section.county-data .graph-row .row > [class^="col-"]:nth-of-type(4) .panel-sec {
        margin-bottom: 30px;
    }

    .crown.bailey-page .graph-section .graph-row .panel-sec h3 {
        padding: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .crown.bailey-page .graph-section .graph-row h3 {
        font: 600 18px 'ProximaNova';
        margin: 0 0 25px;
    }

    .crown.bailey-page .graph-section h2 {
        font: 35px 'ProximaNova-Bold';
        margin: 0 0 30px;
        text-align: center;
    }

        .crown.bailey-page .graph-section h2.disemp {
            margin: 60px 0 30px;
        }

    .crown.bailey-page .graph-section .graph-row .highcharts-container .highcharts-title {
        font: 600 16px 'ProximaNova' !important;
        color: #333333 !important;
    }

    .crown.bailey-page .graph-section.county-data .graph-row .row:last-child h2 {
        margin-top: 65px;
    }

    .crown.bailey-page .graph-section h2 + p {
        font: 400 1.125em/1.5 'ProximaNova';
        margin: 0 0 55px;
        text-align: center;
    }

.graph-section .settlement-panel .highcharts-credits,
.graph-section.county-data text.highcharts-credits {
    display: none;
}


@media screen and (max-width: 1199px) {
    header .navbar .search-icon {
        display: none;
    }

    .crown section[class^="section-3"] .carousel a[class^="carousel-control-"] {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }

    .crown section[class^="section-3"] .carousel .fa {
        font-size: 15px;
    }

    .crown section[class^="section-3"] .carousel [class^="carousel-control-prev"] {
        left: 0;
    }

    .crown section[class^="section-3"] .carousel [class^="carousel-control-next"] {
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .right-section {
        margin: 0;
        background: #0f2e51;
        padding: 20px;
    }

        .section-1 .right-section::before,
        .section-1 .right-section::after {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .crown.flyer section[class^="section-1"] ul.join-ul li {
        text-align: center !important;
        font: 800 1.1em 'ProximaNova-Bold';
    }

        .crown.flyer section[class^="section-1"] ul.join-ul li:nth-of-type(2) {
            width: 100px;
            height: 100px;
            margin: 10px auto;
        }

    .crown.flyer section[class^="section-1"] p.addr,
    .crown.flyer section[class^="section-1"] p.download-flyer {
        font-size: 1.1em;
    }

    .crown.flyer .inner-banner::before {
        background: rgba(0, 0, 0, 0.7);
    }

    .section-1 .right-section {
        margin: 0;
        background: #0f2e51;
        padding: 20px;
    }

        .section-1 .right-section::before,
        .section-1 .right-section::after {
            display: none;
        }

    .banner .carousel-inner .carousel-item:nth-of-type(1) h3,
    .banner .carousel-inner .carousel-item:nth-of-type(2) h3 {
        line-height: 20px;
    }

    .banner .carousel-inner .carousel-item:nth-of-type(1) p,
    .banner .carousel-inner .carousel-item:nth-of-type(2) p {
        margin-bottom: 8px;
        min-height: auto;
    }

        .banner .carousel-inner .carousel-item:nth-of-type(1) p .btn,
        .banner .carousel-inner .carousel-item:nth-of-type(2) p .btn {
            padding: 8px 20px;
        }

    .crown.bailey-page .section-2 div p.big-para {
        font-size: 4vw;
    }

    .crown .inner-banner {
        padding: 25px 15px;
    }

    .crown.bailey-page .inner-banner {
        background-size: cover !important;
        padding: 25px 0;
    }

    .crown .inner-banner h1 {
        font-size: 30px;
    }

    .crown section[class^="section-1"] img {
        max-width: 150px;
    }

    .crown section[class^="section-2"] h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .crown section[class^="section-2"] .thumbnail {
        margin-bottom: 30px;
        text-align: center;
    }

    .crown.bailey-page .graph-section h2 {
        font-size: 28px;
    }

        .crown.bailey-page .graph-section h2 + p {
            font-size: 1em;
            line-height: 1.7;
        }

    .crown.bailey-page .graph-section .select-option .form-control#OnfChangeYear,
    .crown.bailey-page .graph-section .select-option .form-control#ChangeYear {
        margin-bottom: 15px;
    }

    .banner .equality-banner.carousel-item h3 {
        margin-top: 170px;
    }

    .banner.home-page .carousel .equality-banner .btn {
        margin-top: -140px;
        padding: 8px 20px;
        font-size: 15px;
    }
}


