@import url(/Beaumont-assets/css/vendor/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url(/Beaumont-assets/css/vendor/animate.min.css);


:root {
    /*fonts*/
    --font-montserrat: 'Montserrat';
    /*color definitions*/
    --brand-color-dark-blue: rgba(0, 40, 85, 1);
    --brand-color-light-blue: rgba(14, 215, 229, 1);
    --brand-color-light-blue-30: rgba(14, 215, 229, .3);
    --brand-color-light-blue-70: rgba(14, 215, 229, .7);
    --brand-color-white: rgba(255,255,255, 1);
    --brand-color-black-tint-5: rgba(0,0,0, .05);
    --brand-color-black-tint-15: rgba(0,0,0, .15);
    --brand-color-light-green: rgba(103, 244, 140, 1);
    --brand-color-light-green-30: rgba(103, 244, 140, .3);
    --color-dark-red: rgba(204, 37, 37, 1);
    --color-slate: rgb(103, 118, 137,1);
    --color-black-tint-30: rgba(0, 0, 0, 0.3);
    /*filters*/
    --filter-saturate-30: saturate(0.3);
    --filter-saturate-50: saturate(0.5);
    /*font colors*/
    --font-color-primary-header: var(--brand-color-dark-blue);
    --font-color-impact-text: var(--color-slate);
    --font-color-white: var(--brand-white);
    --font-light-blue: var(--brand-color-light-blue);
    --font-light-blue-30: var(--brand-color-light-blue-30);
    --font-light-blue-70: var(--brand-color-light-blue-70);
    /*site elements*/
    --font-primary-family: var(--font-montserrat),sans-serif;
    --global-nav-bar-bg-color: var(--brand-color-dark-blue);
    --global-nav-bar-hover-filter: var(--filter-saturate-50);
    --global-footer-bg-color: var(--brand-color-dark-blue);
    --btn-primary-bg-color: var(--brand-color-dark-blue);
    --btn-secondary-bg-color: var(--brand-color-light-blue);
    --btn-primary-bg-hover-filter: var(--filter-saturate-50);
    --link-primary-color: var(--brand-color-dark-blue);
    --link-primary-hover-color: var(--brand-color-light-blue);
    --social-link-color: var(--brand-color-light-blue);
    /*alerts*/
    /*primary/default*/
    --alert-banner-primary-bg-color: var(--brand-color-light-blue);
    --alert-banner-primary-text-color: var(--brand-color-dark-blue);
    --alert-banner-primary-link-hover-color: var(--brand-color-white);
    /*secondary*/
    --alert-banner-secondary-bg-color: var(--brand-color-light-green);
    --alert-banner-secondary-text-color: var(--brand-color-dark-blue);
    --alert-banner-secondary-link-hover-color: var(--brand-color-white);
    /*teriary*/
    --alert-banner-tertiary-bg-color: var(--brand-color-dark-blue);
    --alert-banner-tertiary-bg-hover-color: var(--brand-color-light-blue);
    --alert-banner-tertiary-link-hover-color: var(--brand-color-light-blue);
    --alert-banner-tertiary-text-color: var(--brand-color-white);
    /*warning*/
    --alert-banner-warning-bg-color: var(--color-dark-red);
    --alert-banner-warning-text-color: var(--brand-color-white);
    --alert-banner-warning-link-hover-color: var(--brand-color-light-blue);
    /*alert buttons*/
    --alert-banner-btn-primary-color: var(--brand-color-dark-blue);
    --alert-banner-btn-secondary-color: var(--brand-color-white);
}


body, body p, body a {
    font-family: var(--font-primary-family);
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: var(--font-color-primary-header);
    text-transform: none;
    letter-spacing: 0em;
}

body h1, body .sfContentBlock h1{
        font-size: 88px;
        font-weight: bold;
        letter-spacing: 0em;
        line-height: 88px;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    body h2, body .sfContentBlock h2 {
        font-size: 56px;
        letter-spacing: 0em;
        line-height: 64px;
        margin-top: 48px;
        margin-bottom: 32px;
    }

    body h3, body .sfContentBlock h3 {
        font-size: 40px;
        font-weight: bolder;
        letter-spacing: 0em;
        line-height: 48px;
        margin-bottom: 24px;
    }

    body h4, body .sfContentBlock h4 {
        font-size: 32px;
        font-weight: bolder;
        letter-spacing: 0em;
        line-height: 40px;
        margin-bottom: 24px;
        margin-top: 32px;
    }

    body h5, body .sfContentBlock h5 {
        font-size: 24px;
        font-weight: bolder;
        letter-spacing: 0em;
        line-height: 36px;
        margin-bottom: 24px;
        margin-top: 32px;
    }

    body h6, body .sfContentBlock h6 {
        font-size: 21px;
        font-weight: bolder;
        letter-spacing: 0em;
        line-height: 28px;
        margin-bottom: 24px;
        margin-top: 32px;
    }

 body a, body a:link, body a:visited {
    color: var(--link-primary-color);
}

body a:active, body a:focus, body a:hover {
    color: var(--link-primary-hover-color);
}

body ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 18px;
}

body ol {
    padding-left: 20px;
    list-style-type: decimal;
    margin-bottom: 18px;
}

body blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.btn, .btn-arrow .icon, .btn-arrow:link .icon, .btn:link {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-decoration: none;
}

.tog:after, body {
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:active:before, .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:hover:before, .slick-prev:hover:before {
    opacity: 1;
}

.expand-box-style1, .expand-box-style2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.expand-box-style1 a, .expand-box-style2 a{
    font-weight: normal !important;
    text-decoration: none !important;
}

html {
    font-size: 100% !important;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
    }
}

.form-control:focus, .uneditable-input:focus, input:focus, input[type=text]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, select:focus, textarea:focus {
    outline: dotted thin\9;
    border-color: var(--btn-primary-bg-color);
    box-shadow: none !important;
    outline: 0;
}

.btn {
    border-radius: 25px !important;
}

    .btn:active, .btn:focus {
        outline: 0 !important;
    }

    .btn, .btn:link {
        color: var(--btn-primary-bg-color);
        border: 1px solid var(--btn-primary-bg-color);
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 8px;
        padding-bottom: 8px;
        letter-spacing: 1px;
        transition: all .3s ease;
        position: relative;
    }

        .btn-arrow:active, .btn-arrow:focus, .btn-arrow:hover, .btn:active, .btn:focus, .btn:hover {
            color: #003eae;
        }

.btn-arrow, .btn-arrow:link {
    padding-right: 28px;
}

    .btn-arrow .icon, .btn-arrow:link .icon {
        right: 10px;
        position: absolute;
        transition: all .3s ease;
    }

    .btn-arrow:active .icon, .btn-arrow:focus .icon, .btn-arrow:hover .icon {
        right: 8px;
    }

.btn-lg, .btn-lg:link {
    padding: 12px 18px;
    font-size: 1.063rem;
    line-height: 1.063rem;
}

.btn-sm, .btn-sm:link, .btn-xs, .btn-xs:link {
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
    background: var(--btn-primary-bg-color);
    border-color: var(--btn-primary-bg-color);
    color: #fff;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        filter: var(--btn-primary-bg-hover-filter);
        background: var(--btn-primary-bg-color);
        border-color: var(--btn-primary-bg-color);
        color: #fff;
    }

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
    background: var(--primary-button-bg-color);
    border-color: var(--primary-button-bg-color);
    color: #fff;
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        background: #303134;
        border-color: #303134;
        color: #fff;
    }

.btn-tertiary, .btn-tertiary:link, .btn-tertiary:visited {
    background: #edf2f8;
    border-color: #edf2f8;
    color: #fff;
}

    .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover {
        background: #dbe5f1;
        border-color: #dbe5f1;
        color: #fff;
    }

.btn-ghost, .btn-ghost:link, .btn-ghost:visited {
    color: var(--btn-primary-bg-color);
    border: 1px solid var(--btn-primary-bg-color);
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 600;
    border-radius: 25px !important;
}

    .btn-ghost:active, .btn-ghost:focus, .btn-ghost:hover {
        border-bolor: var(--btn-primary-bg-color);
        background: var(--btn-primary-bg-color);
        color: #fff;
    }

    .btn-ghost.btn-lg, .btn-ghost.btn-lg:link, .btn-ghost.btn-lg:visited {
        border: 3px solid var(--btn-primary-bg-color);
    }

.btn-ghost-white, .btn-ghost-white:link, .btn-ghost-white:visited {
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .btn-ghost-white:active, .btn-ghost-white:focus, .btn-ghost-white:hover {
        background: #fff;
        color: var(--btn-primary-bg-color);
    }

    .btn-ghost-white.btn-lg, .btn-ghost-white.btn-lg:link, .btn-ghost-white.btn-lg:visited {
        border: 3px solid #fff;
    }

.btn-white, .btn-white:link, .btn-white:visited {
    background: #fff;
    border-color: #fff;
    color: var(--btn-primary-bg-color);
}

    .btn-white:active, .btn-white:focus, .btn-white:hover {
        background: #002c7b;
        border-color: #002c7b;
        color: #fff;
    }

.btn-icon > i {
    padding: 0 4px;
}

body {
    font-family: var(--font-primary-family) !important;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    Font-size: 1rem !important;
    line-height: 1.375rem;
    line-height: 1.75rem !important;
    color: #58595b;
    background-color: #fff !important;
}

.footer-nav .tog:after, .tog:after {
    font-family: Ionicons;
}

.expand-toggle > .icon:before, .slick-next:before, .slick-prev:before, .tog:after {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}


.heading-primary {
    color: var(--font-color-primary-header);
    text-transform: uppercase;
}

.center {
    text-align: center !important;
}

#header-row {
    padding: 4px 0;
}

    #header-row header {
        display: block;
        background: #fff;
        width: 100%;
    }

    #header-row .header-col-left, #header-row .header-col-right {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header-row .header-col-left {
        width: 50%;
    }

    #header-row .header-col-right {
        width: 50%;
        text-align: right;
    }

        #header-row .header-col-right a:link, #header-row .header-col-right a:visited {
            display: inline-block;
            float: right;
            margin-top: 10px;
            width: 200px;
            font-size: 1rem;
            line-height: 1rem;
            color: #999;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            #header-row .header-col-right a:link strong, #header-row .header-col-right a:visited strong {
                color: var(--font-color-primary-header);
            }

    #header-row .navbar-brand {
        width: 170px;
        padding: 14px 10px 14px 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

#navbar-row, .navbar-default .navbar-brand {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#header-row .tag {
    display: inline-block;
    float: left;
    padding: 6px 0 4px 10px;
    border-left: 1px solid #ccc;
    margin: 10px 0;
    letter-spacing: -.5px;
}

.header-lg, header {
    position: relative;
    z-index: 99;
}

.header-sml {
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.25);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.25);
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:991px) {
    #header-row {
        display: none;
    }
}

