﻿@media print {
    body {
        overflow: visible !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        body ::-webkit-scrollbar {
            display: none;
        }

    body {
        page-break-after: always;
    }

    .hide-on-print {
        display: none;
    }
}

@media not print {
    .show-on-print {
        display: none;
    }
}

/* Responsive Breakpoints ( /sass/globals/breakpoints.scss ) */
/* End Responsive Breakpoints **/
.column + .column form {
    background: #dad9d6;
}

form textarea {
    min-height: 120px;
}

.column.form-container, .column .form-container {
    background: #dad9d6;
}

    .column.form-container *, .column .form-container * {
        max-width: 100%;
    }

    .column.form-container h3, .column .form-container h3 {
        font-size: 22px;
        color: #1b6875;
    }

    .column.form-container:first-child:last-child, .column .form-container:first-child:last-child {
        width: 100%;
        max-width: 100%;
    }

    .column.form-container form, .column .form-container form {
        max-width: 100% !important;
        width: 100% !important;
        color: white;
    }

.column .form-container {
    padding: 17px;
}

input, select, .form-control {
    background-color: transparent;
    border: 1px solid #0072ce;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    color: #041e42;
    padding: 10px 50px 10px 20px;
    font-size: 16px;
}

    input[required]::-webkit-input-placeholder:before {
        content: '*';
    }

    input[required]:-moz-placeholder:before {
        /* Firefox 18- */
        content: '*';
    }

    input[required]::-moz-placeholder:before {
        /* Firefox 19+ */
        content: '*';
    }

    input[required]:-ms-input-placeholder:before {
        content: '*';
    }

.ui.fluid.dropdown {
    text-align: right;
    padding-right: 3em;
}

    .ui.fluid.dropdown.search > input.search {
        padding-right: 3em;
    }

    .ui.fluid.dropdown > .dropdown.icon {
        border-left: 1px solid #b1b1b1;
        top: 1.5em;
        line-height: 0em;
    }

@media (max-width: 768px) {
    form .mktoFormRow {
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }

        form .mktoFormRow .mktoFormCol {
            width: 100%;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            margin: 0 !important;
        }
}

/* Typography (/sass/globals/_typography.scss) */
body {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #73757f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: brandon-grotesque, sans-serif;
}

h1 {
    font-size: 70px;
    line-height: 1.1;
    text-transform: uppercase;
}

    h1 span {
        font-family: 'Shelby', shelby, sans-serif;
        line-height: 1;
    }

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 30px;
}

@media (max-width: 768px) {
    h3 {
        font-size: 26px;
    }
}

h4 {
    font-size: 24px;
}

#main .grid .column h2 span {
    display: block;
    line-height: 1.4;
}

#main .grid .column h4 {
    font-size: inherit;
    color: #1b6875;
}

#main .grid .column .cards h4 {
    color: #73757f;
}

#main .grid .column .cards.oneby h4, #main .grid .column .cards.twoby h4 {
    font-size: 20px;
}

#main .grid .column .cards.threeby h4 {
    font-size: 18px;
}

#main .grid .column .cards.fourby h4 {
    font-size: 16px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-weight: bold;
    color: #144d57;
    font-size: inherit;
    margin-bottom: 0.2em;
    margin-top: 1em;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #3f3f43;
}

    h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6 {
        margin-top: 0;
    }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 0.3em;
}

button, input, optgroup, select, textarea {
    font-family: brandon-grotesque, 'Brandon-Grotesque', sans-serif;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero p, .headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6, .headline p, .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6, .intro p, .testimonial h1, .testimonial h2, .testimonial h3, .testimonial h4, .testimonial h5, .testimonial h6, .testimonial p {
    color: #ffffff;
}

.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
    color: #000000;
}

a {
    color: #1b6875;
}

    a:hover {
        color: #063a43;
    }

.ui.button {
    font-family: brandon-grotesque, 'Brandon-Grotesque', sans-serif;
}

.ui.menu {
    font-family: inherit;
}

/* End Typography  */
/* General (/sass/global/_general.scss) */
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.sr-only, .custom-checkbox, .custom-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

html {
    overflow-x: hidden;
}

.ui.menu {
    box-shadow: none;
}

.relative {
    position: relative;
}

button {
    outline: none;
    cursor: pointer;
    background: none;
    border: 0 none;
}

a {
    color: #1c6975;
}

@media (min-width: 1200px) {
    .ui.container {
        width: 1190px;
    }
}

@media (max-width: 768px) {
    .ui.container {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        max-width: 100%;
        max-width: calc(100% - 2rem) !important;
    }
}

.ui.container .ui.container:not(.grid) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ui.vertical.segment {
    border: 0 none;
}

main {
    font-size: 17px;
}

    main section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        main section:first-child {
            margin-top: 0;
        }

    main[data-size="large"] {
        font-size: large;
    }

    main[data-size="x-large"] {
        font-size: x-large;
    }

    main img {
        max-width: 100%;
    }

.row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
}

    .row.ui.grid {
        margin-bottom: 1rem;
    }

        .row .ui.grid.wide-margins {
            margin-left: -2.5rem;
            margin-right: -2.5rem;
        }

            .row .ui.grid.wide-margins .column {
                padding-left: 2.5rem;
                padding-right: 2.5rem;
            }

    .row.center {
        justify-content: center;
    }

        .row.center > .grid, .row.center .container > grid {
            align-items: center;
        }

    .row > .grid.item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .row.ui.container {
        display: flex;
    }

    .row .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .row > *, .row .container > * {
            max-width: 100%;
        }

@media (min-width: 769px) {
    .row > *, .row .container > * {
        max-width: 987px;
    }
}

.row > *.grid, .row .container > *.grid {
    max-width: initial;
    min-width: 100%;
    width: 100%;
    width: calc(100% + 2rem);
}

    .row > *.grid.wide-margins, .row .container > *.grid.wide-margins {
        width: calc(100% + 5rem);
    }

.row > *.cards, .row .container > *.cards {
    max-width: initial;
}

.row .column {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
}

    .row .column img {
        max-width: 100%;
        height: auto;
    }

a.button, button.button {
    display: inline-block;
    border: 2px solid #a9c23f;
    border-radius: 4px;
    padding: 0.5em 2em;
    line-height: 1;
    color: #000000;
    font-weight: bold;
    min-width: 168px;
    text-align: center;
}

    a.button:hover, button.button:hover {
        background: #a9c23f;
        color: #3f3f43;
    }

    a.button.solid, button.button.solid {
        border-color: #1b6875;
        background: #1b6875;
        color: white;
    }

    a.button[disabled], button.button[disabled] {
        color: #b1b1b1;
        border-color: #cccccc;
        pointer-events: none;
        cursor: default;
        background-color: transparent;
    }

.close {
    background: none;
    border: 0 none;
    position: relative;
    width: 30px;
    height: 30px;
    transform: rotateZ(45deg);
    text-indent: 100px;
    overflow: hidden;
}

    .close:before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -1px;
        background: #063a43;
    }

    .close:after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #063a43;
    }

