/* Minification failed. Returning unminified contents.
(1533,47): run-time error CSS1046: Expect comma, found '203'
(1533,54): run-time error CSS1046: Expect comma, found '/'
(8474,16): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.scroller {
    width: 100vw;
}


.home > .container {
    overflow-y: hidden;
}

.home .scroller {
    overflow-y: scroll;
}

.insights--banner {
    background-size: cover;
}



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: not-allowed;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type='checkbox'],
    input[type='radio'] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        height: auto;
    }

    input[type='search'] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type='search']::-webkit-search-cancel-button,
        input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
        }

@media (max-width: 640px) {
    form div.left-column,
    form div.right-column {
        width: 100% !important;
        float: unset !important;
    }

    span.ktc-radio-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 1.6rem;
    }
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

td,
th {
    padding: 0;
}

.foundation-mq {
    font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #f3f4f4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .row .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.row.expanded {
    max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

    .row.is-collapse-child,
    .row.collapse > .column > .row,
    .row.collapse > .columns > .row {
        margin-left: 0;
        margin-right: 0;
    }

.column,
.columns {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-width: initial;
}

@media screen and (min-width:40em) {
    .column,
    .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-1 > .column,
    .small-up-1 > .columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-2 > .column,
    .small-up-2 > .columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-3 > .column,
    .small-up-3 > .columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-4 > .column,
    .small-up-4 > .columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-5 > .column,
    .small-up-5 > .columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-6 > .column,
    .small-up-6 > .columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-7 > .column,
    .small-up-7 > .columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-8 > .column,
    .small-up-8 > .columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

.small-collapse > .column,
.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width:40em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-1 > .column,
        .medium-up-1 > .columns {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-2 > .column,
        .medium-up-2 > .columns {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-3 > .column,
        .medium-up-3 > .columns {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-4 > .column,
        .medium-up-4 > .columns {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-5 > .column,
        .medium-up-5 > .columns {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-6 > .column,
        .medium-up-6 > .columns {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-7 > .column,
        .medium-up-7 > .columns {
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-8 > .column,
        .medium-up-8 > .columns {
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width:40em) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (min-width:40em) {
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-1 > .column,
        .large-up-1 > .columns {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-2 > .column,
        .large-up-2 > .columns {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-3 > .column,
        .large-up-3 > .columns {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-4 > .column,
        .large-up-4 > .columns {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-5 > .column,
        .large-up-5 > .columns {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-6 > .column,
        .large-up-6 > .columns {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-7 > .column,
        .large-up-7 > .columns {
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-8 > .column,
        .large-up-8 > .columns {
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width:64em) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (min-width:64em) {
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column.align-top,
.align-top.columns {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

    p a {
        text-decoration: underline;
    }

        p a:hover {
            text-decoration: none;
        }

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        color: #969597;
        line-height: 0;
    }

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width:40em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    color: #00467f;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

    a:hover .link-arrow {
        display: inline-block;
        text-decoration: none;
    }

.cta-button:hover,
.button:hover {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3a73a1;
}

    a:focus,
    a:focus article,
    a:focus h1:first-child:last-child,
    a:focus h2:first-child:last-child,
    a:focus h3:first-child:last-child,
    a:focus h4:first-child:last-child,
    a:focus h5:first-child:last-child,
    a:focus h6:first-child:last-child,
    a:focus img:first-child:last-child {
        box-shadow: inset 0 0 1px 3px rgb(236 203 35 / 75%);
    }

    a:hover h2,
    a:hover h3,
    a:hover h4,
    a:hover h5 {
        color: #3a73a1;
    }

a img {
    border: 0;
}

hr {
    max-width: 64rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #969597;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

    ul li a {
        text-decoration: underline;
    }

        ul li a:hover {
            text-decoration: none;
        }

ol {
    margin-left: 1.25rem;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl {
    margin-bottom: 1rem;
}

    dl dt {
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #969597;
}

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #666666;
    }

cite {
    display: block;
    font-size: 0.8125rem;
    color: #666666;
}

    cite:before {
        content: '—\20';
    }

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-family: Consolas,'Liberation Mono',Courier,monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #ababab;
    border: 1px solid #969597;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #ababab;
    color: #0a0a0a;
    font-family: Consolas,'Liberation Mono',Courier,monospace;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #666666;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width:64em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1.5rem 0;
    font-size: 0.9rem;
    background-color: #00467f;
    color: #f3f4f4;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover,
.button:focus {
    background-color: #003c6c;
    color: #f3f4f4;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.button.primary {
    background-color: #00467f;
    color: #f3f4f4;
}

    .button.primary:hover,
    .button.primary:focus {
        background-color: #003866;
        color: #f3f4f4;
    }

.button.secondary {
    background-color: #EBCB22;
    color: #343535;
}

    .button.secondary:hover,
    .button.secondary:focus {
        background-color: #EBCB22;
        color: #343535;
    }

.button.success {
    background-color: #3adb76;
    color: #f3f4f4;
}

    .button.success:hover,
    .button.success:focus {
        background-color: #22bb5b;
        color: #f3f4f4;
    }

.button.warning {
    background-color: #ffae00;
    color: #f3f4f4;
}

    .button.warning:hover,
    .button.warning:focus {
        background-color: #cc8b00;
        color: #f3f4f4;
    }

.button.alert {
    background-color: #ec5840;
    color: #f3f4f4;
}

    .button.alert:hover,
    .button.alert:focus {
        background-color: #da3116;
        color: #f3f4f4;
    }

.button.hollow {
    border: 1px solid #00467f;
    color: #00467f;
}

    .button.hollow,
    .button.hollow:hover,
    .button.hollow:focus {
        background-color: transparent;
    }

        .button.hollow:hover,
        .button.hollow:focus {
            border-color: #002340;
            color: #002340;
        }

        .button.hollow.primary {
            border: 1px solid #00467f;
            color: #00467f;
        }

            .button.hollow.primary:hover,
            .button.hollow.primary:focus {
                border-color: #002340;
                color: #002340;
            }

        .button.hollow.secondary {
            border: 1px solid #EBCB22;
            color: #00467f;
        }

            .button.hollow.secondary:hover,
            .button.hollow.secondary:focus {
                border-color: #C8AB12;
                color: #C8AB12;
            }

        .button.hollow.success {
            border: 1px solid #3adb76;
            color: #3adb76;
        }

            .button.hollow.success:hover,
            .button.hollow.success:focus {
                border-color: #157539;
                color: #157539;
            }

        .button.hollow.warning {
            border: 1px solid #ffae00;
            color: #ffae00;
        }

            .button.hollow.warning:hover,
            .button.hollow.warning:focus {
                border-color: #805700;
                color: #805700;
            }

        .button.hollow.alert {
            border: 1px solid #ec5840;
            color: #ec5840;
        }

            .button.hollow.alert:hover,
            .button.hollow.alert:focus {
                border-color: #881f0e;
                color: #881f0e;
            }

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

    .button.disabled:hover,
    .button.disabled:focus,
    .button[disabled]:hover,
    .button[disabled]:focus {
        background-color: #00467f;
        color: #f3f4f4;
    }

    .button.disabled.primary,
    .button[disabled].primary {
        opacity: 0.25;
        cursor: not-allowed;
    }

        .button.disabled.primary:hover,
        .button.disabled.primary:focus,
        .button[disabled].primary:hover,
        .button[disabled].primary:focus {
            background-color: #00467f;
            color: #f3f4f4;
        }

    .button.disabled.secondary,
    .button[disabled].secondary {
        opacity: 0.25;
        cursor: not-allowed;
    }

        .button.disabled.secondary:hover,
        .button.disabled.secondary:focus,
        .button[disabled].secondary:hover,
        .button[disabled].secondary:focus {
            background-color: #EBCB22;
            color: #343535;
        }

    .button.disabled.success,
    .button[disabled].success {
        opacity: 0.25;
        cursor: not-allowed;
    }

        .button.disabled.success:hover,
        .button.disabled.success:focus,
        .button[disabled].success:hover,
        .button[disabled].success:focus {
            background-color: #3adb76;
            color: #f3f4f4;
        }

    .button.disabled.warning,
    .button[disabled].warning {
        opacity: 0.25;
        cursor: not-allowed;
    }

        .button.disabled.warning:hover,
        .button.disabled.warning:focus,
        .button[disabled].warning:hover,
        .button[disabled].warning:focus {
            background-color: #ffae00;
            color: #f3f4f4;
        }

    .button.disabled.alert,
    .button[disabled].alert {
        opacity: 0.25;
        cursor: not-allowed;
    }

        .button.disabled.alert:hover,
        .button.disabled.alert:focus,
        .button[disabled].alert:hover,
        .button[disabled].alert:focus {
            background-color: #ec5840;
            color: #f3f4f4;
        }

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #f3f4f4 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
/*[type='search'],*/
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #969597;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #f3f4f4;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    border-radius: 0;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    [type='text']:focus,
    [type='password']:focus,
    [type='date']:focus,
    [type='datetime']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='week']:focus,
    [type='email']:focus,
    [type='number']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='url']:focus,
    [type='color']:focus,
    textarea:focus {
        border: 1px solid #807f83;
        background-color: #f3f4f4;
        outline: none;
        box-shadow: 0 0 5px #969597;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    }

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #969597;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #969597;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #969597;
    }

    input::placeholder,
    textarea::placeholder {
        color: #969597;
    }

    input:disabled,
    input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #ababab;
        cursor: default;
    }

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

    [type='checkbox'] + label,
    [type='radio'] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

        [type='checkbox'] + label[for],
        [type='radio'] + label[for] {
            cursor: pointer;
        }

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

    label a:hover {
        text-decoration: underline;
    }

    label.middle {
        margin: 0 0 1rem;
        padding: 0.5625rem 0;
    }

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

    .input-group > :first-child {
        border-radius: 0 0 0 0;
    }

    .input-group > :last-child > * {
        border-radius: 0 0 0 0;
    }

.input-group-label,
.input-group-field,
.input-group-button {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #ababab;
    color: #0a0a0a;
    border: 1px solid #969597;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

    .input-group-button a,
    .input-group-button input,
    .input-group-button button {
        margin: 0;
    }

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #969597;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    .fieldset legend {
        background: #f3f4f4;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
    }

select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #969597;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #f3f4f4;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' width=\'32\' height=\'24\' viewBox=\'0 0 32 24\'><polygon points=\'0,0 32,0 16,24\' style=\'fill: rgb%28128, 127, 131%29\'></polygon></svg>');
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

@media screen and (min-width:0\0) {
    select {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
    }
}

select:disabled {
    background-color: #ababab;
    cursor: default;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236,88,64,0.1);
    border-color: #ec5840;
}

.is-invalid-label {
    color: #ec5840;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840;
}

    .form-error.is-visible {
        display: block;
    }

.accordion {
    list-style-type: none;
    background: #f3f4f4;
    margin-left: 0;
}

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: #00467f;
    position: relative;
    border: 1px solid #ababab;
    border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ababab;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #ababab;
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
    content: '–';
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #ababab;
    border-bottom: 0;
    background-color: #f3f4f4;
    color: #00467f;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ababab;
}

.is-accordion-submenu-parent > a {
    position: relative;
}

    .is-accordion-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: #00467f transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 1rem;
    }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #00467f;
    color: #f3f4f4;
}

    .badge.secondary {
        background: #EBCB22;
        color: #343535;
    }

    .badge.success {
        background: #3adb76;
        color: #f3f4f4;
    }

    .badge.warning {
        background: #ffae00;
        color: #f3f4f4;
    }

    .badge.alert {
        background: #ec5840;
        color: #f3f4f4;
    }

.breadcrumbs {
    list-style: none;
    margin: 0 0 1.5rem 0;
}

    .breadcrumbs::before,
    .breadcrumbs::after {
        content: ' ';
    }

    .breadcrumbs::after {
        clear: both;
    }

    .breadcrumbs li {
        float: left;
        color: #0a0a0a;
        font-size: 0.6875rem;
        cursor: default;
        text-transform: uppercase;
    }

        .breadcrumbs li:not(:last-child)::after {
            color: #969597;
            content: '/';
            margin: 0 0.75rem;
            position: relative;
            top: 1px;
            opacity: 1;
        }

    .breadcrumbs a {
        color: #00467f;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .disabled {
        color: #969597;
        cursor: not-allowed;
    }

.button-group {
    margin-bottom: 1rem;
    font-size: 0;
}

    .button-group::before,
    .button-group::after {
        content: ' ';
        display: table;
    }

    .button-group::after {
        clear: both;
    }

    .button-group .button {
        margin: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        font-size: 0.9rem;
    }

        .button-group .button:last-child {
            margin-right: 0;
        }

    .button-group.tiny .button {
        font-size: 0.6rem;
    }

    .button-group.small .button {
        font-size: 0.75rem;
    }

    .button-group.large .button {
        font-size: 1.25rem;
    }

    .button-group.expanded {
        margin-right: -1px;
    }

        .button-group.expanded::before,
        .button-group.expanded::after {
            display: none;
        }

        .button-group.expanded .button:first-child:nth-last-child(2),
        .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
            display: inline-block;
            width: calc(50% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(2):last-child,
            .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(3),
        .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
            display: inline-block;
            width: calc(33.33333% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(3):last-child,
            .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(4),
        .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
            display: inline-block;
            width: calc(25% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(4):last-child,
            .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(5),
        .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
            display: inline-block;
            width: calc(20% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(5):last-child,
            .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(6),
        .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
            display: inline-block;
            width: calc(16.66667% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(6):last-child,
            .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
                margin-right: -6px;
            }

    .button-group.primary .button {
        background-color: #00467f;
        color: #f3f4f4;
    }

        .button-group.primary .button:hover,
        .button-group.primary .button:focus {
            background-color: #003866;
            color: #f3f4f4;
        }

    .button-group.secondary .button {
        background-color: #EBCB22;
        color: #343535;
    }

        .button-group.secondary .button:hover,
        .button-group.secondary .button:focus {
            background-color: #229c44;
            color: #f3f4f4;
        }

    .button-group.success .button {
        background-color: #3adb76;
        color: #f3f4f4;
    }

        .button-group.success .button:hover,
        .button-group.success .button:focus {
            background-color: #22bb5b;
            color: #f3f4f4;
        }

    .button-group.warning .button {
        background-color: #ffae00;
        color: #f3f4f4;
    }

        .button-group.warning .button:hover,
        .button-group.warning .button:focus {
            background-color: #cc8b00;
            color: #f3f4f4;
        }

    .button-group.alert .button {
        background-color: #ec5840;
        color: #f3f4f4;
    }

        .button-group.alert .button:hover,
        .button-group.alert .button:focus {
            background-color: #da3116;
            color: #f3f4f4;
        }

    .button-group.stacked .button,
    .button-group.stacked-for-small .button,
    .button-group.stacked-for-medium .button {
        width: 100%;
    }

        .button-group.stacked .button:last-child,
        .button-group.stacked-for-small .button:last-child,
        .button-group.stacked-for-medium .button:last-child {
            margin-bottom: 0;
        }

@media screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width:39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

        .button-group.stacked-for-small.expanded .button {
            display: block;
            margin-right: 0;
        }
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10,10,10,0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: #fdfdfd;
}

    .callout > :first-child {
        margin-top: 0;
    }

    .callout > :last-child {
        margin-bottom: 0;
    }

    .callout.primary {
        background-color: #c6e5ff;
    }

    .callout.secondary {
        background-color: #ddf8e5;
    }

    .callout.success {
        background-color: #e1faea;
    }

    .callout.warning {
        background-color: #fff3d9;
    }

    .callout.alert {
        background-color: #fce6e2;
    }

    .callout.small {
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
    }

    .callout.large {
        padding-top: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
    }

.close-button {
    position: absolute;
    color: #666666;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a;
}

.menu {
    margin: 0;
    list-style-type: none;
}

    .menu > li {
        display: table-cell;
        vertical-align: middle;
    }

[data-whatinput='mouse'] .menu > li {
    outline: 0;
}

.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    vertical-align: middle;
}

    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
        vertical-align: middle;
    }

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block;
}