.navbar-default {
    background: 0 0;
    border: none;
    margin-bottom: 0;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

#navbar-row {
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease;
    background: var(--global-nav-bar-bg-color);
}

@media (max-width:991px) {
    body {
        min-width: 0 !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadtow: inset 0 1px 0 rgba(255,255,255,.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 0 -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    #navbar-row > .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.nav-toggle-wrap {
    display: none;
    float: right;
    padding: 12px 10px;
    width: 50px;
    height: 50px;
    background: var(--global-nav-bar-bg-color);
    cursor: pointer;
}

.nav-toggle {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
}

    .nav-toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.mega-dropdown, .navbar-nav > li {
    position: static !important;
}

.nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
}

.nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-toggle.collapsed span {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

    .nav-toggle.collapsed span:nth-child(1) {
        top: 0;
    }

    .nav-toggle.collapsed span:nth-child(2) {
        left: 0;
        width: 30px;
        top: 10px;
    }

    .nav-toggle.collapsed span:nth-child(3) {
        top: 20px;
    }

@media (max-width:991px) {
    .nav-toggle-wrap {
        display: inline-block;
    }
}

.navbar-header {
    margin: 5px 0;
}

.navbar-default .navbar-brand {
    width: 170px;
    padding: 14px 10px 14px 0;
    transition: all .5s ease;
    display: none;
}

.navbar-nav > li > a:link, .navbar-nav > li > a:visited, .slick-next:before, .slick-prev:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .tag {
    float: left;
    padding: 6px 0 0 10px;
    border-left: 1px solid #ccc;
    margin: 10px 0;
    letter-spacing: -.5px;
    display: none;
}

.navbar-nav {
    display: table;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }

        .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
            display: table;
            width: 100%;
            padding: 16px 2px;
            font-size: .9375rem;
            line-height: 1.0625rem;
            font-weight: 700;
            color: #fafafa !important;
            letter-spacing: -.5px;
            transition: all .5s ease;
        }

            .navbar-nav > li > a:link > span, .navbar-nav > li > a:visited > span {
                display: table-cell;
                vertical-align: middle;
            }

                .navbar-nav > li > a:link > span:first-child, .navbar-nav > li > a:visited > span:first-child {
                    width: 100%;
                }

            .navbar-nav > li > a:link .tog, .navbar-nav > li > a:visited .tog {
                display: none;
            }

        .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
            color: #fff !important;
        }

        .navbar-nav > li.mega-dropdown.open > a:link, .navbar-nav > li.mega-dropdown.open > a:visited {
            background-color: var(--global-nav-bar-bg-color) !important;
            color: #fff !important;
        }

.tog {
    display: table-cell;
    display: none;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    float: right;
    padding: 15px;
    font-size: 1.5rem;
    cursor: pointer;
}

    .tog:after {
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1.25rem;
        content: "\f218";
    }

.dropdown-header.present > .tog:after, .mega-dropdown.open > .present > .tog:after {
    content: "\f209";
}

.navbar-default .navbar-nav > li.open > a {
    color: #000;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid var(--global-nav-bar-bg-color);
}

@media screen and (max-width:991px) {
    #navbar-row {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-brand, .navbar-default .tag {
        display: inline-block;
    }

    .navbar-header {
        margin: 0;
        padding-left: 15px;
    }

    .navbar-brand {
        width: 140px;
        padding-left: 15px;
    }

    .navbar-default {
        height: 50px;
    }

        .navbar-default .navbar-nav {
            background: #f2f2f2;
        }

            .navbar-default .navbar-nav > li {
                width: 100%;
                border-bottom: 1px solid rgba(0,0,0,.1);
            }

                .navbar-default .navbar-nav > li > a {
                    text-align: left;
                    background: var(--global-nav-bar-bg-color);
                    color: #fff;
                    padding: 20px 0 20px 15px;
                }

                    .navbar-default .navbar-nav > li > a:before {
                        display: none;
                    }

                    .navbar-default .navbar-nav > li > a > .tog {
                        display: table-cell;
                    }

            .navbar-default .navbar-nav > li, .navbar-nav {
                display: block;
            }

                .navbar-default .navbar-nav > li > a:hover {
                    background: var(--global-nav-bar-bg-color) !important;
                }

                .navbar-default .navbar-nav > li.open > a {
                    background: var(--global-nav-bar-bg-color) !important;
                    color: #fff
                }

    .mega-dropdown-menu > li {
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a > span:first-child {
        padding: 15px;
    }

    .mega-dropdown-menu .dropdown-header > span:first-child {
        display: table-cell;
        vertical-align: middle;
        padding: 15px !important;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 15px !important;
    }
}

@media screen and (max-width:449px) {
    .navbar-default .tag {
        display: none;
    }
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 3px 5px 0 rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px 0 rgba(0,0,0,.2);
    display: none;
}

.mega-dropdown.open .mega-dropdown-menu {
    list-style: none;
    display: block;
    position: absolute;
    z-index: 99;
    left: 15px;
    background: var(--global-nav-bar-bg-color);
    padding: 20px;
}

.mega-dropdown-menu:after, .mega-dropdown-menu:before {
    content: "";
    position: absolute;
    display: none;
}

.mega-dropdown-menu:before {
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu .dropdown-header {
    display: table;
    width: 100%;
    padding: 0 !important;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 10px;
    text-align: left;
    color: #fff;
    font-weight: 700;
}

    .mega-dropdown-menu .dropdown-header > a {
        display: table-cell;
        vertical-align: middle;
        width: 90%
    }

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > li > ul > li > a {
            display: block;
            text-align: left;
            padding: 12px 0;
            clear: both;
            font-weight: 300;
            color: #fafafa;
            white-space: normal;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

.mega-dropdown-menu > li ul > li > a:focus, .mega-dropdown-menu > li ul > li > a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:991px) {
    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .mega-dropdown.open .mega-dropdown-menu {
        position: relative;
        padding: 0;
        margin: 0;
        left: 0;
        border: none;
    }

    .mega-dropdown-menu .dropdown-header {
        cursor: pointer;
        margin: 0;
        background: #efefef;
        color: #000;
        font-weight: 400;
        border-top: 1px solid #ddd;
    }

        .mega-dropdown-menu .dropdown-header > .tog {
            display: table-cell;
        }

    .mega-dropdown-menu > li {
        display: block;
        padding: 0;
        width: 100%;
    }

        .mega-dropdown-menu > li > ul {
            display: none;
        }

        .mega-dropdown-menu > li.list-open > ul {
            display: block;
        }

    .navbar-default .navbar-nav > li.open > a {
        background: #f2f2f2 !important;
    }

    .mega-dropdown-menu > li {
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a > span:first-child {
        padding: 15px;
    }

    .mega-dropdown-menu .dropdown-header > span:first-child {
        display: table-cell;
        vertical-align: middle;
        padding: 15px !important;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 15px 15px 15px 30px !important;
        color: var(--link-primary-color);
    }

        .mega-dropdown-menu > li > ul > li > a:active, .mega-dropdown-menu > li > ul > li > a:focus, .mega-dropdown-menu > li > ul > li > a:hover {
            color: #000;
        }
}

@media screen and (max-width:449px) {
    .tag {
        display: none;
    }
}

#footer-row {
    padding: 30px 0;
    background: var(--global-footer-bg-color);
}

    #footer-row .footer-col, #footer-row .footer-last {
        padding-left: 15px;
        padding-right: 15px
    }

    #footer-row .footer-col {
        display: inline-block;
        float: left;
        width: 25%;
    }

    #footer-row .footer-last, #footer-row .footer-last ul {
        display: inline-block;
        width: 50%;
        float: left;
    }

.footer-nav-row {
    padding: 60px 0;
    margin-top: 60px;
    background: rgba(0,0,0,.3);
}

.footer-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

    .footer-nav ul li a:link, .footer-nav ul li a:visited {
        font-size: .875rem;
        line-height: 1rem;
        display: block;
        padding: 8px 0;
        color: #efefef;
        text-decoration: none;
        -webkit-transition: all,.3s ease;
        -moz-transition: all,.3s ease;
        -ms-transition: all,.3s ease;
        -o-transition: all,.3s ease;
        transition: all,.3s ease;
    }

    .footer-nav ul li a:active, .footer-nav ul li a:focus, .footer-nav ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }

.footer-nav h3 {
    display: table;
    margin: 0 0 14px;
    width: 100%;
    font-size: .875rem !important;
    line-height: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
}

    .footer-nav h3 > span {
        display: table-cell;
        vertical-align: middle;
    }

    .footer-nav h3 .tog {
        width: 48px;
        display: none;
    }

.footer-nav .tog:after {
    content: "\f218";
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    cursor: pointer;
}

.footer-nav.open .tog:after {
    content: "\f209";
}

.footer-nav.open > div {
    display: block;
}

@media (max-width:991px) {
    #footer-row .footer-col {
        width: 50%;
    }
}

@media (max-width:767px) {
    #footer-row {
        padding: 0;
    }

        #footer-row .footer-col, #footer-row .footer-last, #footer-row .footer-last ul {
            width: 100%
        }

            #footer-row .footer-last h3 {
                border-bottom: 0;
            }

    .footer-nav h3 {
        display: table;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

        .footer-nav h3 > span {
            display: table-cell;
        }

    .footer-nav ul {
        margin: 20px 0;
    }

    .footer-nav h3 .tog {
        width: 48px;
        display: table-cell;
    }

    .footer-nav > div {
        display: block !important;
    }
}

#copy-row {
    padding: 46px 0;
    background: var(--global-footer-bg-color);
}

    #copy-row .copy-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        color: #efefef;
    }

    #copy-row .footer-logo {
        display: inline-block;
        width: 172px;
        height: auto;
        margin-bottom: 20px;
    }

    #copy-row a:link, #copy-row a:visited {
        color: #efefef;
    }

    #copy-row a:active, #copy-row a:focus, #copy-row a:hover {
        color: #fff;
    }

    #copy-row .social-list {
        display: inline-block;
        float: right;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #copy-row .social-list li {
            float: left;
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

            #copy-row .social-list li a:link, #copy-row .social-list li a:visited {
                display: inline-block;
                float: left;
                width: 30px;
                height: 30px;
                text-align: center;
                margin: 0 8px;
                color: var(--social-link-color);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

.facebook:hover {
    color: #3b5998 !important;
}

.youtube:hover {
    color: #cd201f !important;
}

.linkedin:hover {
    color: #0077b5 !important;
}

.twitter:hover {
    color: #1da1f2 !important;
}

.instagram:hover {
    color: #f56040 !important;
}

.pinterest:hover {
    color: #bd081c !important;
}

@media (max-width:767px) {
    #copy-row .copy-col {
        width: 100%;
    }

    #copy-row .social-list {
        float: none;
        margin: 40px 0 0;
    }
}

.slick-dots, .slick-slide {
    text-align: center;
    margin: 0;
}