.vertical-filler {
    height: 200px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* End General */
/* Navigation (/sass/components/navigation.scss) */
header {
    font-family: brandon-grotesque, 'Brandon-Grotesque', sans-serif;
}

    header .sticky-only {
        opacity: 0;
        pointer-events: none;
    }

    header .ui.secondary.menu .container {
        position: relative;
    }

@media (max-width: 1023px) {
    header .ui.secondary.menu {
        display: none;
    }
}

@media (min-width: 1024px) {
    header .ui.secondary.menu {
        background-image: linear-gradient(272deg, #1f1f23 100%, #3f3f43 1%);
        font-size: 12px;
        margin: 0;
    }

        header .ui.secondary.menu [href^="tel:"] {
            font-weight: bold;
        }

        header .ui.secondary.menu .dropdown {
            padding-right: 2em;
        }

            header .ui.secondary.menu .dropdown:after {
                border-color: #ffffff;
                margin-top: -.375em;
                right: 1.125em;
            }

            header .ui.secondary.menu .item, header .ui.secondary.menu .dropdown.item {
                color: white;
            }

                header .ui.secondary.menu .item:hover, header .ui.secondary.menu .dropdown.item:hover {
                    color: white;
                }

                header .ui.secondary.menu .item > .button {
                    color: white;
                    padding-top: 0.5em;
                    padding-bottom: 0.5em;
                }

        header .ui.secondary.menu #fontSizeSelector {
            border: 0 none;
            background: rgba(0, 0, 0, 0.5);
            color: #b1b1b1;
        }

            header .ui.secondary.menu #fontSizeSelector button {
                color: inherit;
                padding: 0 0.2rem;
                line-height: 1.5rem;
                height: 1.5rem;
                vertical-align: baseline;
                margin-bottom: 0.1rem;
            }

                header .ui.secondary.menu #fontSizeSelector button.selectedcontrol {
                    color: #ffffff;
                    border-bottom: 2px solid #ffffff;
                }

                header .ui.secondary.menu #fontSizeSelector button[data-size="medium"] {
                    font-size: 8px;
                }

                header .ui.secondary.menu #fontSizeSelector button[data-size="large"] {
                    font-size: 12px;
                }

                header .ui.secondary.menu #fontSizeSelector button[data-size="x-large"] {
                    font-size: 19px;
                }

            header .ui.secondary.menu #fontSizeSelector span {
                text-transform: uppercase;
                font-size: 9px;
            }

        header .ui.secondary.menu [data-size="medium"] {
            font-size: medium;
        }

        header .ui.secondary.menu [data-size="large"] {
            font-size: large;
        }

        header .ui.secondary.menu [data-size="x-large"] {
            font-size: x-large;
        }

        header .ui.secondary.menu .right .button {
            width: 170px;
        }

        header .ui.secondary.menu .right .item:last-child {
            padding-right: 0;
            margin-right: 0;
        }
}

header .ui.menu {
    border: 0 none;
    font-family: inherit;
}

    header .ui.menu .button {
        background: none;
        border: 1px solid #a9c23f;
        border-radius: 4px;
    }

        header .ui.menu .button:not(#fontSizeSelector):hover {
            background: #a9c23f;
            color: #1f1f23;
        }

    header .ui.menu .dropdown:after {
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: .5em;
        margin-top: -.4375em;
        pointer-events: none;
        position: absolute;
        top: 55%;
        transform-origin: center;
        width: .5em;
        border-width: 1px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135eg);
        -webkit-transition: all 300ms;
        transition: all 300ms;
        border-radius: 0;
    }

    header .ui.menu .dropdown:hover:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

header .mainmenu {
    position: relative;
    background: #ffffff;
    z-index: 1;
}

    header .mainmenu .header-logo-col {
        position: relative;
        margin-right: 1rem;
        max-width: 55%;
    }

        header .mainmenu .header-logo-col a {
            display: inline-block;
            position: relative;
        }

            header .mainmenu .header-logo-col a:after {
                content: '';
                background-image: url(../../../Content/img/logo-white.svg);
                transition: all 0.4s;
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            header .mainmenu .header-logo-col a img {
                display: block;
                transition: all 0.4s;
                max-width: 100%;
            }

    header .mainmenu .accessory {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 0.6em;
    }

        header .mainmenu .accessory:after {
            border: 1px solid #1b6875;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 0.5em;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 0.5em;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

    header .mainmenu > .container {
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .mainmenu .main-nav-ul {
        position: absolute;
        right: -100%;
        top: 100%;
        background: #3f3f43;
        z-index: 999;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0;
        transition: right 0.4s;
    }

        header .mainmenu .main-nav-ul[data-status="open"] {
            right: 0;
        }

@media (max-width: 1023px) {
    header .mainmenu > .container {
        justify-content: space-between;
    }

    header .mainmenu .ui.menu .right.menu {
        display: none;
    }

    header .mainmenu .ui.menu .item {
        color: #ffffff !important;
        font-size: 20px;
        border-bottom: 2px solid #000000;
    }

        header .mainmenu .ui.menu .item:hover {
            color: #ffffff;
        }

    header .mainmenu .ui.menu .dropdown {
        display: block;
        padding: 0;
    }

        header .mainmenu .ui.menu .dropdown .accessory {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
        }

            header .mainmenu .ui.menu .dropdown .accessory:after {
                border-color: white;
                right: 24px;
                top: 50%;
                margin-top: -6px;
                width: 11px;
                height: 11px;
            }

            header .mainmenu .ui.menu .dropdown .accessory:before {
                content: '';
                width: 24px;
                height: 24px;
                border-radius: 50%;
                border: 1px solid #a9c23f;
                display: block;
                position: absolute;
                top: 50%;
                right: 16px;
                margin-top: -12px;
            }

        header .mainmenu .ui.menu .dropdown:hover > .menu {
            overflow: hidden;
            width: auto;
            height: auto;
            top: -9999px !important;
            opacity: 0;
        }

        header .mainmenu .ui.menu .dropdown[data-status="open"] > .menu {
            position: relative !important;
            overflow: visible;
            width: auto;
            height: auto;
            top: 100% !important;
            opacity: 1;
        }

        header .mainmenu .ui.menu .dropdown[data-status="open"] .accessory:after {
            margin-top: -7px;
            right: 22px;
            transform: translate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        header .mainmenu .ui.menu .dropdown > span {
            display: block;
            padding: 16px;
            position: relative;
            font-weight: bold;
        }

        header .mainmenu .ui.menu .dropdown .menu {
            background: #1f1f23;
        }

            header .mainmenu .ui.menu .dropdown .menu h4, header .mainmenu .ui.menu .dropdown .menu h5, header .mainmenu .ui.menu .dropdown .menu .item {
                color: #ffffff !important;
                font-size: 20px;
                border-bottom: 2px solid #000000;
                padding: 0.9rem 1.1rem;
                margin: 0;
            }

                header .mainmenu .ui.menu .dropdown .menu h4 a, header .mainmenu .ui.menu .dropdown .menu h5 a {
                    color: white;
                }

            header .mainmenu .ui.menu .dropdown .menu .ui.grid {
                display: block;
                margin: 0 !important;
                max-width: 100% !important;
            }

                header .mainmenu .ui.menu .dropdown .menu .ui.grid .column {
                    display: block;
                    width: 100% !important;
                    padding: 0 !important;
                }

    header .mainmenu .mobile-buttons {
        flex-direction: column;
        padding: 0 16px !important;
    }

        header .mainmenu .mobile-buttons .button {
            display: block;
            margin: 0 0 1rem !important;
            padding: 0.3rem !important;
            border-width: 2px;
            width: 100%;
        }

            header .mainmenu .mobile-buttons .button:not(:hover) {
                color: white;
            }

    header .mainmenu .utility .item {
        padding-top: 12px 16px;
    }

    header .mainmenu .js-mobile-search-root {
        padding: 16px;
    }

        header .mainmenu .js-mobile-search-root .search-field-mobile-container {
            background: white;
            border: none;
            border-radius: 8px;
            display: flex;
            font-size: 21px;
        }

            header .mainmenu .js-mobile-search-root .search-field-mobile-container input {
                border: 0;
                outline: 0;
                width: 90%;
            }

            header .mainmenu .js-mobile-search-root .search-field-mobile-container button {
                display: flex;
                align-items: center;
            }
}

@media (min-width: 1024px) {
    header .mainmenu .mobile-only {
        display: none;
    }

    header .mainmenu .js-mobile-search-root {
        display: none;
    }

    header .mainmenu:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: -webkit-linear-gradient(right, #063a43, #1b6875);
        background: -moz-linear-gradient(right, #063a43, #1b6875);
        background: -o-linear-gradient(right, #063a43, #1b6875);
        background: linear-gradient(right, #063a43, #1b6875);
        opacity: 0;
        transition: opacity 0.4s;
        z-index: 0;
        pointer-events: none;
    }

    header .mainmenu .item {
        border: 0 none !important;
        transition: all 0.4s;
    }

        header .mainmenu .item:before {
            display: none;
        }

    header .mainmenu .main-nav-ul {
        padding: 1.4rem 0;
        margin: 0;
        box-shadow: none;
        position: static;
        flex-direction: row;
        background: none;
        width: auto;
        max-width: initial;
        justify-content: flex-end;
    }

        header .mainmenu .main-nav-ul > .item {
            padding-left: 2.25%;
            padding-right: 2.25%;
        }

        header .mainmenu .main-nav-ul > .dropdown:hover:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 5rem;
            width: 100%;
            height: 3rem;
            background: none;
        }

        header .mainmenu .main-nav-ul > .dropdown span {
            white-space: nowrap;
        }

        header .mainmenu .main-nav-ul .right .sticky-only {
            display: none;
        }

        header .mainmenu .main-nav-ul .right .item:last-child {
            padding-right: 0;
        }

    header .mainmenu .container .dropdown {
        position: static;
    }

        header .mainmenu .container .dropdown:hover .accessory:after {
            transform: translateZ(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        header .mainmenu .container .dropdown > .menu {
            left: -1px;
            right: -1px;
            border-radius: 0;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        }

        header .mainmenu .container .dropdown .container {
            padding: 1rem;
            align-items: flex-start;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 2rem;
        }

        header .mainmenu .container .dropdown h4 {
            border-bottom: 1px solid #3f3f43;
            text-transform: uppercase;
            padding: 0.5em 0;
        }

        header .mainmenu .container .dropdown h5 {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 1rem;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.2;
            min-height: 2.8em;
            padding-bottom: 0.2em;
        }

        header .mainmenu .container .dropdown .grid {
            display: flex;
            flex-direction: row !important;
        }

            header .mainmenu .container .dropdown .grid .sixteen.wide.column {
                padding-top: 0;
                padding-bottom: 0;
            }

        header .mainmenu .container .dropdown .column .column {
            padding: 0 !important;
        }

        header .mainmenu .container .dropdown a {
            white-space: normal;
            line-height: 1.3;
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
        }
}

header.fixed .header-logo-col a:after {
    opacity: 1;
}

header.fixed .header-logo-col a img {
    opacity: 0;
}

header.fixed .sticky-only {
    opacity: 1;
    pointer-events: initial;
}

header.fixed .secondary {
    display: none;
}

header.fixed .mainmenu:before {
    opacity: 1;
}

header.fixed .mainmenu .main-nav-ul > .item, header.fixed .mainmenu .button {
    color: white;
}

    header.fixed .mainmenu .main-nav-ul > .item:hover, header.fixed .mainmenu .button:hover {
        color: #ffffff;
    }

header.fixed .mainmenu .dropdown .accessory:after {
    border-color: white;
}

header [data-open="find-your-office"] {
    position: relative;
    padding-right: 0.6em;
}

    header [data-open="find-your-office"]:after {
        border: 1px solid #a9c23f;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5em;
        margin-top: -.4375em;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 55%;
        transform-origin: center;
        width: 0.5em;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

    header [data-open="find-your-office"]:after {
        right: 0.5em;
    }

header #newsletter-signup {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(272deg, #1f1f23 100%, #3f3f43 1%);
}

    header #newsletter-signup[data-status="open"] {
        display: block;
        z-index: 5;
    }

    header #newsletter-signup .hide {
        overflow: hidden;
        text-indent: 999px;
        position: relative;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
        width: 22px;
        position: absolute;
        height: 100%;
    }

        header #newsletter-signup .hide:before {
            content: '';
            width: 1px;
            height: 30px;
            transform: rotate(45deg);
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -15px;
            background: #a9c23f;
        }

        header #newsletter-signup .hide:after {
            content: '';
            height: 1px;
            width: 30px;
            transform: rotate(45deg);
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px;
            background: #a9c23f;
        }

header #find-your-office {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #dad9d6;
    z-index: 99;
    padding: 15px;
    font-size: 16px;
}

    header #find-your-office[data-status="open"] {
        display: block;
    }

    header #find-your-office .your-office a {
        text-decoration: underline;
    }

    header #find-your-office ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
    }

        header #find-your-office ul li {
            display: table-row;
        }

            header #find-your-office ul li > * {
                display: table-cell;
            }

            header #find-your-office ul li label {
                padding-right: 10px;
                font-size: 12px;
            }

    header #find-your-office h5 {
        margin: 0;
    }

    header #find-your-office h6 {
        text-transform: uppercase;
        color: inherit;
        margin-bottom: 0.5em;
        margin-top: 0;
        font-size: 9px;
    }

    header #find-your-office .links {
        font-size: 12px;
        white-space: nowrap;
    }

        header #find-your-office .links a {
            margin-left: 15px;
        }

            header #find-your-office .links a:first-child {
                margin: 0;
            }

    header #find-your-office .hide {
        font-size: 9px;
        color: #1c6975;
        position: relative;
        padding-right: 0.6em;
    }

        header #find-your-office .hide:after {
            border: 1px solid #1c6975;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 0.5em;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 0.5em;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