.menu > li {
    display: table-cell;
}

.menu.vertical > li {
    display: block;
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media screen and (min-width:64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
    content: ' ';
    display: table;
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .menu.expanded > li:first-child:last-child {
        width: 100%;
    }

.menu.icon-top > li > a {
    text-align: center;
}

    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
        display: block;
        margin: 0 auto 0.25rem;
    }

.menu.nested {
    margin-left: 1rem;
}

.menu .active > a {
    color: #f3f4f4;
    background: #00467f;
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
}

.menu-centered {
    text-align: center;
}

    .menu-centered > .menu {
        display: inline-block;
    }

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

    .menu-icon::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #f3f4f4;
        top: 0;
        left: 0;
        box-shadow: 0 7px 0 #f3f4f4,0 14px 0 #f3f4f4;
    }

    .menu-icon:hover::after {
        background: #969597;
        box-shadow: 0 7px 0 #969597,0 14px 0 #969597;
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 20px;
        height: 16px;
    }

        .menu-icon.dark::after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            top: 0;
            left: 0;
            box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
        }

        .menu-icon.dark:hover::after {
            background: #807f83;
            box-shadow: 0 7px 0 #807f83,0 14px 0 #807f83;
        }

.is-drilldown {
    position: relative;
    overflow: hidden;
}

    .is-drilldown li {
        display: block !important;
    }

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #f3f4f4;
    transition: transform 0.15s linear;
}

    .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .is-drilldown-submenu.is-closing {
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.is-drilldown-submenu-parent > a {
    position: relative;
}

    .is-drilldown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent transparent #00467f;
        border-left-style: solid;
        border-right-width: 0;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem;
    }

.js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #00467f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.dropdown-pane {
    background-color: #f3f4f4;
    border: 1px solid #969597;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}

    .dropdown-pane.is-open {
        visibility: visible;
    }

    .dropdown-pane.tiny {
        width: 100px;
    }

    .dropdown-pane.small {
        width: 200px;
    }

    .dropdown-pane.large {
        width: 400px;
    }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #00467f transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00467f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00467f;
    border-left-style: solid;
    border-right-width: 0;
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: #00467f transparent transparent;
            border-top-style: solid;
            border-bottom-width: 0;
            right: 5px;
            margin-top: -2px;
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #00467f transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #00467f;
        border-left-style: solid;
        border-right-width: 0;
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: #00467f transparent transparent;
            border-top-style: solid;
            border-bottom-width: 0;
            right: 5px;
            margin-top: -2px;
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #00467f transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #00467f;
        border-left-style: solid;
        border-right-width: 0;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

    .is-dropdown-menu.vertical.align-right {
        float: right;
    }

.is-dropdown-submenu-parent {
    position: relative;
}

    .is-dropdown-submenu-parent a::after {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto;
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #f3f4f4;
    border: 1px solid #969597;
}

    .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #00467f transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #00467f;
        border-left-style: solid;
        border-right-width: 0;
    }

    .is-dropdown-submenu .is-dropdown-submenu {
        margin-top: -1px;
    }

    .is-dropdown-submenu > li {
        width: 100%;
    }

    .is-dropdown-submenu.js-dropdown-active {
        display: block;
    }

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .flex-video iframe,
    .flex-video object,
    .flex-video embed,
    .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .flex-video.widescreen {
        padding-bottom: 56.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

iframe,
video {
    border: none;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #00467f;
    color: #f3f4f4;
}

    .label.secondary {
        background: #EBCB22;
        color: #343535;
    }

    .label.success {
        background: #3adb76;
        color: #f3f4f4;
    }

    .label.warning {
        background: #ffae00;
        color: #f3f4f4;
    }

    .label.alert {
        background: #ec5840;
        color: #f3f4f4;
    }

.media-object {
    margin-bottom: 1.5rem;
    display: block;
}

    .media-object img {
        max-width: none;
    }

@media screen and (max-width:39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1.5rem;
        display: block;
    }

        .media-object.stack-for-small .media-object-section img {
            width: 100%;
        }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

    .media-object-section:first-child {
        padding-right: 1.5rem;
    }

    .media-object-section:last-child:not(:nth-child(2)) {
        padding-left: 1.5rem;
    }

    .media-object-section > :last-child {
        margin-bottom: 0;
    }

    .media-object-section.middle {
        vertical-align: middle;
    }

    .media-object-section.bottom {
        vertical-align: bottom;
    }

html,
body {
    height: 100%;
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
}

    .off-canvas-wrapper-inner::before,
    .off-canvas-wrapper-inner::after {
        content: ' ';
        display: table;
    }

    .off-canvas-wrapper-inner::after {
        clear: both;
    }

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #f3f4f4;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10,10,10,0.5);
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,244,244,0.25);
    cursor: pointer;
    transition: background 0.5s ease;
}

.off-canvas {
    position: absolute;
    background: #ababab;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px;
}

.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px;
}

.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

@media screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }

        .position-left.reveal-for-medium ~ .off-canvas-content {
            margin-left: 250px;
        }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }

        .position-right.reveal-for-medium ~ .off-canvas-content {
            margin-right: 250px;
        }
}

@media screen and (min-width:64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }

        .position-left.reveal-for-large ~ .off-canvas-content {
            margin-left: 250px;
        }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }

        .position-right.reveal-for-large ~ .off-canvas-content {
            margin-right: 250px;
        }
}

.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.orbit-slide {
    width: 100%;
    max-height: 100%;
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0;
    }

.orbit-figure {
    margin: 0;
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #f3f4f4;
    background-color: rgba(10,10,10,0.5);
}

.orbit-previous,
.orbit-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #f3f4f4;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: rgba(10,10,10,0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #969597;
    border-radius: 50%;
}

    .orbit-bullets button:hover {
        background-color: #807f83;
    }

    .orbit-bullets button.is-active {
        background-color: #807f83;
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1.5rem;
}

    .pagination::before,
    .pagination::after {
        content: ' ';
        display: table;
    }

    .pagination::after {
        clear: both;
    }

    .pagination li {
        font-size: 0.875rem;
        margin-right: 0.0625rem;
        border-radius: 0;
        display: none;
    }

        .pagination li:last-child,
        .pagination li:first-child {
            display: inline-block;
        }

@media screen and (min-width:40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
}

    .pagination a:hover,
    .pagination button:hover {
        background: #ababab;
        text-decoration: none;
    }

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #00467f;
    color: #f3f4f4;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #969597;
    cursor: not-allowed;
}

    .pagination .disabled:hover {
        background: transparent;
    }

.pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '«';
    display: inline-block;
    margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '»';
    display: inline-block;
    margin-left: 0.5rem;
}

.progress {
    background-color: #969597;
    height: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

    .progress.primary .progress-meter {
        background-color: #00467f;
    }

    .progress.secondary .progress-meter {
        background-color: #003662;
    }

    .progress.success .progress-meter {
        background-color: #3adb76;
    }

    .progress.warning .progress-meter {
        background-color: #ffae00;
    }

    .progress.alert .progress-meter {
        background-color: #ec5840;
    }

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #00467f;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #f3f4f4;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #ababab;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #969597;
    transition: all 0.2s ease-in-out;
}

    .slider-fill.is-dragging {
        transition: all 0s linear;
    }

.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #00467f;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #003c6c;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

    .slider.vertical .slider-fill {
        top: 0;
        width: 0.5rem;
        max-height: 100%;
    }

    .slider.vertical .slider-handle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1.4rem;
        height: 1.4rem;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.sticky-container {
    position: relative;
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0,0,0);
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
    }

        .sticky.is-stuck.is-at-top {
            top: 0;
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0;
        }

    .sticky.is-anchored {
        position: absolute;
        left: auto;
        right: auto;
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0;
        }

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10,10,10,0.45);
    overflow-y: scroll;
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1.5rem;
    border: 1px solid #969597;
    background-color: #f3f4f4;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media screen and (min-width:40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 64rem;
    }
}

@media screen and (min-width:40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 64rem;
    }
}

@media screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 64rem;
    }
}

@media screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 64rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.switch {
    height: 2rem;
    margin-bottom: 1.5rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #f3f4f4;
    font-weight: bold;
    font-size: 0.875rem;
}

.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0;
}

.switch-paddle {
    background: #969597;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    background: #f3f4f4;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0,0,0);
    border-radius: 0;
}

input:checked ~ .switch-paddle {
    background: #00467f;
}

    input:checked ~ .switch-paddle::after {
        left: 2.25rem;
    }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

    .switch.tiny .switch-paddle {
        width: 3rem;
        height: 1.5rem;
        font-size: 0.625rem;
    }

        .switch.tiny .switch-paddle::after {
            width: 1rem;
            height: 1rem;
        }

    .switch.tiny input:checked ~ .switch-paddle::after {
        left: 1.75rem;
    }

.switch.small {
    height: 1.75rem;
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }

        .switch.small .switch-paddle::after {
            width: 1.25rem;
            height: 1.25rem;
        }

    .switch.small input:checked ~ .switch-paddle::after {
        left: 2rem;
    }

.switch.large {
    height: 2.5rem;
}

    .switch.large .switch-paddle {
        width: 5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

        .switch.large .switch-paddle::after {
            width: 2rem;
            height: 2rem;
        }

    .switch.large input:checked ~ .switch-paddle::after {
        left: 2.75rem;
    }

table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0;
    overflow: auto;
    font-size: 14px;
}

    table thead,
    table tbody,
    table tfoot {
        border: 1px solid #e6e8e8;
        background-color: #f3f4f4;
    }

    table caption {
        font-weight: bold;
        padding: 0.5rem 0.625rem 0.625rem;
    }

    table thead {
        background: #edeeee;
        color: #0a0a0a;
    }

    table tfoot {
        background: #e6e8e8;
        color: #0a0a0a;
    }

        table thead tr,
        table tfoot tr {
            background: transparent;
        }

        table thead th,
        table thead td,
        table tfoot th,
        table tfoot td {
            padding: 15px;
            font-weight: bold;
            text-align: left;
            border-right: 1px solid #d3d3d3;
        }

    table tbody tr:nth-child(even) {
        background-color: #e6e8e8;
    }

    table tbody th,
    table tbody td {
        padding: 0.5rem 0.625rem 0.625rem;
        color: #000;
        font-weight: bold;
        border-right: 1px solid #d3d3d3;
    }

@media screen and (max-width:63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #e7e9e9;
}

table.hover tfoot tr:hover {
    background-color: #e1e3e3;
}

table.hover tbody tr:hover {
    background-color: #eeefef;
}

table.hover tbody tr:nth-of-type(even):hover {
    background-color: #e0e3e3;
}

.table-scroll {
    overflow-x: auto;
}

    .table-scroll table {
        width: auto;
    }

.tabs {
    margin: 0;
    list-style-type: none;
    background: #f3f4f4;
    border: 1px solid #ababab;
}

    .tabs::before,
    .tabs::after {
        content: ' ';
        display: table;
    }

    .tabs::after {
        clear: both;
    }

    .tabs.vertical > li {
        width: auto;
        float: none;
        display: block;
    }

    .tabs.simple > li > a {
        padding: 0;
    }

        .tabs.simple > li > a:hover {
            background: transparent;
        }

    .tabs.primary {
        background: #00467f;
    }

        .tabs.primary > li > a {
            color: #f3f4f4;
        }

            .tabs.primary > li > a:hover,
            .tabs.primary > li > a:focus {
                background: #3a73a1;
            }

.tabs-title {
    float: left;
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        line-height: 1;
        font-size: 0.75rem;
    }

        .tabs-title > a:hover {
            background: #f3f4f4;
        }

        .tabs-title > a:focus,
        .tabs-title > a[aria-selected='true'] {
            background: #ababab;
        }

.tabs-content {
    background: #f3f4f4;
    transition: all 0.5s ease;
    border: 1px solid #ababab;
    border-top: 0;
}

    .tabs-content.vertical {
        border: 1px solid #ababab;
        border-left: 0;
    }

.tabs-panel {
    display: none;
    padding: 1rem;
}

    .tabs-panel.is-active {
        display: block;
    }