#back-to-top, .touch-device #back-to-top:hover {
    display: none;
    background-color: rgba(0,0,0,.5);
    bottom: 15px;
    right: 15px;
    height: 46px;
    width: 45px;
    Font-size: 1.5rem !important;
    line-height: 0.75rem;
    position: fixed;
    -webkit-transition: all,.3s,ease;
    -moz-transition: all,.3s,ease;
    -ms-transition: all,.3s,ease;
    -o-transition: all,.3s,ease;
    transition: all,.3s,ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    border: none;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    #back-to-top:hover, .touch-device #back-to-top:active {
        color: #fff;
    }

    #back-to-top.visible {
        display: inline-block;
    }

.slick-slide {
    padding: 0;
    position: relative;
    outline: 0;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    z-index: 2;
    padding: 0;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

    .slick-next:before {
        content: "\f3d3";
    }

    .slick-prev:before {
        content: "\f3d2";
    }

    .slick-next:before, .slick-prev:before {
        display: inline-block;
        font: normal normal normal 14px/1 Ionicons;
        -webkit-font-smoothing: antialiased;
        Font-size: 3.5rem;
        color: #fff;
        transition: all .5s ease;
    }

.slick-dots {
    bottom: 20px;
    display: block;
    width: 100%;
    list-style: none;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 20px;
        padding: 0;
        margin: 0 8px;
    }

        .carousel .slick-dots li button, .carousel .slick-dots li button:before, .slick-dots li button {
            width: 15px;
            height: 15px;
        }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0;
        }

            .slick-dots li button:before {
                content: "";
                display: inline-block;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 2px solid #fff;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

        .slick-dots li.slick-active button:before {
            background: #fff;
        }

.hero-slider .hero-content {
    display: inline-block;
    float: left;
    width: 100%;
    height: 462px;
}

.hero-img, .hero-txt {
    height: 100%;
    display: inline-block;
}

.hero-img {
    float: right;
    width: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-txt {
    float: left;
    width: 40%;
    text-align: left;
    padding: 60px 40px;
    background: #eeeeeb;
}

.slick-next:before, .slick-prev:before {
    opacity: .5;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
    opacity: .8;
}

.hero-txt .icon, body .sfContentBlock .hero-txt .icon {
    margin-bottom: 14px;
    width: 45px;
    height: auto;
}

.hero-txt h1, body .sfContentBlock .hero-txt h1 {
    margin: 0 0 12px;
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    font-weight: bold;
}

.hero-txt .lead, body .sfContentBlock .hero-txt .lead {
    font-size: 1rem !important;
    line-height: 1.375rem;
    color: var(--font-color-impact-text);
    font-weight: normal;
    margin-top: 15px;

}

.sitefinity {
    width: 30%;
    height: auto;
    margin: 0 auto 20px;
}


@media (max-width:991px) {
    .hero-slider .hero-content {
        height: auto;
    }

    .hero-img, .hero-txt {
        float: left;
        width: 100%;
    }

    .hero-img {
        height: 250px
    }

    .hero-txt {
        padding: 20px;
        height: 356px
    }

        .hero-txt h1 {
            font-size: 1.75rem;
            line-height: 2rem
        }

        .hero-txt .lead {
            font-size: 1.125rem;
            line-height: 1.625rem
        }
}

#buttons-row {
    padding: 44px 0
}

    #buttons-row .buttons-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 25%
    }

.home-btn, .home-btn:link, .home-btn:visited {
    display: table;
    float: left;
    width: 100%;
    background: var(--btn-primary-bg-color);
    color: #fff;
    padding: 0 !important;
    -webkit-transition: all,.3s ease;
    -moz-transition: all,.3s ease;
    -ms-transition: all,.3s ease;
    -o-transition: all,.3s ease;
    transition: all,.3s ease;
    margin: 0;
    min-height: 72px
}

    .home-btn:link > span, .home-btn:visited > span, .home-btn > span {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        padding: 16px 14px;
        height: 72px
    }

        .home-btn:link > span:last-child, .home-btn:visited > span:last-child, .home-btn > span:last-child {
            width: 90%;
            padding-left: 0
        }

    .home-btn:active, .home-btn:focus, .home-btn:hover {
        filter: var(--btn-primary-bg-hover-filter);
    }

@media (max-width:991px) {
    #buttons-row {
        padding: 44px 0 24px
    }

        #buttons-row .buttons-col {
            width: 50%
        }

    .home-btn, .home-btn:link, .home-btn:visited {
        margin: 0 0 20px
    }
}

@media (max-width:559px) {
    #buttons-row .buttons-col {
        width: 100%
    }
}

#home-par-row {
    position: relative;
    height: 442px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    #home-par-row .par-col {
        display: inline-block;
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100%
    }

    #home-par-row .par-txt {
        width: 100%;
        padding: 30px 15px;
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,.5);
        color: #fff
    }

#home-feature-row a, .hero-txt a{
    font-weight: 500;
}

#home-feature-row {
    padding: 0
}


    #home-feature-row .feat-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }

    #home-feature-row .img-col {
        text-align: right
    }

        #home-feature-row .img-col img {
            float: right;
            margin-bottom: 20px
        }

@media (max-width:767px) {
    #home-feature-row .feat-col {
        width: 100%
    }

    #home-feature-row .img-col img {
        float: none
    }
}

#home-feature3-row {
    padding: 54px 0;
    background: #fafafa
}

    #home-feature3-row .container .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #home-feature3-row .feat-col {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333%;
        max-width: 400px;
    }

    #home-feature3-row .img-feature h1, #home-feature3-row .img-feature h2, #home-feature3-row .img-feature h3, #home-feature3-row .img-feature h4, #home-feature3-row .img-feature h5, #home-feature3-row .img-feature h6 {
        color: var(--font-color-primary-header);
    }

    #home-feature3-row .img-feature h3 {
        font-size: 32px !important;
        line-height: 36px;
        font-weight: bolder;
        letter-spacing: 0em;
        text-transform: none;
        margin: 10px 0;
    }

    #home-feature3-row .img-feature p {
        color: #000;
    }



@media (max-width:767px) {
    #home-feature3-row {
        padding: 20px 0;
    }
        #home-feature3-row .container .row {
            flex-direction: column;
        }

        #home-feature3-row .feat-col {
            width: 100%;
            padding: 20px 15px;
        }
}

@media (max-width:1024px) {
    #home-feature3-row .img-feature h3 {
        font-size: 24px !important;
    }
}

    .sub-left-col, .sub-mid-col, .sub-right-col {
        display: inline-block;
        float: left;
        padding-right: 15px;
        padding-bottom: 20px
    }

    .sub-left-col {
        width: 25%
    }

    .sub-mid-col {
        width: 50%
    }

    .columns-2 .sub-left-col, .sub-right-col {
        width: 25%
    }

    .columns-2 .sub-mid-col {
        width: 75%
    }

    .columns-1 .sub-mid-col {
        width: 100%
    }

    @media (max-width:1099px) {
        .sub-mid-col {
            width: 75%
        }

        .sub-right-col {
            width: 100%
        }

        .columns-2 .sub-left-col {
            width: 35%
        }

        .columns-2 .sub-mid-col {
            width: 65%
        }
    }

    @media (max-width:991px) {
        .columns-2 .sub-left-col, .columns-2 .sub-mid-col, .sub-left-col, .sub-mid-col {
            width: 100%
        }
    }

    #sub-banner-row {
        padding-top: 10px;
        background: #eeeeec
    }

        #sub-banner-row .sub-banner-col {
            display: inline-block;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            padding-bottom: 1rem;
        }

        #sub-banner-row .page-title {
            font-size: 2.25rem;
            line-height: 2.625rem;
            color: #000;
            font-weight: 700;
            letter-spacing: -1px;
            margin: 0;
        }

        #sub-banner-row .dropdown {
            display: inline-block
        }

    @media (max-width:480px) {
        #sub-banner-row .dropdown {
            width: 100%
        }
    }

    #trail {
        display: inline-block;
        width: 100%
    }

        #trail ul {
            display: inline-block;
            float: left;
            padding: 0;
            margin: 0;
            list-style: none
        }

            #trail ul li {
                display: inline-block;
                font-size: .875rem;
                line-height: .875rem;
                text-transform: uppercase;
            }

                #trail ul li a:link, #trail ul li a:visited {
                    -webkit-transition: all,.3s,ease;
                    -moz-transition: all,.3s,ease;
                    -ms-transition: all,.3s,ease;
                    -o-transition: all,.3s,ease;
                    transition: all,.3s,ease
                }

    #sub-content-row {
        padding: 50px 0
    }

    .expand-box {
        position: relative;
        float: left;
        width: 100%;
        border: 1px solid #dbe8f1;
        margin-bottom: 20px;
        color: var(--brand-color-dark-blue);
    }

.expand-box-header {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: table;
    float: left;
    color: var(--global-nav-bar-bg-color);
    width: 100%;
    cursor: pointer !important
}

.expand-title {
    display: table-cell;
    margin: 0;
    padding: 15px;
    width: 90%;
    text-align: left;
    font-weight: 700 !important;
    Font-size: 0.938rem !important;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 230px
}

h3.expand-title a {
    font-weight: 700 !important;
}