header .mobile-menu.ui.menu {
    align-items: center;
    padding: 0;
}

    header .mobile-menu.ui.menu .item {
        padding: 0 0 0 0.5em !important;
        border: 0 !important;
    }

        header .mobile-menu.ui.menu .item:first-child {
            padding-left: 0 !important;
        }

        header .mobile-menu.ui.menu .item a, header .mobile-menu.ui.menu .item button {
            font-size: 15px;
            width: 50px;
            height: 50px;
            border-radius: 50% !important;
            border: 1px solid #1b6875 !important;
            padding: 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        header .mobile-menu.ui.menu .item .icon {
            stroke-width: 1px;
            width: 30px;
            height: 30px;
        }

        header .mobile-menu.ui.menu .item:before {
            display: none;
        }

        header .mobile-menu.ui.menu .item .hamburger {
            position: relative;
        }

            header .mobile-menu.ui.menu .item .hamburger:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 24px;
                height: 9px;
                margin-top: -1px;
                margin-left: -12px;
                border-top: 2px solid #1b6875;
                border-bottom: 2px solid #1b6875;
                transition: all 0.4s;
                transform-origin: right;
            }

            header .mobile-menu.ui.menu .item .hamburger:after {
                content: '';
                position: absolute;
                bottom: 50%;
                left: 50%;
                width: 24px;
                height: 9px;
                margin-left: -12px;
                border-top: 2px solid #1b6875;
                transition: all 1s;
                transform-origin: right;
            }

            header .mobile-menu.ui.menu .item .hamburger[data-activated="yes"]:before {
                transform: rotateZ(45deg);
                border-top-color: transparent;
                margin-top: 1px;
            }

            header .mobile-menu.ui.menu .item .hamburger[data-activated="yes"]:after {
                transform: rotateZ(-45deg);
                margin-bottom: 2px;
            }

@media (min-width: 1024px) {
    header .mobile-menu.ui.menu {
        display: none !important;
    }
}

.search-drawer-trigger {
    opacity: 1;
    transition: 0.4s;
}

    .search-drawer-trigger[data-activated="yes"] {
        opacity: 0;
    }

.search-drawer-trigger, .search-drawer-btn {
    color: #BEC3CD;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 21px;
    padding: 5px;
    align-items: center;
    padding-right: 0;
}