.thumbnail {
    border: solid 4px #f3f4f4;
    box-shadow: 0 0 0 1px rgba(10,10,10,0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

    .thumbnail:hover,
    .thumbnail:focus {
        box-shadow: 0 0 6px 1px rgba(0,70,127,0.5);
    }

.title-bar {
    background: #0a0a0a;
    color: #f3f4f4;
    padding: 0.5rem;
}

    .title-bar::before,
    .title-bar::after {
        content: ' ';
        display: table;
    }

    .title-bar::after {
        clear: both;
    }

    .title-bar .menu-icon {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

.title-bar-left {
    float: left;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.has-tip {
    border-bottom: dotted 1px #807f83;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip {
    background-color: #0a0a0a;
    color: #f3f4f4;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0;
}

    .tooltip::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        border-color: transparent transparent #0a0a0a;
        border-bottom-style: solid;
        border-top-width: 0;
        bottom: 100%;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.top::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        border-color: #0a0a0a transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        top: 100%;
        bottom: auto;
    }

    .tooltip.left::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        border-color: transparent transparent transparent #0a0a0a;
        border-left-style: solid;
        border-right-width: 0;
        bottom: auto;
        left: 100%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.right::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        border-color: transparent #0a0a0a transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
        bottom: auto;
        left: auto;
        right: 100%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.top-bar {
    padding: 0.5rem;
}

    .top-bar::before,
    .top-bar::after {
        content: ' ';
        display: table;
    }

    .top-bar::after {
        clear: both;
    }

    .top-bar,
    .top-bar ul {
        background-color: #ababab;
    }

        .top-bar input {
            max-width: 200px;
            margin-right: 1rem;
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0;
        }

        .top-bar input.button {
            width: auto;
        }

        .top-bar .top-bar-left,
        .top-bar .top-bar-right {
            width: 100%;
        }

@media screen and (min-width:40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto;
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width:39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width:0),screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width:39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width:39.9375em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width:64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width:63.9375em),screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

    .show-on-focus:active,
    .show-on-focus:focus {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation:landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation:portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

@media screen and (min-width:40em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (min-width:64em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-down.mui-enter.mui-enter-active {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-left.mui-enter.mui-enter-active {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-up.mui-enter.mui-enter-active {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-right.mui-enter.mui-enter-active {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-down.mui-leave.mui-leave-active {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-right.mui-leave.mui-leave-active {
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-up.mui-leave.mui-leave-active {
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-left.mui-leave.mui-leave-active {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1;
    }

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0;
    }

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0;
    }

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: transform,opacity;
    opacity: 0;
}

    .scale-in-up.mui-enter.mui-enter-active {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform,opacity;
    opacity: 0;
}

    .scale-in-down.mui-enter.mui-enter-active {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}

    .scale-out-up.mui-leave.mui-leave-active {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}

    .scale-out-down.mui-leave.mui-leave-active {
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}

    .spin-in.mui-enter.mui-enter-active {
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}

    .spin-out.mui-leave.mui-leave-active {
        -ms-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
        opacity: 0;
    }

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -ms-transform: rotate(-0.75turn);
        transform: rotate(-0.75turn);
        opacity: 0;
    }

.slow {
    transition-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485,0.155,0.24,1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485,0.155,0.515,0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76,-0.245,0.24,1.245) !important;
}

.short-delay {
    transition-delay: 300ms !important;
}

.long-delay {
    transition-delay: 700ms !important;
}

.shake {
    animation-name: shake-7;
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%);
    }
}

.spin-cw {
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }

    100% {
        transform: rotate(0);
    }
}

.spin-ccw {
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(1turn);
    }
}

.wiggle {
    animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        transform: rotate(0);
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms;
}

.infinite {
    animation-iteration-count: infinite;
}

.slow {
    animation-duration: 750ms !important;
}

.fast {
    animation-duration: 250ms !important;
}

.linear {
    animation-timing-function: linear !important;
}

.ease {
    animation-timing-function: ease !important;
}

.ease-in {
    animation-timing-function: ease-in !important;
}

.ease-out {
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    animation-timing-function: cubic-bezier(0.485,0.155,0.24,1.245) !important;
}

.bounce-out {
    animation-timing-function: cubic-bezier(0.485,0.155,0.515,0.845) !important;
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76,-0.245,0.24,1.245) !important;
}

.short-delay {
    animation-delay: 300ms !important;
}

.long-delay {
    animation-delay: 700ms !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon_f37d23.eot');
    src: url('../fonts/icomoon_f37d23.eot#iefix') format('embedded-opentype'),url('../fonts/icomoon_f37d23.ttf') format('truetype'),url('../fonts/icomoon_f37d23.woff') format('woff'),url('../fonts/icomoon_f37d23-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'covid';
    src: url('https://www.bbknowledge.com/fonts/covid/eot');
    src: url('../fonts/covid_f37d23-iefix.eot') format('embedded-opentype'),url('../fonts/covid_f37d23.ttf') format('truetype'),url('../fonts/covid_f37d23.woff') format('woff'),url('../fonts/covid_f37d23-covid.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-']::before,
[class^='icon-']::after,
[class*=' icon-']::before,
[class*=' icon-']::after,
.icon__extended::before,
.back-btn::before,
ul.off-canvas--list li a.back-btn::before,
.action-links--link.share::before,
.action-links--link.pdf::before,
.link-arrow::before,
.link-arrow__alt::before,
.dropdown__unicorn--left > li > a:hover::before,
.dropdown__unicorn--left > li > a.active::before,
.icon__extended::after,
.back-btn::after,
ul.off-canvas--list li a.back-btn::after,
.breadcrumbs li:not(:last-child)::after,
.action-links--link.share::after,
.action-links--link.pdf::after,
.link-arrow::after,
.link-arrow__alt::after,
.dropdown__unicorn--left > li > a:hover::after,
.dropdown__unicorn--left > li > a.active::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon';
    src: url('../Content/fonts/icons/icomoon.ttf') format('truetype'), url('../Content/fonts/icons/icomoon.woff') format('woff'), url('../Content/fonts/icons/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="blue-icon-"], [class*=" blue-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blue-icon-instagram:before {
    content: "\e900";
}

.link-arrow::after,
.link-arrow__alt::after {
    transition: 0.15s ease;
}

a:hover .link-arrow::after,
a:hover .link-arrow__alt::after {
    margin-left: 0.75rem;
}

.icon-location2:before {
    content: '';
    font-size: 3rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.icon-pdf:before,
.action-links--link.pdf:before {
    content: '';
}

.icon-share:before,
.action-links--link.share:before {
    content: '';
}

.icon-small-play:before {
    content: '';
}

.icon-vcard:before {
    content: '';
}

.icon-calendar:before {
    content: '';
}

.icon-lightbulb:before {
    content: '';
}

.icon-covid:before {
    font-family: covid !important;
    content: '';
}

.icon-newspaper:before {
    content: '';
}

.icon-video:before {
    content: '';
}

.icon-envelope-2:before {
    content: '';
    font-size: 2rem;
    margin-right: 1rem;
    vertical-align: bottom;
}

.icon-chevron-thin-up:before {
    content: '';
}

.icon-chevron-thin-right:after,
.link-arrow:after,
.link-arrow__alt:after,
.dropdown__unicorn--left > li > a:hover:after,
.dropdown__unicorn--left > li > a.active:after {
    content: '';
}

.icon-chevron-thin-left:before,
.back-btn:before,
ul.off-canvas--list li a.back-btn:before {
    content: '';
}

.icon-chevron-thin-down:before {
    content: '';
}

.icon-comm-channels:before {
    content: '';
}

.icon-circle-left:before {
    content: '';
}

.icon-circle-down:before {
    content: '';
}

.icon-circle-right:before {
    content: '';
}

.icon-circle-up:before {
    content: '';
}

.icon-storage-batteries:before {
    content: '';
}

.icon-solar-panel:before {
    content: '';
}

.icon-professional-services:before {
    content: '';
}

.icon-browser-clipboard:before {
    content: '';
}

.icon-product-packages-outlined:before {
    content: '';
}

.icon-product-packages:before {
    content: '';
}

.icon-money-bills:before {
    content: '';
}

.icon-shopping-cart:before {
    content: '';
}

.icon-shopping-cart-full:before {
    content: '';
}

.icon-feedback-loop:before {
    content: '';
}

.icon-segmentation-bubbles:before {
    content: '';
}

.icon-pie-chart-graph:before {
    content: '';
}

.icon-building-industrial-a:before {
    content: '';
}

.icon-building-commercial-c:before {
    content: '';
}

.icon-program-outsource:before {
    content: '';
}

.icon-peak-period:before {
    content: '';
}

.icon-laptop-graph:before {
    content: '';
}

.icon-building-commercial-b:before {
    content: '';
}

.icon-building-commercial-a:before {
    content: '';
}

.icon-arrow-down22:before {
    content: '';
}

.icon-arrow-left22:before {
    content: '';
}

.icon-arrow-right22:before {
    content: '';
}

.icon-arrow-up22:before {
    content: '';
}

.icon-checkbox-checked2:before {
    content: '';
}

.icon-checkbox-unchecked2:before {
    content: '';
}

.icon-checkmark:before {
    content: '';
}

.icon-checkmark2:before {
    content: '';
}

.icon-facebook:before {
    content: '';
}

.icon-facebook2:before {
    content: '';
}

.icon-file-empty:before {
    content: '';
}

.icon-file-excel2:before {
    content: '';
}

.icon-file-pdf:before {
    content: '';
}

.icon-file-picture2:before {
    content: '';
}

.icon-file-text:before {
    content: '';
}

.icon-file-text2:before {
    content: '';
}

.icon-file-word:before {
    content: '';
}

.icon-file-zip2:before {
    content: '';
}

.icon-film:before {
    content: '';
}

.icon-folder-download:before {
    content: '';
}

.icon-google-plus:before {
    content: '';
}

.icon-google-plus2:before {
    content: '';
}

.icon-hangouts:before {
    content: '';
}

.icon-home3:before {
    content: '';
}

.icon-image2:before {
    content: '';
}

.icon-images:before {
    content: '';
}

.icon-info:before {
    content: '';
}

.icon-linkedin:before {
    content: '';
}

.icon-linkedin2:before {
    content: '';
}

.icon-instagram:before {
    content: '\e900';
}

.icon-notification:before {
    content: '';
}

.icon-play:before {
    content: '';
}

.icon-quotes-left:before {
    content: '';
}

.icon-quotes-right:before {
    content: '';
}

.icon-search:before {
    content: '';
}

.icon-twitter:before {
    content: '';
}

.icon-vimeo:before {
    content: '';
}

.icon-vimeo2:before {
    content: '';
}

.icon-warning:before {
    content: '';
}

.icon-phone:before {
    content: '';
}

.icon-rss:before {
    content: '';
}

.icon-rss__after:after {
    content: '';
    margin-left: 0.5rem;
    opacity: 0.2;
}

*,
*:after,
*::before {
    box-sizing: border-box;
}

html,
body,
.container,
.scroller {
    height: 100%;
}

.scroller {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.scroller {
    overflow-y: visible;
}

.scroller,
.scroller-inner {
    position: relative;
}

.container {
    position: relative;
    overflow: hidden;
    overflow-y: visible;
}

.mp-pusher {
    position: relative;
    right: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 280px;
    height: 100%;
    transform: translate3d(100%,0,0);
}

.mp-level {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(100%,0,0);
}

    .mp-pusher::after,
    .mp-level::after,
    .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }

    .mp-pusher::after,
    .mp-level::after {
        transition: opacity 0.3s,width 0.1s 0.3s,height 0.1s 0.3s;
    }

    .mp-level::after {
        z-index: -1;
    }

    .mp-pusher.mp-pushed::after,
    .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity 0.3s;
    }

    .mp-level.mp-level-overlay {
        cursor: pointer;
        padding-left: 40px;
    }

        .mp-level.mp-level-overlay.mp-level::before {
            width: 100%;
            height: 100%;
            background: transparent;
            opacity: 1;
        }

.mp-pusher,
.mp-level {
    transition: all 0.5s;
}

.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    transform: translate3d(20px,0,0);
    z-index: 2;
}

.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    transform: translate3d(0,0,0);
}

.mp-cover .mp-level.mp-level-open {
    transform: translate3d(0,0,0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
        transform: translate3d(100%,0,0);
    }

@media screen and (max-width:63.9375em) {
    .no-csstransforms3d .mp-pusher,
    .no-js .mp-pusher {
        padding-right: 280px;
    }
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}

.tabs {
    background: none;
    border: none;
}

.tabs-content {
    background: none;
    border: none;
}

.tabs-panel {
    padding: 0;
}

.slick-prev[style],
.slick-next[style] {
    display: none !important;
}

.slick-slide {
    outline: none;
}

.reveal-overlay {
    background-color: rgba(0,0,0,0.22);
}

#videoModal.reveal {
    background: transparent;
    border: none;
    max-width: 90rem;
    outline: none;
    overflow: visible;
    width: 100%;
}

    #videoModal.reveal .close-button {
        top: -2.5rem;
        right: 2rem;
    }

.reveal .close-button:hover * {
    color: #EBCB22;
}

.reveal .close-x {
    color: #00467f;
    font-size: 4rem;
    font-weight: 300;
    vertical-align: middle;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

.reveal .close-text {
    color: #00467f;
    vertical-align: text-bottom;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 1rem;
    letter-spacing: 1px;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

*,
ul,
ul ul,
figure {
    margin: 0;
}

html,
body {
    font-size: 10px;
    height: 100%;
}

body {
    background: #fff;
    color: #000;
    font-family: 'Roboto',sans-serif;
}

header li,
footer li {
    list-style: none;
}

p {
    color: #000;
    font-family: 'Lora',serif;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
    zoom: 1;
}

a {
    color: #00467f;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

    a:hover {
        color: #3a73a1;
        cursor: pointer;
    }

hr {
    border-bottom-color: rgba(255,255,255,0.2);
}

ol {
    margin-left: 2.25rem;
}

button {
    outline: none;
}

.row {
    max-width: 1024px;
}

input,
input[type='text'],
select,
textarea {
    background-color: #fff;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: #666666;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    outline: none;
    padding-left: 50px;
    height: 50px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

    input:focus,
    input:active,
    input[type='text']:focus,
    input[type='text']:active,
    select:focus,
    select:active,
    textarea:focus,
    textarea:active {
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        background-color: #fff;
        border-color: #EBCB22;
    }

select {
    background-position: right 0 center;
    border: 1px solid #3f4558;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

textarea {
    border-color: #c1c1c1;
    height: 200px;
    padding: 1rem;
}

input[type='radio'],
input[type='checkbox'] {
    margin: 0 1rem 0 0;
}

input:focus::-webkit-input-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

input:focus::-moz-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: transparent !important;
}

select::-ms-expand {
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.contact--row label,
h6,
.h6 {
    font-family: 'Roboto',sans-serif;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

h1,
.h1 {
    font-size: 3rem;
    margin: 1rem 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 3.6rem;
}

h2,
.h2 {
    color: #666666;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-weight: 600;
}

h3,
.h3 {
    color: #00467f;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
}

h4,
.h4 {
    color: #00467f;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

    h4:hover,
    .h4:hover {
        color: #EBCB22;
    }

h5,
.h5,
.contact--row label {
    color: #666666;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-us {
    background: #f4f3f3;
}

.text-fields {
    margin-bottom: 5rem;
}

@media screen and (min-width:40em) {
    .text-fields {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact--row {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 6rem;
}

    .contact--row:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .contact--row label {
        font-weight: 500;
        margin-bottom: 4px;
    }

    .contact--row input {
        border-color: #c1c1c1;
        padding-left: 1rem;
    }

        .contact--row input::-webkit-input-placeholder {
            color: #d7d7d7;
        }

        .contact--row input::-moz-placeholder {
            color: #d7d7d7;
        }

        .contact--row input:-ms-input-placeholder {
            color: #d7d7d7;
        }

    .contact--row .Error input {
        border-color: #ec5840;
    }

    .contact--row .Error textarea {
        border-color: #ec5840;
    }

.radio-button,
.checkbox {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

    .radio-button input,
    .checkbox input {
        height: 40px;
    }

    .radio-button label,
    .checkbox label {
        margin-bottom: 0;
    }

.file-list--file {
    background: #fff;
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
    position: relative;
    width: 300px;
}

.file-list--file--close {
    color: #00467f;
    font-size: 4rem;
    font-weight: 300;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

    .file-list--file--close:hover {
        cursor: pointer;
    }

.contact-submit.cta-button,
.contact-submit.cta-button__alt,
.contact-submit.cta-button__alt-secondary {
    background: #00467f;
    width: 300px;
}

    .contact-submit.cta-button:hover,
    .contact-submit.cta-button__alt:hover,
    .contact-submit.cta-button__alt-secondary:hover {
        background: #EBCB22;
    }

.banner-cta-button {
    width: 300px;
    max-width: 100%;
    background: #00467f;
    color: #fff;
    font-size: 1.7rem;
    font-family: 'Roboto',sans-serif;
}

.disclaimer-modal {
    background: #fff;
    padding: 80px;
    text-align: center;
}

    .disclaimer-modal p {
        font-size: 1.6rem;
    }

    .disclaimer-modal .cta-button,
    .disclaimer-modal .cta-button__alt,
    .disclaimer-modal .cta-button__alt-secondary {
        margin: 0 auto;
        width: 200px;
    }

    .disclaimer-modal .close-button {
        top: 1rem;
    }

.page-tabs .tabs {
    margin-bottom: 3rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:64em) {
    .page-tabs .tabs {
        height: 70px;
        margin-bottom: -1.5rem;
        position: relative;
        top: -70px;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

.page-tabs .tabs-title,
.content-tabs .tabs-title {
    background-color: #3f4558;
    width: 100%;
    text-align: center;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

@media screen and (min-width:64em) {
    .page-tabs .tabs-title:not(:last-child),
    .content-tabs .tabs-title:not(:last-child) {
        margin-right: 3rem;
    }
}

.page-tabs .tabs-title.is-active,
.page-tabs .tabs-title:hover,
.content-tabs .tabs-title.is-active,
.content-tabs .tabs-title:hover {
    background-color: #fff;
}

    .page-tabs .tabs-title.is-active a,
    .page-tabs .tabs-title:hover a,
    .content-tabs .tabs-title.is-active a,
    .content-tabs .tabs-title:hover a {
        color: #000;
    }

        .page-tabs .tabs-title.is-active a::after,
        .page-tabs .tabs-title:hover a::after,
        .content-tabs .tabs-title.is-active a::after,
        .content-tabs .tabs-title:hover a::after {
            left: 0;
            right: 0;
        }

.page-tabs .tabs-title > a,
.content-tabs .tabs-title > a {
    color: #776;
    font-size: 1.8rem;
    font-weight: 600;
    height: 100%;
    padding: 2rem 1rem 3rem 1rem;
}

.page-tabs .tabs-title > a {
    color: #ffffff;
}

    .page-tabs .tabs-title > a[aria-selected='true'],
    .page-tabs .tabs-title > a:focus,
    .page-tabs .tabs-title > a:hover,
    .content-tabs .tabs-title > a[aria-selected='true'],
    .content-tabs .tabs-title > a:focus,
    .content-tabs .tabs-title > a:hover {
        background: none;
    }

        .page-tabs .tabs-title > a[aria-selected='true']::after,
        .page-tabs .tabs-title > a:focus::after,
        .page-tabs .tabs-title > a:hover::after,
        .content-tabs .tabs-title > a[aria-selected='true']::after,
        .content-tabs .tabs-title > a:focus::after,
        .content-tabs .tabs-title > a:hover::after {
            left: 0;
            right: 0;
        }

    .page-tabs .tabs-title > a::before,
    .content-tabs .tabs-title > a::before {
        margin-right: 1rem;
    }

    .page-tabs .tabs-title > a::after,
    .content-tabs .tabs-title > a::after {
        bottom: 5px !important;
    }

.content-tabs {
    margin-bottom: 3rem;
}

@media screen and (min-width:64em) {
    .content-tabs {
        margin-right: 10rem;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width:64em) {
    .content-tabs .tabs-title {
        max-width: 150px;
        background: transparent;
        width: auto;
    }
}

ul.off-canvas--list li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

    ul.off-canvas--list li a {
        color: #fff;
        display: block;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1;
        padding: 1.5rem;
    }

ul.off-canvas--list h3 {
    color: #fff;
    width: 70%;
}

ul.off-canvas--list h4 {
    width: 80%;
}

ul.off-canvas--list p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    width: 70%;
}

ul.off-canvas--list .tabs {
    margin: 15px 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

    ul.off-canvas--list .tabs li {
        border: 1px solid #0e6cb9;
    }

        ul.off-canvas--list .tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: none;
        }

        ul.off-canvas--list .tabs li:last-of-type {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-left: none;
        }

        ul.off-canvas--list .tabs li.is-active a {
            background: #0e6cb9;
        }

        ul.off-canvas--list .tabs li a {
            color: #f4f3f3;
            font-size: 1.8rem !important;
            padding: 7.5px 15px !important;
        }

            ul.off-canvas--list .tabs li a:hover {
                background: #3a73a1;
            }

ul.off-canvas--list__small {
    padding-top: 1rem;
}

    ul.off-canvas--list__small li {
        width: 45%;
    }

        ul.off-canvas--list__small li a {
            color: #fff;
            display: block;
            font-size: 1.6rem;
            padding: 1rem 1.5rem;
        }

.off-canvas--list--heading {
    color: #6381a3;
    font-size: 3.4rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}

.off-canvas--list-content {
    padding: 1.5rem;
}

    .off-canvas--list-content a {
        padding: 0 !important;
    }

.mp-level li {
    list-style: none;
}

.mp-level.l2 {
    background-color: #003662;
    z-index: 1;
}

    .mp-level.l2 ul > li > a:not(.current) {
        font-size: 1.4rem;
        padding: 1.75rem;
        padding-right: 3rem;
    }

.mp-level.l3 {
    background-color: #012949;
    z-index: 1;
}

.mp-level-open:not(.mp-level-overlay):last-of-type {
    overflow-x: hidden;
    overflow-y: scroll;
}

.tabs-content.tabs-content__mobile-menu li a {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
}

.page-header--top ul.menu li {
    margin-right: 3rem;
}

    .page-header--top ul.menu li:last-of-type {
        margin-right: 0;
    }

    .page-header--top ul.menu li > a {
        font-size: 1.4rem;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

.page-header--bottom > ul.menu > li {
    margin-right: 6rem;
    margin-top: 0.5rem;
    padding-bottom: 2rem;
}

    .page-header--bottom > ul.menu > li:last-of-type {
        margin-right: 9rem;
    }

    .page-header--bottom > ul.menu > li > a {
        font-size: 1.4rem;
        font-weight: 600;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

@media screen and (min-width:64em) {
    .page-header--bottom > ul.menu > li > a::before {
        width: 100% !important;
    }
}

.page-header--bottom > ul.menu > li > a::before,
.page-header--bottom > ul.menu > li > a::after {
    top: calc(100% + 17px) !important;
}

.dropdown {
    background: rgba(7,75,131,0.9);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
}

    .dropdown.active {
        max-height: 900px;
        opacity: 1;
    }

.dropdown__full {
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    left: 1.5rem;
    top: 100%;
    width: 100%;
}

    .dropdown__full.active {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

.dropdown__normal {
    width: 225px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

    .dropdown__normal.alt {
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }

    .dropdown__normal > li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin: 0 !important;
        line-height: 1.5 !important;
    }

        .dropdown__normal > li > a {
            display: block;
            font-size: 1.2rem;
            font-weight: 600;
            padding: 1rem 3rem !important;
            text-align: center;
        }

            .dropdown__normal > li > a:hover {
                background-color: #3a73a1;
            }

.dropdown__unicorn {
    right: 0;
    width: 850px;
}

    .dropdown__unicorn .tabs {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .dropdown__unicorn .tabs-content .columns {
        position: relative;
    }

    .dropdown__unicorn .tabs-panel.is-active {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .dropdown__unicorn .tabs-title {
        background: #005294;
        border: 1px solid #005294;
        margin: 0 !important;
    }

        .dropdown__unicorn .tabs-title:first-of-type {
            border-right: none;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .dropdown__unicorn .tabs-title:last-of-type {
            border-left: none;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .dropdown__unicorn .tabs-title.is-active {
            background: #013966;
        }

            .dropdown__unicorn .tabs-title.is-active a {
                color: #c1c1c1;
            }

        .dropdown__unicorn .tabs-title a {
            background: none;
            font-size: 2rem;
            font-weight: 600;
            padding: 1rem 3rem;
        }

.dropdown__full--left {
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 4.5rem;
}

.dropdown__full--right {
    padding-left: 4.5rem;
    padding-right: 0;
}

.dropdown__unicorn--left {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}

    .dropdown__unicorn--left > li {
        display: block !important;
        margin-right: 0 !important;
    }

        .dropdown__unicorn--left > li.no-arrow > a::after {
            display: none;
        }

        .dropdown__unicorn--left > li > a {
            border-bottom: 1px solid rgba(255,255,255,0.2);
            display: block;
            font-size: 1.4rem;
            font-weight: 600;
            padding: 1.5rem 3rem !important;
        }

            .dropdown__unicorn--left > li > a:hover,
            .dropdown__unicorn--left > li > a.active {
                color: #ffffff;
                background-color: #013966;
                border-bottom-color: #EBCB22;
            }

.dropdown__unicorn--right {
    opacity: 0;
    position: absolute;
    width: calc(100% - 3rem);
    z-index: -1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
}

    .dropdown__unicorn--right.active {
        opacity: 1;
        z-index: 1;
    }

    .dropdown__unicorn--right > li {
        width: 50%;
        margin-right: 0 !important;
        padding: 1.25rem 3rem 1.25rem 0;
    }

        .dropdown__unicorn--right > li > a {
            font-size: 1.3rem;
            line-height: 1.3;
        }

            .dropdown__unicorn--right > li > a:hover {
                color: #ffffff;
            }

.events {
    margin-bottom: 4.5rem;
}

@media screen and (min-width:64em) {
    .events {
        padding-right: 9rem;
    }
}

.events--item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 3rem;
    position: relative;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

    .events--item:hover {
        background: #f4f3f3;
        cursor: pointer;
    }

        .events--item:hover h4 {
            color: #EBCB22;
        }

        .events--item:hover .events--date::before {
            background: #22669d;
        }

        .events--item:hover .events--date * {
            color: #fff;
            z-index: 1;
        }

.events--date {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    height: 100px;
    transition: all 1s ease;
    width: 100px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

@media screen and (min-width:64em) {
    .events--date {
        height: 140px;
        min-width: 140px;
        width: 140px;
    }
}

.events--date::before {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 1s ease;
    width: 100px;
}

@media screen and (min-width:40em) {
    .events--date::before {
        border-left: none;
        border-right: none;
    }
}

@media screen and (min-width:64em) {
    .events--date::before {
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        width: 140px;
    }
}

.events--date .month {
    color: #22669d;
    line-height: 1;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

@media screen and (min-width:64em) {
    .events--date .month {
        font-size: 4rem;
    }
}

.events--date .day {
    color: #22669d;
    line-height: 1;
    font-size: 4rem;
    font-weight: 900;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

@media screen and (min-width:64em) {
    .events--date .day {
        font-size: 6rem;
    }
}

.events--detail {
    padding: 1rem 1rem 0 1rem;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

    .events--detail h5 {
        color: #666666;
    }

@media screen and (min-width:64em) {
    .events--detail {
        padding-left: 2rem;
    }
}

.news--item {
    margin-bottom: 1.5rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

    .news--item:hover .news--item--thumbnail:not(.video) img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news--item:hover .news--item--thumbnail.video::before {
        background: rgba(7,75,131,0.8);
    }

    .news--item:hover .news--item--thumbnail.video::after {
        border-left-color: rgba(255,255,255,0.5);
    }

    .news--item:hover h3 {
        color: inherit;
    }

.news--item--thumbnail {
    height: 150px;
    width: 150px;
    min-width: 150px;
    overflow: hidden;
}

    .news--item--thumbnail img {
        max-width: none;
        height: 100%;
        width: 100%;
        transition: transform 500ms ease;
        -moz-transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
        -ms-transform: scale(1);
        transform: scale(1);
    }

.news--item--detail {
    background: #fff;
    margin-left: 0;
    padding: 1.5rem 0 1.5rem 2rem;
    z-index: 1;
}

    .news--item--detail h3 {
        color: #00467f;
        margin-bottom: 1rem;
    }

.insights-partial .news--item--thumbnail {
    height: 125px;
    width: 125px;
    min-width: 125px;
}

.news-listing--item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .news-listing--item img {
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }

    .news-listing--item h3 {
        color: #00467f;
        margin-bottom: 0.5rem;
    }

    .news-listing--item p {
        color: #000;
        font-family: 'Roboto',sans-serif;
        font-size: 1.6rem;
    }

    .news-listing--item:hover h3 {
        color: inherit;
    }

    .news-listing--item:hover .news-listing--thumbnail:not(.video) img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news-listing--item:hover .news-listing--thumbnail.video::before {
        background: rgba(7,75,131,0.8);
    }

    .news-listing--item:hover .news-listing--thumbnail.video::after {
        border-left-color: rgba(255,255,255,0.5);
    }

.news-listing--thumbnail {
    margin-right: 2rem;
    overflow: hidden;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .news-listing--thumbnail.video::before,
    .news-listing--thumbnail.video::after {
        left: 50%;
        top: 45px;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

@media screen and (min-width:64em) {
    .news-listing--thumbnail.video::before,
    .news-listing--thumbnail.video::after {
        top: 50%;
    }
}

.news-listing--thumbnail.video::after {
    left: 52%;
}

.news-listing--details {
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.tag-line {
    color: #666666;
}

    .tag-line span:first-of-type {
        border-right: 1px solid #807f83;
        margin-right: 0.5rem;
        padding-right: 1rem;
    }

.professionals-listing {
    margin-bottom: 9rem;
}

.professional-listing--item.row {
    background: #fff;
    border: 1px solid #c1c1c1;
    padding-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (min-width:64em) {
    .professional-listing--item.row {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

.professional-listing--item.row:last-of-type {
    margin-bottom: 3rem;
}

.professional-listing--bio {
    margin-bottom: 1rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .professional-listing--bio p,
    .professional-listing--bio span {
        font-size: 1.6rem;
        margin-bottom: 0;
    }

@media screen and (min-width:64em) {
    .professional-listing--bio {
        margin: 0;
        padding-left: 0;
    }
}

.professional-listing--thumbnail {
    padding-top: 1.5rem;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width:64em) {
    .professional-listing--thumbnail {
        padding-top: 0;
        padding-left: 0;
    }
}

.professional-listing--info {
    padding: 1.5rem;
    word-break: break-word;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.professional-listing--links {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

    .professional-listing--links h4::before {
        margin-right: 1rem;
    }

@media screen and (min-width:40em) {
    .professional-listing--links {
        border-left: 1px solid #c1c1c1;
        margin: 1.5rem 0;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media screen and (min-width:64em) {
    .professional-listing--links {
        border-right: 1px solid #c1c1c1;
    }
}

@media screen and (min-width:40em) {
    .professional-listing--links > a {
        margin: 1rem 0;
        width: 100%;
    }
}

.professional-listing--links > a h4 {
    margin-bottom: 1.5rem;
}

@media screen and (min-width:64em) {
    .professional-listing--links > a h4 {
        margin-bottom: 0;
    }
}

.professional-listing--tags {
    margin-top: 2rem;
}

    .professional-listing--tags span {
        font-family: 'Lora',serif;
        font-size: 1.4rem;
    }

        .professional-listing--tags span:not(:last-child):not(:first-child)::after {
            content: '|';
            margin-right: 0.5rem;
            padding-left: 0.5rem;
        }

.search-results > h3 {
    padding-left: 1.5rem;
}

@media screen and (min-width:64em) {
    .search-results > h3 {
        padding-left: 0;
    }
}

.search-results hr {
    border-color: #d7d7d7;
    max-width: 1024px;
    margin: 4.5rem auto;
}

.search-results--item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}

    .search-results--item:last-of-type {
        margin-bottom: 7.5rem;
    }

    .search-results--item h2 {
        font-weight: 400;
        margin-bottom: 0.5rem;
    }

    .search-results--item a h2:hover {
        color: #EBCB22;
    }

    .search-results--item p {
        color: #666666;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

@media screen and (min-width:64em) {
    .search-results--item .columns {
        padding: 0;
    }
}

.search-results--tags a {
    font-family: 'Roboto',sans-serif;
    font-size: 1.6rem;
}

    .search-results--tags a::after {
        content: '»';
        margin: 0 0.5rem;
    }

    .search-results--tags a:last-of-type::after {
        display: none;
    }

.services {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 6rem;
}

    .services:last-of-type {
        border-bottom: none;
    }

    .services .contact {
        margin-bottom: 6rem;
    }

    .services .link-arrow,
    .services .link-arrow__alt,
    .services .dropdown__unicorn--left > li > a:hover,
    .services .dropdown__unicorn--left > li > a.active {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
        padding-right: 3rem;
    }

        .services .link-arrow::after,
        .services .link-arrow__alt::after,
        .services .dropdown__unicorn--left > li > a:hover::after,
        .services .dropdown__unicorn--left > li > a.active::after {
            font-size: 100%;
        }

.services-menu {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 4.5rem;
    padding-bottom: 1.5rem;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.jump-links {
    margin-bottom: 3rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:40em) {
    .jump-links {
        margin-bottom: 0;
    }
}

.jump-links a.current * {
    color: #00467f;
}

    .jump-links a.current *:hover {
        color: #EBCB22;
    }

.jump-links a * {
    font-weight: 500;
    margin-bottom: 0;
}

    .jump-links a *:hover {
        color: #EBCB22;
    }

.jump-links--links {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .jump-links--links a {
        margin-right: 3rem;
    }

.services-filter {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

    .services-filter > label {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .services-filter > select {
        margin-bottom: 0;
        -moz-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

.team-listing {
    padding-top: 3rem;
}

.team-listing--member {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 4.5rem;
    padding-bottom: 1.5rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width:40em) {
    .team-listing--member {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: initial;
        -moz-align-items: initial;
        align-items: initial;
    }
}

.team-listing--thumbnail {
    margin-bottom: 2rem;
    max-width: 250px;
}

@media screen and (min-width:40em) {
    .team-listing--thumbnail {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2rem;
    }
}

.team-listing--details {
    -moz-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

.detail-heading {
    border-bottom: 1px solid #d7d7d7;
    padding: 4rem 0 0;
}

.detail-section {
    max-height: 400px;
    overflow: hidden;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

@media screen and (min-width:40em) {
    .detail-section {
        max-height: none;
        overflow: initial;
    }
}

.detail-section.expanded {
    max-height: 6000px;
}

.detail-section > img {
    float: left;
    margin-right: 2rem;
    max-width: 240px;
}

.detail-section p {
    line-height: 1.8;
    margin-bottom: 3rem;
}

.detail-section ol li {
    font-family: 'Lora',serif;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.detail-section .flex-video {
    line-height: 1.8;
    margin-bottom: 3rem;
}

.detail-section .professional-listing--bio {
    margin-bottom: 0;
}

.detail-section .professional-listing--thumbnail {
    padding-top: 1.5rem;
}

@media screen and (min-width:64em) {
    .detail-section .professional-listing--thumbnail {
        padding-top: 0;
    }
}

.detail-section .professional-listing--item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.detail-section .professional-listing--links {
    border: none;
    margin: 1.5rem 0 0 0;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}

@media screen and (min-width:64em) {
    .detail-section .professional-listing--links {
        border-left: 1px solid #d7d7d7;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width:64em) {
    .detail-section .professional-listing--tags {
        margin-bottom: 2rem;
    }
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner,
.off-canvas-content {
    height: 100%;
}

.off-canvas-menu {
    background-color: #00467f;
    height: 100%;
    font-family: 'Roboto',sans-serif;
}

.scroller-index {
    height: 100%;
}

.page-header {
    border-top: 10px solid #00467f;
    z-index: 2;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width:64em) {
    .page-header {
        -ms-flex-align: inherit;
        -moz-align-items: inherit;
        align-items: inherit;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        position: relative;
    }
}

.page-header a {
    color: #fff;
}

.page-header .columns {
    z-index: 1;
}

.page-header--top,
.page-header--bottom {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.page-header--top {
    margin-top: 3rem;
    margin-bottom: 6rem;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.search-wrapper.active .site-search {
    padding: 1rem;
    max-height: 75px;
    z-index: 3;
}

.search-wrapper.active .site-search--submit {
    transition: all 500ms ease 750ms;
    -moz-transition: all 500ms ease 750ms;
    -webkit-transition: all 500ms ease 750ms;
    opacity: 1;
}

    .search-wrapper.active .site-search--submit:hover {
        background: #EBCB22;
    }

.site-search {
    background: #00467f;
    max-height: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    right: -55px;
    top: calc(100%);
    width: 290px;
    transition: all 1s ease 250ms;
    -moz-transition: all 1s ease 250ms;
    -webkit-transition: all 1s ease 250ms;
}

@media screen and (min-width:64em) {
    .site-search {
        right: -14px;
    }
}

.site-search--box {
    margin-bottom: 0;
    padding-left: 2rem !important;
}

.site-search--submit {
    background: #EBCB22;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    position: absolute;
    height: calc(100% - 20px);
    width: 50px;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .site-search--submit::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 4.5px solid transparent;
        border-bottom: 4.5px solid transparent;
        border-left-width: 9px;
        border-left-style: solid;
        border-left-color: #fff;
        display: inline-block;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.page-intro {
    height: 100%;
}

.page-intro__short {
    height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width:64em) {
    .page-intro__short {
        background-attachment: fixed;
        background-position: center;
    }
}

.page-intro__short .breadcrumbs {
    display: none;
}

@media screen and (min-width:40em) {
    .page-intro__short .breadcrumbs {
        display: block;
    }
}

.page-intro__shorter {
    background-color: #3f4558;
    padding-bottom: 1rem;
}

.page-intro--text {
    color: #fff;
    font-family: 'Lora',serif;
    font-size: 1.6rem;
    position: relative;
    top: calc(50px + 3rem);
    margin: 0 auto 0;
    max-width: 700px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    width: 90%;
}

    .page-intro--text h1 {
        margin-top: 0;
        font-size: 3.4rem;
        line-height: 1.1;
    }

@media screen and (min-width:40em) {
    .page-intro--text h1 {
        font-size: 3.6rem;
        line-height: 1.2;
    }
}

.page-intro--text h3 {
    font-size: 1.8rem;
}

.page-intro--text p {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (min-width:40em) {
    .page-intro--text p {
        font-size: 1.6rem;
    }
}

.page-intro--text * {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.hero-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

    .hero-slider .slick-list,
    .hero-slider .slick-track {
        height: 100%;
    }

    .hero-slider .slick-dots {
        position: absolute;
        top: calc(30% + 120px);
        left: 50%;
        z-index: 1;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (min-width:40em) {
    .hero-slider .slick-dots {
        top: calc(35% + 120px);
    }
}

@media screen and (min-width:64em) {
    .hero-slider .slick-dots {
        top: calc(42% + 120px);
    }
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    .hero-slider .slick-dots[style] {
        display: none !important;
    }
}

.hero-slider .slick-dots li {
    background: #ababab;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    margin-right: 1rem;
    height: 10px;
    width: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .hero-slider .slick-dots li:hover {
        background: #EBCB22;
        cursor: pointer;
    }

    .hero-slider .slick-dots li.slick-active {
        background: #00467f;
    }

.hero-slider--slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    visibility: hidden;
    width: 100%;
}

    .hero-slider--slide:first-of-type {
        visibility: visible;
    }

.hero-slider--slide-text {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 1.5rem;
    position: relative;
    top: 15%;
    text-align: center;
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    .hero-slider--slide-text {
        top: 28%;
    }
}

@media screen and (min-width:40em) {
    .hero-slider--slide-text {
        top: 25%;
    }
}

@media screen and (min-width:64em) {
    .hero-slider--slide-text {
        top: 30%;
    }
}

.hero-slider--slide-text h2 {
    font-size: 2.8rem;
}

@media screen and (min-width:40em) {
    .hero-slider--slide-text h2 {
        font-size: 3.6rem;
    }
}

.hero-slider--slide-text h3 {
    font-size: 1.6rem;
}

@media screen and (min-width:40em) {
    .hero-slider--slide-text h3 {
        font-size: 2.2rem;
    }
}

.hero-slider--slide-text a:hover * {
    color: #3a73a1;
}

.who-we-serve {
    background-color: #f4f3f3;
    padding: 5rem 1.5rem;
}

.news-and-events {
    padding: 3rem 0;
}

@media screen and (min-width:64em) {
    .news-and-events {
        padding: 6rem 0 4rem;
    }
}

.insights {
    padding-bottom: 6rem;
    position: relative;
}

    .insights > h2 {
        left: 50%;
        position: absolute;
        top: 6rem;
        z-index: 2;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.insights--row {
    margin-top: -100px;
}

@media screen and (min-width:40em) {
    .insights--row {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
}

@media screen and (min-width:64em) {
    .insights--row {
        margin-top: -200px;
    }
}

.two-column--left {
    margin-bottom: 4.5rem;
    padding-top: 4rem;
}

.fr-view li {
    font-family: 'Lora',serif;
    font-size: 1.6rem;
    list-style: none;
    position: relative;
}

    .fr-view li::before {
        background: #0d5188;
        border-radius: 50%;
        content: ' ';
        position: absolute;
        left: -1.5rem;
        width: 5px;
        height: 5px;
        top: 1.2rem;
    }

.two-column--left ul:not(.tabs) {
    margin-left: 2rem;
}

    .two-column--left ul:not(.tabs) li {
        font-family: 'Lora',serif;
        font-size: 1.6rem;
        list-style: none;
        position: relative;
    }

        .two-column--left ul:not(.tabs) li::before {
            background: #0d5188;
            border-radius: 50%;
            content: ' ';
            position: absolute;
            left: -1.5rem;
            width: 5px;
            height: 5px;
            top: 1.2rem;
        }

.IE .two-column--left .vertical-slider {
    margin: 0 15px;
}

.two-column--right {
    margin-bottom: 4.5rem;
}

@media screen and (min-width:40em) {
    .two-column--right {
        padding-top: 4rem;
        margin-left: auto;
    }
}

@media screen and (min-width:64em) {
    .two-column--right {
        border-left: 1px solid #d7d7d7;
        padding-left: 3rem;
    }
}

.two-column--right .events--item {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.two-column--right .scroll-container {
    margin: 6rem 3rem 6rem 0;
}

.full-width-tabs .tabs-panel.is-active {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-width-tabs .two-column--right {
    border: none;
}

.full-width-tabs .content-tabs {
    margin: 0;
}

    .full-width-tabs .content-tabs .tabs-title {
        margin-right: 0;
    }

.quote-section {
    background: #f4f3f3;
    padding: 6rem 1.5rem 8rem;
}

@media screen and (min-width:40em) {
    .quote-section > .row {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
}

.quote-section > .row .columns {
    background: #fff;
    box-shadow: 5px 12px 40px 0 rgba(0,0,0,0.2);
}

@media screen and (min-width:40em) {
    .quote-section > .row .columns {
        max-width: 48%;
    }
}

.search-filters.row {
    border-bottom: 1px solid #d7d7d7;
    max-width: 1054px;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.search-filters--left {
    background-color: #f4f3f3;
    padding-top: 3rem;
}

@media screen and (min-width:64em) {
    .search-filters--left {
        margin-top: -6rem;
        padding: 3rem 6rem 0 3rem;
        z-index: 1;
    }
}

.search-filters--left .cta-button,
.search-filters--left .cta-button__alt,
.search-filters--left .cta-button__alt-secondary {
    float: right;
    margin-top: 1rem;
}

@media screen and (min-width:64em) {
    .search-filters--right {
        margin-top: -6rem;
        z-index: 1;
    }
}

.footer {
    background: #00467f;
    padding-top: 4.5rem;
}

    .footer h3,
    .footer .footer-section.row h3 {
        color: #fff;
    }

    .footer a:hover {
        color: #3a73a1;
    }

.footer--links .columns {
    margin-bottom: 4rem;
}

    .footer--links .columns h3 {
        color: #fff;
    }

.footer--links .link-list li a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

    .footer--links .link-list li a:hover {
        text-decoration: underline;
        color: #EBCB22;
    }

.footer--social-links {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer--social-links > li > a {
        color: #fff;
        display: block;
        font-family: 'Lora',serif !important;
        font-size: 1.4rem;
        padding: 1.5rem 2.5rem 1.5rem 0;
        text-decoration: none;
    }

        .footer--social-links > li > a:hover {
            color: #EBCB22;
        }

        .footer--social-links > li > a::before {
            font-size: 1.6rem;
            margin-right: 0.6rem;
            transition: 0.2s ease;
        }

        .footer--social-links > li > a:hover::before {
            font-size: 1.9rem;
            line-height: 0;
        }

@media screen and (min-width:64em) {
    .footer--social-links > li > a {
        padding-right: 3rem;
    }
}

.footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 265px;
}

@media screen and (min-width:40em) {
    .footer-logo {
        margin: 1rem 0 0 0;
    }
}

.footer-section {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}

    .footer-section h3 {
        color: #000;
    }

@media screen and (min-width:40em) {
    .footer--info {
        padding-top: 4rem;
    }
}

@media screen and (min-width:40em) {
    .footer--social {
        margin-bottom: 2rem;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }
}

@media screen and (min-width:40em) {
    .footer--social h3 {
        margin-bottom: 0;
        margin-right: 3rem;
    }
}

@media screen and (min-width:40em) {
    .footer--search {
        padding: 1rem 0;
    }
}

.footer--search-box {
    font-style: italic;
}

@media screen and (min-width:40em) {
    .footer--search-box {
        margin: 0;
    }
}

.footer--description {
    color: #fff;
    line-height: 2;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 3rem;
}

@media screen and (min-width:64em) {
    .footer--description {
        font-size: 1.6rem;
        padding-right: 7.5rem;
    }
}

.footer--collateral-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .footer--collateral-links a {
        flex: 0 0 auto;
        color: #ffff;
        display: block;
        font-family: 'Lora',serif !important;
        font-size: 1.4rem;
        padding: 0.5rem 1rem;
    }

        .footer--collateral-links a:hover {
            text-decoration: underline;
            color: #EBCB22;
        }

@media screen and (min-width:48em) {
    .footer--collateral-links a {
        padding: 1.5rem 2.5rem 1.5rem 0;
    }
}

.copyright {
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    border-top: none;
}

    .copyright::before {
        content: '';
        position: absolute;
        background: #353535;
        width: 100vw;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .copyright * {
        z-index: 2;
    }

    .copyright p {
        color: #fff;
        font-size: 12px;
        font-style: italic;
    }

.nav-toggle {
    margin-left: 30px;
    outline: none;
    position: relative;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: 30px;
    width: 25px;
    border-radius: 3px;
    z-index: 5;
}

    .nav-toggle span {
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 50%;
        transition: 0.4s ease-in-out;
        -ms-transform-origin: 0 1px;
        transform-origin: 0 1px;
        -moz-transform-origin: 0 1px;
        -webkit-transform-origin: 0 1px;
        -ms-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%);
    }

        .nav-toggle span:nth-child(1) {
            top: 6px;
        }

        .nav-toggle span:nth-child(2),
        .nav-toggle span:nth-child(3) {
            top: 14px;
        }

        .nav-toggle span:nth-child(4) {
            top: 22px;
        }

    .nav-toggle:hover {
        cursor: pointer;
    }

.mp-pushed .nav-toggle span:nth-child(1) {
    top: 8px;
    width: 0%;
    opacity: 0;
}

.mp-pushed .nav-toggle span:nth-child(2) {
    width: 100%;
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.mp-pushed .nav-toggle span:nth-child(3) {
    width: 100%;
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
}

.mp-pushed .nav-toggle span:nth-child(4) {
    top: 18px;
    width: 0%;
    opacity: 0;
}

.js-off-canvas-exit {
    background: none;
}

.form-error {
    font-size: 1.5rem;
}

.logo {
    max-width: 110px;
    padding: 10px 10px 10px 0;
}

@media screen and (min-width:40em) {
    .logo {
        margin-top: 2rem;
        max-width: 160px;
        max-height: 120px;
    }
}

@media screen and (min-width:64em) {
    .logo {
        padding-bottom: 0;
    }
}

@media screen and (orientation:landscape) and (max-width:63.9375em) {
    .logo {
        margin-top: 0;
        max-width: 120px;
    }
}

.link-list {
    font-family: 'Lora',serif;
}

    .link-list li {
        list-style: none;
    }

        .link-list li a {
            color: #00467f;
            display: block;
            font-weight: 600;
            text-decoration: none;
            font-size: 1.4rem;
            padding: 0.75rem 0;
        }

            .link-list li a:hover {
                color: #3a73a1;
                text-decoration: underline;
            }

    .link-list ul {
        margin-left: 2rem;
    }

.back-btn,
ul.off-canvas--list li a.back-btn {
    color: #00467f;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 3rem 4rem !important;
    position: relative;
    text-transform: uppercase;
}

    .back-btn::before,
    ul.off-canvas--list li a.back-btn::before {
        font-size: 2.2rem;
        position: absolute;
        left: 1.5rem;
        top: 50%;
        vertical-align: middle;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.read-more {
    position: relative;
}

    .read-more::before {
        background: linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 47%,#fff 100%);
        content: '';
        height: 100px;
        position: absolute;
        left: 0;
        width: 100%;
        -ms-transform: translateY(calc(-100% - 1.6rem));
        transform: translateY(calc(-100% - 1.6rem));
    }

.scroll-arrow {
    bottom: 10px;
    height: 5rem;
    width: 3rem;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: rotate(0deg);
    -webkit-animation: scroll-arrow-animate 2s infinite;
    animation: scroll-arrow-animate 2s infinite;
    -webkit-animation: scroll-arrow-animate 2s infinite;
    animation: scroll-arrow-animate 2s infinite;
}

    .scroll-arrow:hover {
        cursor: pointer;
    }

    .scroll-arrow::before,
    .scroll-arrow::after {
        content: '';
        background: #fff;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 2rem;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    .scroll-arrow::before {
        left: -40%;
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    .scroll-arrow::after {
        left: 40%;
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

@-webkit-keyframes scroll-arrow-animate {
    0% {
        -webkit-transform: rotate(0deg) translate(0,0);
    }

    20% {
        -webkit-transform: rotate(0deg) translate(0,10px);
    }

    40% {
        -webkit-transform: rotate(0deg) translate(0,0);
    }
}

@keyframes scroll-arrow-animate {
    0% {
        transform: rotate(0deg) translate(0,0);
    }

    20% {
        transform: rotate(0deg) translate(0,10px);
    }

    40% {
        transform: rotate(0deg) translate(0,0);
    }
}

.back-to-top {
    position: fixed;
    bottom: 150px;
    opacity: 0;
    right: 1.5rem;
    height: 50px;
    width: 50px;
    z-index: -1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .back-to-top:hover {
        cursor: pointer;
    }

        .back-to-top:hover path {
            fill: #00467f;
        }

    .back-to-top.visible {
        z-index: 5;
        opacity: 1;
    }

    .back-to-top path {
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        fill: #ababab;
    }

.contact {
    padding-bottom: 2rem;
    position: relative;
}

    .contact::before {
        font-size: 2rem;
        margin-right: 1rem;
        vertical-align: bottom;
    }

    .contact::after {
        content: '';
        background: #c1c1c1;
        height: 1px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 5rem;
    }

.popup-box {
    background-color: #fff;
    padding: 3rem;
    box-shadow: 5px 15px 45px 10px rgba(0,0,0,0.2);
}

    .popup-box p {
        color: #333;
        font-family: 'Roboto',sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: -1px;
    }

.link {
    display: block;
    font-size: 1.6rem;
}

.office-link {
    margin-bottom: 2rem;
}

    .office-link a {
        font-family: 'Lora',serif;
        font-size: 1.4rem;
    }

        .office-link a:hover {
            text-decoration: underline;
        }

    .office-link p {
        font-size: 1.6rem;
    }

.file-attach {
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://www.bbknowledge.com/images/paperclip.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 4rem;
}

    .file-attach:hover {
        color: #EBCB22;
    }

.summary {
    background: #f4f3f3;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 3rem;
}

@media screen and (min-width:64em) {
    .summary {
        border-top: 1px solid #d7d7d7;
        margin-bottom: 4.5rem;
        padding: 3rem 16rem 3rem 4.5rem;
    }
}

.summary * {
    font-family: 'Roboto',sans-serif;
}

.summary__alt {
    background: #f4f3f3;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 3rem;
}

    .summary__alt .link:last-of-type {
        margin-bottom: 2rem;
    }

    .summary__alt a {
        color: #00467f;
    }

.summary--left h3,
.summary--left h4,
.summary--left a,
.summary--right h3,
.summary--right h4,
.summary--right a {
    margin-bottom: 0;
}

.summary--left {
    padding-right: 4.5rem;
    margin-bottom: 3rem;
}

    .summary--left > * {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 0.5rem;
    }

        .summary--left > *:nth-child(odd) {
            border-bottom: 1px solid #d7d7d7;
        }

        .summary--left > *:nth-child(even) {
            border-bottom: 1px solid rgba(150,150,150,0.1);
        }

@media screen and (min-width:40em) {
    .summary--right {
        padding-left: 4.5rem;
    }
}

.breadcrumbs {
    margin: 1.5rem auto 1.5rem;
    position: relative;
}

    .breadcrumbs li {
        list-style: none;
        text-transform: none;
    }

        .breadcrumbs li:not(:last-child)::after {
            color: rgba(255,255,255,0.6);
            content: '' !important;
            font-size: 1.8rem;
            vertical-align: middle;
        }

        .breadcrumbs li a {
            color: #ffffff;
            font-size: 1.4rem;
            text-decoration: underline;
            font-weight: 500;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
            vertical-align: middle;
        }

            .breadcrumbs li a:hover,
            .breadcrumbs li a.active {
                color: #fff;
                text-decoration: none;
            }

.search-icon {
    height: 28px;
    width: 28px;
}

@media screen and (min-width:64em) {
    .search-icon {
        height: 22px;
        width: 22px;
    }
}

.search-wrapper {
    position: relative;
}

.search-submit {
    background: #EBCB22;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem 3rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-transform: uppercase;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .search-submit:hover {
        background: #EBCB22;
        color: #fff;
        cursor: pointer;
    }

.page-intro--search-wrapper {
    max-width: 992px;
    top: 60%;
    width: calc(100% - 3rem);
    z-index: 1;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width:40em) {
    .page-intro--search-wrapper {
        top: 65%;
    }
}

@media screen and (min-width:64em) {
    .page-intro--search-wrapper {
        top: 70%;
    }
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    .page-intro--search-wrapper {
        top: 69%;
    }
}

.page-intro--search-wrapper h4 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    top: 75px;
}

@media screen and (min-width:40em) {
    .page-intro--search-wrapper h4 {
        top: 25px;
    }
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    .page-intro--search-wrapper h4 {
        display: none;
    }
}

input.page-intro--search-box {
    background-image: url('https://www.bbknowledge.com/img/content/images/search-primary.svg');
    background-size: 20px;
    font-size: 1.2rem;
    margin: 0;
}

@media screen and (min-width:40em) {
    input.page-intro--search-box {
        background-size: 25px;
        font-size: 1.6rem;
    }
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    input.page-intro--search-box {
        padding-right: 2rem;
        width: 50%;
    }
}

.page-intro--search-submit {
    border-radius: 5px;
    font-size: 1.2rem;
    top: 50px;
    height: 50px;
    width: 100%;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width:40em) {
    .page-intro--search-submit {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        top: 0;
        width: auto;
    }
}

@media screen and (orientation:landscape) and (max-width:39.9375em) {
    .page-intro--search-submit {
        top: 0;
        width: auto;
    }
}

.search-filters .search-box {
    background-image: url('https://www.bbknowledge.com/images/search-primary.svg');
    border: 1px solid #969597;
}

.bio--dropdown:hover {
    cursor: pointer;
}

.bio--dropdown::before {
    color: #EBCB22;
    margin-right: 1rem;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bio--dropdown.active::before {
    content: '';
}

.bio--pic {
    background: #0e6cb9;
    position: relative;
    margin-top: 140px;
}

@media screen and (min-width:40em) {
    .bio--pic {
        margin: 0;
        min-height: 300px;
    }
}

.bio--pic--thumbnail {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -130px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 200px;
}

@media screen and (min-width:40em) {
    .bio--pic--thumbnail {
        left: -125px;
        margin: 0;
        position: absolute;
        top: 50px;
    }
}

.bio--info .js-email + p {
    color: #555;
}

@media screen and (min-width:40em) {
    .bio--pic--links {
        left: 100px;
        position: absolute;
        top: 50px;
    }
}

.bio--pic--links ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:40em) {
    .bio--pic--links ul {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.bio--pic--links ul li {
    list-style: none;
    margin-bottom: 2rem;
    width: 50%;
}

@media screen and (min-width:40em) {
    .bio--pic--links ul li {
        width: 100%;
    }
}

.bio--pic--links ul li a {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

    .bio--pic--links ul li a:hover {
        color: #00467f;
    }

    .bio--pic--links ul li a::before {
        font-size: 1.6rem;
        margin-right: 1rem;
        vertical-align: middle;
    }

.watch-video {
    background: rgba(57,61,74,0.6);
    position: absolute;
    bottom: 0;
    height: 4rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

    .watch-video::before {
        font-size: 2.5rem;
        margin-right: 1rem;
    }

.dropdown-info {
    padding-left: 3rem;
    margin-bottom: 3rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
}

    .dropdown-info.expanded {
        max-height: 550px;
    }

    .dropdown-info p {
        color: #555;
        margin-bottom: 0;
    }

.person {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.5rem;
}

.person--thumbnail {
    margin-right: 2rem;
    min-width: 70px;
    width: 70px;
}

.person--info a {
    color: #00467f;
    font-weight: 600;
    text-decoration: none;
}

    .person--info a:hover {
        color: #3a73a1;
        text-decoration: underline;
    }

.person--info p {
    font-size: 1.6rem;
}

.person--info h3 {
    margin-bottom: 0.5rem;
}

.letter-list {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.letter {
    background-color: transparent;
    color: #00467f;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.75rem 0.95rem;
    text-transform: uppercase;
    transition: all 325ms ease;
    -moz-transition: all 325ms ease;
    -webkit-transition: all 325ms ease;
}

    .letter:first-of-type {
        margin-left: -1rem;
    }

    .letter:hover {
        background-color: #EBCB22;
        cursor: pointer;
    }

.search-filters .letter-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-filters .letter {
    font-size: 1.4rem;
    margin: 0;
}

.icon-list {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

    .icon-list a:hover {
        text-decoration: underline;
    }

@media screen and (min-width:64em) {
    .icon-list {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.icon-list--icon {
    margin: 1.5rem;
    text-align: center;
    width: 100px;
}

@media screen and (min-width:40em) {
    .icon-list--icon {
        margin-left: 2.2rem;
        margin-right: 2.2rem;
    }
}

@media screen and (min-width:64em) {
    .icon-list--icon {
        margin-left: 3rem;
        margin-right: 3rem;
        width: 120px;
    }
}

.icon-list--icon:hover path {
    fill: #22669d;
}

.icon-list--icon h4 {
    color: #00467f;
}

.icon-list--icon:hover h4 {
    color: #00467f;
}

.icon-list--icon img {
    max-height: 110px;
    margin-bottom: 2rem;
}

.icon-list--icon svg {
    margin-bottom: 2rem;
    width: 80px;
}

    .icon-list--icon svg path {
        transition: all 325ms ease;
        -moz-transition: all 325ms ease;
        -webkit-transition: all 325ms ease;
    }

.insights--banner {
    background-attachment: fixed;
    background-image: url('https://www.bbknowledge.com/images/road.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    height: 300px;
    position: relative;
}

@media screen and (min-width:64em) {
    .insights--banner {
        height: 400px;
    }
}

.knowledge-feed {
    background-color: #fff;
    padding: 4.5rem;
    z-index: 1;
}

@media screen and (orientation:landscape) and (max-width:63.9375em) {
    .knowledge-feed > h2 {
        font-size: 2rem;
    }
}

.twitter-feed {
    background-color: #fff;
    padding: 3rem;
    z-index: 1;
}

.scroll-container {
    max-height: 500px;
    overflow-y: scroll;
}

.knowledge-feed--item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.case-study {
    padding: 3rem;
    margin-bottom: 2rem;
}

@media screen and (min-width:40em) {
    .case-study {
        margin-bottom: 0;
    }
}

@media screen and (min-width:64em) {
    .case-study {
        padding: 3rem 10.5rem 3rem 3rem;
    }
}

.case-study h3 {
    margin-bottom: 1rem;
}

.case-study p {
    color: #666666;
    font-family: 'Roboto',sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.vertical-slider {
    padding: 3rem 4.5rem 3rem 3rem;
}

@media screen and (min-width:64em) {
    .vertical-slider {
        padding: 3rem 8rem 3rem 3rem;
    }
}

.vertical-slider .slick-dots {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-slider li {
    color: rgba(51,51,51,0.2);
    font-size: 1.6rem;
    font-weight: 800;
    list-style: none;
    margin-bottom: 0.5rem;
    outline: none;
    transition: color 325ms ease;
    -moz-transition: color 325ms ease;
    -webkit-transition: color 325ms ease;
}

    .vertical-slider li::before {
        display: none;
    }

    .vertical-slider li:hover {
        color: #EBCB22;
    }

    .vertical-slider li.slick-active {
        color: #00467f;
    }

    .vertical-slider li button {
        font-family: 'Roboto',sans-serif !important;
    }

.vertical-slider p {
    color: #444;
}

.vertical-slider--slide.slick-slide {
    height: 260px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width:64em) {
    .vertical-slider--slide.slick-slide {
        height: 260px;
    }
}

.vertical-slider--slide.slick-slide p {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.8;
}

.vertical-slider.slick-slider.slick-vertical ul.slick-dots li button {
    color: #776;
}

.vertical-slider.slick-slider.slick-vertical ul.slick-dots li.slick-active button {
    color: #00467f;
}

.vertical-slider.slick-slider.slick-vertical ul.slick-dots li.slick-active {
    position: relative;
    max-width: max-content;
}

    .vertical-slider.slick-slider.slick-vertical ul.slick-dots li.slick-active::after {
        content: '';
        position: absolute;
        height: 60%;
        width: 120%;
        bottom: 1px;
        left: 2px;
        border-right: 2px solid #00467f;
        border-bottom: 2px solid #00467f;
    }

.filters {
    margin-bottom: 3rem;
}

@media screen and (min-width:64em) {
    .filters {
        margin-bottom: 4.5rem;
    }
}

.filters > .columns {
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

    .filters > .columns label {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .filters > .columns select {
        -moz-flex: 3;
        -ms-flex: 3;
        flex: 3;
        max-width: 100%;
    }

.filters--search {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

    .filters--search input {
        border: 1px solid #3f4558;
        margin-bottom: 0;
        padding-left: 1.5rem;
    }

    .filters--search .site-search--submit {
        height: 100%;
        opacity: 1;
        right: 0;
    }

.pagination li {
    background: #fff;
    border: 1px solid #000;
    display: inline-block;
    padding: 0;
}

    .pagination li::before {
        display: none;
    }

    .pagination li:hover {
        background: #22669d;
    }

        .pagination li:hover a {
            color: #fff;
        }

    .pagination li.current {
        background: #22669d;
        padding: 0;
    }

        .pagination li.current a {
            color: #fff;
        }

    .pagination li a {
        color: #000;
        font-family: 'Roboto',sans-serif;
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
        text-decoration: none;
    }

        .pagination li a:hover {
            background: transparent;
        }

        .pagination li a::before,
        .pagination li a::after {
            display: none;
        }

.info-squares {
    margin-top: 3rem;
}

.info-square {
    background: #fff;
    position: relative;
    text-align: center;
    margin: 1.5rem;
    padding: 1.5rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width:40em) {
    .info-square {
        -moz-flex: calc(50% - 3rem);
        -ms-flex: calc(50% - 3rem);
        flex: calc(50% - 3rem);
    }
}

@media screen and (min-width:64em) {
    .info-square {
        height: 340px;
        margin: 1rem;
        max-width: calc(33.333% - 2rem);
        -moz-flex: calc(33.333% - 2rem);
        -ms-flex: calc(33.333% - 2rem);
        flex: calc(33.333% - 2rem);
    }
}

.info-square:hover {
    cursor: pointer;
}

    .info-square:hover .info-square--overlay {
        opacity: 1;
        padding: 1.5rem;
        z-index: 1;
        transition: opacity 750ms ease;
        -moz-transition: opacity 750ms ease;
        -webkit-transition: opacity 750ms ease;
    }

.info-square--main {
    text-transform: center;
}

    .info-square--main p {
        font-size: 1.4rem;
        font-weight: 700;
    }

.info-square--overlay {
    background: rgba(58,199,98,0.95);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -webkit-transition: all 750ms ease;
}

    .info-square--overlay img {
        margin-bottom: 1.5rem;
        width: 70px;
    }

.info-square--icon img {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 70px;
}

.action-links {
    position: absolute;
    right: 1rem;
}

.action-links--link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 2rem;
    margin-right: 1rem;
    text-transform: uppercase;
}

    .action-links--link.share {
        margin-top: 2rem;
    }

@media screen and (min-width:64em) {
    .action-links--link {
        display: block;
        margin-right: 0;
    }
}

.action-links--link::before {
    font-size: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 1.5rem !important;
}

.margin-bottom-2 {
    margin-bottom: 3rem !important;
}

.margin-bottom-3 {
    margin-bottom: 4.5rem !important;
}

.margin-top-1 {
    margin-top: 1.5rem !important;
}

.margin-top-2 {
    margin-top: 3rem !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1.5rem !important;
}

.padding-top-2 {
    padding-top: 3rem !important;
}

.bg-gray {
    background-color: #f4f3f3;
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-24 {
    font-size: 2.4rem !important;
}

.fs-36 {
    font-size: 3.6rem !important;
}

.font__white {
    color: #fff;
}

.font__black {
    color: #000;
}

.font__gray {
    color: #666666;
}

.font__secondary {
    color: #00467f;
}

.font__primary {
    color: #00467f;
}

.font__paragraph {
    font-family: 'Lora',serif;
    font-weight: 400;
}

.relative {
    position: relative;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro__overlay,
.hero-slider--slide,
.insights--banner {
    position: relative;
}

    .intro__overlay::before,
    .hero-slider--slide::before,
    .insights--banner::before {
        background: rgba(0,70,127,0.3);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.box-shadow,
.two-column--left .vertical-slider {
    box-shadow: 5px 12px 40px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 12px 40px 0 rgba(0,0,0,0.2);
}

.search-box {
    background-image: url('https://www.bbknowledge.com/img/content/images/search-gray.svg');
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.video {
    position: relative;
}

    .video::before {
        content: '';
        background: rgba(255,255,255,0.5);
        border-radius: 50%;
        height: 50px;
        width: 50px;
        position: absolute;
        left: 20px;
        top: 50%;
        z-index: 1;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }

    .video::after {
        content: '';
        position: absolute;
        left: 38px;
        top: 50%;
        z-index: 1;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left-width: 20px;
        border-left-style: solid;
        border-left-color: rgba(0,0,0,0.7);
        display: inline-block;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }

.fancy-underline,
.page-header--bottom > ul.menu > li > a,
.search-wrapper {
    position: relative;
}

    .fancy-underline::after,
    .page-header--bottom > ul.menu > li > a::after,
    .search-wrapper::after,
    .fancy-underline::before,
    .page-header--bottom > ul.menu > li > a::before,
    .search-wrapper::before {
        content: '';
        position: absolute;
        left: 50%;
        top: calc(100% - 3px);
        z-index: 3;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .fancy-underline::before,
    .page-header--bottom > ul.menu > li > a::before,
    .search-wrapper::before {
        transition: all 125ms ease 250ms;
        -moz-transition: all 125ms ease 250ms;
        -webkit-transition: all 125ms ease 250ms;
        background: #EBCB22;
        height: 0;
        width: 50px;
    }

    .fancy-underline::after,
    .page-header--bottom > ul.menu > li > a::after,
    .search-wrapper::after {
        transition: all 125ms ease;
        -moz-transition: all 125ms ease;
        -webkit-transition: all 125ms ease;
        opacity: 0;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top-width: 8px;
        border-top-style: solid;
        border-top-color: #EBCB22;
        display: inline-block;
    }

    .fancy-underline.active::before,
    .page-header--bottom > ul.menu > li > a.active::before,
    .active.search-wrapper::before,
    .fancy-underline.current::before,
    .page-header--bottom > ul.menu > li > a.current::before,
    .current.search-wrapper::before {
        transition: all 125ms ease;
        -moz-transition: all 125ms ease;
        -webkit-transition: all 125ms ease;
        height: 3px;
    }

    .fancy-underline.active::after,
    .page-header--bottom > ul.menu > li > a.active::after,
    .active.search-wrapper::after,
    .fancy-underline.current::after,
    .page-header--bottom > ul.menu > li > a.current::after,
    .current.search-wrapper::after {
        transition: all 125ms ease 325ms;
        -moz-transition: all 125ms ease 325ms;
        -webkit-transition: all 125ms ease 325ms;
        opacity: 1;
    }

.hvr-underline-from-center,
.page-tabs .tabs-title > a,
.content-tabs .tabs-title > a,
.page-header--top ul.menu li > a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    text-decoration: none;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-underline-from-center:after,
    .page-tabs .tabs-title > a:after,
    .content-tabs .tabs-title > a:after,
    .page-header--top ul.menu li > a:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: -13px;
        background: #EBCB22;
        height: 4px;
        transition-property: left,right;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:hover:after,
    .page-tabs .tabs-title > a:hover:after,
    .content-tabs .tabs-title > a:hover:after,
    .page-header--top ul.menu li > a:hover:after,
    .hvr-underline-from-center:focus:after,
    .page-tabs .tabs-title > a:focus:after,
    .content-tabs .tabs-title > a:focus:after,
    .page-header--top ul.menu li > a:focus:after,
    .hvr-underline-from-center:active:after,
    .page-tabs .tabs-title > a:active:after,
    .content-tabs .tabs-title > a:active:after,
    .page-header--top ul.menu li > a:active:after,
    .hvr-underline-from-center.active:after,
    .page-tabs .tabs-title > a.active:after,
    .content-tabs .tabs-title > a.active:after,
    .page-header--top ul.menu li > a.active:after {
        left: 0;
        right: 0;
    }

    .hvr-underline-from-center:hover,
    .page-tabs .tabs-title > a:hover,
    .content-tabs .tabs-title > a:hover,
    .page-header--top ul.menu li > a:hover {
        text-decoration: none;
    }

.cta-button,
.cta-button__alt,
.cta-button__alt-secondary {
    background: #00467f;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .cta-button:hover,
    .cta-button__alt:hover,
    .cta-button__alt-secondary:hover {
        background: #013966;
        color: #fff;
        cursor: pointer;
    }

    .cta-button.full,
    .full.cta-button__alt,
    .full.cta-button__alt-secondary {
        width: 100%;
    }

    .cta-button.alt,
    .alt.cta-button__alt,
    .alt.cta-button__alt-secondary {
        background: #00467f;
        min-width: 240px;
    }

        .cta-button.alt:hover,
        .alt.cta-button__alt:hover,
        .alt.cta-button__alt-secondary:hover {
            background: #EBCB22;
            cursor: pointer;
        }

    .cta-button.center,
    .center.cta-button__alt,
    .center.cta-button__alt-secondary {
        max-width: 300px;
    }

.cta-button__alt,
.cta-button__alt-secondary {
    background: #fff;
    border: 1px solid #0e6cb9;
    color: #0e6cb9;
    padding: 1.5rem 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

    .cta-button__alt:hover,
    .cta-button__alt-secondary:hover {
        background: #0e6cb9;
        color: #fff;
        cursor: pointer;
    }

.cta-button__alt-secondary {
    border-color: #EBCB22;
    color: #00467f;
}

    .cta-button__alt-secondary:hover {
        background: #EBCB22;
    }

.link-arrow,
.link-arrow__alt,
.dropdown__unicorn--left > li > a:hover,
.dropdown__unicorn--left > li > a.active {
    position: relative;
    text-decoration: none;
    transition: 325ms all ease;
    -moz-transition: 325ms all ease;
    -webkit-transition: 325ms all ease;
}

    .link-arrow::after,
    .link-arrow__alt::after,
    .dropdown__unicorn--left > li > a:hover::after,
    .dropdown__unicorn--left > li > a.active::after {
        font-size: 1.6rem;
        font-weight: 100;
        opacity: 0.7;
        vertical-align: middle;
    }

    a:hover .link-arrow,
    .link-arrow:hover,
    .link-arrow__alt:hover,
    .dropdown__unicorn--left > li > a:hover {
        color: inherit;
        text-decoration: none;
    }

        .link-arrow__alt::after,
        .dropdown__unicorn--left > li > a:hover::after,
        .dropdown__unicorn--left > li > a.active::after {
            font-size: 2rem;
            position: absolute;
            right: 1.5rem;
        }

.for-print .bio--pic--thumbnail {
    border: 5px solid #00467f;
}

.for-print .header {
    height: 90px !important;
    padding-bottom: 0;
}

    .for-print .header a.url {
        color: #00467f;
        margin-top: 20px;
    }

    .for-print .header .medium-6:first-of-type {
        height: 100px;
    }

    .for-print .header img {
        padding: 0;
        margin: -12px 0 0 -14px;
        max-width: none;
        max-height: 78px;
    }

.for-print main .row .bio--pic {
    min-height: 200px;
}

    .for-print main .row .bio--pic .bio--pic--thumbnail {
        right: 30px;
    }

.for-print main .row .bio--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .for-print main .row .bio--info > * {
        width: 51%;
    }

    .for-print main .row .bio--info > h1 {
        width: 100%;
    }

    .for-print main .row .bio--info > .dropdown-info {
        margin-bottom: 1.5rem;
        margin-top: -90px;
        padding-left: 70px;
        width: 49%;
        float: right;
    }

        .for-print main .row .bio--info > .dropdown-info > .row > .columns:first-of-type p:first-of-type {
            display: none;
        }

    .for-print main .row .bio--info .bio--dropdown {
        display: none;
    }

    .for-print main .row .bio--info .medium-6.columns {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

.for-print main .row .columns.two-column--left {
    width: 66.66666667% !important;
}

.for-print main .row .columns.two-column--right {
    padding-left: 50px;
    padding-right: 0;
    width: 33.33333332% !important;
}

    .for-print main .row .columns.two-column--right .columns.medium-6 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .for-print main .row .columns.two-column--right .link-list:last-of-type,
    .for-print main .row .columns.two-column--right h3:last-of-type {
        display: block;
    }

    .for-print main .row .columns.two-column--right .person--info h3 {
        display: block;
    }

.for-print main .row .columns .summary {
    background: #f0f3f1;
    margin-bottom: 2rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
}

    .for-print main .row .columns .summary h2 {
        margin-bottom: 0.5rem;
    }

.for-print main .row .detail-section p {
    margin-bottom: 1rem;
}

.for-print[data-page-type='Site.Professional'] main .row .columns.two-column--right .link-list:last-of-type,
.for-print[data-page-type='Site.Professional'] main .row .columns.two-column--right h3:last-of-type {
    display: none !important;
}

#contactModal #contact-result {
    text-align: center;
    margin: 50px;
}

.sitemap {
    font-size: 14px;
}

.form--inline {
    display: flex;
}

    .form--inline input {
        padding-left: 10px;
        margin-right: 16px;
    }

.btn--red {
    background-color: red !important;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.disable-scrollbars {
    border: 1px solid transparent;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ktc-admin-ui [class*=' icon-']::before,
.ktc-admin-ui [class^=icon-]::before {
    font-family: 'Core-icons' !important;
}

.gdpr {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,70,127,0.9);
    z-index: 1000;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.gdpr-inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 2rem;
}

.gdpr-heading {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
}

.gdpr-blurb {
    color: #fff;
    font-family: 'Roboto',sans-serif;
}

    .gdpr-blurb > a,
    .gdpr-blurb > a:hover {
        color: #fff;
        text-decoration: underline;
    }

.gdpr-cta {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1rem;
    margin-bottom: 0;
    border-radius: 5px;
}

    .gdpr-cta:last-of-type {
        margin-right: 0;
    }

    .gdpr-cta:before {
        display: inline-block;
    }

.gdpr-cta--no:before {
    content: '✕';
    margin-right: 1rem;
}

.gdpr-cta--yes:before {
    content: '';
    width: 0.7rem;
    height: 1.25rem;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1.5rem;
}

form[class^=ng-],
form[class*=ng-] {
    margin-top: 4rem;
}

    form[class^=ng-] .form-field select.form-control,
    form[class*=ng-] .form-field select.form-control {
        border-color: #c1c1c1;
    }

    form[class^=ng-] .form-control[type=email],
    form[class*=ng-] .form-control[type=email] {
        background: #fff;
    }

    form[class^=ng-] .ktc-radio,
    form[class*=ng-] .ktc-radio {
        margin-right: 2rem;
    }

    form[class^=ng-] .ktc-checkbox,
    form[class*=ng-] .ktc-checkbox {
        display: flex;
    }

        form[class^=ng-] .ktc-checkbox .form-control,
        form[class*=ng-] .ktc-checkbox .form-control,
        form[class^=ng-] .ktc-radio .form-control,
        form[class*=ng-] .ktc-radio .form-control,
        form[class*=ng-] .explanation-text {
            height: auto;
            margin-right: 0.25rem;
            margin-bottom: 1.5rem;
        }

        form[class^=ng-] .ktc-checkbox label,
        form[class*=ng-] .ktc-checkbox label,
        form[class^=ng-] .ktc-radio label,
        form[class*=ng-] .ktc-radio label,
        form[class*=ng-] .explanation-text,
        form[class*=ng-] .field-validation-error {
            font-family: Roboto,sans-serif;
            color: #666666;
            font-size: 1.5rem;
            letter-spacing: 1px;
            text-transform: none;
            font-weight: 500;
            margin-bottom: 1.5rem;
            margin-left: 0.5rem;
            margin-right: 1rem;
            padding-top: 15px;
        }

    form[class*=ng-] .EditingFormLabel,
    form[class*=ng-] .EditingFormLabel,
    form[class*=ng-] .EditingFormControlNestedControl label,
    form[class*=ng-] .EditingFormControlNestedControl label {
        font-family: Roboto,sans-serif;
        color: #666666;
        font-size: 1.2rem;
        letter-spacing: 1px;
        text-transform: none;
        font-weight: 500;
    }

    form[class*=ng-] .explanation-text {
        padding-top: 0;
        margin-bottom: 2rem;
    }

    form[class*=ng-] .field-validation-error {
        color: red;
    }

.dataTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

@media screen and (min-width:40em) {
    .dataTable {
        table-layout: fixed;
    }
}

.dataTable thead {
    display: none;
    border-bottom: 1px solid #e6e8e8;
}

@media screen and (min-width:40em) {
    .dataTable thead {
        display: table-header-group;
        background-color: transparent;
    }

        .dataTable thead tr {
            border-bottom-width: 4px;
        }
}

.dataTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:40em) {
    .dataTable tr {
        display: table-row;
        border-bottom: 1px solid #e6e8e8;
    }
}

.dataTable tbody {
    background-color: transparent;
    border-bottom: 1px solid #e6e8e8;
}

@media screen and (min-width:40em) {
    .dataTable tbody tr:nth-child(even) {
        background-color: #fff;
    }
}

.dataTable th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1.5rem;
    font-weight: 700;
    text-align: left;
}

    .dataTable th[scope=col] {
        position: relative;
        font-size: 15px;
        border-right: 1px solid #e6e8e8;
        vertical-align: top;
    }

        .dataTable th[scope=col]:last-child {
            border-right-width: 0;
        }

    .dataTable th[scope=row] {
        text-transform: uppercase;
        border-bottom: 4px solid #e6e8e8;
        position: relative;
    }

        .dataTable th[scope=row]:before {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: blue;
            position: absolute;
            top: calc(0.25em + 1.5625rem);
            left: -0.75rem;
        }

@media screen and (min-width:40em) {
    .dataTable th[scope=row] {
        background-color: transparent;
        color: inherit;
        text-transform: none;
        border-bottom-width: 0;
    }

        .dataTable th[scope=row]:before {
            display: none;
        }
}

.dataTable td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px dashed #e6e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    border-right-width: 0;
}

    .dataTable td:last-child {
        border-bottom-width: 0;
    }

@media screen and (min-width:40em) {
    .dataTable td {
        display: table-cell;
        vertical-align: top;
        border-right: 1px solid #e6e8e8;
    }

        .dataTable td:last-child {
            border-right-width: 0;
        }
}

.dataTable thsub {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}

.cellTitle {
    padding: 0.25rem 0.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-right: 2rem;
    font-weight: 700;
    position: relative;
}

    .cellTitle:after {
        content: '';
        display: block;
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 100%;
        width: 1rem;
        height: 100%;
        -webkit-clip-path: polygon(0% 0%,0% 100%,100% 50%);
        clip-path: polygon(0% 0%,0% 100%,100% 50%);
        z-index: -1;
    }

@media screen and (min-width:40em) {
    .cellTitle {
        display: none;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        overflow: visible !important;
    }

    .page-header {
        display: none !important;
    }

    .bio--pic--links {
        display: none !important;
    }

    .gdpr {
        display: none !important;
    }

    .twitter-timeline {
        display: none !important;
    }

    .footer--collateral-links {
        display: none !important;
    }

    .footer--search-box {
        display: none !important;
    }

    .dropdown-info {
        padding-left: 3rem;
        margin-bottom: 3rem;
        max-height: 550px;
        overflow: hidden;
        transition: max-height 1s ease;
        -moz-transition: max-height 1s ease;
        -webkit-transition: max-height 1s ease;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: ' (' attr(href) ')';
        }

        .ir a:after,
        a[href^='javascript:']:after,
        a[href^='#']:after {
            content: '';
        }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    pre,
    blockquote {
        border: 1px solid #807f83;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

table tr td a[style],
.banner-cta-button.button.secondary {
    background: #00467f !important;
}

/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */.clearfix:after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-img-caption.fr-rounded img,img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-img-caption.fr-bordered img,img.fr-bordered{border:5px solid #ccc}img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:none;border-right:2px solid #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:2px solid #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-top:1px solid #222;border-bottom:1px solid #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:Courier New,Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:400;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
/* angular cloaking*/
.ng-cloak {
    visibility: hidden;
}
/* center main box */
.info-square--main {
    margin: 0 auto;
}

/* wrap overlap text for IE */
.IE11 .info-square--overlay .link-arrow {
    width: 100%;
}
/* hide submit button*/
input[type='submit'].FormButton {
    display: none;
}

/* submit button */
.contact--row input[type='submit'] {
    border: 0 solid #fff;
    color: #fff;
    padding-left: 0;
}

/* errors */
.EditingFormErrorLabel,
.ErrorLabel {
    font-weight: bold;
    color: red;
}
.ErrorLabel {
    font-size: 1.5em;
}
.contact--row .Error select {
    border-color: #ec5840;
}

/* vertical checklist */
.checkbox-list-vertical input[type='checkbox'] {
    height: auto;
}
.checkbox-list-vertical label {
    max-width: 90%;
}
.checkbox-list-vertical {
    display: block;
}

/* label */
span.EditingFormLabel {
    color: #666666;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    line-height: 1.8;
    margin: 0;
}
/* approach icons */
.who-we-serve .icon-list--icon img {
    max-width: 80px;
}

/* fix home form */
body.cms-pagetype-site-home > form {
    height: 100%;
}

/* additional filters*/
.filters > .columns.filters-additional {
    padding-top: 0;
    padding-bottom: 0;
}
.filters > .columns.filters-additional input[type=checkbox] {
    height: auto;
}
/* page controls position */
.action-links.action-links-body {
    position: relative;
    right: auto;
}
/* body */
body.for-print {
    width: 100%;
}

    /* form */
    /*body.for-print > form {
        height: auto;
    }*/

.for-print .container {
    overflow-y: hidden;
    height: auto;
}

/* show only */
.show-for-print {
    display: none;
}

.for-print .show-for-print {
    display: block !important;
}

/* hide only */
.for-print .hide-for-print {
    display: none !important;
}

/* fonts */
.for-print * {
    font-family: Arial !important;
}

/* rule */
.for-print hr {
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 40px 0;
    max-width: 100%;
    width: 100%;
}

/* professionals bio */
.for-print .bio--pic {
    background: none;
}

    .for-print .bio--pic .bio--pic--links {
        display: none;
    }

    .for-print .bio--pic .bio--pic--thumbnail {
        left: auto;
        right: 0;
    }

.for-print .watch-video {
    display: none;
}

.for-print .bio--dropdown::before {
    display: none;
}

.for-print .dropdown-info {
    max-height: 500px;
    padding-left: 0;
}

    .for-print .dropdown-info .icon-location2 {
        display: none;
    }

.for-print .two-column--right {
    border-left: 0;
    padding-left: 1.5rem;
}


/* professionals listing */
.for-print .professionals-listing {
    margin-bottom: 0;
}

.for-print .professional-listing--thumbnail {
    display: inline-block;
    float: left;
    width: 30%;
}

    .for-print .professional-listing--thumbnail img {
        vertical-align: top;
    }

.for-print .professional-listing--links {
    min-height: 150px;
    padding-top: 47px;
}

.for-print .professional-listing--info {
    display: inline-block;
    float: left;
    width: 65%;
}

.for-print .professional-listing--links h4::before {
    display: none;
}

/* bio email */
.for-print .icon-envelope-2 img {
    max-width: 20px;
    padding-right: 5px;
    margin-top: -8px;
}

.for-print .icon-envelope-2:before {
    content: '' !important;
    display: none !important;
}

/* tabs */
.for-print .tabs {
    display: none;
}

.for-print .tabs-title {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    float: none;
}

    .for-print .tabs-title > span {
        padding-right: 0;
        padding-bottom: 10px;
        border-bottom: 4px solid #2ac355;
    }

.for-print .tabs-panel {
    display: block !important;
    padding-bottom: 10px;
}

.for-print .two-column--left {
    margin-bottom: 20px;
}

.for-print .two-column--right {
    padding-top: 0;
}

/* mobile menu */
.for-print .mp-menu {
    display: none !important;
}

.for-print main {
    margin: auto;
    width: 870px !important;
    max-width: 870px !important;
}

.for-print hr {
    width: 100% !important;
}


/* grid */
.for-print .row {
    display: inline-block;
    width: 100%;
}

.for-print .columns {
    display: inline-block;
    float: left;
}

    .for-print .columns.medium-10,
    .for-print .columns.small-10 {
        width: 83.33333% !important;
    }

    .for-print .columns.medium-8,
    .for-print .columns.small-8 {
        width: 66.667% !important;
    }

    .for-print .columns.medium-9,
    .for-print .columns.small-9 {
        width: 75% !important;
    }

    .for-print .columns.medium-6,
    .for-print .columns.small-6 {
        width: 50% !important;
    }

    .for-print .columns.medium-4,
    .for-print .columns.small-4 {
        width: 33.3333% !important;
    }

    .for-print .columns.medium-3,
    .for-print .columns.small-3 {
        width: 25% !important;
    }

    .for-print .columns.medium-12,
    .for-print .columns.small-12 {
        width: 100% !important;
    }


/* header */
.for-print .header {
    background-color: #F0F3F1;
    padding: 20px;
    height: 168px;
}

    .for-print .header .url {
        color: #3D3E42;
        text-transform: uppercase;
        margin-top: 80px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
    }

.for-print .detail-heading {
    display: inline-block;
    width: 100%;
}


/* active state for letter filter */
.letter.active {
    background-color: #013966;
}
/* reduce margin on last search item */
.search-results--item-last {
    margin-bottom: 2em;
}

/* remove margin bottom for prof search listing */
.search-results .professionals-listing {
    margin-bottom: 0;
}
/* min-height */
.min-height {
    min-height: 700px;
}

/* link arrow style, with no arrow */
.link-arrow.remove-link-arrow::after {
    content:'' !important;
    display: none!important;
}
/* sitemap */
.sitemap ul, 
.sitemap li { 
    margin-left: 20px; 
}

/* green text */
.text-green {
    color: #EBCB22 !important;
}

/* wrap text */
.text-wrap {
    word-break: break-all;
}

/* detail section */
.detail-section {
    max-height: none;
}

/* blog listing */
.knowledge-feed.knowledge-feed-sidebar {
    padding: 0;
}

/* links */
a.link-black,
a.link-black:visited,
a.link-black:active {
    color: #000;
}