.panel-collapse {
    float: left;
    width: 100%;
    padding-top: 10px
}

    .expand-inner {
        width: 100%;
        padding: 15px
    }

    .expand-inner-nav {
        width: 100%;
        padding: 0
    }

    .expand-toggle {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        padding: 0 20px;
        width: 1%
    }

        .expand-toggle a:link, .expand-toggle a:visited {
            display: inline-block;
            width: 24px;
            height: 24px;
            overflow: hidden;
            position: absolute;
            top: 12px;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            -webkit-transition: all,.3s ease;
            -moz-transition: all,.3s ease;
            -ms-transition: all,.3s ease;
            -o-transition: all,.3s ease;
            transition: all,.3s ease;
            color: #d5dadd;
            font-size: 2.625rem;
            line-height: 0;
        }

    .dropdown.theme1 .icon-right, .dropdown.theme2 .icon-right {
        -webkit-transition: all,.3s,ease;
        -o-transition: all,.3s,ease;
    }

    .expand-toggle > .icon:before {
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\f35f";
    }

    .collapsed .icon:before {
        content: "\f365";
    }

    .accordion-toggle {
        display: inline-block;
        width: 100%;
        text-align: right;
    }

        .accordion-toggle .fa {
            font-size: 1.5rem;
            color: #fff;
            font-weight: 700;
            line-height: 1.5rem;
            display: none;
        }

    @media only screen and (max-width:991px) {
        .homequick {
            height: auto;
        }

        .accordion-toggle {
            pointer-events: initial;
            cursor: default;
        }

            .accordion-toggle .fa {
                display: inline-block;
            }
    }

    .expand-box-style1 {
        background: #f5f5f5;
        background: -webkit-linear-gradient(top,#fff 1%,#f9f9f9 98%) #f5f5f5;
        background: linear-gradient(to bottom,#fff 1%,#f9f9f9 98%) #f5f5f5;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid #dfdfdf;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    }

        .expand-box-style1 .expand-toggle {
            padding: 0 15px;
            font-size: 1.5rem;
            color: #343434;
        }

    .aside-box {
        width: 100%;
        border: 1px solid #dbe8f1;
        padding: 20px;
        margin-bottom: 20px;
    }

    .icon-circle {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #edf2f8;
        padding: 15px;
        margin-bottom: 14px;
    }

    .dropdown {
        margin-bottom: 20px;
    }

    .dropdown-toggle {
        background: #fff;
        color: #000;
        border: 1px solid #d2d6d9;
        border-radius: 2px;
        width: 90%;
        text-align: left;
        padding: 15px 85px 15px 25px;
    }

    .dropdown-toggle .k-select{
        border-radius: 0 25px 25px 0;
    }

    .dropdown button span {
        font-size: 0.938rem;
        text-transform: uppercase;
        letter-spacing: .025em;
        display: inline-block;
    }

        .dropdown button span.icon {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #d2d6d9;
            width: 40px;
            height: 100%;
        }

            .dropdown button span.icon:after {
                content: '';
                border-top: 10px solid;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
                position: absolute;
                top: 20px;
                right: 14px;
                left: 14px;
                color: #535559;
            }

    .dropdown.theme1 .icon-right:after, .dropdown.theme3 .icon-right:after {
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: 13px;
        text-transform: none;
    }

    .open > .dropdown-menu {
        width: 100%;
        max-height: 300px;
        overflow-y: scroll;
    }

    .dropdown-menu li a {
        word-wrap: break-word;
        white-space: normal;
    }

    .dropdown.theme1 .dropdown-toggle {
        background: #0078bf;
        color: #fff;
        border-color: transparent;
        padding: 5px 8px 5px 15px;
    }

.dropdown.theme1 .icon-right {
    background: #006cac;
    border-left: 1px solid #006cac;
    -moz-transition: all,.3s,ease;
    -ms-transition: all,.3s,ease;
    transition: all,.3s,ease;
    border-radius: 0 25px 25px 0;
}

        .dropdown.theme1 .icon-right:after {
            color: #fff;
            border: none;
            content: "\f3d0";
            font-size: 1.313rem;
            top: 13px;
        }

    .dropdown.theme1 .dropdown-menu {
        background: #0078bf;
        border-radius: 0;
        margin-top: 1px;
    }

        .dropdown.theme1 .dropdown-menu > li > a {
            color: #fff;
        }

            .dropdown.theme1 .dropdown-menu > li > a:active, .dropdown.theme1 .dropdown-menu > li > a:focus, .dropdown.theme1 .dropdown-menu > li > a:hover {
                background: #006cac
            }

    .dropdown.theme1 .dropdown-toggle:hover {
        background: #0088d9;
        color: #fff;
    }

        .dropdown.theme1 .dropdown-toggle:hover .icon-right {
            width: 43px;           
        }

    .dropdown.theme2 .dropdown-toggle {
        background: #edf2f8;
        color: #333;
        border-color: transparent;
        padding: 15px 85px 15px 15px;
        border-radius: 4px !important;
    }

    .dropdown.theme2 .icon-right {
        background: rgba(0,0,0,.08);
        border-left: 1px solid rgba(255,255,255,.5);
        -moz-transition: all,.3s,ease;
        -ms-transition: all,.3s,ease;
        transition: all,.3s,ease;
        border-radius: 0 4px 4px 0 !important;
        -moz-border-radius: 0 4px 4px 0 !important;
        -webkit-border-radius: 0 4px 4px 0 !important
    }

    .dropdown.theme3 .icon-right, .subnav-theme1 .nav-list li {
        -webkit-transition: all,.3s,ease;
        -ms-transition: all,.3s,ease;
        -o-transition: all,.3s,ease
    }

    .dropdown.theme2 .icon-right:after {
        color: #fff;
        content: "\f30f";
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none !important;
        font-size: 1.125rem;
        top: 14px
    }

    .dropdown.theme2 .dropdown-menu {
        background: #edf2f8;
        border-radius: 0;
        margin-top: 1px
    }

        .dropdown.theme2 .dropdown-menu > li > a {
            color: #000
        }

            .dropdown.theme2 .dropdown-menu > li > a:active, .dropdown.theme2 .dropdown-menu > li > a:focus, .dropdown.theme2 .dropdown-menu > li > a:hover {
                background: rgba(0,0,0,.08)
            }

.dropdown.theme2 .dropdown-toggle:hover {
    background: var(--global-nav-bar-bg-color);
    color: #fff
}

        .dropdown.theme2 .dropdown-toggle:hover .icon-right {
            width: 45px
        }

    .dropdown.theme3 .dropdown-toggle {
        background: #dbe8f1;
        color: #333;
        border-color: transparent;
        padding: 15px 85px 15px 15px
    }

    .dropdown.theme3 .icon-right {
        background: #c4d7e5;
        border-left: 1px solid #c4d7e5;
        -moz-transition: all,.3s,ease;
        transition: all,.3s,ease
    }

        .dropdown.theme3 .icon-right:after {
            color: #fff;
            border: none;
            content: "\f3d0";
            font-size: 1.313rem;
            top: 13px
        }

    .subnav-theme1 .nav-list li > span i.tree-toggle:after, .subnav-theme2 .nav-list li > span i.tree-toggle:after {
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 0;
        font-weight: 400;
        line-height: 1.125rem;
        right: 0;
        bottom: 0
    }

    .dropdown.theme3 .dropdown-menu {
        background: #dbe8f1;
        border-color: #dbe8f1;
        border-radius: 0;
        margin-top: 1px
    }

        .dropdown.theme3 .dropdown-menu > li > a {
            color: #000
        }

            .dropdown.theme3 .dropdown-menu > li > a:active, .dropdown.theme3 .dropdown-menu > li > a:focus, .dropdown.theme3 .dropdown-menu > li > a:hover {
                background: #c4d7e5
            }

    .dropdown.theme3 .dropdown-toggle:hover .icon-right {
        width: 43px
    }

    .subnav-theme1 .nav-list ul {
        display: none
    }

    .subnav-theme1 .nav-list {
        display: block
    }

        .subnav-theme1 .nav-list ul.tree {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0
        }

        .subnav-theme1 .nav-list li {
            display: inline-block;
            float: left;
            width: 100%;
            -moz-transition: all,.3s,ease;
            transition: all,.3s,ease
        }

            .subnav-theme1 .nav-list li > span, .subnav-theme2 .nav-list li {
                float: left;
                -webkit-transition: all,.3s,ease;
                -ms-transition: all,.3s,ease;
                -o-transition: all,.3s,ease
            }

            .subnav-theme1 .nav-list li > span {
                display: table;
                width: 100%;
                -moz-transition: all,.3s,ease;
                transition: all,.3s,ease;
                position: relative
            }

                .subnav-theme1 .nav-list li > span i {
                    font-style: normal;
                    display: table-cell
                }

                    .subnav-theme1 .nav-list li > span i a:link, .subnav-theme1 .nav-list li > span i a:visited {
                        display: inline-block;
                        width: 100%
                    }

                    .subnav-theme1 .nav-list li > span i a:active, .subnav-theme1 .nav-list li > span i a:focus, .subnav-theme1 .nav-list li > span i a:hover {
                        text-decoration: none;
                        color: #0088d9
                    }

                    .subnav-theme1 .nav-list li > span i:first-child {
                        position: relative;
                        width: auto;
                        vertical-align: middle;
                        padding: 8px 0 8px 15px
                    }

                    .subnav-theme1 .nav-list li > span i.tree-toggle {
                        vertical-align: top;
                        position: relative;
                        min-height: 44px;
                        width: 42px;
                        text-align: center;
                        cursor: pointer;
                        color: rgba(0,0,0,.4);
                        Font-size: 1.125rem
                    }

                        .subnav-theme1 .nav-list li > span i.tree-toggle:after {
                            display: inline-block;
                            text-transform: none;
                            content: "\f218";
                            position: absolute;
                            left: 0;
                            margin: auto;
                            height: 21px
                        }

                        .subnav-theme1 .nav-list li > span i.tree-toggle.opened:after {
                            content: "\f209"
                        }

                .subnav-theme1 .nav-list li > span:hover {
                    background: #fff;
                    -webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,.1);
                    -moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,.1);
                    box-shadow: 1px 2px 4px 0 rgba(0,0,0,.1)
                }

                    .subnav-theme1 .nav-list li > span:hover a {
                        color: #0088d9
                    }

                    .subnav-theme1 .nav-list li > span:hover:before {
                        content: "";
                        position: absolute;
                        width: 3px;
                        height: 100%;
                        left: 0;
                        background: var(--global-nav-bar-bg-color);
                    }

        .subnav-theme1 .nav-list > li {
            border-bottom: 1px solid #e8e8e8;
        }

        .subnav-theme1 .nav-list li:last-child {
            border: none;
        }

        .subnav-theme1 .nav-list > li > span > i:first-child {
            padding: 10px 0 10px 15px;
        }

        .subnav-theme1 .nav-list > li li > span > i:first-child {
            padding: 10px 0 10px 20px;
            color: #000
        }

        .subnav-theme1 .nav-list > li li li > span > i:first-child {
            padding: 10px 0 10px 30px;
        }

        .subnav-theme1 .nav-list > li li li li > span > i:first-child {
            padding: 10px 0 10px 40px;
        }

    .expand-box-style1 .panel-collapse, .subnav-theme1 .panel-collapse {
        padding-top: 0;
    }

    .subnav-theme1 .expand-box-header {
        background: 0 0;
    }

    .subnav-theme1 .expand-title {
        color: #000;
    }

    .subnav-theme1 .expand-toggle {
        background: 0 0;
        border-left: none;
        color: #343434;
    }

    @media only screen and (max-width:991px) {
        .subnav-theme1 .expand-box-header {
            display: block;
            background: #0078bf;
        }

        .subnav-theme1 .expand-title {
            color: #fff;
        }

        .subnav-theme1 .expand-toggle {
            background: #006cac;
            border-left: 1px solid #006cac;
            color: #fff;
        }
    }

    .expand-box-style2 {
        background: #fcfcfc;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        border-radius: 0;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    }

        .expand-box-style2 .expand-box-header {
            border-bottom: 1px solid #e8e8e8;
        }

        .expand-box-style2 .expand-title {
            text-transform: uppercase;
        }

        .expand-box-style2 .expand-toggle {
            padding: 0 15px;
            font-size: 1.5rem;
            color: #343434;
        }

        .expand-box-style2 .panel-collapse, .subnav-theme2 .panel-collapse {
            padding-top: 0;
        }

    .subnav-theme2 .nav-list ul {
        display: none;
    }

    .subnav-theme2 .nav-list {
        display: block;
    }

        .subnav-theme2 .nav-list ul.tree {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .subnav-theme2 .nav-list li {
            display: inline-block;
            width: 100%;
            -moz-transition: all,.3s,ease;
            transition: all,.3s,ease;
        }

            .subnav-theme2 .nav-list li > span, .subnav-theme3 .nav-list li {
                -webkit-transition: all,.3s,ease;
                -ms-transition: all,.3s,ease;
                -o-transition: all,.3s,ease;
                float: left;
            }

            .subnav-theme2 .nav-list li > span {
                display: table;
                width: 100%;
                -moz-transition: all,.3s,ease;
                transition: all,.3s,ease;
                position: relative;
            }

                .subnav-theme2 .nav-list li > span i {
                    font-style: normal;
                    display: table-cell;
                }

                    .subnav-theme2 .nav-list li > span i a:link, .subnav-theme2 .nav-list li > span i a:visited {
                        display: inline-block;
                        width: 100%;
                    }

                    .subnav-theme2 .nav-list li > span i a:active, .subnav-theme2 .nav-list li > span i a:focus, .subnav-theme2 .nav-list li > span i a:hover {
                        color: initial;
                        text-decoration: none;
                    }

                    .subnav-theme2 .nav-list li > span i:first-child {
                        position: relative;
                        width: auto;
                        vertical-align: middle;
                        padding: 8px 0 8px 15px;
                    }

                    .subnav-theme2 .nav-list li > span i.tree-toggle {
                        vertical-align: top;
                        position: relative;
                        min-height: 44px;
                        width: 42px;
                        font-size: 1.313rem;
                        text-align: center;
                        cursor: pointer;
                        color: rgba(0,0,0,.3);
                    }

                        .subnav-theme2 .nav-list li > span i.tree-toggle:after {
                            display: inline-block;
                            text-transform: none;
                            content: "\f365";
                            position: absolute;
                            left: 0;
                            margin: auto;
                            height: 21px;
                        }

                        .subnav-theme2 .nav-list li > span i.tree-toggle.opened:after {
                            content: "\f35f";
                        }

                .subnav-theme2 .nav-list li > span:hover {
                    background: var(--btn-primary-bg-color);
                }

                    .subnav-theme2 .nav-list li > span:hover i.tree-toggle {
                        color: rgba(255,255,255,.6);
                    }

                    .subnav-theme2 .nav-list li > span:hover i a:link, .subnav-theme2 .nav-list li > span:hover i a:visited {
                        color: #efefef;
                    }

        .subnav-theme2 .nav-list > li > span > i:first-child {
            padding: 10px 0 10px 15px;
        }

        .subnav-theme2 .nav-list > li li > span > i:first-child {
            padding: 10px 5px 5px 20px;
            color: #000;
        }

        .subnav-theme2 .nav-list > li li li > span > i:first-child {
            padding: 10px 0 10px 30px;
        }

        .subnav-theme2 .nav-list > li li li li > span > i:first-child {
            padding: 10px 0 10px 40px;
        }

    @media only screen and (max-width:991px) {
        .subnav-theme2 .expand-box-header {
            display: block;
            background: #fcfcfc;
        }

        .subnav-theme2 .expand-title {
            color: #fff;
        }

        .subnav-theme2 .expand-toggle {
            color: #343434;
        }
    }

    .expand-box-style3 {
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        border: 2px solid #c4d7e5;
    }

        .expand-box-style3 .expand-title {
            padding-right: 0;
            color: #000;
            text-transform: uppercase !important;
        }

        .expand-box-style3 .expand-toggle {
            padding: 0 15px;
            font-size: 1.5rem;
            color: #c4d7e5;
        }

        .expand-box-style3 .panel-collapse, .subnav-theme3 .panel-collapse {
            padding-top: 0;
        }

    .subnav-theme3 .expand-box-header {
        background: #3c3d41;
    }

    .subnav-theme3 .expand-title {
        color: #fff;
        text-transform: uppercase !important;
    }

    .dropdown.theme1 span .icon-right:after, .subnav-theme2 .nav-list li > div > span > span i.tree-toggle:after, .subnav-theme3 .nav-list li > span i.tree-toggle:after {
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .subnav-theme3 .expand-toggle {
        border-left: 1px solid #3c3d41;
    }

    .subnav-theme3 .nav-list ul {
        display: none;
    }

    .subnav-theme3 .nav-list {
        display: block;
    }

        .subnav-theme3 .nav-list ul.tree {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .subnav-theme3 .nav-list li {
            display: inline-block;
            width: 100%;
            -moz-transition: all,.3s,ease;
            transition: all,.3s,ease;
        }

            .dropdown.theme1 span .icon-right, .subnav-theme3 .nav-list li > span {
                -webkit-transition: all,.3s,ease;
                -ms-transition: all,.3s,ease;
                -o-transition: all,.3s,ease;
            }

            .subnav-theme3 .nav-list li > span {
                display: table;
                float: left;
                width: 100%;
                -moz-transition: all,.3s,ease;
                transition: all,.3s,ease;
            }

                .subnav-theme3 .nav-list li > span i {
                    font-style: normal;
                    display: table-cell;
                }

                    .subnav-theme3 .nav-list li > span i a:link, .subnav-theme3 .nav-list li > span i a:visited {
                        display: inline-block;
                        width: 100%;
                    }

                    .subnav-theme3 .nav-list li > span i a:active, .subnav-theme3 .nav-list li > span i a:focus, .subnav-theme3 .nav-list li > span i a:hover {
                        color: initial;
                        text-decoration: none;
                    }

                    .subnav-theme3 .nav-list li > span i:first-child {
                        width: auto;
                        vertical-align: middle;
                        padding: 8px 0 8px 15px;
                    }

                    .subnav-theme3 .nav-list li > span i.tree-toggle {
                        vertical-align: top;
                        position: relative;
                        min-height: 44px;
                        width: 42px;
                        font-size: 1.313rem;
                        text-align: center;
                        cursor: pointer;
                        color: #999;
                    }

                        .subnav-theme3 .nav-list li > span i.tree-toggle:after {
                            display: inline-block;
                            font-weight: 400;
                            content: "\f48a";
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                            height: 21px;
                            line-height: 1.125rem;
                            top: 4px;
                        }


                        .subnav-theme3 .nav-list li > span i.tree-toggle.opened:after {
                            content: "\f463";
                        }

                .subnav-theme3 .nav-list li > span:hover {
                    background: #dbe8f1;
                }

        .subnav-theme3 .nav-list > li {
            border-bottom: 1px solid #e8e8e8;
        }

        .subnav-theme3 .nav-list li:last-child {
            border: none;
        }

        .subnav-theme3 .nav-list > li > span > i:first-child {
            padding: 10px 0 10px 15px;
        }

        .subnav-theme3 .nav-list > li li > span > i:first-child {
            padding: 10px 0 10px 20px;
            color: #000
        }

        .subnav-theme3 .nav-list > li li li > span > i:first-child {
            padding: 10px 0 10px 30px;
        }

        .subnav-theme3 .nav-list > li li li li > span > i:first-child {
            padding: 10px 0 10px 40px;
        }

    @media only screen and (max-width:991px) {
        .subnav-theme3 .expand-box-header {
            display: block;
            background: #3c3d41;
            border: none;
        }

        .subnav-theme3 .expand-title {
            padding-left: 15px;
            color: #fff;
        }

        .subnav-theme3 .expand-toggle {
            background: #3c3d41;
            color: #fff;
            border-left: none;
        }

        .subnav-theme3 .panel-collapse {
            background: #fafafa;
        }

        .subnav-theme3 .nav-list > li {
            border-bottom: 1px solid #fff;
        }
    }

    .buttons-col img {
        max-width: 292.5px !important;
    }


    .sfContentBlock h3 {
        border-bottom: 0 !important;
    }

    #copy-row .copy-col small .sfContentBlock {
        display: inline;
    }

    #copy-row .copy-col small #year {
        margin-right: 5px;
    }

    .dropdown.theme1 span .icon-right {
        background: #006dac;
        border-left: 1px solid #006cac;
        -moz-transition: all,.3s,ease;
        transition: all,.3s,ease;
    }

        .dropdown.theme1 span .icon-right:after {
            color: #fff;
            border: none;
            display: inline-block;
            font-weight: 400;
            line-height: 1;
            content: "\f3d0";
            font-size: 1.313rem;
            top: 5px;
            left: 13px;
        }

    .dropdown span span span span.icon {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #d2d6d9;
        width: 40px;
        height: 100%;
    }

        .dropdown span span span span.icon:after {
            content: '';
            border-top: 10px solid;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            position: absolute;
            top: 20px;
            right: 14px;
            left: 14px;
            color: #535559;
        }

    @media (max-width:991px) {
        #sub-banner-row .page-title {
            font-size: 2rem;
            line-height: 2rem;
        }
    }

    @media (min-width:1050px) {
        .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
            width: 140px;
            margin: 0 15px;
        }
    }

    @media only screen and (min-width:991px) and (max-width:1050px) {
        .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
            width: 120px;
            margin: 0 15px;
        }

        body {
            ovarflow-x: hidden;
        }
    }

    .k-select {
        margin-top: -4px;
        padding-bottom: 5px;
        margin-right: -7px;
    }

    @media (max-width:560px) {
        li.k-item {
            margin: 5px 0;
        }
    }

    @media only screen and (min-width:567px) and (max-width:991px) {
        .sub-left-col, .sub-mid-col {
            float: none !important;
        }
    }

    .sub-mid-col, sub-right-col {
        float: right !important;
    }

    @media only screen and (min-width:1200px) and (max-width:1600px) {
        #trail ul {
            margin-left: 4px !important;
        }
    }

    #trail ul {
        margin-left: 2px !important;
    }

    h2.root-title {
        font-size: 2.65rem !important;
        font-weight: 700 !important;
        margin: 0;
    }

    .subnav-theme2 .nav-list li > div > span > span {
        display: table;
        float: left;
        width: 100%;
        -webkit-transition: all,.3s,ease;
        -moz-transition: all,.3s,ease;
        -ms-transition: all,.3s,ease;
        -o-transition: all,.3s,ease;
        transition: all,.3s,ease;
        position: relative;
    }

        .subnav-theme2 .nav-list li > div > span > span i {
            font-style: normal;
            display: table-cell;
        }

            .subnav-theme2 .nav-list li > div > span > span i a:link, .subnav-theme2 .nav-list li > div > span > span i a:visited {
                display: inline-block;
                width: 100%;
            }

            .subnav-theme2 .nav-list li > div > span > span i a:active, .subnav-theme2 .nav-list li > div > span > span i a:focus, .subnav-theme2 .nav-list li > div > span > span i a:hover {
                color: initial;
                text-decoration: none;
            }

            .subnav-theme2 .nav-list li > div > span > span i:first-child {
                position: relative;
                width: auto;
                vertical-align: middle;
                padding: 8px 0 8px 15px;
            }

            .subnav-theme2 .nav-list li > div > span > span i.tree-toggle {
                vertical-align: top;
                position: relative;
                min-height: 44px;
                width: 42px;
                font-size: 1.313rem;
                text-align: center;
                cursor: pointer;
                color: rgba(0,0,0,.3);
            }

                .subnav-theme2 .nav-list li > div > span > span i.tree-toggle:after {
                    display: inline-block;
                    font-weight: 400;
                    content: "\f365";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    height: 21px;
                    line-height: 1.125rem;
                }

                .subnav-theme2 .nav-list li > div > span > span i.tree-toggle.opened:after {
                    content: "\f35f";
                }

        .subnav-theme2 .nav-list li span :hover, .subnav-theme2 .nav-list li > div > span > span > i > a:hover {
            background: var(--btn-primary-bg-color);
            color: #fff !important;
            cursor: pointer;
        }

        .subnav-theme2 .nav-list li > div > span > span > i > a:hover {
            color: #fff
        }

        .subnav-theme2 .nav-list li > div > span > span:hover i.tree-toggle {
            color: rgba(255,255,255,.6);
        }

        .subnav-theme2 .nav-list li > div > span > span:hover i a:link, .subnav-theme2 .nav-list li > div > span > span:hover i a:visited {
            color: #efefef
        }

    .subnav-theme2 .nav-list > li {
        border-bottom: 1px solid #e8e8e8;
    }

    .k-window-titlebar.k-header, .subnav-theme2 .nav-list li:last-child {
        border: none;
    }

    .subnav-theme2 .nav-list > li > div > span > span > i:first-child {
        padding: 10px 0 10px 15px;
    }

    .subnav-theme2 .nav-list > li li > div > span > span > i:first-child {
        padding: 10px 0 10px 20px;
        color: #000;
    }

    .subnav-theme2 .nav-list > li li li > div > span > span > i:first-child {
        padding: 10px 0 10px 30px;
    }

    .subnav-theme2 .nav-list > li li li li > div > span > span > i:first-child {
        padding: 10px 0 10px 40px;
    }

    #window {
        display: none;
    }

    .k-widget.k-window {
        padding-top: 37px;
        min-width: 90px;
        min-height: 50px;
        width: 450px;
        display: block;
        top: 428px;
        left: 333px;
        z-index: 10003;
        opacity: 1;
        transform: scale(1);
        -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
        border-radius: 5px;
        background: #fff;
    }

    #Home-slide, .header-col-right .Search-box .enqbatorSearchBtn, .header-col-right .Search-box button, .header-col-right .Search-box input[type=text], .sfsearchSubmit, .sfsearchTxt {
        display: none;
    }

    .search-wrap {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .searchbox {
        height: 40px !important;
    }

    .inline-search .searchbox {
        width: 70%;
        padding: 4px 6px 6px 6px;
        height: 26px !important;
    }

    @media (max-width:991px) {
        .inline-search .searchbox {
            padding: 5px 6px 4px 6px;
            height: 29px !important;
            border-radius: 0px !important;
            -webkit-appearance: inherit !important;
            border: 1px solid #000;
        }
    }

    @media (max-width:667px) {
        .inline-search {
            max-width: 80%;
        }

            .inline-search .searchbox {
                width: 50%;
            }
    }

    h2, p {
        margin-bottom: 10px !important;
    }

    .sfsearchBox .k-autocomplete .sfsearchTxt {
        height: 2.55em;
    }

    .enqbatorSearchBtn {
        margin-left: -7px;
        color: #fff
    }

    .search-wrap .sfsearchTxt {
        height: 34px;
        padding: 6px 12px;
        font-size: 0.875rem;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .CSRed a, a.btn.btn-orange, span.CSRed .tree-toggle {
        color: #fff !important;
    }

    .CSRed i {
        background-color: var(--btn-primary-bg-color);
    }

    .k-treeview .k-in {
        border: none !important;
    }

    .k-treeview .k-item {
        padding: 0 !important;
    }

    p {
        margin-top: 10px !important;
    }

    .afloading, .floading {
        width: 25px;
    }

    .img-feature h3 {
        margin-top: 10px;
    }

    iframe {
        width: 500px;
        height: 250px;
    }

    @media only screen and (min-width:450px) and (max-width:600px) {
        iframe {
            width: 400px;
            height: 250px;
        }
    }

    @media only screen and (min-width:400px) and (max-width:450px) {
        iframe {
            width: 350px;
            height: 225px;
        }
    }

    @media only screen and (min-width:360px) and (max-width:400px) {
        iframe {
            width: 300px;
            height: 225px;
        }
    }

    @media only screen and (min-width:300px) and (max-width:360px) {
        iframe {
            width: 250px;
            height: 200px;
        }
    }

    @media only screen and (max-width:300px) {
        iframe {
            width: 225px;
            height: 175px;
        }
    }

    article.item {
        background-color: #f2f6f9;
        border: 1px solid #dce8f1;
        padding: 20px;
        margin: 20px 0;
    }

    a.btn.btn-blue, a.btn.btn-blue-border.center-block {
        color: #fff !important;
        background-color: var(--btn-primary-bg-color) !important;
        white-space: initial;
    }

    a.btn.btn-blue:hover {
        filter: var(--btn-primary-bg-hover-filter);
    }

    .sub-right-col .btn {
        margin: 10px 0;
    }

    a.btn.btn-orange.center-block {
        white-space: initial;
    }

    a.btn.btn-orange, a.btn.icon {
        word-wrap: break-word;
        white-space: normal;
    }

    .Search-box {
        padding-top: 10px;
    }

    .header-col-right .Search-box input[type=text].form-control {
        width: 180px !important;
    }

    .enqbatorSearchBtn {
        margin-top: -2px;
        margin-right: -3px;
    }

    a.btn-blue,.box a.btn, button.btn-blue {
        background-color: var(--btn-primary-bg-color) !important;
    }

    a.btn-blue:hover,
    .box a.btn:hover, 
    button.btn-blue:hover {
        background-color: var(--btn-primary-bg-color);
        filter: var(--btn-primary-bg-hover-filter);
    }

    a.btn.btn-orange {
        border: none !important;
        color: var(--brand-color-dark-blue) !important;
        background-color: var(--btn-secondary-bg-color);
    }

    a.btn.btn-orange:hover {
        background-color: var(--btn-secondary-bg-color);
        filter: var(--btn-primary-bg-hover-filter);
    }

    .Search-Results > div :nth-child(2n+1) {
        background-color: #efefef;
        }

    #Home-slide, .Search-Results > div :nth-child(n) {
        background-color: #fff
    }

    .Search-Page {
        margin-bottom: 10px;
    }

        .Search-Page .enqbatorSearchBtn {
            padding-top: 9px;
        }

        .Search-Page > input[type=text] {
            padding: 2px;
        }

    #Home-slide {
        width: 100%;
        padding: 44px 0;
        text-align: center;
    }

        #Home-slide .buttons-forPnav {
            display: inline-block;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
            width: 25%;
            margin-bottom: 15px;
        }

    @media (max-width:991px) {
        #Home-slide {
            padding: 44px 0 24px;
            text-align: center;
        }

            #Home-slide .buttons-forPnav {
                width: 50%;
            }

        .home-btnStyle, .home-btnStyle:link, .home-btnStyle:visited {
            margin: 0 0 20px;
        }
    }

    @media only screen and (max-width:567px) {
        #Home-slide, .profilename {
            display: none !important;
        }
    }

    @media (max-width:559px) {
        #Home-slide .buttons-forPnav {
            width: 100%;
        }
    }

    #Home-slide {
        display: none !important;
    }

    .home-btnStyle, .home-btnStyle:link, .home-btnStyle:visited {
        display: table;
        float: left;
        width: 100%;
        background: #707070;
        color: #fff;
        padding: 0 !important;
        -webkit-transition: all,.3s ease;
        -moz-transition: all,.3s ease;
        -ms-transition: all,.3s ease;
        -o-transition: all,.3s ease;
        transition: all,.3s ease;
        margin: 0;
        min-height: 72px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0 solid #000;
    }

        .home-btnStyle:link > span, .home-btnStyle:visited > span, .home-btnStyle > span {
            display: table-cell;
            vertical-align: middle;
            padding: 16px 14px;
            height: 72px;
        }

            .home-btnStyle:link > span:last-child, .home-btnStyle:visited > span:last-child, .home-btnStyle > span:last-child {
                width: 90%;
                padding-left: 0;
                text-align: center;
            }

        .home-btnStyle, .home-btnStyle:active, .home-btnStyle:focus, .home-btnStyle:hover {
            background: #565656;
            text-align: center;
        }

            .home-btnStyle:link > span :hover, .home-btnStyle:visited > span :hover, .home-btnStyle > span :hover {
                text-align: center;
            }

    .buttons-nothanks {
        width: 100%;
        text-align: center;
        margin-top: 225px;
    }

    .home-nothnks > span {
        text-align: center;
    }

    div.main-text {
        text-align: center;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    #profile {
        float: right;
        z-index: 1000;
        position: absolute;
        width: 100%;
    }

    .profile {
        text-align: right;
    }

    #profilename, #profilename:link, #profilename:visited {
        display: table;
        background: #01519c;
        color: #fff;
        padding-left: 10px !important;
        padding-right: 10px;
        -webkit-transition: all,.3s ease;
        -moz-transition: all,.3s ease;
        -ms-transition: all,.3s ease;
        -o-transition: all,.3s ease;
        transition: all,.3s ease;
        margin: 0 0 0 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0 solid #000;
        float: right;
        opacity: .6;
    }

    .changep {
        display: inline;
        color: #000;
        padding: 5px;
        opacity: .96;
    }

    .space {
        margin-right: 10px;
    }

    .bgprofile {
        float: right;
        background-color: #ccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        opacity: .86;
    }

    ul.sf-autocomplete {
        z-index: 2000;
    }

    /*ul.sf-autocomplete:hover {
        display: block !important
    }*/

    .Search-Results > div > div > a {
        font-size: 0.75rem;
        color: #00af00;
        padding-left: 5px;
    }

    .Search-Results {
        margin-top: 20px;
    }

        .Search-Results > div {
            margin: 20px 0;
        }

            .Search-Results > div > div > h3 {
                Font-size: 1.375rem !important;
            }

            .Search-Results > div > div > p {
                Font-size: 0.813rem;
                margin: 0 !important;
                line-height: 1.125rem;
                padding: 2px 0 0 5px;
            }

    .sf-Image-wrapper > img {
        margin-right: 15px;
        margin-bottom: 5px;
    }

    @media only screen and (max-width:991px) {
        #profile {
            display: none;
        }

        .primary {
            display: inline-block !important;
            Font-size: 0.625rem;
            padding-left: 15px;
            float: right;
            max-width: 100px;
            padding-right: 10px;
            line-height: 1;
            padding-top: 8px;
            text-align: right;
        }

            .primary > .space {
                float: right;
                padding-top: 20px;
                display: inline-block;
                Font-size: 0.938rem;
            }

        .slick-dots, .slick-next, .slick-prev {
            z-index: 0;
        }
    }

    .primary {
        display: none;
    }

    .sub-mid-col ul li {
        list-style: square;
        margin-left: 19px;
    }

    .sub-mid-col ol li {
        list-style-type: decimal;
        margin-left: 19px;
    }

    .sfPageEditor header {
        margin: 0 !important;
    }

    a.btn-green, button.btn-green {
        color: #fff !important;
        border: none !important;
    }

    @media only screen and (max-width:767px) {
        table.table tbody tr td {
            display: block;
            padding: 20px;
            text-align: center;
        }

        .sf_cols .sf_3cols_1_33, .sf_cols .sf_3cols_2_34, .sf_cols .sf_3cols_3_33 {
            width: 100% !important
        }

        .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
            margin-left: 0 !important;
        }
    }

    @media screen\0 {
        .subnav-theme2 .nav-list li > span i.tree-toggle {
            padding-top: 55px !important;
        }
    }

    .breadcrumb {
        padding: 0 !important;
    }

    @media (min-width:1500px) {
        .container {
            width: auto;
            max-width: 1370px !important;
        }

        .sub-left-col {
            width: 20%;
        }

        .sub-mid-col {
            width: 60%;
        }

        .sub-right-col {
            width: 20%;
        }
    }

    @media only screen and (min-width:1300px) and (max-width:1500px) {
        .container {
            width: auto;
            max-width: 1170px !important;
        }

        .sub-left-col {
            width: 20%;
        }

        .sub-mid-col {
            width: 60%;
        }

        .sub-right-col {
            width: 20%;
        }
    }

    @media only screen and (min-width:1200px) and (max-width:1300px) {
        .container {
            width: 1130px !important;
        }

        .sub-left-col {
            width: 23%;
        }

        .sub-mid-col {
            width: 54%;
        }

        .sub-right-col {
            width: 23%;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    #home-par-row {
        display: none;
    }
    /*search button styles*/

    header {
        font-family: var(--font-primary-family);
        position: relative;
    }

        header:after {
            content: "";
            position: absolute;
            width: 100%;
            bottom: 0;
            border-bottom: 1px solid #efefef;
        }

        header .logo-wrap {
            display: flex !important;
            position: absolute;
            z-index: 9;
        }

    @media (min-width: 992px) {
        header .logo-wrap {
            position: relative;
        }
    }

    header .logo-wrap .logo {
        width: 170px;
        padding: 14px 10px 14px 0;
    }

    header #header-row {
        padding: 0;
    }

    @media (min-width: 992px) {
        header #header-row {
            padding: 4px 0;
        }
    }

    header #header-row .header-col-left,
    header #header-row .header-col-right {
        display: flex;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 992px) {
        header #header-row .header-col-left,
        header #header-row .header-col-right {
            display: inline-block;
        }
    }

    header #header-row .header-col-left div,
    header #header-row .header-col-right div {
        display: inline-block;
    }

    header #header-row .tag {
        display: none;
        float: left;
        padding: 6px 0 4px 10px;
        border-left: 1px solid #ccc;
        margin: 10px 0;
        letter-spacing: -.5px;
        font-size: 16px;
        color: #333;
    }

    @media (min-width: 992px) {
        header #header-row .tag {
            display: inline-block;
        }
    }

    header #header-row .header-col-right {
        float: right;
        display: none;
    }

    @media (min-width: 992px) {
        header #header-row .header-col-right {
            display: inline-block;
        }
    }

    header #header-row .header-col-right a:link,
    header #header-row .header-col-right a:visited {
        display: inline-block;
        text-align: right;
        float: right;
        margin-top: 10px;
        width: 200px;
        font-size: 16px;
        line-height: 16px;
        color: #999;
        transition: all .3s ease;
        text-decoration: none;
    }

        header #header-row .header-col-right a:link strong,
        header #header-row .header-col-right a:visited strong {
            color: #003594;
        }

    .search-wrap {
        display: none;
        padding: 2rem 1rem;
        background: #F2F6F9;
    }

    .search-toggle {
        position: absolute;
        min-height: 50px;
        width: 50px;
        font-size: 1em;
        line-height: 0;
        top: 0;
        right: 64px;
        border: none;
        transition: all .3s ease;
        background: var(--global-nav-bar-bg-color);
        float: right;
    }

        .search-toggle:hover {
            background: rgba(0, 0, 0, 0.5);
        }

    @media (min-width: 992px) {
        .search-toggle {
            height: 100%;
            right: 0;
        }
    }

    @media (max-width: 992px) {
        .search-toggle {
            right: 49px;
        }
    }


    .search-toggle.open {
        background: #F2F6F9;
    }

    .search-icon {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        font-size: 60%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        line-height: 0;
        transition-duration: 500ms;
    }

        .search-icon:before, .search-icon:after {
            position: absolute;
            display: block;
            content: '';
            border-radius: 2em;
            transition: all .5s ease-in-out;
        }

        .search-icon:before {
            box-shadow: 0 0 0 0.25em;
            width: 18px;
            height: 18px;
            top: 2px;
            left: 3px;
            transform: translate(-75%, -75%);
        }

        .search-icon:after {
            width: 12px;
            height: 2px;
            background: currentColor;
            transform: translate(0%, 100%) rotate(45deg);
            top: 6px;
            left: 3px;
        }

    /* active search/x icon */
    .open .search-icon {
        background-color: transparent;
        transform: translate(-1em, -0.15em);
        color: #3c3d41;
    }

        .open .search-icon:before, .open .search-icon:after {
            box-shadow: 0 0 0 0;
            width: 28px;
            height: 2px;
            background: currentColor;
        }

        .open .search-icon:before {
            transform: translate(0, 0) rotate(225deg);
            top: 0;
            left: -5px;
        }

        .open .search-icon:after {
            transform: translate(0, 0) rotate(-225deg);
            top: 0px;
            left: -5px;
        }

    .navbar-toggle {
        position: absolute;
        right: 0;
        padding: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 0;
        background: #003594 !important;
        display: none;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    @media (max-width: 992px) {
        .navbar-toggle {
            display: inline-block;
        }
    }

    .navbar-toggle:hover {
        background: #003594;
    }

    .navbar-toggle > span {
        display: block;
        position: absolute;
        left: 11px;
        top: 23px;
        width: 28px;
        height: 2px;
        border-radius: 10px;
        background-color: #fff;
        transition: all .3s ease-in-out;
        transform: rotate(45deg);
    }

        .navbar-toggle > span:before, .navbar-toggle > span:after {
            content: "";
            display: block;
            position: absolute;
            border-radius: 10px;
            width: 28px;
            height: 2px;
            background-color: #fff;
            transition-duration: 0.25s;
        }

        .navbar-toggle > span:before {
            top: 0;
            transform: rotate(0);
        }

        .navbar-toggle > span:after {
            top: 0;
            transform: rotate(90deg);
        }

    .navbar-toggle.collapsed > span {
        transform: rotate(0);
    }

        .navbar-toggle.collapsed > span:before {
            content: "";
            top: -8px;
        }

        .navbar-toggle.collapsed > span:after {
            content: "";
            top: 8px;
            transform: rotate(0);
        }

    #formsearch .btn-default {
        background: var(--btn-primary-bg-color);
        color: #fff;
        font-weight: normal !important;
        text-transform: uppercase;
        border-radius: 0px !important;
    }

    .inline-search .btn-default {
        background:var(--btn-primary-bg-color);
        color: #fff;
        font-weight: normal !important;
        text-transform: uppercase;
        border-radius: 0px !important;
    }

    #formsearch .btn-default:hover,
    .inline-search .btn-default:hover {
        filter: var(--btn-primary-bg-hover-filter);
    }

    #navbar-row {
        background: #fff;
    }

    @media (min-width: 992px) {
        #navbar-row {
            background: var(--global-nav-bar-bg-color);
        }
    }

    #navbar-row > .container {
        width: 100%;
    }

    @media (min-width: 1200px) {
        #navbar-row > .container {
            width: 1170px;
        }
    }

    #navbar-row > .container .row .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    @media (min-width: 992px) {
        #navbar-row > .container .row .col-md-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    #navbar-row .navbar-brand {
        display: block;
    }

    @media (min-width: 992px) {
        #navbar-row .navbar-brand {
            display: none;
        }
    }

    #navbar-row .navbar-nav {
        background: var(--global-nav-bar-bg-color);
        /*margin-top: 49px;*/
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        #navbar-row .navbar-nav {
            padding: 20px 0 20px 15px !important;
        }
    }

    @media screen and (max-width : 480px) {
        #navbar-row .navbar-nav {
            padding: 20px 0 20px 15px !important;
        }
    }


    /* For iphone: */
    @media screen and (max-width : 320px) {
        #navbar-row .navbar-nav {
            padding: 20px 0 20px 15px !important;
        }
    }

    @media (min-width: 992px) {
        #navbar-row .navbar-nav {
            display: flex;
            margin-top: 0;
            background: var(--global-nav-bar-bg-color);
            width: calc(100% - 36px);
        }
    }

    @media (min-width: 992px) {
        #navbar-row .navbar-nav li {
            flex: 1;
            align-items: center;
            justify-content: center;
        }
    }

    #navbar-row .navbar-nav li a:link,
    #navbar-row .navbar-nav li a:visited {
        display: flex;
        align-items: center;
        min-height: 50px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        height: 100%;
        transition: all .3s ease;
    }

    @media (min-width: 992px) {
        #navbar-row .navbar-nav li a:link,
        #navbar-row .navbar-nav li a:visited {
            font-size: 12px;
            justify-content: center;
        }
    }

    @media (min-width: 1200) {
        #navbar-row .navbar-nav li a:link,
        #navbar-row .navbar-nav li a:visited {
            font-size: 14px;
        }
    }

    @media (min-width: 1400) {
        #navbar-row .navbar-nav li a:link,
        #navbar-row .navbar-nav li a:visited {
            font-size: 16px;
        }
    }

    #navbar-row .navbar-nav li a:hover,
    #navbar-row .navbar-nav li a:active,
    #navbar-row .navbar-nav li a:focus {
        background: rgba(0, 0, 0, 0.3);
    }

    #navbar-row .navbar-nav li.active a:link,
    #navbar-row .navbar-nav li.active a:visited {
        background: rgba(0, 0, 0, 0.3);
    }

    #navbar-row .navbar-default {
        background: none;
    }

    #navbar-row .navbar {
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
    }

    #navbar-row .dropdown-menu {
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    @media (min-width: 992px) {
        #navbar-row .dropdown-menu {
            background: var(--global-nav-bar-bg-color);
        }

            #navbar-row .dropdown-menu li a:link,
            #navbar-row .dropdown-menu li a:visited {
                text-align: left;
                color: #fff;
                min-height: 0;
                justify-content: flex-start;
            }
    }

    @media (max-width: 991px) {
        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

            .navbar-collapse.collapse {
                display: none !important;
            }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .navbar-collapse.collapse.in {
            /* NEW */
            display: block !important;
        }
    }

    .sfPageEditor .search-wrap {
        display: block !important;
    }

    .ui-autocomplete {
        display: none !important;
        position: absolute;
        z-index: 9999;
        /*top: 200px;
    margin: 0 30px;
    margin-left: 282px !important;*/
        background: #fff;
        padding: 1rem;
        border-radius: 3px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
    }

        .ui-autocomplete:focus-visible {
            outline-color: #fff;
            margin-top: 3px;
        }


    .sf-search-results {
        margin-bottom: 30px;
    }

        .sf-search-results p {
            max-height: 84px;
            overflow: hidden;
            margin-bottom: 0px !important;
        }

    .ui-autocomplete .ui-menu-item a:hover {
        font-weight: 600;
    }

    @media (max-width: 990px) {
        #navbar-row > .container > .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .navbar-default .tag {
            padding: 3px 0 0 10px !important;
            margin: 8px 0 !important;
        }

        .navbar-toggle {
            margin-right: 0 !important;
            border-color: #003594 !important;
            border-radius: 0 !important;
        }

        .search-toggle {
            right: 50px !important;
        }

        .sub-mid-col {
            padding-right: 0 !important;
        }
    }

    #sub-banner-row .sub-banner-col {
        padding-bottom: 1rem;
    }


    @media (min-width:500px) and (max-width:517px) {
        .ui-autocomplete {
            width: 68% !important;
        }
    }

    @media (min-width:400px) and (max-width:500px) {
        .ui-autocomplete {
            width: 62% !important;
        }
    }

    @media (min-width:350px) and (max-width:400px) {
        .ui-autocomplete {
            width: 58% !important;
        }
    }

    @media (min-width:300px) and (max-width:350px) {
        .ui-autocomplete {
            width: 51% !important;
        }
    }

    .ui-autocomplete {
        display: none !important;
    }
}