.search-drawer {
    background: #fff;
    border: 1px solid #BEC3CD;
    border-right: none;
    background-color: #fff;
    border-radius: 7px 0 0 7px;
    max-width: 95%;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: 440px;
    width: calc(50% - 540px);
    min-width: 440px;
    z-index: 102;
}

    .search-drawer[data-status="open"] {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .search-drawer .search-drawer-input-container {
        border-bottom: 1px solid #E3E6EC;
        position: relative;
        display: flex;
    }

    .search-drawer .search-drawer-btn {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .search-drawer .search-drawer-input {
        padding-left: 0 !important;
    }

    .search-drawer .search-drawer-input, .search-drawer .search-field-mobile-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        border-radius: 7px 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 18px;
        height: 68px;
        padding-left: 75px;
        width: 100%;
        outline: none;
    }

        .search-drawer .search-drawer-input .icon, .search-drawer .search-field-mobile-input .icon {
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

    .search-drawer .close {
        min-width: 30px;
        align-self: center;
        vertical-align: middle;
        margin-right: 30px;
    }

footer img {
    max-width: 100%;
    height: auto;
}

footer .top-footer {
    background-image: linear-gradient(272deg, #1f1f23 100%, #3f3f43 1%);
    position: relative;
}

footer .ui.grid {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

footer .ui.menu {
    background: none;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    min-height: initial;
    max-width: 100%;
    flex-wrap: wrap;
}

    footer .ui.menu .item {
        padding: 0 1em 0.5em 0;
    }

        footer .ui.menu .item:before {
            display: none;
        }

        footer .ui.menu .item:first-child {
            padding-left: 0;
        }

        footer .ui.menu .item a {
            color: #ffffff;
        }

    footer .ui.menu.secondary {
        font-size: 14px;
    }

        footer .ui.menu.secondary .item {
            padding: 0 4% 0.5em 0;
        }

footer .footer-top, footer .social-share {
    position: absolute;
    bottom: 100%;
    border: 1px solid #1f1f23;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px none;
    padding-bottom: 5px;
    font-size: 12px;
    color: #1b6875;
    background: white;
}

    footer .footer-top button, footer .footer-top span, footer .social-share button, footer .social-share span {
        padding: 0;
        text-align: center;
        display: inline-block;
    }

footer .footer-top {
    right: 130px;
    padding: 5px 10px;
}

    footer .footer-top span {
        position: relative;
        padding-right: 0.6em;
        padding-right: 1em;
    }

        footer .footer-top span:after {
            border: 1px solid #1b6875;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 0.5em;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 0.5em;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

footer .social-share {
    right: 30px;
    width: 70px;
    text-align: center;
}

    footer .social-share button {
        padding-top: 5px;
        color: #1b6875;
    }

    footer .social-share svg {
        display: inline-block;
    }

    footer .social-share .social-share-links {
        transition: 0.5s;
        height: 0;
        overflow: hidden;
    }

        footer .social-share .social-share-links ul {
            list-style: none;
            padding: 0;
        }

            footer .social-share .social-share-links ul li {
                padding: 6px 0;
                text-align: center;
            }

                footer .social-share .social-share-links ul li span {
                    display: block;
                }

                footer .social-share .social-share-links ul li img, footer .social-share .social-share-links ul li svg {
                    width: 38px;
                    height: 38px;
                }

        footer .social-share .social-share-links a, footer .social-share .social-share-links button {
            color: #b1b1b1;
        }

            footer .social-share .social-share-links a svg, footer .social-share .social-share-links button svg {
                color: inherit;
            }

            footer .social-share .social-share-links a:hover, footer .social-share .social-share-links button:hover {
                color: #1b6875;
            }

    footer .social-share.expanded .social-share-links {
        height: 430px;
    }

    footer .social-share .social-share-close {
        overflow: hidden;
        text-indent: 999px;
        position: relative;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
        display: inline-block;
    }

        footer .social-share .social-share-close:before {
            content: '';
            width: 1px;
            height: 30px;
            transform: rotate(45deg);
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -15px;
            background: #b1b1b1;
        }

        footer .social-share .social-share-close:after {
            content: '';
            height: 1px;
            width: 30px;
            transform: rotate(45deg);
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px;
            background: #b1b1b1;
        }

footer .social-links {
    text-align: right;
}

    footer .social-links ul {
        list-style: none;
        padding: 0;
    }

        footer .social-links ul li {
            display: inline-block;
            padding-left: 7%;
            max-width: 23%;
        }

            footer .social-links ul li svg, footer .social-links ul li img {
                color: #1b6875;
                width: 38px;
                height: 38px;
            }

        footer .social-links ul a {
            transition: opacity 0.4s;
            opacity: 0.7;
        }

            footer .social-links ul a:hover {
                opacity: 1;
            }

@media (max-width: 768px) {
    footer .ui.grid {
        flex-direction: column;
    }

        footer .ui.grid .ui.column.wide {
            width: 100% !important;
            text-align: center;
        }

    footer .top-footer .column.ten.wide, footer .top-footer .column.nine.wide {
        display: flex;
    }

        footer .top-footer .column.ten.wide .ui.menu, footer .top-footer .column.nine.wide .ui.menu {
            width: 50%;
            display: block;
            text-align: left;
        }

    footer .social-links {
        text-align: center;
    }

    footer .legal {
        text-align: left;
    }
}

/* End Navigation */
/* Components (/sass/components/_components.scss) */
.hero {
    height: 512px;
    color: #ffffff;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .hero .hero-content {
        padding-bottom: 2rem;
        padding-top: 2rem;
        text-transform: uppercase;
        background: rgba(63, 63, 67, 0.4);
        width: 100%;
    }

        .hero .hero-content span {
            text-transform: none;
            font-size: 0.60em;
            display: block;
        }

    .container .hero, .hero.container {
        height: 277px;
        text-align: center;
        display: flex;
    }

        .container .hero .hero-content, .hero.container .hero-content {
            width: 100%;
        }

            .container .hero .hero-content h1, .hero.container .hero-content h1 {
                font-size: 48px;
            }

@media (max-width: 768px) {
    .container .hero .hero-content h1, .hero.container .hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        background-size: contain;
        background-position: top center;
    }

        .hero .hero-content {
            background: #1b6875;
            margin: 35% 0 0 !important;
            padding: 1em;
            max-width: 100% !important;
            width: 100%;
        }
}

.headline {
    background: -webkit-linear-gradient(right, #063a43, #1b6875);
    background: -moz-linear-gradient(right, #063a43, #1b6875);
    background: -o-linear-gradient(right, #063a43, #1b6875);
    background: linear-gradient(right, #063a43, #1b6875);
    color: white;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

    .headline.container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .headline h1 {
        font-size: 48px;
    }

@media (max-width: 768px) {
    .headline h1 {
        font-size: 32px;
    }
}

.headline .container {
    text-align: left;
}

.headline .blog-meta {
    color: #b3e5ed;
    margin-bottom: 0;
}

    .headline .blog-meta ul {
        margin-bottom: 0;
    }

    .headline .blog-meta a {
        color: white;
    }

.blog-meta, .blog-meta ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    .blog-meta li, .blog-meta ul, .blog-meta ul li, .blog-meta ul ul {
        display: inline;
    }

        .blog-meta a, .blog-meta ul a {
            text-decoration: underline;
        }

    .blog-meta > ul, ul.blog-meta {
        color: inherit;
    }

        .blog-meta > ul > li:before, ul.blog-meta > li:before {
            content: " | ";
            display: inline-block;
            padding: 0 0.5em;
            margin-left: -0.1em;
        }

        .blog-meta > ul > li:first-child:before, ul.blog-meta > li:first-child:before {
            display: none;
        }

        .blog-meta > ul > li ul li:before, ul.blog-meta > li ul li:before {
            content: ", ";
            display: inline-block;
            padding-right: 0.25em;
        }

        .blog-meta > ul > li ul li:first-child:before, ul.blog-meta > li ul li:first-child:before {
            display: none;
        }

.breadcrumbs {
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: -30px;
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs .home {
    background-image: url(../../../Content/img/icons/icon-breadcrumb-home.svg);
    display: inline-block;
    width: 17px;
    height: 15px;
    vertical-align: middle;
    text-indent: 999%;
    overflow: hidden;
    float: left;
}

    .breadcrumbs .home:after {
        display: none;
    }

.breadcrumbs li {
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
}

    .breadcrumbs li a:after {
        content: '>';
        display: inline-block;
        padding-left: 7px;
        pointer-events: none;
        color: #6c6c6c;
    }

    .breadcrumbs li:last-child a {
        pointer-events: none;
        color: #6c6c6c;
    }

        .breadcrumbs li:last-child a:after {
            display: none;
        }

.intro {
    background: -webkit-linear-gradient(right, #063a43, #1b6875);
    background: -moz-linear-gradient(right, #063a43, #1b6875);
    background: -o-linear-gradient(right, #063a43, #1b6875);
    background: linear-gradient(right, #063a43, #1b6875);
    font-size: 1.3em;
    color: white;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.testimonial {
    background: -webkit-linear-gradient(right, #063a43, #1b6875);
    background: -moz-linear-gradient(right, #063a43, #1b6875);
    background: -o-linear-gradient(right, #063a43, #1b6875);
    background: linear-gradient(right, #063a43, #1b6875);
    color: white;
}

    .testimonial.container, .testimonial .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .testimonial.container .img-container, .testimonial .container .img-container {
            width: 275px;
            flex-shrink: 1;
            display: flex;
            align-items: center;
        }

            .testimonial.container .img-container img, .testimonial .container .img-container img {
                max-width: 100%;
                display: block;
                width: auto;
                height: auto;
            }

@media (min-width: 769px) {
    .testimonial.container .img-container img, .testimonial .container .img-container img {
        height: 100%;
    }
}

.testimonial.container blockquote, .testimonial .container blockquote {
    max-width: 987px;
    flex-shrink: 5;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

    .testimonial.container blockquote .quote, .testimonial .container blockquote .quote {
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 5px;
    }

@media (max-width: 768px) {
    .testimonial.container blockquote .quote, .testimonial .container blockquote .quote {
        font-size: 24px;
    }
}

.testimonial.container blockquote cite, .testimonial .container blockquote cite {
    font-weight: bold;
}

.testimonial .button {
    color: white;
}

/* ==========================================
CTA Lite
=========================================== */
.cta-small {
    text-align: center;
    justify-content: center;
    color: #000000;
}

    .cta-small > * {
        font-size: 30px;
    }

    .cta-small h3 {
        text-transform: uppercase;
        max-width: 785px;
    }

    .cta-small p {
        margin-bottom: 0.25em;
        font-size: 14px;
    }

        .cta-small p:last-child {
            margin-bottom: 0;
        }

.cta-lite {
    border: 2px solid #a9c23f;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    color: #000000;
    padding-top: 35px;
    padding-bottom: 35px;
    justify-content: center;
}

    .cta-lite > * {
        font-size: 30px;
    }

    .cta-lite h3 {
        text-transform: uppercase;
        max-width: 785px;
    }

    .cta-lite.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        display: none;
        z-index: 8;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 700;
        line-height: 1.1;
    }

        .cta-lite.fixed[data-show="yes"] {
            display: flex;
        }

        .cta-lite.fixed .container {
            padding-bottom: 0;
            padding-top: 0;
        }

            .cta-lite.fixed .container .column {
                padding-top: 0;
                padding-bottom: 0;
            }

            .cta-lite.fixed .container > * {
                max-width: 100%;
            }

            .cta-lite.fixed .container p {
                line-height: 1.1;
                margin-bottom: 0.25em;
            }

        .cta-lite.fixed .button {
            font-size: 12px;
        }

    .cta-lite > * {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .cta-lite p {
        margin-bottom: 0.5em;
    }

        .cta-lite p:last-child {
            margin-bottom: 0;
        }

    .cta-lite a.button {
        background: #063a43;
        color: white;
        border: 0 none;
        font-size: 16px;
        min-width: 160px;
    }

    .cta-lite .close {
        position: absolute;
        top: 0;
        right: -50px;
    }

/* ==========================================
CTA Normal
=========================================== */
.cta {
    background: -webkit-linear-gradient(right, #063a43, #1b6875);
    background: -moz-linear-gradient(right, #063a43, #1b6875);
    background: -o-linear-gradient(right, #063a43, #1b6875);
    background: linear-gradient(right, #063a43, #1b6875);
    text-align: center;
    justify-content: center;
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    justify-content: center;
}

    .cta > * {
        font-size: 30px;
    }

    .cta h3 {
        text-transform: uppercase;
        max-width: 785px;
    }

    .cta.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        display: none;
        z-index: 8;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 700;
        line-height: 1.1;
    }

        .cta.fixed[data-show="yes"] {
            display: flex;
        }

        .cta.fixed .container {
            padding-bottom: 0;
            padding-top: 0;
        }

            .cta.fixed .container .column {
                padding-top: 0;
                padding-bottom: 0;
            }

            .cta.fixed .container > * {
                max-width: 100%;
            }

            .cta.fixed .container p {
                line-height: 1.1;
                margin-bottom: 0.25em;
            }

        .cta.fixed .button {
            font-size: 12px;
        }

    .cta > * {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .cta p {
        margin-bottom: 0.5em;
    }

        .cta p:last-child {
            margin-bottom: 0;
        }

    .cta a.button {
        color: white;
        font-size: 16px;
        min-width: 160px;
    }

    .cta .close {
        position: absolute;
        top: 0;
        right: -50px;
        color: white;
    }

        .cta .close:before {
            background: white;
        }

        .cta .close:after {
            background: white;
        }

@media (max-width: 768px) {
    .cta .close {
        right: 0;
        top: auto;
        bottom: 0;
    }
}

.filler {
    background: #dad9d6 url(../../../Content/img/temp/hero-fw.jpg) no-repeat center center;
    background-size: cover;
    flex-grow: 9;
    flex-shrink: 9;
    margin-bottom: -1rem;
}

.pagination-container {
    display: block;
}

.grid .column .pagination-container {
    max-width: 100%;
}

.gallery-container {
    display: block !important;
    font-size: 16px;
}

    .gallery-container .item {
        margin: 0;
        display: none;
    }

        .gallery-container .item[data-status="on"] {
            display: flex;
        }

.pagination-buttons {
    justify-content: center;
}

    .pagination-buttons .column {
        width: 46px;
        margin: 0 2%;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 12%;
        align-content: center;
        justify-content: center;
    }

@media (min-width: 769px) {
    .pagination-buttons .column {
        margin: 0 7px;
    }
}

.pagination-buttons .column button {
    max-width: 100%;
}

    .pagination-buttons .column button[data-identifier="PrevPaginationNode"] {
        margin-left: 0;
        position: relative;
        padding-right: 0.6em;
    }

        .pagination-buttons .column button[data-identifier="PrevPaginationNode"]:after {
            border: 1px solid #1b6875;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 12px;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 12px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

        .pagination-buttons .column button[data-identifier="PrevPaginationNode"]:after {
            right: auto;
            left: 50%;
            margin-left: -6px;
        }

    .pagination-buttons .column button[data-identifier="NextPaginationNode"] {
        margin-right: 0;
        position: relative;
        padding-right: 0.6em;
    }

        .pagination-buttons .column button[data-identifier="NextPaginationNode"]:after {
            border: 1px solid #1b6875;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 12px;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 12px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

        .pagination-buttons .column button[data-identifier="NextPaginationNode"]:after {
            right: 50%;
            margin-right: -6px;
        }

    .pagination-buttons .column button[data-identifier="PrevPaginationNode"], .pagination-buttons .column button[data-identifier="NextPaginationNode"] {
        overflow: hidden;
        text-indent: -999px;
    }

        .pagination-buttons .column button[data-identifier="PrevPaginationNode"]:after, .pagination-buttons .column button[data-identifier="NextPaginationNode"]:after {
            right: 50%;
            top: 50%;
            margin-top: -8px;
        }

        .pagination-buttons .column button[data-identifier="PrevPaginationNode"][data-status="off"]:after, .pagination-buttons .column button[data-identifier="NextPaginationNode"][data-status="off"]:after {
            border-color: #cccccc;
        }

.pagination-buttons .pagination-button {
    margin: 0;
    width: 46px;
    height: 46px;
    background: 0 none;
    border: 1px solid #1b6875;
    color: #1b6875;
    text-align: center;
    padding: 0;
    display: block;
}

    .pagination-buttons .pagination-button:hover {
        background: #1b6875;
        color: white;
    }

        .pagination-buttons .pagination-button:hover:after {
            border-color: white !important;
        }

    .pagination-buttons .pagination-button[data-status="off"] {
        border-color: #cccccc;
        color: #cccccc;
        pointer-events: none;
    }

.row.current-page {
    justify-content: center;
}

.pagination-container .nav-container, .gallery-container .gallery-navigation {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    max-width: initial;
    font-size: 18px;
}

    .pagination-container .nav-container button, .gallery-container .gallery-navigation button {
        margin: 0 8px;
        width: 44px;
        height: 44px;
        background: 0 none;
        border: 1px solid #1b6875;
        color: #1b6875;
    }

        .pagination-container .nav-container button[data-status="off"], .gallery-container .gallery-navigation button[data-status="off"] {
            border-color: #cccccc;
            color: #cccccc;
            pointer-events: none;
        }

    .pagination-container .nav-container .index-buttons, .gallery-container .gallery-navigation .index-buttons {
        display: flex;
        justify-content: center;
        max-width: initial;
        font-size: 18px;
    }

        .pagination-container .nav-container .index-buttons button, .gallery-container .gallery-navigation .index-buttons button {
            margin: 0 8px;
            width: 44px;
            height: 44px;
            background: 0 none;
            border: 1px solid #1b6875;
            color: #1b6875;
        }

            .pagination-container .nav-container .index-buttons button[data-status="off"], .gallery-container .gallery-navigation .index-buttons button[data-status="off"] {
                border-color: #cccccc;
                color: #cccccc;
                pointer-events: none;
            }

                .pagination-container .nav-container .index-buttons button[data-status="off"]:after, .gallery-container .gallery-navigation .index-buttons button[data-status="off"]:after {
                    border-color: #cccccc !important;
                }

        .pagination-container .nav-container .index-buttons .gall-nav, .gallery-container .gallery-navigation .index-buttons .gall-nav {
            overflow: hidden;
            text-indent: 99999px;
        }

            .pagination-container .nav-container .index-buttons .gall-nav.prev, .gallery-container .gallery-navigation .index-buttons .gall-nav.prev {
                position: relative;
                padding-right: 0.6em;
            }

                .pagination-container .nav-container .index-buttons .gall-nav.prev:after, .gallery-container .gallery-navigation .index-buttons .gall-nav.prev:after {
                    border: 1px solid #1b6875;
                    border-right: 0;
                    border-top: 0;
                    content: " ";
                    display: block;
                    height: 1em;
                    margin-top: -.4375em;
                    pointer-events: none;
                    position: absolute;
                    right: 0;
                    top: 55%;
                    transform-origin: center;
                    width: 1em;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -webkit-transition: all 300ms;
                    transition: all 300ms;
                }

                .pagination-container .nav-container .index-buttons .gall-nav.prev:after, .gallery-container .gallery-navigation .index-buttons .gall-nav.prev:after {
                    right: 6px;
                    top: 50%;
                }

            .pagination-container .nav-container .index-buttons .gall-nav.next, .gallery-container .gallery-navigation .index-buttons .gall-nav.next {
                position: relative;
                padding-right: 0.6em;
            }

                .pagination-container .nav-container .index-buttons .gall-nav.next:after, .gallery-container .gallery-navigation .index-buttons .gall-nav.next:after {
                    border: 1px solid #1b6875;
                    border-right: 0;
                    border-top: 0;
                    content: " ";
                    display: block;
                    height: 1em;
                    margin-top: -.4375em;
                    pointer-events: none;
                    position: absolute;
                    right: 0;
                    top: 55%;
                    transform-origin: center;
                    width: 1em;
                    transform: rotate(-135deg);
                    -webkit-transform: rotate(-135deg);
                    -webkit-transition: all 300ms;
                    transition: all 300ms;
                }

                .pagination-container .nav-container .index-buttons .gall-nav.next:after, .gallery-container .gallery-navigation .index-buttons .gall-nav.next:after {
                    right: 16px;
                    top: 50%;
                }

        .pagination-container .nav-container .index-buttons .index-buttons, .gallery-container .gallery-navigation .index-buttons .index-buttons {
            display: flex;
        }

.press {
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 15px 20px;
}

.row > .press.grid {
    margin-top: 10px;
    margin-bottom: 10px;
}

.press .button {
    align-self: start;
}

@media (max-width: 768px) {
    .press .grid.ui {
        flex-direction: column;
    }

        .press .grid.ui .column {
            width: 100% !important;
        }
}

.ui.cards {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
}

    .ui.cards:not(.grid) {
        width: 100%;
    }

    .ui.cards > .card {
        margin: 0;
        padding: 0.875em 0.5em;
        border: 0 none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ui.cards > .card > .wrapper {
            border: 1px solid #cccccc !important;
            border-radius: 0 !important;
        }

        .ui.cards > .card.bio > .wrapper {
            border: 0 none !important;
        }

@media (min-width: 1024px) {
    .ui.cards.twoby > .card {
        width: 50%;
    }

    .ui.cards.threeby > .card {
        width: 33.333%;
    }

    .ui.cards.fourby > .card {
        width: 25%;
    }

    .ui.cards.fiveby > .card {
        width: 20%;
    }

    .ui.cards.sixby > .card {
        width: 16.66%;
    }
}

.ui.cards.sixby h4, .ui.cards.fiveby h4 {
    line-height: 1;
    font-size: 18px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.ui.cards.sixby .links a.button, .ui.cards.fiveby .links a.button {
    min-width: 47%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.ui.cards.fourby .offices .office {
    font-size: 0.9em;
}

    .ui.cards.fourby .offices .office:first-child {
        padding-top: 0;
    }

    .ui.cards.fourby .offices .office .column {
        width: 100% !important;
        padding-top: 0 !important;
    }

    .ui.cards.fourby .offices .office h5 {
        padding: 0;
        margin: 0;
    }

        .ui.cards.fourby .offices .office h5 a {
            color: #1b6875;
            text-decoration: underline;
        }

    .ui.cards.fourby .offices .office a.button {
        color: #1b6875;
        border: 0 none;
        background: none;
        padding: 0;
        min-width: initial;
        text-decoration: underline;
    }

    .ui.cards.fourby .offices .office .extra a {
        font-size: 14px;
        text-decoration: underline;
    }

.ui.cards.fourby .links {
    flex-wrap: wrap;
    margin-top: -0.5em;
}

    .ui.cards.fourby .links .button {
        margin-top: 0.5em;
        min-width: auto;
        padding-left: 1em;
        padding-right: 1em;
    }

.ui.cards.threeby .links a.button {
    min-width: 47%;
    padding-left: 1em;
    padding-right: 1em;
}

.ui.cards.fourby h4, .ui.cards.threeby h4 {
    height: 2.5em;
    line-height: 1.25em;
}

.ui.cards.oneby > .card {
    flex-direction: row;
    width: 100%;
}

    .ui.cards.oneby > .card .image {
        width: 57%;
    }

    .ui.cards.oneby > .card .wrapper {
        width: 100%;
    }

    .ui.cards.oneby > .card .image + .wrapper {
        justify-content: center;
        width: 43%;
        background: #1b6875;
        color: white;
        border: 0 none;
    }

        .ui.cards.oneby > .card .image + .wrapper a, .ui.cards.oneby > .card .image + .wrapper h4 {
            color: inherit;
        }

    .ui.cards.oneby > .card .description {
        flex-grow: 0;
    }

.card {
    padding: 0.875em 0.5em;
}

    .card h1, .card h2, .card h3, .card h4 {
        overflow: hidden;
    }

    .card:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background: url("/Content/img/compeer_load_wheel.svg");
        pointer-events: none;
        transition: opacity 0.2s;
        opacity: 0;
        width: 40px;
        height: 40px;
        background-size: contain;
        animation: rotation 2s infinite linear;
    }

    .card[data-loading="true"]:after {
        opacity: 1;
    }

.four.wide > .card {
    padding-left: 0;
    padding-right: 0;
}

    .four.wide > .card:first-child {
        padding-top: 0;
    }

.card.video .image {
    position: relative;
}

    .card.video .image:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0.7;
        margin-top: -18px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 40px solid white;
    }

.card > .wrapper {
    padding: 12px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.card.bio > .wrapper {
    padding: 0;
}

.card.bio h4 {
    margin-bottom: 0;
}

.four.wide > .card.bio {
    padding-bottom: 1em;
}

    .four.wide > .card.bio .links {
        padding-top: 0.25em;
    }

.card.branch h4 {
    height: auto !important;
}

.card.branch h6 {
    margin-top: 0;
}

.card.branch .description {
    padding-top: 0;
}

.card.find-your-office h4 {
    height: auto !important;
}

.card .category {
    font-size: 12px;
    color: #1b6875;
    line-height: 1;
    min-height: 1em;
}

.card h4 {
    margin-top: .25em;
    font-size: 21px;
}

.card .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .card .image.compeer--image-cover {
        background-size: cover;
    }

    .card .image.compeer--image-contain {
        background-size: contain;
    }

    .card .image.image-size-1 {
        height: 256px;
    }

    .card .image.image-size-2 {
        height: 256px;
    }

    .card .image.image-size-3 {
        height: 256px;
    }

    .card .image.image-size-4 {
        height: 256px;
    }

    .card .image.image-size-5 {
        height: 200px;
    }

    .card .image.image-size-6 {
        height: 175px;
    }

.card img {
    width: 100%;
}

.card h5 {
    color: #1b6875;
    font-size: 16px;
    font-weight: normal;
}

.card .description {
    flex-grow: 9;
    padding: 0.5rem 0 1rem;
    font-size: 0.9em;
    line-height: 1.3em;
}

    .card .description time {
        font-size: 12px;
        display: block;
        margin-bottom: 10px;
    }

.card .offices {
    flex-grow: 9;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 0.5rem;
}

    .card .offices .office {
        flex-grow: 5;
    }

        .card .offices .office .grid {
            margin-top: 0;
        }

        .card .offices .office h5 {
            color: black;
            font-weight: bold;
            font-size: 1.2em;
        }

            .card .offices .office h5 a {
                color: inherit;
                text-decoration: none;
            }

.card .find-your-office-form {
    flex-grow: 10;
    padding: 0.5em 0 1em;
}

    .card .find-your-office-form select, .card .find-your-office-form .selection.dropdown {
        margin-top: 20px;
        color: #1b6875;
    }

        .card .find-your-office-form select:first-child, .card .find-your-office-form .selection.dropdown:first-child {
            margin-top: 0;
        }

    .card .find-your-office-form .selection.dropdown {
        text-align: left;
    }

        .card .find-your-office-form .selection.dropdown .icon:before {
            color: #1b6875;
            content: '\f107';
        }

        .card .find-your-office-form .selection.dropdown .default.text {
            color: #1b6875;
        }

.card .office {
    padding: 0.5rem 0;
}

    .card .office + .office {
        border-top: 1px solid #cccccc;
    }

    .card .office .links .button {
        min-width: 100px;
        white-space: nowrap;
        margin-right: 20px;
        padding-left: 1em;
        padding-right: 1em;
    }

        .card .office .links .button:last-child {
            margin-right: 0;
        }

.card .links {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .card .links a {
        align-self: center;
    }

        .card .links a:not(.button) {
            text-decoration: underline;
        }

    .card .links .js__office_tool_results__reset {
        padding: 0.4em 0;
    }

.card .social-share-links {
    position: absolute;
    bottom: 4.5rem;
    left: 16px;
    right: 16px;
    background: white;
    border: 1px solid #cccccc !important;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

    .card .social-share-links[data-open="true"] {
        opacity: 1;
        pointer-events: initial;
    }

    .card .social-share-linksul, .card .social-share-links ul {
        list-style: none;
        padding: 10px;
        margin: 0;
    }

    .card .social-share-links li {
        display: inline-block;
        padding-right: 12px;
    }

        .card .social-share-links li button, .card .social-share-links li a {
            padding: 0;
            color: #1b6875;
        }

            .card .social-share-links li button:hover, .card .social-share-links li a:hover {
                color: #063a43;
            }

        .card .social-share-links li svg {
            width: 36px;
            height: 36px;
        }

        .card .social-share-links li span {
            display: none;
        }

.card span.nowrap, .card div.nowrap, .card h4.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.specialist h4 {
    margin-bottom: 0;
    margin-top: 0;
}

    .card.specialist h4.nowrap {
        height: 1.25em;
    }

.card.specialist div.credentials {
    color: #b1b1b1;
}

.blog .column .ui.cards {
    padding-top: 0 !important;
}

.filters {
    border: 1px solid #cccccc !important;
    padding: 12px 16px;
    flex-direction: column;
}

    .filters h6 {
        font-size: 16px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 5px;
        margin-top: 10px;
        color: #3f3f43;
        font-weight: normal;
    }

    .filters button {
        display: block;
        padding: 0;
    }

    .filters .reset {
        font-size: 12px;
        text-decoration: underline;
        color: #1b6875;
    }

    .filters .ui.checkbox {
        display: block;
        padding: 5px 0;
    }

        .filters .ui.checkbox label {
            color: #1b6875;
            font-size: 14px;
            line-height: 1;
        }

            .filters .ui.checkbox label span {
                color: #6c6c6c;
            }

            .filters .ui.checkbox label:before {
                border-radius: 0;
                border-color: #1b6875;
                width: 13px;
                height: 13px;
            }

        .filters .ui.checkbox input:checked ~ .box:after, .filters .ui.checkbox input:checked ~ label:after {
            content: "";
            width: 4px;
            height: 8px;
            border-bottom: 1px solid #000000;
            border-right: 1px solid #000000;
            transform: rotate(40deg);
            -webkit-transform: rotate(40deg);
            color: black;
            left: 5px;
            top: 1px;
        }

main .social-share-header {
    background: #f5f5f5;
    list-style: none;
    padding: 12px;
}

    main .social-share-header:first-child {
        margin-top: 0;
    }

    main .social-share-header:before {
        content: "Share";
        color: black;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    main .social-share-header li {
        display: inline-block;
        vertical-align: middle;
    }

        main .social-share-header li span {
            display: none;
        }

        main .social-share-header li button {
            padding: 0;
        }

        main .social-share-header li a, main .social-share-header li button {
            color: #1b6875;
        }

            main .social-share-header li a:hover, main .social-share-header li button:hover {
                color: #063a43;
            }

        main .social-share-header li .icon {
            width: 31px;
            height: 31px;
            margin-left: 10px;
        }

@media (min-width: 1024px) {
    .ui.accordion .accordion .title, .ui.accordion .title {
        display: none;
    }

        .ui.accordion .accordion .title ~ .content, .ui.accordion .title ~ .content {
            display: flex;
            flex-direction: column;
        }
}

@media (max-width: 1023px) {
    .ui.accordion {
        border-top: 1px solid #dad9d6;
        border-bottom: 1px solid #dad9d6;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .ui.accordion .title {
            text-align: center;
            font-size: 22px;
            position: relative;
            padding-right: 0.6em;
            padding: 16px 16px 32px !important;
        }

            .ui.accordion .title:after {
                border: 1px solid #1b6875;
                border-right: 0;
                border-top: 0;
                content: " ";
                display: block;
                height: 1em;
                margin-top: -.4375em;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 55%;
                transform-origin: center;
                width: 1em;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -webkit-transition: all 300ms;
                transition: all 300ms;
            }

            .ui.accordion .title:after {
                top: initial;
                bottom: 10px;
                right: 50%;
                transition: 0.4s;
            }

            .ui.accordion .title.active:after {
                transform: rotate(-225deg);
                bottom: 0;
            }

        .ui.accordion .content {
            margin: 0 1em;
        }
}

title {
    color: blue;
    text-align: center;
}

#privacy-disclosure .disclosure {
    background: rgba(255, 255, 255, 0.95);
    bottom: 0;
    font-size: 18px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}

#privacy-disclosure .return {
    bottom: -30px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all .5s;
}

    #privacy-disclosure .return .container {
        text-align: right;
    }

    #privacy-disclosure .return button {
        background: rgba(255, 255, 255, 0.95);
        border-bottom: 0 none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

#privacy-disclosure[data-show="no"] .return {
    bottom: 0px;
}

#privacy-disclosure[data-show="yes"] .disclosure {
    display: block;
    opacity: 1;
    pointer-events: initial;
}

#privacy-disclosure .three.wide {
    text-align: right;
}

#privacy-disclosure button {
    display: inline-block;
    border: 2px solid #a9c23f;
    border-radius: 4px;
    padding: 0.5em 1em;
    line-height: 1;
    color: #000000;
    font-weight: bold;
    min-width: 168px;
    max-width: 100%;
    text-align: center;
}

#privacy-settings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

    #privacy-settings[data-status="open"] {
        opacity: 1;
        pointer-events: initial;
    }

    #privacy-settings .wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        background: rgba(255, 255, 255, 0.95);
        transform: translate(-50%, -50%);
        width: 650px;
        max-width: 90%;
        padding: 15px;
    }

        #privacy-settings .wrap .right {
            float: right;
            clear: right;
        }

        #privacy-settings .wrap .close {
            position: absolute;
            top: 10px;
            right: 10px;
            min-width: initial;
            border: 0px none;
        }

        #privacy-settings .wrap .cookie {
            padding: 5px 0;
        }

            #privacy-settings .wrap .cookie input[type="checkbox"] + span:before {
                content: "disabled";
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            #privacy-settings .wrap .cookie input[type="checkbox"]:checked + span:before, #privacy-settings .wrap .cookie input[type="checkbox"][checked] + span:before {
                content: "enabled";
            }

.compeer-bio-additional-field {
    margin-top: 1em;
}

.ui.fluid.field {
    width: 100%;
}

.select-wrapper {
    margin-top: 20px;
    position: relative;
    position: relative;
    padding-right: 0.6em;
    padding: 0;
}

    .select-wrapper:after {
        border: 1px solid #1b6875;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5em;
        margin-top: -.4375em;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 55%;
        transform-origin: center;
        width: 0.5em;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

    .select-wrapper select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .select-wrapper:after {
        right: 14px;
    }

    .select-wrapper:before {
        content: '';
        position: absolute;
        display: block;
        top: 20%;
        bottom: 20%;
        right: 36px;
        width: 1px;
        background: #979797;
    }

    .select-wrapper.expanded {
        width: 100%;
    }

@media only screen and (max-width: 991px) {
    .display-on-desktop-only {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-on-desktop {
        display: none !important;
    }
}

/* End Components */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

footer {
    margin-top: 60px;
}

.state-county-zip-form {
    flex-grow: 10;
    padding: 0.5em 0 1em;
}

    .state-county-zip-form .input-wrapper {
        width: 100%;
    }

    .state-county-zip-form input, .state-county-zip-form input[type="text"] {
        color: #1b6875;
        box-sizing: border-box;
    }

    .state-county-zip-form select, .state-county-zip-form .selection.dropdown {
        margin-top: 20px;
        color: #1b6875;
    }

        .state-county-zip-form select:first-child, .state-county-zip-form .selection.dropdown:first-child {
            margin-top: 0;
        }

    .state-county-zip-form .selection.dropdown {
        text-align: left;
    }

        .state-county-zip-form .selection.dropdown .icon:before {
            color: #1b6875;
            content: '\f107';
        }

        .state-county-zip-form .selection.dropdown .default.text {
            color: #1b6875;
        }

    .state-county-zip-form .select-wrapper {
        margin-top: 20px;
        position: relative;
        position: relative;
        padding-right: 0.6em;
        padding: 0;
    }

        .state-county-zip-form .select-wrapper:after {
            border: 1px solid #1b6875;
            border-right: 0;
            border-top: 0;
            content: " ";
            display: block;
            height: 0.5em;
            margin-top: -.4375em;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 55%;
            transform-origin: center;
            width: 0.5em;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

        .state-county-zip-form .select-wrapper select {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
        }

        .state-county-zip-form .select-wrapper:after {
            right: 14px;
        }

        .state-county-zip-form .select-wrapper:before {
            content: '';
            position: absolute;
            display: block;
            top: 20%;
            bottom: 20%;
            right: 36px;
            width: 1px;
            background: #979797;
        }

/**
Used to style the appraisal map components
 */
.appraiser-map-container {
    width: 100%;
    height: 45vh;
}

.o-map-infowindow {
    line-height: 1.5em;
}

    .o-map-infowindow .infowindow-heading {
        font-size: 1rem;
        font-family: brandon_grotesqueblack, Helvetica Neue Condensed, Helvetica Neue, Helvetica, Arial Narrow, Arial, sans-serif;
    }

    .o-map-infowindow .infowindow-link {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 2px solid #2F7A86;
        font-weight: bold;
    }

.cdc-hero {
    align-items: flex-start !important;
    height: auto !important;
    max-width:100%;
}
.cdc-hero .hero-content{
    color: #ffffff;
    text-align: left;
    text-transform: none;
    padding:75px 10px 50px 32px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0)) !important;
    background-color: transparent !important;
}
.cdc-hero .hero-content .ui {
    max-width:1190px !important;
}
.cdc-hero .hero-content h3{
    display: block !important;
    max-width:600px;
}
.cdc-hero .hero-content p{
    font-family: 'lato', sans-serif;
    font-size:18px;
    line-height:30px;
    padding-bottom: 15px;
    max-width:600px;
}
.cdc-hero .hero-content .btn-group{
    max-width:600px;
}
.cdc-hero .hero-content .text-btn a:first-child {
    margin-right: 14px;
}
.cdc-hero .hero-content .tel{
    font-family: 'brandon-grotesque';
    font-weight: 700;
    font-size: 18px;
    padding:5px 0px 35px 0px;
    max-width:600px;
}
.cdc-hero .hero-content .tel a{
    color: #ffffff;
}
@media (max-width: 768px) {
    .cdc-hero .hero-content {
        background: transparent;
        margin: 0 !important;
        padding: 1em;
        width:600px;
    }
    .cdc-hero {
        height: ;
        background-size: cover;
    }
    .cdc-hero .hero-content h3 {
        font-size: 40px;
        line-height: 52px;
    }
    .cdc-hero .hero-content .btn-group {
        justify-content: initial !important;
    }
    .cdc-hero .hero-content .button, .tel {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .cdc-hero .hero-content {
        max-width: 100% !important;
        width: 100%;
    }
    .cdc-hero .hero-content .btn-group {
        justify-content: initial !important;
        display: block;
    }
    .cdc-hero .hero-content .button {
        margin-bottom: 15px;
        width:98%;
    }
}

.cdc-h1-large{
    font-family: 'brandon-grotesque';
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
}
.cdc-prim-button{
    font-family: 'brandon-grotesque';
    font-weight: 700;
    font-size: 18px;
    color:#ffffff !important;
    background-color: #1b6875 !important;
    border: 2px solid #1b6875 !important;
    border-radius: 25px !important;
    padding: 15px 20px 15px 20px !important;
}
.cdc-prim-button:hover{
    background-color: #137f8b !important;
    color:#ffffff !important;
}
.cdc-tert-button{
    font-family: 'brandon-grotesque';
    font-weight: 700;
    font-size: 18px;
    color:#ffffff !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    border-radius: 25px !important;
    padding: 15px 20px 15px 20px !important;
}
.cdc-tert-button:hover{
    background-color: rgba(255, 255, 255, 0.2) !important;
    color:#ffffff !important;
}
.cdc-hero .hero-content {
    padding: 25px 10px 80px 32px !important;
}
.cdc-hero .cdc-h1-large{
    font-size: 44px !important;
    line-height: 52px !important;
} 

.cdc-hero {
    max-width:100%;
}
.cdc-hero .hero-content {
    padding: 0px 10px 0px 32px !important;
    min-height: 512px;
}
.card .wrapper {
    background-color: white;
}
@media (min-width: 1200px) {
  .cdc-hero .cdc-h1-large{
    font-size: 58px !important;
    line-height: 70px !important;
    padding-top: 60px;
    margin-bottom: 0px !important;
  }
  .cdc-hero p{
    font-size: 20px !important;
    line-height: 32px !important;
    padding-top: 15px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .cdc-hero .hero-content .button{
    font-size: 18px;
    border-radius: 5px !important;
    padding: 18px 32px 18px 32px !important;
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cdc-hero .cdc-h1-large{
    font-size: 50px !important;
    line-height: 62px !important;
    padding-top: 60px;
    margin-bottom: 0px !important;
  }
  .cdc-hero p{
    font-size: 18px !important;
    line-height: 30px !important;
    padding-top: 15px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .cdc-hero .hero-content .button{
    font-size: 17px;
    border-radius: 5px !important;
    padding: 16px 30px 16px 30px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .cdc-hero .cdc-h1-large{
    font-size: 44px !important;
    line-height: 52px !important;
    padding-top: 40px;
    margin-bottom: 0px !important;
  }
  .cdc-hero p{
    font-size: 18px !important;
    line-height: 30px !important;
    padding-top: 15px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .cdc-hero .hero-content .button{
    font-size: 16px;
    border-radius: 5px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 455px) {
  .cdc-hero .hero-content .cdc-tert-button{
    margin-bottom: 90px !important;
  }
}

.cdc-card-set-overlay {
    margin-left: 0.875em !important;
}
.cdc-card-set-overlay + section {
    margin-top: -75px !important;
    margin-left: 0.875em !important;
}
@media (max-width: 767px) {
  .cdc-card-set-overlay + section {
    margin-left: 1.350em !important;
  }
}

.richtext h4 {
  color: #3f3f43 !important;
}
.richtext h1 span {
  font-family: brandon-grotesque, sans-serif !important;
}
@media (max-width: 767px) {
  .richtext h1 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
  .richtext h2 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
  .richtext h3 {
    font-size: 29px !important;
    line-height: 36px !important;
  }
  .richtext h4 {
    font-size: 24px !important;
    line-height: 29px !important;
  }
  .richtext h5 {
    font-size: 23px !important;
    line-height: 31px !important;
  }
  .richtext h6 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .richtext h1 {
    font-size: 50px !important;
    line-height: 62px !important;
  }
  .richtext h2 {
    font-size: 43px !important;
    line-height: 54px !important;
  }
  .richtext h3 {
    font-size: 32px !important;
    line-height: 41px !important;
  }
  .richtext h4 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .richtext h5 {
    font-size: 23px !important;
    line-height: 31px !important;
  }
  .richtext h6 {
    font-size: 21px !important;
    line-height: 28px !important;
  }
}
@media (min-width: 1200px) {
  .richtext h1 {
    font-size: 58px !important;
    line-height: 70px !important;
  }
  .richtext h2 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .richtext h3 {
    font-size: 36px !important;
    line-height: 43px !important;
  }
  .richtext h4 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .richtext h5 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .richtext h6 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
}