.sf-search-results .sf-media {
    overflow: visible !important;
}

    .sf-search-results .sf-media .sf-media-body {
        display: block !important;
        overflow: visible !important;
        width: 100% !important;
    }

        .sf-search-results .sf-media .sf-media-body a {
            -ms-word-break: break-all !important;
            word-break: break-all !important;
            word-break: break-word !important;
        }

.sf-search-results p {
    margin-bottom: initial !important;
}

.search-result-status {
    font-size: 18px;
    color: #777;
}

    .search-result-status em {
        color: #000;
    }

.inline-search .btn-default {
    margin-left: -6px;
    margin-bottom: 0.9px;
}

.inline-search {
    margin-bottom: 1rem;
}

/*# sourceMappingURL=style.min.css.map */
/*custom styles added to content block*/
.line-break {
    padding-bottom: 1.75rem;
    display: inline-block;
    width: -webkit-fill-available;
}


/*breadcrumb styles*/

#trail .rcrumbs {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    #trail .rcrumbs > ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        margin-left: 0px !important;
    }

        #trail .rcrumbs > ul.showall {
            flex-wrap: wrap;
        }

            #trail .rcrumbs > ul.showall li {
                display: block !important;
                width: initial !important;
                max-width: 100%;
                white-space: initial !important;
            }

        #trail .rcrumbs > ul > li {
            display: none;
            position: relative;
            -ms-flex: 0 0 auto;
            /* flex: 0 0 auto;*/
            margin-right: 20px;
            margin-bottom: 0;
            white-space: nowrap;
            text-transform: none;
            font-size: 1rem;            
        }

    #trail .rcrumbs ul li:after {
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1.4;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f125";
        color: #a6a6a6;
        position: absolute;
        font-size: 12px;
        right: -14px;
        top:0;
        font-weight:bold;
    }

            #trail .rcrumbs > ul > li:last-child:after {
                display: none;
            }

    #trail .rcrumbs > ul > li.show {
        display: inline-block !important;
    }

@media (max-width: 325px) {
    #trail .rcrumbs > ul.showall li {
        white-space: initial;
    }
}

#trail .rcrumbs > ul > li.show {
    display: block !important;
}

#trail .rcrumbs > ul > li.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*overflow: hidden;*/
}

#trail .rcrumbs a {
    display: block;
}

#trail .rcrumbs .divider {
    color: #cccccc;
    padding: 0 5px;
}

#trail .breadcrumbparent {
    display: flex;
    flex-direction: row;
}

#trail #Breadcrumbellipses {
    margin:0 4px 0 0;
    line-height: 16px;
    /*display: none;*/
    cursor: pointer;
}
#trail #Breadcrumbellipses span {
     display: flex;
}
#trail #Breadcrumbellipses span i {
        margin: 0 2px 0 2px;
        line-height: 18px;
        font-size: 12px;
}

#trail #Breadcrumbtrail {
    display: flex;
    flex-direction: row;
    width: 80%;
}

/*#breadcrumbullist {
    border: 1px solid blue;
    margin-left: 0 !important;
}*/

#trail .wrap {
    white-space: initial !important;
    text-overflow: initial !important;
    word-break: break-word !important;
}

#trail #breadback {
    display: none;
    /*padding-top: 13px;*/
    line-height: 0;
}

#trail .breadcrumbparent.mobile #Breadcrumbellipses {
    display: none !important;
}

#trail .breadcrumbparent.mobile #breadback {
    display: block;
    padding-right: 8px;
}

#trail .breadcrumbparent.mobile #breadcrumbullist > li:last-child {
    display: none !important;
}
#trail .breadcrumbparent.mobile #breadcrumbullist > li {
    display: none !important;
}
#trail .breadcrumbparent.mobile #breadcrumbullist > li:nth-last-child(2) {
        display: block !important;

}
#trail .breadcrumbparent.mobile #breadcrumbullist > li:nth-last-child(2):after {
    display: none !important;
}

/*filter anchor links*/
.filter-anchor a:link,
.filter-anchor a:visited {
    color: #0e3594;
    font-weight: 600;
}

.filter-anchor a:hover,
.filter-anchor a:active {
    text-decoration: underline;
}

.filter-anchor a:focus {
    border: 1px solid #fff;
}

.table > tbody > tr > td {
    line-height: 1.6 !important;
}

body .theme-secondary a{
    text-decoration: underline;
    font-weight: bold;
}

    body .theme-secondary a:hover {
        color: var(--link-primary-hover-color);
    }

.primary-cta h2, body .sfContentBlock .primary-cta h2 {
    margin-top: 0px;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}

aside h3, article.item .content h3,  body aside .sfContentBlock h3 {
    font-size: 24px;
    line-height: 24px;
}

aside h2, article.item .content h2, body aside .sfContentBlock h2{
    font-size: 30px;
    line-height: 30px;
}


.alert {
    margin: 0;
    padding: 0;
    font-weight: 500;
    border-radius:0;
}

.alert, .alert.default {
    background-color: var(--alert-banner-primary-bg-color);
}

.alert.secondary {
    background-color: var(--alert-banner-secondary-bg-color);   
}

.alert.tertiary {
    background-color: var(--alert-banner-tertiary-bg-color);   
 }

.alert.warning {
    background-color: var(--alert-banner-warning-bg-color);  
}

.alert .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 90%;
    margin: 10px auto;   
}

.alert .left-content {
    display: flex;
    flex: 2;
    flex-wrap: wrap;
    flex-direction: row;
}

.alert .left-content img {
    height: 30px;
    margin: auto 0;
}

.alert .left-content p {    
    font-size: 15px;
    margin-left: 30px;
}

.alert .left-content p,
.alert.default .left-content p,
.alert.default .left-content a {
    color: var(--alert-banner-primary-text-color);
}

.alert.secondary .left-content p,
.alert.secondary .left-content a {
    color: var(--alert-banner-secondary-text-color);
}

.alert.tertiary .left-content p,
.alert.tertiary .left-content a {
    color: var(--alert-banner-tertiary-text-color);
}

.alert.warning .left-content p,
.alert.warning .left-content a {
    color: var(--alert-banner-warning-text-color);
}

.alert .left-content a {
    text-decoration: underline;
}

.alert .left-content a:hover,
.alert.default .left-content a:hover {
    color: var(--alert-banner-primary-link-hover-color);
}


.alert.secondary .left-content a:hover {
    color: var(--alert-banner-secondary-link-hover-color);
}

.alert.tertiary .left-content a:hover {
    color: var(--alert-banner-tertiary-link-hover-color);
}

.alert.warning .left-content a:hover {
    color: var(--alert-banner-warning-link-hover-color);
}

.alert .right-content {
    display: flex;  
    flex:1;
    flex-direction: column;
}

.alert .right-content .btn {
    margin: 10px;
    width:90%;
    font-size: 15px;
    padding: 4px 10px;
    background-color: none;

}

.alert .right-content .btn:first-child,
.alert.default .right-content .btn:first-child,
.alert.secondary .right-content .btn:first-child {
    color: var(--alert-banner-btn-primary-color);
    background-color: none;
    border-color: var(--alert-banner-btn-primary-color);
}

.alert .right-content .btn:last-child,
.alert.default .right-content .btn:last-child,
.alert.secondary .right-content .btn:last-child
{
    background-color: var(--alert-banner-btn-primary-color);
    color: var(--alert-banner-btn-secondary-color);
}

.alert .right-content .btn:hover,
.alert.default .right-content .btn:hover,
.alert.secondary .right-content .btn:hover,
.alert.tertiary .right-content .btn:last-child,
.alert.warning .right-content .btn:last-child {
    background-color: var(--alert-banner-btn-secondary-color);
    border-color: var(--alert-banner-btn-secondary-color);
    color: var(--alert-banner-btn-primary-color);
}


.alert.tertiary .right-content .btn:first-child,
.alert.warning .right-content .btn:first-child {
    color: var(--alert-banner-btn-secondary-color);
    border-color: var(--alert-banner-btn-secondary-color);
}

.alert.tertiary .right-content .btn:first-child:hover,
.alert.warning .right-content .btn:first-child:hover {
    color: var(--alert-banner-btn-primary-color);}



.alert.warning .right-content .btn:first-child:hover,
.alert.warning .right-content .btn:last-child:hover {
    background-color: var(--alert-banner-btn-primary-color);
    border-color: var(--alert-banner-btn-primary-color);
    color: var(--alert-banner-btn-secondary-color);
}

.alert.tertiary .right-content .btn:last-child:hover,
.alert.tertiary .right-content .btn:first-child:hover {
    background-color: var(--alert-banner-tertiary-bg-hover-color);
    border-color: var(--alert-banner-tertiary-bg-hover-color);
}

@media (min-width:480px) {

    .alert .left-content {
        flex-wrap: nowrap;
    }

    .alert .right-content {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .alert .right-content .btn {
        width: inherit;
        margin: auto 10px;
    }  
}

@media (min-width:980px) {

    .alert .row {
        width: 90%;
        flex-direction: row;
        padding-bottom: 0px;
        margin: 0 auto;
    }
}





