@charset "UTF-8";

@font-face {
    font-family: 'ModernEra';
    src: url('../fonts/ModernEra-Regular.woff') format('woff')
    /*, url('../fonts/ModernEra-ExtraBold.otf') format('opentype'), url('../fonts/ModernEra-ExtraBold.woff') format('woff'), url('../fonts/ModernEra-Regular.otf') format('opentype'), url('../fonts/ModernEra-Regular.woff') format('woff');*/
}


@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

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
        }

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&medlarge=50em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    padding: 0;
    margin: 0;
    font-family: ModernEra;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background: #fefefe;
    -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%
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .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: 75rem;
    margin-left: auto;
    margin-right: auto
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

    .row.expanded .row {
        margin-left: auto;
        margin-right: auto
    }

.column, .columns {
    width: 100%;
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media screen and (min-width:40em) {
    .column, .columns {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left
}

    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
        float: left
    }

.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left
}

    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-2 > .column:nth-of-type(odd), .small-up-2 > .columns:nth-of-type(odd) {
        clear: both
    }

    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
        float: left
    }

.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left
}

    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
        float: left
    }

.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left
}

    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
        float: left
    }

.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left
}

    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
        float: left
    }

.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left
}

    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
        float: left
    }

.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left
}

    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
        float: left
    }

.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left
}

    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
        float: left
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.expanded.row .small-collapse.row, .small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.small-centered {
    margin-left: auto;
    margin-right: auto
}

    .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        position: relative;
        left: 25%
    }

    .medium-pull-3 {
        position: relative;
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        position: relative;
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        position: relative;
        left: 75%
    }

    .medium-pull-9 {
        position: relative;
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: left
    }

        .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
            float: left
        }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: left
    }

        .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-2 > .column:nth-of-type(odd), .medium-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
            float: left
        }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: left
    }

        .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
            float: left
        }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: left
    }

        .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
            float: left
        }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: left
    }

        .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
            float: left
        }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: left
    }

        .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
            float: left
        }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.28571%;
        float: left
    }

        .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
            float: left
        }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: left
    }

        .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
            float: left
        }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .medium-collapse.row, .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }

        .medium-centered, .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:50em) {
    .medlarge-1 {
        width: 8.33333%
    }

    .medlarge-push-1 {
        position: relative;
        left: 8.33333%
    }

    .medlarge-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .medlarge-offset-0 {
        margin-left: 0
    }

    .medlarge-2 {
        width: 16.66667%
    }

    .medlarge-push-2 {
        position: relative;
        left: 16.66667%
    }

    .medlarge-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .medlarge-offset-1 {
        margin-left: 8.33333%
    }

    .medlarge-3 {
        width: 25%
    }

    .medlarge-push-3 {
        position: relative;
        left: 25%
    }

    .medlarge-pull-3 {
        position: relative;
        left: -25%
    }

    .medlarge-offset-2 {
        margin-left: 16.66667%
    }

    .medlarge-4 {
        width: 33.33333%
    }

    .medlarge-push-4 {
        position: relative;
        left: 33.33333%
    }

    .medlarge-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .medlarge-offset-3 {
        margin-left: 25%
    }

    .medlarge-5 {
        width: 41.66667%
    }

    .medlarge-push-5 {
        position: relative;
        left: 41.66667%
    }

    .medlarge-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medlarge-offset-4 {
        margin-left: 33.33333%
    }

    .medlarge-6 {
        width: 50%
    }

    .medlarge-push-6 {
        position: relative;
        left: 50%
    }

    .medlarge-pull-6 {
        position: relative;
        left: -50%
    }

    .medlarge-offset-5 {
        margin-left: 41.66667%
    }

    .medlarge-7 {
        width: 58.33333%
    }

    .medlarge-push-7 {
        position: relative;
        left: 58.33333%
    }

    .medlarge-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .medlarge-offset-6 {
        margin-left: 50%
    }

    .medlarge-8 {
        width: 66.66667%
    }

    .medlarge-push-8 {
        position: relative;
        left: 66.66667%
    }

    .medlarge-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .medlarge-offset-7 {
        margin-left: 58.33333%
    }

    .medlarge-9 {
        width: 75%
    }

    .medlarge-push-9 {
        position: relative;
        left: 75%
    }

    .medlarge-pull-9 {
        position: relative;
        left: -75%
    }

    .medlarge-offset-8 {
        margin-left: 66.66667%
    }

    .medlarge-10 {
        width: 83.33333%
    }

    .medlarge-push-10 {
        position: relative;
        left: 83.33333%
    }

    .medlarge-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .medlarge-offset-9 {
        margin-left: 75%
    }

    .medlarge-11 {
        width: 91.66667%
    }

    .medlarge-push-11 {
        position: relative;
        left: 91.66667%
    }

    .medlarge-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .medlarge-offset-10 {
        margin-left: 83.33333%
    }

    .medlarge-12 {
        width: 100%
    }

    .medlarge-offset-11 {
        margin-left: 91.66667%
    }

    .medlarge-up-1 > .column, .medlarge-up-1 > .columns {
        width: 100%;
        float: left
    }

        .medlarge-up-1 > .column:nth-of-type(1n), .medlarge-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-1 > .column:nth-of-type(1n+1), .medlarge-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .medlarge-up-1 > .column:last-child, .medlarge-up-1 > .columns:last-child {
            float: left
        }

    .medlarge-up-2 > .column, .medlarge-up-2 > .columns {
        width: 50%;
        float: left
    }

        .medlarge-up-2 > .column:nth-of-type(1n), .medlarge-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-2 > .column:nth-of-type(odd), .medlarge-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .medlarge-up-2 > .column:last-child, .medlarge-up-2 > .columns:last-child {
            float: left
        }

    .medlarge-up-3 > .column, .medlarge-up-3 > .columns {
        width: 33.33333%;
        float: left
    }

        .medlarge-up-3 > .column:nth-of-type(1n), .medlarge-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-3 > .column:nth-of-type(3n+1), .medlarge-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .medlarge-up-3 > .column:last-child, .medlarge-up-3 > .columns:last-child {
            float: left
        }

    .medlarge-up-4 > .column, .medlarge-up-4 > .columns {
        width: 25%;
        float: left
    }

        .medlarge-up-4 > .column:nth-of-type(1n), .medlarge-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-4 > .column:nth-of-type(4n+1), .medlarge-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .medlarge-up-4 > .column:last-child, .medlarge-up-4 > .columns:last-child {
            float: left
        }

    .medlarge-up-5 > .column, .medlarge-up-5 > .columns {
        width: 20%;
        float: left
    }

        .medlarge-up-5 > .column:nth-of-type(1n), .medlarge-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-5 > .column:nth-of-type(5n+1), .medlarge-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .medlarge-up-5 > .column:last-child, .medlarge-up-5 > .columns:last-child {
            float: left
        }

    .medlarge-up-6 > .column, .medlarge-up-6 > .columns {
        width: 16.66667%;
        float: left
    }

        .medlarge-up-6 > .column:nth-of-type(1n), .medlarge-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-6 > .column:nth-of-type(6n+1), .medlarge-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .medlarge-up-6 > .column:last-child, .medlarge-up-6 > .columns:last-child {
            float: left
        }

    .medlarge-up-7 > .column, .medlarge-up-7 > .columns {
        width: 14.28571%;
        float: left
    }

        .medlarge-up-7 > .column:nth-of-type(1n), .medlarge-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-7 > .column:nth-of-type(7n+1), .medlarge-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .medlarge-up-7 > .column:last-child, .medlarge-up-7 > .columns:last-child {
            float: left
        }

    .medlarge-up-8 > .column, .medlarge-up-8 > .columns {
        width: 12.5%;
        float: left
    }

        .medlarge-up-8 > .column:nth-of-type(1n), .medlarge-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medlarge-up-8 > .column:nth-of-type(8n+1), .medlarge-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .medlarge-up-8 > .column:last-child, .medlarge-up-8 > .columns:last-child {
            float: left
        }

    .medlarge-collapse > .column, .medlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .medlarge-collapse.row, .medlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medlarge-uncollapse > .column, .medlarge-uncollapse > .columns {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .medlarge-centered {
        margin-left: auto;
        margin-right: auto
    }

        .medlarge-centered, .medlarge-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .medlarge-pull-0, .medlarge-push-0, .medlarge-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        position: relative;
        left: 25%
    }

    .large-pull-3 {
        position: relative;
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        position: relative;
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        position: relative;
        left: 75%
    }

    .large-pull-9 {
        position: relative;
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: left
    }

        .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
            float: left
        }

    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: left
    }

        .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-2 > .column:nth-of-type(odd), .large-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
            float: left
        }

    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: left
    }

        .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
            float: left
        }

    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: left
    }

        .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
            float: left
        }

    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: left
    }

        .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
            float: left
        }

    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: left
    }

        .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
            float: left
        }

    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.5%;
        float: left
    }

        .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
            float: left
        }

    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: left
    }

        .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
            float: left
        }

    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .large-collapse.row, .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .large-centered {
        margin-left: auto;
        margin-right: auto
    }

        .large-centered, .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic
}

b, em, i, strong {
    line-height: inherit
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-family: proxima-nova,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #cacaca;
        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: 2rem
    }

    h2 {
        font-size: 1.75rem
    }

    h3 {
        font-size: 1.625rem
    }

    h4 {
        font-size: 1.5rem
    }

    h5 {
        font-size: 1.375rem
    }

    h6 {
        font-size: 1.125rem
    }
}

a {
    color: #797880;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    font-weight: 700;
}

    a:focus, a:hover {
        color: #797880;
    }

    a img {
        border: 0
    }

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}

dl, ol, ul {
    line-height: 1.3;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol, ul {
    margin-left: 2rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

dl {
    margin-bottom: 1rem
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: 700
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

    blockquote, blockquote p {
        line-height: 1.3;
        color: #8a8a8a
    }

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

    cite:before {
        content: "\2014 \0020"
    }

abbr {
    color: #666;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

code, kbd {
    font-family: Consolas,Liberation Mono,Courier,monospace;
    color: #0a0a0a;
    background-color: #e6e6e6
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.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:50em) {
    .medlarge-text-left {
        text-align: left
    }

    .medlarge-text-right {
        text-align: right
    }

    .medlarge-text-center {
        text-align: center
    }

    .medlarge-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
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .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, 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^="#"]:after, a[href^="javascript:"]:after {
            content: ""
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    padding: 13px 16px;
    gap: 8px;
    padding: 13px 16px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border: none;
    background: #6C2BFF;
    color: #FFFFFF;
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus, .button:hover {
    background-color: #4C1EB2;
    color: #fefefe
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #007bc3;
    color: #fefefe
}

    .button.primary:focus, .button.primary:hover {
        background-color: #00629c;
        color: #fefefe
    }

.button.secondary {
    background-color: #417999;
    color: #fefefe
}

    .button.secondary:focus, .button.secondary:hover {
        background-color: #34617a;
        color: #fefefe
    }

.button.success {
    background-color: #3adb76;
    color: #fefefe
}

    .button.success:focus, .button.success:hover {
        background-color: #22bb5b;
        color: #fefefe
    }

.button.warning {
    background-color: #ffae00;
    color: #fefefe
}

    .button.warning:focus, .button.warning:hover {
        background-color: #cc8b00;
        color: #fefefe
    }

.button.alert {
    background-color: #ec5840;
    color: #fefefe
}

    .button.alert:focus, .button.alert:hover {
        background-color: #da3116;
        color: #fefefe
    }

.button.hollow {
    border: 1px solid #007bc3;
    color: #007bc3
}

    .button.hollow, .button.hollow:focus, .button.hollow:hover {
        background-color: transparent
    }

        .button.hollow:focus, .button.hollow:hover {
            border-color: #003e62;
            color: #003e62
        }

        .button.hollow.primary {
            border: 1px solid #007bc3;
            color: #007bc3
        }

            .button.hollow.primary:focus, .button.hollow.primary:hover {
                border-color: #003e62;
                color: #003e62
            }

        .button.hollow.secondary {
            border: 1px solid #417999;
            color: #417999
        }

            .button.hollow.secondary:focus, .button.hollow.secondary:hover {
                border-color: #213d4d;
                color: #213d4d
            }

        .button.hollow.success {
            border: 1px solid #3adb76;
            color: #3adb76
        }

            .button.hollow.success:focus, .button.hollow.success:hover {
                border-color: #157539;
                color: #157539
            }

        .button.hollow.warning {
            border: 1px solid #ffae00;
            color: #ffae00
        }

            .button.hollow.warning:focus, .button.hollow.warning:hover {
                border-color: #805700;
                color: #805700
            }

        .button.hollow.alert {
            border: 1px solid #ec5840;
            color: #ec5840
        }

            .button.hollow.alert:focus, .button.hollow.alert:hover {
                border-color: #881f0e;
                color: #881f0e
            }

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

    .button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {
        background-color: #007bc3;
        color: #fefefe
    }

    .button.disabled.primary, .button[disabled].primary {
        opacity: .25;
        cursor: not-allowed
    }

        .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary:focus, .button[disabled].primary:hover {
            background-color: #007bc3;
            color: #fefefe
        }

    .button.disabled.secondary, .button[disabled].secondary {
        opacity: .25;
        cursor: not-allowed
    }

        .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
            background-color: #417999;
            color: #fefefe
        }

    .button.disabled.success, .button[disabled].success {
        opacity: .25;
        cursor: not-allowed
    }

        .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover {
            background-color: #3adb76;
            color: #fefefe
        }

    .button.disabled.warning, .button[disabled].warning {
        opacity: .25;
        cursor: not-allowed
    }

        .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover {
            background-color: #ffae00;
            color: #fefefe
        }

    .button.disabled.alert, .button[disabled].alert {
        opacity: .25;
        cursor: not-allowed
    }

        .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover {
            background-color: #ec5840;
            color: #fefefe
        }

.button.dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only:after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

    [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        outline: none;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow .5s,border-color .25s ease-in-out
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #cacaca
    }

    input::placeholder, textarea::placeholder {
        color: #cacaca
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: default
    }

[type=button], [type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem
}

    [type=checkbox] + label, [type=radio] + label {
        display: inline-block;
        margin-left: .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: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

    label.middle {
        margin: 0 0 1rem;
        padding: .5625rem 0
    }

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

    .input-group > :first-child, .input-group > :last-child > * {
        border-radius: 0 0 0 0
    }

.input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    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 button, .input-group-button input {
        margin: 0
    }

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0
}

    .fieldset legend {
        background: #fefefe;
        padding: 0 .1875rem;
        margin: 0;
        margin-left: -.1875rem
    }

select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    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%28138, 138, 138%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: #e6e6e6;
    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,.1);
    border-color: #ec5840
}

.form-error, .is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

    .form-error.is-visible {
        display: block
    }

.accordion {
    list-style-type: none;
    background: hsla(0,0%,100%,.8);
    margin-left: 0
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    display: block;
    padding: .8rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #6C2BFF;
    position: relative;
    border: none;
    border-bottom: 0
}
    a.accordion-title:hover, a.accordion-title:active, a.accordion-title:focus {
        color: #6C2BFF;
    }
    :last-child:not(.is-active) > .accordion-title {
        border-radius: 0 0 0 0;
        border-bottom: none
    }

.accordion-title:focus, .accordion-title:hover {
    /*background-color: hsla(0,0%,100%,.8)*/
}

.accordion-title:before {
    content: "+";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active > .accordion-title:before {
    content: "–"
}

.accordion-content {
    padding: 1rem 1rem .5rem;
    display: none;
    border: none;
    border-bottom: 0;
    background-color: hsla(0,0%,100%,.9);
    color: #007bc3
}

:last-child > .accordion-content:last-child {
    border-bottom: none
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

    .button-group:after, .button-group:before {
        content: " ";
        display: table
    }

    .button-group:after {
        clear: both
    }

    .button-group .button {
        margin: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        font-size: .9rem
    }

        .button-group .button:last-child {
            margin-right: 0
        }

    .button-group.tiny .button {
        font-size: .6rem
    }

    .button-group.small .button {
        font-size: .75rem
    }

    .button-group.large .button {
        font-size: 1.25rem
    }

    .button-group.expanded {
        margin-right: -1px
    }

        .button-group.expanded:after, .button-group.expanded:before {
            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):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):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):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):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):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):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):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):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):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):last-child {
                margin-right: -6px
            }

    .button-group.primary .button {
        background-color: #007bc3;
        color: #fefefe
    }

        .button-group.primary .button:focus, .button-group.primary .button:hover {
            background-color: #00629c;
            color: #fefefe
        }

    .button-group.secondary .button {
        background-color: #417999;
        color: #fefefe
    }

        .button-group.secondary .button:focus, .button-group.secondary .button:hover {
            background-color: #34617a;
            color: #fefefe
        }

    .button-group.success .button {
        background-color: #3adb76;
        color: #fefefe
    }

        .button-group.success .button:focus, .button-group.success .button:hover {
            background-color: #22bb5b;
            color: #fefefe
        }

    .button-group.warning .button {
        background-color: #ffae00;
        color: #fefefe
    }

        .button-group.warning .button:focus, .button-group.warning .button:hover {
            background-color: #cc8b00;
            color: #fefefe
        }

    .button-group.alert .button {
        background-color: #ec5840;
        color: #fefefe
    }

        .button-group.alert .button:focus, .button-group.alert .button:hover {
            background-color: #da3116;
            color: #fefefe
        }

    .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button, .button-group.stacked .button {
        width: 100%
    }

        .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked .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;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    color: #666;
    background-color: #fff
}

    .callout > :first-child {
        margin-top: 0
    }

    .callout > :last-child {
        margin-bottom: 0
    }

    .callout.primary {
        background-color: #d0eeff
    }

    .callout.secondary {
        background-color: #e0ecf2
    }

    .callout.success {
        background-color: #e1faea
    }

    .callout.warning {
        background-color: #fff3d9
    }

    .callout.alert {
        background-color: #fce6e2
    }

    .callout.small {
        padding: .5rem
    }

    .callout.large {
        padding: 3rem
    }

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a
}

.menu {
    margin: 0;
    list-style-type: none
}

    .menu > li {
        vertical-align: middle
    }

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a, .menu button, .menu input {
    margin-bottom: 0
}

.menu > li > a i, .menu > li > a i + span, .menu > li > a img, .menu > li > a img + span, .menu > li > a svg, .menu > li > a svg + span {
    vertical-align: middle
}

.menu > li > a i, .menu > li > a img, .menu > li > a svg {
    margin-right: .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:50em) {
    .menu.medlarge-horizontal > li {
        display: table-cell
    }

    .menu.medlarge-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:after, .menu.align-right:before {
    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 i, .menu.icon-top > li > a img, .menu.icon-top > li > a svg {
        display: block;
        margin: 0 auto .25rem
    }

.menu.nested {
    margin-left: 1rem
}

.menu .active > a {
    color: #fefefe;
    background: #007bc3
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: .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: #fefefe;
        top: 0;
        left: 0;
        box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe
    }

    .menu-icon:hover:after {
        background: #cacaca;
        box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
    }

    .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: #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
        }

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 2
}

    .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: 5px inset;
        border-color: #007bc3 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: 5px inset;
    border-color: transparent #007bc3 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: 5px inset;
    border-color: transparent transparent transparent #007bc3;
    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: 5px inset;
            border-color: #007bc3 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: 5px inset;
        border-color: transparent #007bc3 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: 5px inset;
        border-color: transparent transparent transparent #007bc3;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:50em) {
    .dropdown.menu.medlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medlarge-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative
    }

        .dropdown.menu.medlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 5px inset;
            border-color: #007bc3 transparent transparent;
            border-top-style: solid;
            border-bottom-width: 0;
            right: 5px;
            margin-top: -2px
        }

    .dropdown.menu.medlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medlarge-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medlarge-vertical > li > a:after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medlarge-vertical > li.opens-left > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #007bc3 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medlarge-vertical > li.opens-right > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #007bc3;
        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: 5px inset;
            border-color: #007bc3 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: 5px inset;
        border-color: transparent #007bc3 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: 5px inset;
        border-color: transparent transparent transparent #007bc3;
        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: #fefefe;
    border: 1px solid #cacaca
}

    .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: 5px inset;
        border-color: transparent #007bc3 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: 5px inset;
        border-color: transparent transparent transparent #007bc3;
        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: 0;
    overflow: hidden
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen {
        padding-bottom: 56.25%
    }

    .flex-video.vimeo {
        padding-top: 0
    }

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #007bc3;
    color: #fefefe
}

    .label.secondary {
        background: #417999;
        color: #fefefe
    }

    .label.success {
        background: #3adb76;
        color: #fefefe
    }

    .label.warning {
        background: #ffae00;
        color: #fefefe
    }

    .label.alert {
        background: #ec5840;
        color: #fefefe
    }

.media-object {
    margin-bottom: 1rem;
    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: 1rem;
        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: 1rem
    }

    .media-object-section:last-child:not(:nth-child(2)) {
        padding-left: 1rem
    }

    .media-object-section > :last-child {
        margin-bottom: 0
    }

    .media-object-section.middle {
        vertical-align: middle
    }

    .media-object-section.bottom {
        vertical-align: bottom
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

    .pagination:after, .pagination:before {
        content: " ";
        display: table
    }

    .pagination:after {
        clear: both
    }

    .pagination li {
        font-size: .875rem;
        margin-right: .0625rem;
        border-radius: 0;
        display: none
    }

        .pagination li:first-child, .pagination li:last-child {
            display: inline-block
        }

@media screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    color: #767676;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

    .pagination a:hover, .pagination button:hover {
        background: #e6e6e6
    }

.pagination .current {
    padding: .1875rem .625rem;
    background: #999;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

    .pagination .disabled:hover {
        background: transparent
    }

.pagination .ellipsis:after {
    content: "\2026";
    padding: .1875rem .625rem;
    color: #0a0a0a
}

.pagination-previous.disabled:before, .pagination-previous a:before {
    content: "\00ab";
    display: inline-block;
    margin-right: .5rem
}

.pagination-next.disabled:after, .pagination-next a:after {
    content: "\00bb";
    display: inline-block;
    margin-left: .5rem
}

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: 4;
    background-color: hsla(0,0%,4%,.8);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 5;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    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 {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

@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: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.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: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: 700;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all .25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle:after {
    background: #fefefe;
    content: "";
    display: block;
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transition: all .25s ease-out;
    transform: translateZ(0);
    border-radius: 0
}

input:checked ~ .switch-paddle {
    background: #007bc3
}

    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%;
    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: .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: .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: 1rem;
    border-radius: 0
}

    table tbody, table tfoot, table thead {
        border: 1px solid #f1f1f1;
        background-color: #fefefe
    }

    table caption {
        font-weight: 700;
        padding: .5rem .625rem .625rem
    }

    table thead {
        background: #f8f8f8;
        color: #666
    }

    table tfoot {
        background: #f1f1f1;
        color: #666
    }

        table tfoot tr, table thead tr {
            background: transparent
        }

        table tfoot td, table tfoot th, table thead td, table thead th {
            padding: .5rem .625rem .625rem;
            font-weight: 700;
            text-align: left
        }

    table tbody tr:nth-child(2n) {
        background-color: #f1f1f1
    }

    table tbody td, table tbody th {
        padding: .5rem .625rem .625rem
    }

@media screen and (max-width:49.9375em) {
    table.stack tfoot, table.stack thead {
        display: none
    }

    table.stack td, table.stack th, table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover tbody tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

    .table-scroll table {
        width: auto
    }

.thumbnail {
    border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

    .thumbnail:focus, .thumbnail:hover {
        box-shadow: 0 0 6px 1px rgba(0,123,195,.5)
    }

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: .5rem
}

    .title-bar:after, .title-bar:before {
        content: " ";
        display: table
    }

    .title-bar:after {
        clear: both
    }

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.top-bar {
    padding: 0
}

    .top-bar:after, .top-bar:before {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar, .top-bar ul {
        background-color: none
    }

        .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:49.9375em) {
    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medlarge .top-bar-left, .top-bar.stacked-for-medlarge .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:0em),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:49.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),screen and (min-width:50em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width:50em) {
    .hide-for-medlarge {
        display: none !important
    }
}

@media screen and (max-width:49.9375em) {
    .show-for-medlarge {
        display: none !important
    }
}

@media screen and (min-width:50em) and (max-width:63.9375em) {
    .hide-for-medlarge-only {
        display: none !important
    }
}

@media screen and (max-width:49.9375em),screen and (min-width:64em) {
    .show-for-medlarge-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
    }

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait, .show-for-landscape {
        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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    transition-duration: .5s;
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform,opacity
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    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: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    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: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform,opacity;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform,opacity;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

    .scale-out-up.mui-leave.mui-leave-active {
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        transform: scale(.5);
        opacity: 0
    }

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform,opacity;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

    .spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
        transform: rotate(270deg);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

    .spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        transform: rotate(-270deg);
        opacity: 0
    }

.slow {
    transition-duration: .75s !important
}

.fast {
    transition-duration: .25s !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(.485,.155,.24,1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    transition-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important
}

.shake {
    animation-name: a
}

@keyframes a {
    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-ccw, .spin-cw {
    animation-name: b
}

@keyframes b {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: c
}

@keyframes c {
    40%,50%,60% {
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        transform: rotate(-7deg)
    }

    0%,30%,70%,to {
        transform: rotate(0)
    }
}

.shake, .spin-ccw, .spin-cw, .wiggle {
    animation-duration: .5s
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: .75s !important
}

.fast {
    animation-duration: .25s !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(.485,.155,.24,1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    animation-delay: .3s !important
}

.long-delay {
    animation-delay: .7s !important
}

h1, h1 strong {
    color: #2b3031;
    transition: font-size .5s
}

    h1 strong {
        font-weight: 700
    }

h2 {
    transition: all .5s
}

    h2, h2.sub {
        font-weight: 700;
        color: #2b3031;
        font-size: 1.5rem;
        margin-bottom: 1.25rem
    }

.intro p, h3, p {
    transition: all .5s
}

.main-intro p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #D5D5D6;
    line-height: 1.625rem;
}

.intro p {
    font-weight: 600;
    font-size: 1.375rem;
    color: #2b3031;
    padding-top: 0.4375rem;
    padding-bottom: 1.5625rem;
}

.intro h1 {
    line-height: 1.1;
    font-size: 2rem;
    transition: all .5s
}

    .intro h1 strong {
        font-weight: 800
    }

.main-intro {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.logo {
    display: block;
    overflow: hidden
}

    .logo h1 {
        /*display: block;*/
        /*max-width: 456px;*/
        /*height: 66px;*/
        /*text-indent: -5000px;*/
        /*background-image: url(../img/pfo-wilmington.png);*/
        /*background-position: 0 0;
        background-size: 100%;
        background-repeat: no-repeat;*/
        font-weight: 400;
        font-size: 64px;
        line-height: 59px;
        padding-bottom: 16px;
        font-family: BebasNeue;
        color: #ffff;
    }

@media only screen and (max-width:39.938em) {
    .intro h1 {
        font-size: 1.625rem
    }

        .intro h1 strong {
            display: block
        }

    .intro p {
        font-size: 1.1875rem
    }
}

@media only screen and (max-width:28.75em) {
    h2 {
        font-size: 1.25rem
    }
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.top_nav_wrapper {
    background-color: #161819
}

.header_nav_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2rem
}

.header_nav_wrapper, .main_nav_wrapper, .sticky_wrapper {
    background-color: #000000
}

.main_nav_wrapper {
    margin: 0;
    /*border-bottom: 7px solid #007bc3*/
}

    .main_nav_wrapper.fixed {
        position: fixed;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%
    }

.footer_wrapper {
    background-color: #26262C;
}

    .footer_wrapper .logo {
        height: 100px;
        width: 100%;
        /*height: 3rem;*/
        margin-left: 2rem;
    }

        .footer_wrapper .logo img {
            height: 100%;
        }

@media only screen and (max-width:63.938em) {
    .header_nav_wrapper {
        padding-top: 1.375rem;
        padding-bottom: .3125rem
    }

    .main_nav_wrapper {
        border-bottom: none
    }
}

.button {
    transition: font-size .5s
}

    .button.white {
        color: #6C2BFF;
        background: hsla(0,0%,100%,.8);
        font-weight: 700;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
        font-size: 1.5rem
    }

        .button.white.greyborder {
            border: 10px solid #d6d6d6
        }

            .button.white.greyborder:hover {
                background: #d6d6d6
            }

            .button.white.greyborder.active {
                background: #d7d7d7
            }

.menu > li > a {
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-align: center
}

.content_wrapper {
    /*background: #fff url(../img/content-bg.jpg) 100% 0 no-repeat*/
    background: #F4F4F4;
}

.content {
    padding-top: 1.5625rem;
    padding-bottom: 1rem
}

    .content .callout {
        background: none
    }

    .content .advisers_pensions .callout.advisers {
        padding-right: .9375rem
    }

    .content .advisers_pensions .callout.pensions {
        padding-left: .9375rem
    }

    .content .advisers_pensions .callout h2 {
        font-size: 1.375rem;
        line-height: 1;
        color: #fff;
        background-color: #4d5557;
        background-image: url(../img/asterisk.svg);
        background-position: 1.375rem 50%;
        background-size: 17px 19px;
        background-repeat: no-repeat;
        padding: 1.25rem 1.25rem 1.25rem 3.75rem;
        margin-bottom: 0;
        font-weight: 400
    }

    .content .callout h2 strong {
        font-weight: 700
    }

    .content .callout ul {
        background: #fff;
        margin: 0;
        padding: 1.25rem 1.25rem 1.25rem 0;
        color: #2b3031;
        font-size: 1.125rem;
        box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.08);
    }

        .content .callout ul li {
            margin: 0 0 1.25rem;
            padding: 0 0 0 3.75rem;
            list-style: none;
            background-position: top .25rem left .9375rem;
            background-size: 30px 30px;
            background-repeat: no-repeat
        }

    .content .callout.advisers ul li:first-child {
        background-image: url(../img/target-crosshair.svg)
    }

    .content .callout.advisers ul li:nth-child(2) {
        background-image: url(../img/graph-pie.svg)
    }

    .content .callout.advisers ul li:nth-child(3) {
        background-image: url(../img/address-book.svg)
    }

    .content .callout.advisers ul li:nth-child(4) {
        background-image: url(../img/download.svg)
    }

    .content .callout.pensions ul li:first-child {
        background-image: url(../img/eye.svg)
    }

    .content .callout.pensions ul li:nth-child(2) {
        background-image: url(../img/target.svg)
    }

    .content .callout.pensions ul li:nth-child(3) {
        background-image: url(../img/graph-trend.svg)
    }

    .content .callout.pensions ul li:nth-child(4) {
        background-image: url(../img/check.svg)
    }

    .content .callout .button {
        font-weight: 700;
        font-size: 1.25rem;
        padding: .75rem 1.875rem
    }

    .content .grey_panel .button {
        font-weight: 700;
        padding: .625rem 1.875rem
    }

        .content .grey_panel .button.search {
            font-weight: 700;
            font-size: 1.75rem;
            padding: 1.125rem 1.875rem;
            background-image: url(../img/magnifying-glass.svg);
            background-position: top 50% right 28%;
            background-size: 30px 30px;
            background-repeat: no-repeat
        }

@media only screen and (max-width:63.938em) {
    .content_wrapper {
        background-position: top 0 right 30%
    }

    .main_nav_wrapper {
        height: 50px
    }
}

@media only screen and (max-width:47.938em) {
    .content_wrapper {
        background-position: top 0 right 40%
    }

    .content .grey_panel .button.search {
        background-position: top 50% right 5%
    }
}

@media only screen and (max-width:39.938em) {
    .content_wrapper {
        background-position: top 0 right 50%
    }

    .content .advisers_pensions .callout.advisers {
        padding-right: 0;
        margin-bottom: 3.75rem
    }

    .content .advisers_pensions .callout.pensions {
        padding-left: 0
    }
}

@media only screen and (max-width:23.438em) {
    .content .grey_panel .button.search {
        text-align: left;
        padding-left: 1.25rem
    }
}

.feature_slider {
    background-color: #f3f3f3;
    padding: 2.8125rem 2.5rem;
    display: none;
}

    .feature_slider .slick-prev {
        left: 15px;
        transform: rotate(180deg)
    }

    .feature_slider .slick-next, .feature_slider .slick-prev {
        border: none;
        position: absolute;
        top: 44%;
        z-index: 1;
        width: 20px;
        height: 36px;
        background: url(../img/chevron.svg) 0 0 no-repeat;
        background-size: 20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        opacity: .3
    }

    .feature_slider .slick-next {
        right: 15px
    }

        .feature_slider .slick-next:hover, .feature_slider .slick-prev:hover {
            opacity: .7;
            cursor: pointer
        }

        .feature_slider .slick-next:focus, .feature_slider .slick-previous:focus, .feature_slider .slick-slide:focus, .feature_slider .slide_panel:focus {
            outline-color: transparent;
            outline-width: 0
        }

    .feature_slider .slide_panel .callout {
        position: relative;
        border-top: 3px solid #000;
        margin: 0 .625rem;
        background: #fff;
        height: 420px;
        overflow: hidden
    }

        .feature_slider .slide_panel .callout:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 78%,#fff)
        }

    .feature_slider .slide_panel.type_a .callout {
        border-top-color: #ca7135
    }

    .feature_slider .slide_panel.type_b .callout {
        border-top-color: #685960
    }

    .feature_slider .slide_panel.type_c .callout {
        border-top-color: #36858c
    }

    .feature_slider .slide_panel .callout h1 {
        font-weight: 600;
        font-size: .875rem;
        line-height: 1.1;
        color: #fff;
        padding: .3125rem .3125rem .3125rem .5rem;
        background: #767676;
        text-transform: uppercase
    }

        .feature_slider .slide_panel .callout h1 strong {
            font-weight: 800;
            color: #fff
        }

    .feature_slider .slide_panel .callout h2 {
        font-weight: 600;
        color: #2b3031;
        font-size: .875rem;
        margin: 0 .625rem .4375rem
    }

    .feature_slider .slide_panel .callout .img_wrapper {
        height: 170px;
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        margin: 0 .4375rem 1rem
    }

        .feature_slider .slide_panel .callout .img_wrapper img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            margin: auto;
            padding: .625rem;
            max-width: 100%;
            max-height: 100%
        }

    .feature_slider .slide_panel .callout p {
        padding: 0 .625rem
    }

    .feature_slider .slide_panel .button {
        font-size: .8125rem;
        font-weight: 700;
        display: block;
        margin: 0 .625rem
    }

    .feature_slider .slide_panel.type_a .button {
        background-color: #ca7135
    }

    .feature_slider .slide_panel.type_b .button {
        background-color: #685960
    }

    .feature_slider .slide_panel.type_c .button {
        background-color: #36858c
    }

.compact_feature_slider_thumbs {
    background-color: #f3f3f3;
    padding: 0 .9375rem .9375rem
}

    .compact_feature_slider_thumbs .slick-prev {
        left: 15px;
        transform: rotate(180deg)
    }

    .compact_feature_slider_thumbs .slick-next, .compact_feature_slider_thumbs .slick-prev {
        border: none;
        position: absolute;
        top: 44%;
        z-index: 1;
        width: 20px;
        height: 36px;
        background: url(../img/chevron.svg) 0 0 no-repeat;
        background-size: 20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        opacity: .3
    }

    .compact_feature_slider_thumbs .slick-next {
        right: 15px
    }

        .compact_feature_slider_thumbs .slick-next:hover, .compact_feature_slider_thumbs .slick-prev:hover {
            opacity: .7;
            cursor: pointer
        }

        .compact_feature_slider_thumbs .slick-next:focus, .compact_feature_slider_thumbs .slick-previous:focus {
            outline-color: transparent;
            outline-width: 0
        }

    .compact_feature_slider_thumbs .slide_panel {
        position: relative
    }

        .compact_feature_slider_thumbs .slick-slide:focus, .compact_feature_slider_thumbs .slide_panel:focus {
            outline-color: transparent;
            outline-width: 0
        }

        .compact_feature_slider_thumbs .slide_panel:hover {
            cursor: pointer
        }

        .compact_feature_slider_thumbs .slide_panel .callout {
            position: relative;
            border-top: 4px solid #000;
            margin: 0;
            background: #fff;
            height: 70px;
            overflow: hidden
        }

        .compact_feature_slider_thumbs .slide_panel:not(.slick-current):after {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: hsla(0,0%,100%,.5)
        }

        .compact_feature_slider_thumbs .slide_panel .callout:after {
            content: " ";
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            height: 50px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 78%,#fff)
        }

        .compact_feature_slider_thumbs .slide_panel.type_a .callout {
            border-top-color: #ca7135
        }

        .compact_feature_slider_thumbs .slide_panel.type_b .callout {
            border-top-color: #685960
        }

        .compact_feature_slider_thumbs .slide_panel .callout h2 {
            font-weight: 600;
            color: #333;
            font-size: .875rem;
            line-height: 1.1;
            margin: .75rem .625rem .4375rem
        }

        .compact_feature_slider_thumbs .slide_panel .callout p {
            padding: 0 .625rem
        }

        .compact_feature_slider_thumbs .slide_panel .button {
            font-size: .8125rem;
            font-weight: 700;
            display: block;
            margin: 0;
            padding: .5rem 1rem
        }

        .compact_feature_slider_thumbs .slide_panel.type_a .button {
            background-color: #ca7135
        }

        .compact_feature_slider_thumbs .slide_panel.type_b .button {
            background-color: #685960
        }

.compact_feature_slider_main {
    background-color: #f3f3f3;
    padding: .9375rem .9375rem 0
}

    .compact_feature_slider_main .slick-prev {
        left: 25px;
        transform: rotate(180deg)
    }

    .compact_feature_slider_main .slick-next, .compact_feature_slider_main .slick-prev {
        display: none !important;
        border: none;
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 20px;
        height: 36px;
        margin-top: -8px;
        background: url(../img/chevron.svg) 0 0 no-repeat;
        background-size: 20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        opacity: .9
    }

    .compact_feature_slider_main .slick-next {
        right: 25px
    }

    .compact_feature_slider_main:hover .slick-next, .compact_feature_slider_main:hover .slick-prev {
        display: inline-block !important
    }

    .compact_feature_slider_main .slick-next:hover, .compact_feature_slider_main .slick-prev:hover {
        opacity: .9;
        cursor: pointer
    }

    .compact_feature_slider_main .slick-next:focus, .compact_feature_slider_main .slick-previous:focus {
        outline-color: transparent;
        outline-width: 0
    }

    .compact_feature_slider_main .slide_panel {
        position: relative;
        background-color: #d7d7d7;
        min-height: 40px
    }

        .compact_feature_slider_main .slick-slide:focus, .compact_feature_slider_main .slide_panel:focus {
            outline-color: transparent;
            outline-width: 0
        }

        .compact_feature_slider_main .slide_panel .callout, .compact_feature_slider_main .slide_panel .callout_grad {
            position: absolute;
            top: 0;
            left: 0;
            width: 25%;
            margin: 0;
            padding: .75rem;
            background: hsla(0,0%,46%,.6);
            height: 100%;
            overflow: hidden;
            color: #fff
        }

            .compact_feature_slider_main .slide_panel .callout:after {
                content: " ";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 50px;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAA8CAYAAACHHY8HAAASC0lEQVR4AeyUQa7kQAhDeeq/HWnuf5mfm3nU4amt1AFm1SwSiiojYxDztf9oX/sa1+/1Cnm7w+w/kyGsu8b9TXoS1Gfc96GhvD8Ivp8wMTmzPpuPfTBpgtpmEjFwnyNMG6MMFFUwz4RyNYf5xnNhfLLQ74NXq99fUYiopjxf7V2LNdjUwXrSGpPcFf6EedFaLPuTt+Sweq9N9KQHIWmUkVhG1W8fCTKJLRRjJ1NVPp2VnHQGeGiQipiWsF4lSBVgQdv/ttvIyFyWqkqMliA6nY5VF0LOQRTQeh6lHvxSLJ0NBP0w87LUZs3y9ejNYxRG0bwwQx7cah7oIVmXFV5OKiK77aL96uDlaDEe2TRlUI7Dk4G8dx4NGVtRDcljE5d9lozNSWTQ4lUEN07Hp/z9OD/k4Gc5njzfHrL5va4/tmGH7dh71SbC2gxfiOiGsfawXrx3IGw8EUJnwNK7xpr63Co1CdaEuFXwd6wyuQiobEcRa6iMPye0ctDWHyt3Y94x6O2H6lkzQTrDz+XqHHFd198kAC26SWKLF7HaU5U1HS+OPPFEt7FadpZKTqqJtf+jw+5xJSmCIAB3SI+9AQ4nwMfBwsLnyOzNCo26Q9+EhodYzVP1X2Vm/GRWBhRqNJ8g6aUjbVVxOR3beR5WAg/c+2xYsCgwHGoZG5vrD7zJkeSV5404T2Uutkw9xyxehftV7LDJR/s1P2KTs0Tb8b9eq7h0aN65lHFpt7NYmKfokS/aT9N+qsr84pa7hDTM8n6ijsm7KM/sdAolH27elquwzMTsVVlFeBXut1bo2ZWHUtIKnQNM0gng7cnFaSm2vrNi1z5mCKeH5HcShVz6SO8kYtZxbPZOv89d1oR3kr/YdphdyMAGdKtgd9y4FEpgD0V5CwHSIZZO59LzfL3+EYCDJ9c5A1dFXzQU/Kcq/lmRBVklcBSEe8An61sPmBtT14JeD9gt0xWsqvbpvn2qeG7eNgOoDmnPL0RmZGPCqPE2nVrYkkU8bSvSqiZN6td1vf7lqswlZwtDuQvYJMa4Qv7EWwqdJ8gbQ5VcRDppSDnPZcaHtKnBbDMiM17ySFsRXHEKBQ1ti3Lr6+49lVTgCxHPfWBX3a0gEeyTpJpAlrprdpgdVe98xWCF3vDy6ip/7wqQ3vv9GAN2/922tYLR3Q2ep5DtClRG8kZyZjbLdzZIWAYwl2uYcUbHkKVSvx6atdOxWRCyTtNtVtPKC3Ym/fyPBK9uuPCV6/wirLaiBGCzBDZ9Je3bsw0jhmmzFycmAmw5TjMq+i23N2vEKtPTom8PuEmnapWhQl4iozrJLEr+FZDZ4RC11EDbk2Jrez3vns/drB0juRn3Rx63PPduRlWnpbGfOLEoo9crlnNS1rZjqXmyz9nlTpXC8cpWP59NIZXB3522pgFEsKsLuNjc3AqpwVwkbtjOfjQwJmPTxkzM56BpCX16wiP4nz///XN0b7t9QJ8RZf9eWs7C5tKvXx210sXfCz8bs7pE/lZcTQh8BhpmuLsMkRuUe3ZytlLeTvWkBNOwQIy8uV3Aflra7sL99QSJZD4FcLSOtOv2a845jVNw51CcNhC4jHFiKPUAcRoy2ewob8lU3TX3XRHKhrc5P9o51+4iN3h5pLBRdW3VTgLgLM5GSOnzLp5e15qmJyd/+37SGYpAyd2ISiefypodxjDRdm+KKWhyz7yp+BhVt2LcDAs7Z4eFnE8J20I5a3hoCDs+7P9l+Lk6KJz2kR0gFHAADt5O/I8WoFjT1zaWcR1AuMeBHxcFcMDlFLjtO+L08QZWnElzIXDCSTqfLx9J5slTjVlOM/sOJ3ugSqEyFm6yOYBOF9Jjvw6V6UFJRWRP6+XSMqfvbEAzziht+hriUgsbzcgRUapf6pHC/pbKfwTNjsPHK1AQaRA6xXi1Mm5pCQ0FMLO0mh6r7WJvApzTsk2vP81JjQE/fUSW3o+KCgvWtfzqBnY20t0Un4QREheYmFN9bMjUZ0RVYNNvPCcnV350E3tcBlUWhSDf73t45wEFxR6P/tfOHePYkhRRGK5o9cxsEosNYLECNoCFxTqwkB5YWCwBExcDCQchBZqrevXpVzbTGgkJCSgD7utbtzIzMjLixDlRk+vQAjOdwHJZquVBwjArcD1b7o6VgJ64F77VjkPEiwLdbhVkuzialBhrId1MD6sRsh7LnZcC/hPPOAUOvFqvdVc/pyhVNKEyGThbHZ9gsYKYp3xjjyLInmILM2+/PWu9kNETVGFhMTATuNPIRbkdy7yGb+1D6KFiP7DzvtSBLz9FqM7Q/9kkqOEJ5IFziOBrn8BzR0bMnkmsT1WsOCaKATmcgLAWYzuecR+ge80wXWmEXSX4V+EadbZ3dLeM27z2SR24njoPDulRMNtAq2zjkfyh1h3bec37XvPd65Nw1s+XXFUdwiy4/KYAK882Kf8SI0hSItTT1wIPzFGQ5JBxdPslqgKD2/PJZjOTopo0gQlt3G46pARS3Gd61HcgF6EXPoY7uSlkA9PPly9ffiZ+3huBMF1EI2pkb39l2xuCM8n8x6QiH/+rpaL58uV3P7+0a0yIgTDK/lHg4PSJ/SrR8gdt5zFd/NntETtOh3PRgwaDNuOUCDM14HwbtBRsKvBiyAjk3OGOr69xTv2/E44y4M6Tsi2uA/UZ8BUqZ67v9gl5wRMA9Tzsg3ph0oQGXlkVfJIiZx73GCuau3NPvWaa999PvKvikc0XXS7ex+6B/0G8Y+KLKnwynpYC0uXrlvFNQDR2wYShFNxQcayfcKRSf3tTXr8gvc4udjUCB4e5R1VDmFewBHb6cKtNME0NzfI7lT5AcuNaZQssD9YMeIdKLreYAGlM1xXKhmP6cJVESwZvS4suG462gRui5tkQ0zIEUnzf6/oW5Q2HxGI+idRuG7B15iL68HaVd4AtqHZUdcccPJCiRofFsMw45cMEYnjhuP2Q4u8hbBp0vUTTpzAkJ4hCg1p3kiWWGS1hcUKtegPtjP5TWfh7WeeXNtxGn7WcGkAaqe9Sz3oEdmYvGbmwcnejFLcbmqLykFFcuzz9scsCAEhHVVKkwPE7XdeMPLNwr1CQOhW/dv+JU0j6yEwtmdm9lIPrfDaqvfS4XyFdE1BR32JM2C7PcRBDdMO+W0ZDhAj8B15aKDez5xIvwxmN0tCK9FAAcckpJQVa23MX212Xwc4K9XtilYZ3GlzZV+XoCAQiyksd+DV0MfYcZ2L64oA1rXlVbq60dJVN3VXXqlBawkD1dl2TS29fLItE3H81zV60Gq558IpbSegps0nTT+EmP3Nplj5Buw2Nv5xNYTkiT8n9fu313Q7aaUbrwpyiLq6Q9c3iTIhhb8/Whx8k0Jh/1ngcRwajFeAWBSVl6ExEVl0LD8LbiWt+oGDmf6Hv3uFEujr2v+KWu8aB3LfWed/Zb5Eb04NDyRCp+Nsg2AfunM5IDE4rk6o0YI0XMIKBkjwH8OjNDXtUtq+TbYdVYIf96D9WxKVQpjpV3vjVyZ9uoq75Wvx9xHZ3qKMPEJN0rvfZVx2XuiIwOWwS5vIBOffgZbPxjxNucTSxb0njGcrZOvR79srk5O0c0pCPUy8U6vQAPjiBOnstP1fzQchp4KVjTMhopI1p22XWXXMVUrQcfq1viwTmfj/uN9dgTR1nMb+tB25SaUhpel1n2rVQUbn91itbzkwzTaS9AsImi01fSer8Kd3DFknBdlujFg3c3aursEpM4ltOQYj1XCib9NiZ40CYhJ0XOPntljN0bXGOIlXrhf6wITlfB9GcTpjINV3NOrE4i7OxCKH4XJgY2kYr6Qo5Vhf+cjfkcHnX1/OQhgL9vRIF5lnd6DRJzyyhXpG8qIha9GtU33kxJ79HP0YwvW2BPHTLTdAJTsnnw5J+8xy4XLexWvyxQ+iZo8ws+kNsFcBVgUv4gs9tbG8ApeSqbe9/p9bXdjFNIg5vUg7Ej0W1MmCJzN+fuD+0jilfkitW/eQNm2Lj/s3nRoHwnodFzjY85z0435Ud7PyOzz5YZ/0hFgUHS45N1tNYVjIMStHIkqScyRXVv0LlHxtBFHuRI8Sx549QBLgQgRIXx3yGUMiFPPlIF9/7+HrByVF6vhddUqA0FOeDU2fA6El651P7NHpo37tGd45EjC6qI5oKOdSIJDGmg7BeXOU3VW761klrYRVYoW/VSV8sggLYalmPkvn4xGHv2aMLt9F4OVtvh8pbd6J9dwbUstBxatJRHOHag+wGWESsFT0STEVpHmy+Eblf7w5U0Aq6WeztzjyNhLfnpw9h914DWm8mtgPvdrfZH6W1nSDpMX6wjSCkGBB2QprYBNQ+ceU5NoaDhUqnCx5Ks9kea2JPDsOsE52CXgxD2rtP7yp9/BUq/yTQJRMqC6fyXgVK11SgvCYNQtdUoEwb3mIqToHSkO09sZhEf9tJMi4BgtG04hahSpBZQlz1yiw9hflBSToawFjISw7NcSfvA0+R6/t17XsFSjzLjxQowejPBEr+Lbgf4mZbcD8RKAtyCJQNqp8LlE4+m2TeR1yy7BW0KW8HMOP/xhgBqQxUVAas9E0y//kUKM+M8z8hUDJVi8Rlb0+dPYjh0NvbtC8snDZWX1id6gJgsyevFvRvPhYo5Zl/n0AJJH0iUHrcpwIlr6yQUAP11yLIIVCuJWH4rI15LC3bTDESx71vbXxFIfAiPkkRuhP98s5xf1GeIIFVYTmxpdRaW6jg+SDOvQLldQqUtkQcjUAp+wmkUqPuMY+DGj6s0bYCpXcsTMrm9i08yFFFgooue75F5zPkRgV+YEISkwLn/u7hKv/6f4Ey3WMhUIWJ/JfHgimlMGDCAtoKRzw6uYyzTtFY28J9X5TX336EQKmWEbD3FCiruZ0CZRK7JVWg1Ktgv/HhnwuUBm0eqj6bBgdp0+Z/pHiqysycIdBawT7SXgYd25uXq5zD7t/sVwX879rxrXPYB3u9sN/e4ggmxOgo6IUWM+/4wH6Qrf2lXx5y+1YtAeKxIqXLExqjgu6a1YwBe35Nqy/jGbsO6hDn9EoYJYlOOmXchCt99Zz8Y+KcDWk9Me7Td2SBDTagUXuZZX9vP4KlHjSewfct7RAoH9YrAqWCgjUIGqtfcls40IadsA1P5FWuyNaNet0Qv7hHuBzzLkrlJaDr17nByWbPk8CTChoPc5XdmO6xz65ms37feYTJ79bxCxe00nL8B9nLfteSUG1jXk7hCXYkriMVhCbo+GwozKqjT434envif+ahyB48Vky+gdrg94yfr3aOGlW+vGe7nrULumYU5zblRu7BKza/SMmrIAZX/P8TBpUUNh8yY225PlLyk9YK5qMa3LaxyhksyVzLc2bM67b4G/J2nbKx4N25DbZA1aoL5tJYZAvIhnPfvEsC2avHk2jM6DujIGFBivtuMtxrqS21Qc7d52+zPUHicWGNWk6IFE0m63QxgpopB/oIya3z62UbQbds85ulNoMnV4z/EIyrgzqjcSqeh9QxxIzDXRzcy5Q4z4yIsN2Uo3uoMMCFyaZ5nPf458dkJEf6OpRnBi/Doe5lqw115zciwQ5LvKFjJHS0lha1e4INg6ebZSNk/rl25J1dp3Yer96cJHKUnDW7ztZG1MU1Ak9taXscxamadljymqYLK7OpxIhFGyS4r9tXfD5y9E4lj9sW7nsIsHa1vWlN9dCdafZcbXpldky0atZSdrtYNCtjKBHWSdoZkDgv1kwcQH3VciG9ZdJZFHgpNsykDedEfW17NhE1Rg6Tg+raXXnU3dc8Dul+nEocCJi7mZNYLzsbzcuQZaNaKvSC+1qlG+dUPjpWAYAxPqxYdC91fh2pVx8W9qqs8LmxHbi3fmgNrUFp7cDwqd9UkwZbXOddDnz88M9mECRdlGxtHpUyP5N1nSxIbdoNR5yT9tpPUEP2bx3xGMFOtKhqMeP+khZ29pj/iXbPtTU7epr5viWNHQAp/+uacb8sgA5rpxe0ZKN42K4HrYlDZr6zpKH9PcUWVgaKFJrkx67wCP4r0sjBAVXGW/cbCMplbQA3qc6dZqpqfhwTiifyvhHoA0bVUzJSy7BZJwtWV+8VYaare2eB95kucsepnYG0EvOb9e6VyUlDUEoYcMlvWdQCS3u1jmJ5IZJFbyC2ul8WQFr3yL/G9Sgt/yVKy5a9vvgnJFCdj4e/ixcAAAAASUVORK5CYII=")
            }

        .compact_feature_slider_main .slide_panel h2 {
            color: #fff;
            padding: 0;
            margin: 0 0 .4375rem;
            font-size: 1.25rem;
            line-height: 1.1
        }

        .compact_feature_slider_main .slide_panel p {
            color: #fff;
            padding: 0;
            font-size: 1rem;
            line-height: 1.2
        }

@media only screen and (max-width:67.438em) {
    .compact_feature_slider_main .slide_panel .callout {
        width: 33.3%
    }
}

@media only screen and (max-width:63.938em) {
    .compact_feature_slider_main .slide_panel .callout {
        width: 25%
    }
}

@media only screen and (max-width:47.938em) {
    .compact_feature_slider_main .slide_panel .callout {
        width: 33.3%
    }

    .compact_feature_slider_main .slide_panel h2 {
        font-size: 1.125rem;
        line-height: 1.1
    }

    .compact_feature_slider_main .slide_panel p {
        font-size: .875rem;
        line-height: 1.2
    }
}

@media only screen and (max-width:35.438em) {
    .compact_feature_slider_main .slide_panel .callout {
        width: 50%
    }

    .compact_feature_slider_main .slide_panel h2 {
        font-size: .875rem;
        line-height: 1.1
    }

    .compact_feature_slider_main .slide_panel p {
        font-size: .75rem;
        line-height: 1.2
    }
}

@media only screen and (max-width:26.25em) {
    .compact_feature_slider_main .slide_panel .callout {
        display: none
    }

    .compact_feature_slider_main .slide_panel h2 {
        font-size: .75rem;
        line-height: 1.1
    }

    .compact_feature_slider_main .slide_panel p {
        font-size: .6875rem;
        line-height: 1.2
    }
}

.featured_panel {
    background-color: #f3f3f3;
    padding: 0 .9375rem
}

    .featured_panel .image {
        position: relative
    }

        .featured_panel .image p {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: hsla(0,0%,46%,.5);
            color: #fff;
            margin: 0;
            padding: .625rem .75rem;
            font-weight: 700;
            line-height: 1.2
        }

    .featured_panel .caption {
        padding-top: .625rem;
        float: left;
        width: 100%;
        display: block;
        clear: both
    }

        .featured_panel .caption p {
            padding: .625rem .75rem;
            line-height: 1.2;
            margin-bottom: 0
        }

@media only screen and (max-width:39.938em) {
    .featured_panel .image p {
        font-size: .875rem;
        padding: .625rem .75rem
    }
}

@media only screen and (max-width:26.25em) {
    .featured_panel .image p {
        font-size: .75rem;
        padding: .375rem .5rem
    }
}

@media only screen and (max-width:23.438em) {
    .featured_panel .image p {
        font-size: .6875rem;
        padding: .25rem .4375rem;
        line-height: 1.1
    }
}

#footer {
   /* background-image: url(../img/With_logo-RGB-Primary-White.png);
    background-position: bottom -2.125rem left -2.0625rem;
    background-size: 253px;
    background-repeat: no-repeat;*/
    padding-bottom: 5.9375rem
}

    #footer .powered-by {
        /*margin-left: 30px;*/
        margin-bottom: 1.875rem;
    }

        #footer .powered-by h2 {
            font-weight: 400;
            color: #D5D5D6;
        }

    #footer p {
        /*color: #767676;*/
        /*padding-left: .9375rem;*/
        margin-left: 30px;
        padding-right: .9375rem;
        margin-bottom: 0;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        color: #D5D5D6;
    }

    #footer p, .top_nav {
        font-size: .875rem
    }

        .top_nav .social {
            position: relative;
            padding-right: 55px
        }

            .top_nav .social span:not(.text) {
                text-indent: -5000px;
                display: block;
                position: absolute;
                top: 0;
                width: 26px;
                height: 2.25rem;
                margin-left: .9375rem
            }

        .top_nav .linkedin {
            right: 33px;
            background-image: url(../img/social-linkedin.svg);
            background-size: 19px 19px
        }

        .top_nav .linkedin, .top_nav .twitter {
            background-position: 0 50%;
            background-repeat: no-repeat
        }

        .top_nav .twitter {
            right: 0;
            background-image: url(../img/social-twitter.svg);
            background-size: 22px 19px
        }

@media only screen and (max-width:35.5em) {
    .top_nav .social span.text {
        display: none
    }
}

@media only screen and (max-width:28.75em) {
    .top_nav li a {
        padding-left: 0;
        padding-right: .625rem;
        font-size: .75rem
    }
}

.main_nav {
    position: relative;
    background-color: #000000;
}

.sticky-header {
    z-index: 1001;
}

.pfo-intro-banner {
    background: #000000;
    position: relative;
    overflow: hidden;
    clear: both;
}

    .pfo-intro-banner::after {
        content: '';
        background-image: url('../images/Rebranding/Union.svg');
        /*transform: rotate(-17.52deg);*/
        right: 0px;
        top: 0px;
        position: absolute;
        /*background-color: antiquewhite;*/
        width: 440px;
        height: 487px;
        background-repeat: no-repeat;
    }

.main_nav_menu {
    font-size: .875rem;
    color: #FFFFFF;
    margin-bottom: 0px;
}

    .main_nav_menu li {
        /*padding-right: .875rem;*/
        transition: padding 1s;
        font-weight: 400;
        margin: 0;
        list-style-type: none
    }

        .main_nav_menu li a {
            /*padding: .625rem .625rem .625rem .3125rem;*/
            min-width: 20px;
            color: #FFFFFF;
            transition: padding 1s;
            text-decoration: none;
            font-weight: 400;
        }

            .main_nav_menu li a:hover {
                /*color: #007bc3*/
            }

    .main_nav_menu .home {
        /*text-indent: -5000px;*/
        /*background-image: url(../img/home.svg);*/
        /*
        background-position: 0 50%;
        background-size: 19px 19px;
        background-repeat: no-repeat*/
        float: right
    }

.main_nav_wrapper .login {
    position: absolute;
    right: 1.875rem;
    bottom: 0;
    width: 18%;
    display: block;
    background-color: #007bc3;
    color: #fff;
    text-align: center;
    padding: .375rem 1.5rem;
    font-weight: 800;
    background-image: url(../img/key.svg);
    background-position: top 50% right 15px;
    background-size: 24px 14px;
    background-repeat: no-repeat
}

.top-bar {
    padding-top: 0;
    margin-bottom: 0
}

    .top-bar ul li {
        /*float: right*/
    }

.main_nav_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;
    margin-left: 0px;
}

.menu-icon:after {
    height: 4px
}

#responsive-menu {
    display: block;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 24px;
}

    #responsive-menu .pfo-logo {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 24px;
        /* identical to box height, or 75% */
        /*width: 4rem;*/
        color: #FFFFFF;
        font-size: 42px;
    }

        #responsive-menu .pfo-logo span {
            min-width: 20px;
            color: #FFFFFF;
            transition: padding 1s;
            text-decoration: none;
            font-family: BebasNeue;
            font-weight: 400;
            display: flex;
            gap: 45px;
            align-items: baseline;
        }

        #responsive-menu .pfo-logo a {
            color: #FFFFFF;
            font-weight: 400;
        }

        #responsive-menu .pfo-logo img {
            width: 4rem;
        }

        .footer_nav {
            font-size: .875rem;
            padding: 1.875rem 0;
            margin-bottom: 0
        }

    .footer_nav li {
        padding-left: 0;
        padding-bottom: .625rem;
        list-style: none
    }

        .footer_nav li a {
            color: #d0d0d0;
            font-weight: 400;
        }

@media only screen and (max-width:71.875em) {
    .main_nav_menu li {
        padding-right: .4375rem
    }

        .main_nav_menu li a {
            padding: .625rem .25rem .625rem .3125rem
        }
}

@media only screen and (max-width:63.938em) {
    .main_nav {
        /*border-bottom: 7px solid #007bc3*/
    }
    .pfo-intro-banner::after{
        background: none;
    }
    .top-bar {
        padding-top: .625rem;
        margin-bottom: .625rem
    }
    #responsive-menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .main_nav_menu {
        padding-bottom: 2.8125rem;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0px;
    }

        .main_nav_menu.menu li {
            display: block;
            text-align: left
        }

        .main_nav_menu li a {
            text-align: left;
            padding-left: 0
        }

        .main_nav_menu .home {
            text-indent: 0;
            background-image: none
        }
}

@media only screen and (max-width:47.938em) {
    .main_nav_wrapper .login {
        width: 50%;
        right: 1.25rem
    }
}

#login_popup {
    background-color: #f3f3f3;
    padding: 0 3.75rem 2.5rem
}

    #login_popup h1 {
        font-size: 1.375rem;
        font-weight: 600;
        color: #2b3031;
        text-align: center;
        margin: 1.875rem 0
    }

    #login_popup input {
        font-size: 1.125rem
    }

    #login_popup .remember {
        float: left;
        width: 45%;
        height: 28px;
        margin-bottom: 2rem;
        font-weight: 600;
        font-size: 1rem;
        color: #666;
        line-height: 20px
    }

        #login_popup .remember input {
            border: 1px solid #cacaca;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            background: #fff;
            float: left;
            margin: 0 10px 0 0
        }

            #login_popup .remember input:checked {
                background: #fff;
                position: relative
            }

                #login_popup .remember input:checked:after {
                    content: "\2714";
                    color: #333;
                    background: none;
                    font-size: 1rem;
                    position: absolute;
                    top: 0;
                    left: 1px
                }

    #login_popup .forgotten {
        float: right;
        width: 45%;
        height: 28px;
        margin-bottom: 2rem;
        text-align: right;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1
    }

    #login_popup #login_submit {
        clear: both;
        font-size: 1.25rem;
        font-weight: 800
    }

.grey_panel {
    padding: 10px;
    background-color: #f3f3f3;
    overflow: hidden
}

    .grey_panel.dark {
        background-color: #d6d6d6
    }

    .grey_panel h3 {
        background-color: #fff;
        color: #2b3031;
        padding: .9375rem 1.25rem;
        font-size: 1.375rem;
        margin: 0
    }

    .grey_panel.x3 .columns {
        padding: 0
    }

        .grey_panel.x3 .columns .button {
            padding: .625rem .3125rem
        }

        .grey_panel.x3 .columns span {
            clear: both;
            display: block;
            margin-top: 7px;
        }

        .grey_panel.x3 .columns:first-child {
            padding-right: .3125rem
        }

        .grey_panel.x3 .columns:nth-child(2) {
            padding-left: .625rem;
            padding-right: .625rem
        }

        .grey_panel.x3 .columns:nth-child(3) {
            padding-left: .3125rem
        }

    .grey_panel.x2 .columns {
        padding: 0
    }

        .grey_panel.x2 .columns .button {
            padding: .625rem .3125rem
        }

        .grey_panel.x2 .columns span {
            clear: both;
            display: block;
            margin-top: 7px;
        }

        .grey_panel.x2 .columns:first-child {
            padding-right: .3125rem
        }

        .grey_panel.x2 .columns:nth-child(2) {
            padding-left: .3125rem
        }

@media only screen and (max-width:39.938em) {
    .grey_panel.x3 .columns span {
        clear: none;
        display: inline
    }

    .grey_panel.x3 .columns:first-child {
        padding-right: 0
    }

    .grey_panel.x3 .columns:nth-child(2) {
        padding: .625rem 0
    }

    .grey_panel.x3 .columns:nth-child(3) {
        padding-left: 0
    }

    .grey_panel.x2 .columns span {
        clear: none;
        display: inline
    }

    .grey_panel.x2 .columns:first-child {
        padding-right: 0
    }

    .grey_panel.x2 .columns:nth-child(2) {
        padding-left: 0;
        padding-top: .625rem
    }
}

@media only screen and (max-width:28.75em) {
    .grey_panel.x3 .columns .button {
        font-size: 1rem
    }
}

.sidebar_column {
    padding-left: 0;
    text-align: right
}

.adblock {
    margin-bottom: .9375rem;
    padding: .9375rem;
    background-color: #f3f3f3;
    text-align: left;
    display: inline-block;
    max-width: 100%
}

    .adblock img {
        width: auto
    }

.header_adblock .adblock {
    padding: 0;
    background: none;
    margin-bottom: 0
}

.footer_adblock .adblock {
    padding: .375rem
}

.adblock_medium {
    display: none
}

@media only screen and (min-width:64em) and (max-width:67.813em) {
    .sidebar_column {
        padding-right: .9375rem
    }

    .adblock {
        padding: 7px
    }
}

@media only screen and (max-width:63.938em) {
    .sidebar_column {
        padding-left: 1.875rem
    }

    .adblock {
        display: block;
        text-align: center
    }

        .adblock.adblock_medium {
            display: none
        }

    .header_adblock {
        margin-bottom: 30px
    }

        .header_adblock .adblock.adblock_large {
            display: block
        }

        .header_adblock .adblock.adblock_medium {
            display: none
        }
}

@media only screen and (max-width:51.25em) {
    .adblock_large {
        display: none
    }

    .adblock.adblock_medium {
        display: block
    }

    .header_adblock .adblock.adblock_medium {
        display: none
    }
}

@media only screen and (max-width:39.938em) {
    .sidebar_column {
        padding-left: .9375rem
    }
}

@media only screen and (max-width:31.25em) {
    .header_adblock .adblock.adblock_large {
        display: none
    }

    .header_adblock .adblock.adblock_medium {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:20.938em) {
    .adblock {
        padding: 0;
        background: none
    }

    .footer_adblock, .sidebar_column {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen and (max-width:20em) {
    .header_adblock {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

.unpadded.columns, .unpadded .columns, .unpadded_column {
    padding-left: 0;
    padding-right: 0
}

.unpadded_column_left {
    padding-left: 0
}

.unpadded_column_right {
    padding-right: 0
}

.small-padding-left {
    padding-left: .9375rem
}

.small-padding-right {
    padding-right: .9375rem
}

.no-top-padding {
    padding-top: 0 !important
}

.no-bottom-padding {
    padding-bottom: 0 !important
}

.no-top-margin {
    margin-top: 0 !important
}

.no-bottom-margin {
    margin-bottom: 0 !important
}

.no-left-padding {
    padding-left: 0 !important
}

.no-right-padding {
    padding-right: 0 !important
}

.no-left-margin {
    margin-left: 0 !important
}

.no-right-margin {
    margin-right: 0 !important
}

.top-padding-one {
    padding-top: 1rem !important
}

.bottom-padding-one {
    padding-bottom: 1rem !important
}

.top-margin-one {
    margin-top: 1rem !important
}

.bottom-margin-one {
    margin-bottom: 1rem !important
}

.top-padding-one-medium {
    padding-top: 0 !important
}

.bottom-padding-one-medium {
    padding-bottom: 0 !important
}

.top-margin-one-medium {
    margin-top: 0 !important
}

.bottom-margin-one-medium {
    margin-bottom: 0 !important
}

.top-padding-two {
    padding-top: 2rem !important
}

.bottom-padding-two {
    padding-bottom: 2rem !important
}

.top-margin-two {
    margin-top: 2rem !important
}

.bottom-margin-two {
    margin-bottom: 2rem !important
}

.top-padding-three {
    padding-top: 3rem !important
}

.bottom-padding-three {
    padding-bottom: 3rem !important
}

.top-margin-three {
    margin-top: 3rem !important
}

.bottom-margin-three {
    margin-bottom: 3rem !important
}

.top-padding-four {
    padding-top: 4rem !important
}

.bottom-padding-four {
    padding-bottom: 4rem !important
}

.top-margin-four {
    margin-top: 4rem !important
}

.bottom-margin-four {
    margin-bottom: 4rem !important
}

@media only screen and (max-width:63.938em) {
    .top-padding-one-medium {
        padding-top: 1rem !important
    }

    .bottom-padding-one-medium {
        padding-bottom: 1rem !important
    }

    .top-margin-one-medium {
        margin-top: 1rem !important
    }

    .bottom-margin-one-medium {
        margin-bottom: 1rem !important
    }
}

.league_tables p {
    font-weight: 600;
    font-size: 1.125rem;
    color: #2b3031
}

.league_tables .worldmap {
    display: block;
    background: url(../img/worldmap-bg.png) 50% 50% no-repeat;
    background-size: 95%;
    padding-bottom: 1.875rem;
    margin-bottom: 1rem;
    height: 370px;
    overflow: auto
}

    .league_tables .worldmap.autoheight {
        height: auto;
        overflow: hidden;
        background-position: 50% 0
    }

.league_tables .ukmap {
    display: block;
    background: url(../img/ukmap-bg.png) 50% 0 no-repeat;
    background-size: 100%;
    margin-bottom: 1rem;
    height: auto;
    overflow: hidden
}

.league_tables .callout {
    padding: 10px;
    text-align: center;
    margin-top: 80px
}

    .league_tables .callout h2 {
        display: none;
        margin-bottom: 0
    }

#register_panel, .league_tables #register_panel {
    background-color: #d7d7d7;
    padding: 0 1.25rem 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 4px 8px 8px 0 rgba(0,0,0,.1);
    display: none
}

    .league_tables #register_panel.active_panel {
        display: block
    }

    .league_tables #register_panel h3 {
        font-size: 1.0625rem;
        line-height: 1.3;
        font-weight: 800;
        color: #2b3031
    }

    .league_tables #register_panel p {
        font-weight: 400
    }

    .league_tables #register_panel form {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        display: none
    }

        .league_tables #register_panel form.active_form {
            display: block
        }

    .league_tables #register_panel input[type=submit] {
        font-weight: 800;
        padding-top: .8125rem;
        padding-bottom: .8125rem
    }

.subscriber_benefits div {
    margin-bottom: 1.25rem;
    display: table
}

    .subscriber_benefits div:nth-child(odd) {
        padding-right: .9375rem
    }

    .subscriber_benefits div:nth-child(2n) {
        padding-left: .9375rem
    }

    .subscriber_benefits div:first-child p {
        background-image: url(../img/fi-league-tables-results.svg)
    }

    .subscriber_benefits div:nth-child(2) p {
        background-image: url(../img/fi-league-tables-magnifying-glass.svg)
    }

    .subscriber_benefits div:nth-child(3) p {
        background-image: url(../img/fi-league-tables-address-book.svg)
    }

    .subscriber_benefits div:nth-child(4) p {
        background-image: url(../img/fi-league-tables-eye.svg)
    }

.subscriber_benefits p {
    display: table-cell;
    vertical-align: middle;
    background-color: #2b3031;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    color: #fff;
    margin: 0;
    padding: 1.25rem 1.5625rem 1.25rem 5rem;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    transition: all .5s
}

.league_tables_results {
    table-layout: fixed;
    width: 100%;
    border: none
}

    .league_tables_results tbody {
        background: none;
        border: none
    }

    .league_tables_results th {
        font-size: 1rem;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .league_tables_results td, .league_tables_results th {
        color: #2b3031;
        line-height: 1.2;
        border: none;
        transition: font-size .5s,padding .5s
    }

    .league_tables_results td {
        background: none;
        font-size: .875rem;
        font-weight: 600;
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .league_tables_results tr {
        border-bottom: 2px solid #868787
    }

        .league_tables_results tr, .league_tables_results tr:nth-child(2n) {
            background-color: hsla(0,0%,100%,.5)
        }

    .league_tables_results.top_pension_funds_table tr td:first-child, .league_tables_results.top_pension_funds_table tr td:nth-child(3), .league_tables_results.top_pension_funds_table tr td:nth-child(4), .league_tables_results.top_pension_funds_table tr td:nth-child(5) {
        text-align: center
    }

    .league_tables_results.top_pension_funds_table tr th:first-child {
        width: 10%;
        text-align: center
    }

    .league_tables_results.top_pension_funds_table tr th:nth-child(2) {
        width: 36%
    }

    .league_tables_results.investment_managers_table tr td:first-child, .league_tables_results.investment_managers_table tr td:nth-child(3), .league_tables_results.investment_managers_table tr td:nth-child(4), .league_tables_results.investment_managers_table tr td:nth-child(5), .league_tables_results.investment_managers_table tr td:nth-child(6), .league_tables_results.top_pension_funds_table tr th:nth-child(3), .league_tables_results.top_pension_funds_table tr th:nth-child(4), .league_tables_results.top_pension_funds_table tr th:nth-child(5) {
        text-align: center
    }

    .league_tables_results.investment_managers_table tr th:first-child {
        width: 10%;
        text-align: center
    }

    .league_tables_results.investment_managers_table tr th:nth-child(2) {
        width: 30%
    }

    .league_tables_results.advisers_table tr td:first-child, .league_tables_results.advisers_table tr td:nth-child(3), .league_tables_results.advisers_table tr td:nth-child(4), .league_tables_results.investment_managers_table tr th:nth-child(3), .league_tables_results.investment_managers_table tr th:nth-child(4), .league_tables_results.investment_managers_table tr th:nth-child(5), .league_tables_results.investment_managers_table tr th:nth-child(6) {
        text-align: center
    }

    .league_tables_results.advisers_table tr th:first-child {
        width: 10%;
        text-align: center
    }

    .league_tables_results.advisers_table tr th:nth-child(2) {
        width: 50%
    }

    .league_tables_results.advisers_table tr th:nth-child(3), .league_tables_results.advisers_table tr th:nth-child(4) {
        text-align: center
    }

@media only screen and (max-width:68.75em) {
    .subscriber_benefits p {
        font-size: 1.0625rem
    }
}

@media only screen and (max-width:63.938em) {
    .league_tables .worldmap {
        background-size: 75%;
        padding-bottom: 1.875rem
    }
}

@media only screen and (max-width:47.938em) {
    .league_tables .worldmap {
        height: auto;
        background-size: 85%
    }

    .league_tables .ukmap {
        height: auto
    }

    .league_tables .callout {
        margin-top: 40px
    }
}

@media only screen and (max-width:39.938em) {
    .league_tables .worldmap {
        height: auto;
        background-size: 95%
    }

    .league_tables .ukmap {
        height: auto
    }

    .league_tables .callout {
        background-color: hsla(0,0%,100%,.6)
    }

        .league_tables .callout, .league_tables .callout:hover {
            border: 10px solid #007ac3;
            padding: .5rem 0;
            margin-top: 0
        }

            .league_tables .callout:hover {
                background-color: hsla(0,0%,100%,.9)
            }

            .league_tables .callout img {
                display: none
            }

            .league_tables .callout h2 {
                display: block;
                font-size: 1.5rem;
                font-weight: 800;
                color: #007ac3;
                text-align: center;
                line-height: 1.1
            }

    .league_tables .columns span.black {
        clear: both;
        display: block;
        color: #2b3031;
        font-size: 1.5rem;
        font-weight: 700
    }

    .subscribe_promo h3 {
        font-size: 1.125rem
    }

    .league_tables_results th {
        font-size: .8125rem;
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .league_tables_results td {
        font-size: .75rem
    }

    .league_tables_results.top_pension_funds_table tr th:first-child {
        width: 15%
    }

    .league_tables_results.top_pension_funds_table tr th:nth-child(2) {
        width: 40%
    }

    .league_tables_results.investment_managers_table tr th:first-child {
        width: 15%
    }

    .league_tables_results.investment_managers_table tr th:nth-child(2) {
        width: 35%
    }

    .league_tables_results.advisers_table tr th:first-child {
        width: 15%
    }

    .league_tables_results.advisers_table tr th:nth-child(2) {
        width: 62%
    }
}

@media only screen and (max-width:28.75em) {
    .league_tables .button.white {
        padding-top: .625rem;
        padding-bottom: .625rem;
        font-size: 1.25rem
    }

    .league_tables #register_panel {
        background-color: #d6d6d6;
        padding: 0 .625rem 1.25rem;
        margin-bottom: 2rem
    }

        .league_tables #register_panel h3 {
            font-size: 1rem;
            font-weight: 800;
            color: #2b3031;
            text-align: center
        }

        .league_tables #register_panel p {
            font-size: 1rem;
            text-align: center;
            font-weight: 400
        }

        .league_tables #register_panel form {
            margin-left: .625rem;
            margin-right: .625rem
        }

        .league_tables #register_panel input[type=text] {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem
        }

        .league_tables #register_panel input[type=submit] {
            font-size: 1rem;
            font-weight: 800;
            padding-top: .8125rem;
            padding-bottom: .8125rem
        }

    .subscriber_benefits p {
        background-size: 30px;
        font-size: .9375rem;
        background-position: 16px 50%;
        padding: .9375rem .9375rem .9375rem 4.0625rem
    }
}

.country_profiles .accordion {
    background-image: url(../img/worldmap-bg.png);
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2.75rem
}

.country_profiles .accordion-item {
    border-bottom: 3px solid #6C2BFF
}

.country_profiles .accordion-title {
    font-size: 1.375rem;
    font-weight: 600;
    background-color: hsla(0,0%,100%,.7)
}

    .country_profiles .accordion-title:before {
        font-size: 2rem;
        font-weight: 800;
        margin-top: -.95rem
    }

.country_profiles .is-active > .accordion-title:before {
    margin-top: -1.1rem
}

.country_profiles .accordion-content {
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 400;
    color: #007bc3;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

    .country_profiles .accordion-content .row {
        margin-left: 0;
        margin-right: 0
    }

    .country_profiles .accordion-content .column, .country_profiles .accordion-content .columns {
        padding-left: 0;
        padding-right: .9375rem;
        margin-bottom: .625rem
    }

.country_profiles article {
    background-color: #fff;
    box-shadow: 5px 9px 24px rgba(0,0,0,.14);
    margin-top: 1rem;
    margin-bottom: 1rem
}

    .country_profiles article header {
        background-color: #767676;
        padding: .625rem .9375rem;
        border-top: 5px solid #007ac3
    }

        .country_profiles article header h2 {
            font-size: 1.375rem;
            line-height: 1.1;
            font-weight: 600;
            color: #fff;
            padding: 0;
            margin: 0 0 .2rem
        }

        .country_profiles article header p {
            font-size: 1.125rem;
            color: #fff;
            padding: 0;
            margin: 0
        }

    .country_profiles article .row {
        padding: 1.5625rem .9375rem .9375rem;
        position: relative
    }

    .country_profiles article .columns {
        padding-bottom: .625rem
    }

        .country_profiles article .columns.large-3 {
            clear: both
        }

        .country_profiles article .columns h3 {
            font-weight: 600;
            font-size: 1rem;
            line-height: 1.4;
            padding: 0
        }

        .country_profiles article .columns p {
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.4
        }

    .country_profiles article h2 {
        font-size: 1rem;
        margin-top: 2rem;
        margin-bottom: .3125rem;
        color: #666
    }

    .country_profiles article .image {
        float: right;
        padding: .9375rem;
        border: 1px solid #ccc;
        margin: 0 0 1.5rem 1.5rem
    }

@media only screen and (max-width:39.938em) {
    .country_profiles article .image {
        float: none;
        margin: 0 0 1.5rem;
        text-align: center
    }
}

.buttons_panel {
    display: inline-block;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
    background-color: #f3f3f3;
    overflow: hidden
}

    .buttons_panel.fullwidth {
        display: block
    }

    .buttons_panel a.button {
        max-width: 300px;
        width: 300px;
        margin-top: .9375rem;
        margin-bottom: .9375rem;
        font-size: 1.5rem;
        font-weight: 700;
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .buttons_panel.fullwidth a.button {
        max-width: 100%;
        width: 100%
    }

@media only screen and (min-width:64em) and (max-width:67.813em) {
    .buttons_panel {
        padding: 0 .4375rem
    }

        .buttons_panel a.button {
            margin-top: .4375rem;
            margin-bottom: .4375rem
        }
}

@media only screen and (max-width:63.938em) {
    .buttons_panel {
        padding: .625rem;
        width: 100%;
        display: table
    }

        .buttons_panel a.button {
            display: table-cell;
            width: 25%;
            border: 10px solid #f3f3f3;
            vertical-align: middle;
            margin-top: .9375rem;
            margin-bottom: .9375rem;
            max-width: none;
            font-size: 1.15rem;
            font-weight: 700;
            padding-left: .9375rem;
            padding-right: .9375rem
        }

        .buttons_panel.fullwidth a.button {
            display: block;
            max-width: 100%;
            width: 100%;
            margin: 0
        }
}

@media only screen and (max-width:39.938em) {
    .buttons_panel {
        padding: 0 .625rem;
        display: block
    }

        .buttons_panel a.button {
            margin-top: .625rem;
            margin-bottom: .625rem;
            font-size: 1rem;
            display: block;
            width: 100%;
            border: 0
        }
}

.find_an_adviser .grey_panel .button-group .button {
    width: calc(33.33333% - 10px);
    /*background-color: #417999;*/
    margin: 5px;
    padding-left: 0;
    padding-right: 0
}

    .find_an_adviser .grey_panel .button-group .button:last-child, .find_an_adviser .grey_panel .button-group .button:not(:last-child) {
        border: none
    }

    .find_an_adviser .grey_panel .button-group .button:hover {
        /*background-color: #36647f*/
    }

    .find_an_adviser .grey_panel .button-group .button.active {
        background-color: #53474d
    }

.find_an_adviser .faa_search_panel .faa_search:first-child {
    padding-top: 1rem
}

.find_an_adviser .faa_search_panel .faa_search:nth-child(4) {
    padding-bottom: 1rem
}

.find_an_adviser .faa_search {
    padding: 0
}

    .find_an_adviser .faa_search .large-3 {
        padding-right: 0;
        text-align: right
    }

    .find_an_adviser .faa_search .large-8 {
        padding-left: .75rem
    }

    .find_an_adviser .faa_search label {
        font-size: 1.25rem;
        font-weight: 600;
        color: #666;
        line-height: 1.25rem;
        padding: .625rem
    }

    .find_an_adviser .faa_search .submit_label label {
        text-indent: -5000px;
        text-align: left
    }

    .find_an_adviser .faa_search select {
        font-size: 1.25rem;
        line-height: 1.25rem;
        /*color: #007bc3;*/
        padding: .625rem 1.5625rem .625rem .9375rem;
        height: auto
    }

    .find_an_adviser .faa_search input[type=text] {
        font-size: 1.25rem;
        line-height: 1.25rem;
        color: #007bc3;
        padding: .625rem .9375rem;
        height: auto;
        width: 100%
    }

    .find_an_adviser .faa_search .button.search {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: .625rem;
        background-image: url(../img/magnifying-glass.svg);
        background-position: top 50% right 3%;
        background-size: 22px 22px;
        background-repeat: no-repeat;
        height: auto
    }

.find_an_adviser_search_results .grey_panel {
    position: relative;
    padding: .9375rem .9375rem 3.4375rem
}

    .find_an_adviser_search_results .grey_panel h2 {
        font-weight: 600;
        font-size: 1.125rem;
        margin: 0 0 .3125rem
    }

    .find_an_adviser_search_results .grey_panel a.button {
        position: absolute;
        left: .9375rem;
        bottom: .9375rem
    }

.find_an_adviser_search_results .faa_search_results h2 {
    margin-bottom: 0
}

.find_an_adviser_search_results .faa_search_results .faa_search_results_total h2 {
    font-weight: 400;
    font-size: 1.25rem;
    text-align: right;
    margin-bottom: 1.4rem
}

.find_an_adviser_search_results .faa_search_results article {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    padding: .9375rem .625rem;
    position: relative
}

    .find_an_adviser_search_results .faa_search_results article.premium {
        background-color: #fff;
        border: 1px solid #007bc3;
        box-shadow: 5px 9px 24px rgba(0,0,0,.14);
        margin-bottom: 2rem
    }

    .find_an_adviser_search_results .faa_search_results article h2 {
        font-size: 1.125rem;
        line-height: 1.3;
        font-weight: 600;
        color: #007bc3;
        padding: 0;
        margin: 0 0 .4rem
    }

        .find_an_adviser_search_results .faa_search_results article h2 a {
            color: #6C2BFF;
        }

            .find_an_adviser_search_results .faa_search_results article h2 a:hover {
                color: #6C2BFF
            }

    .find_an_adviser_search_results .faa_search_results article p {
        font-size: 1rem;
        line-height: 1.3;
        color: #666;
        padding: 0;
        margin: 0
    }

        .find_an_adviser_search_results .faa_search_results article p.address {
            font-weight: 700;
            margin-bottom: .3125rem
        }

    .find_an_adviser_search_results .faa_search_results article a.button {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        font-weight: 600;
        padding: .5rem 1rem;
        margin-top: -15px;
        min-width: 145px
    }

    .find_an_adviser_search_results .faa_search_results article.featured {
        position: inherit;
        background-color: #fff;
        border: 1px solid #007bc3;
        box-shadow: 5px 9px 24px rgba(0,0,0,.14);
        margin-bottom: 2rem;
        padding: 0 0 .9375rem
    }

        .find_an_adviser_search_results .faa_search_results article.featured .adblock {
            width: 100%;
            text-align: center;
            clear: both
        }

        .find_an_adviser_search_results .faa_search_results article.featured a.button.more {
            position: relative;
            top: auto;
            right: auto;
            display: block;
            font-weight: 600;
            padding: .5rem 1rem;
            margin: 0 0 .9375rem
        }

        .find_an_adviser_search_results .faa_search_results article.featured a.button.visit {
            position: relative;
            top: auto;
            right: auto;
            display: block;
            font-weight: 600;
            padding: .5rem 1rem;
            margin: 0
        }

        .find_an_adviser_search_results .faa_search_results article.featured .contents {
            position: relative;
            padding: 0 .625rem;
            width: 100%
        }

        .find_an_adviser_search_results .faa_search_results article.featured .logo {
            text-align: center;
            position: absolute;
            top: 0;
            right: 20%;
            width: 30%;
            text-align: right
        }

        .find_an_adviser_search_results .faa_search_results article.featured .blurb {
            width: 50%
        }

            .find_an_adviser_search_results .faa_search_results article.featured .blurb h2 {
                margin-bottom: .2rem
            }

        .find_an_adviser_search_results .faa_search_results article.featured .buttons {
            position: absolute;
            top: 5px;
            right: 1.25rem;
            width: 20%;
            max-width: 145px;
            min-height: 90px
        }

@media only screen and (max-width:63.938em) {
    .find_an_adviser_search_results .faa_search_results article.featured .contents {
        min-height: 160px
    }

    .find_an_adviser_search_results .faa_search_results article.featured .logo {
        right: 20px;
        width: 30%
    }

    .find_an_adviser_search_results .faa_search_results article.featured .blurb {
        width: 50%
    }

    .find_an_adviser_search_results .faa_search_results article.featured .buttons {
        position: relative;
        top: auto;
        right: auto;
        min-height: 10px;
        width: 100%;
        max-width: 100%;
        padding-left: 0
    }

    .find_an_adviser_search_results .faa_search_results article.featured a.button.more {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin: .625rem .3125rem 0 0
    }

    .find_an_adviser_search_results .faa_search_results article.featured a.button.visit {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin: .625rem 0 0 .3125rem
    }
}

@media only screen and (max-width:39.938em) {
    .find_an_adviser_search_results .faa_search_results article.featured .logo {
        position: relative;
        right: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 1.25rem
    }

    .find_an_adviser_search_results .faa_search_results article.featured .blurb {
        width: 100%
    }

    .find_an_adviser_search_results .faa_search_results article.featured a.button.more, .find_an_adviser_search_results .faa_search_results article.featured a.button.visit {
        margin: .625rem 0 .3125rem;
        min-width: 110px
    }
}

.find_an_adviser_entry {
    margin-bottom: 2rem
}

    .find_an_adviser_entry .faa_entry_tools {
        /*background-color: #f3f3f3;
        display: inline-block;*/
        padding: .9375rem
    }

        .find_an_adviser_entry .faa_entry_tools a {
            padding: .5rem 1.25rem;
            font-weight: 600;
            font-size: .8125rem;
            line-height: 1
        }

        .find_an_adviser_entry .faa_entry_tools .export {
            margin-left: .625rem
        }

    .find_an_adviser_entry article {
        /*background-color: #fff;
        box-shadow: 5px 9px 24px rgba(0,0,0,.14)*/
    }

        .find_an_adviser_entry article header {
            background-color: #767676;
            padding: .625rem .9375rem;
            border-top: 5px solid #007ac3
        }

            .find_an_adviser_entry article header h2 {
                font-size: 1.375rem;
                line-height: 1.1;
                font-weight: 600;
                color: #fff;
                padding: 0;
                margin: 0 0 .2rem
            }

            .find_an_adviser_entry article header p {
                font-size: 1.125rem;
                color: #fff;
                padding: 0;
                margin: 0
            }

        .find_an_adviser_entry article .row {
            padding: 1.5625rem .9375rem .9375rem;
            position: relative
        }

        .find_an_adviser_entry article .columns {
            padding-bottom: .625rem
        }

            .find_an_adviser_entry article .columns.large-3 {
                clear: both
            }

            .find_an_adviser_entry article .columns h3 {
                font-weight: 600;
                font-size: .875rem;
                line-height: 1.4;
                padding: 0
            }

            .find_an_adviser_entry article .columns p {
                font-weight: 400;
                font-size: .875rem;
                line-height: 1.4
            }

        .find_an_adviser_entry article h2 {
            font-size: 1.125rem;
            margin-bottom: .625rem;
            color: #666
        }

        .find_an_adviser_entry article .image {
            position: absolute;
            top: 1.25rem;
            right: 15px
        }

            .find_an_adviser_entry article .image img {
                padding: .9375rem;
                border: 1px solid #ccc
            }

@media only screen and (max-width:63.938em) {
    .find_an_adviser_search_results .faa_search_results article a.button {
        position: inherit;
        top: auto;
        right: auto;
        font-weight: 600;
        padding: .5rem 1rem;
        margin-top: 1rem
    }

    .find_an_adviser_entry article .image {
        position: inherit;
        top: auto;
        right: auto;
        margin-bottom: 1.875rem;
        border: 1px solid #ccc;
        text-align: center;
        width: calc(100% - 60px);
        margin-left: 1.875rem;
        padding-bottom: 0
    }

        .find_an_adviser_entry article .image img {
            padding: .9375rem;
            border: none
        }
}

@media only screen and (max-width:39.938em) {
    .find_an_adviser .grey_panel .button-group .button {
        width: calc(50% - 10px)
    }

    .find_an_adviser .faa_search_panel .faa_search:first-child {
        padding-top: 0
    }

    .find_an_adviser .faa_search .large-3 {
        text-align: left
    }

    .find_an_adviser .faa_search .large-3, .find_an_adviser .faa_search .large-8 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .find_an_adviser .faa_search label {
        padding-left: 0
    }

    .find_an_adviser .faa_search .submit_label label {
        font-size: .625rem;
        line-height: .625rem;
        padding: 0
    }

    .find_an_adviser_search_results .faa_search_results .faa_search_results_total h2 {
        text-align: left
    }

    .find_an_adviser_entry article .columns.large-3 {
        padding-bottom: 0
    }

    .find_an_adviser_entry article .columns h3 {
        margin-bottom: .2rem
    }

    .find_an_adviser_entry article .image {
        width: calc(100% - 30px);
        margin-left: .9375rem;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:28.75em) {
    .find_an_adviser .grey_panel .button-group .button {
        width: calc(100% - 10px)
    }

    .find_an_adviser_entry .faa_entry_tools {
        background-color: #f3f3f3;
        display: block;
        width: 100%;
        padding: .625rem
    }

        .find_an_adviser_entry .faa_entry_tools a.button {
            width: calc(50% - 5px);
            padding: .625rem 0;
            font-size: .75rem
        }

        .find_an_adviser_entry .faa_entry_tools .export {
            margin-left: 0;
            float: right
        }
}

.research_and_reports .grey_panel .button-group .button {
    width: calc(33.33333% - 10px);
    background-color: #417999;
    margin: 5px;
    padding-left: 0;
    padding-right: 0
}

    .research_and_reports .grey_panel .button-group .button:last-child, .research_and_reports .grey_panel .button-group .button:not(:last-child) {
        border: none
    }

    .research_and_reports .grey_panel .button-group .button:hover {
        background-color: #36647f
    }

    .research_and_reports .grey_panel .button-group .button.active {
        background-color: #53474d
    }

@media only screen and (max-width:39.938em) {
    .research_and_reports .grey_panel .button-group .button {
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width:28.75em) {
    .research_and_reports .grey_panel .button-group .button {
        width: calc(100% - 10px)
    }
}

.research_and_reports .research_and_reports_signup_form {
    background: #f3f3f3;
    box-shadow: 7px 7px 24px rgba(0,0,0,.15);
    padding: 1.875rem 3.75rem
}

    .research_and_reports .research_and_reports_signup_form h2 {
        padding: 0;
        margin: 0 0 2.125rem;
        font-size: 1.375rem;
        font-weight: 600;
        color: #2b3031;
        text-align: center
    }

    .research_and_reports .research_and_reports_signup_form ul {
        padding-top: .625rem;
        padding-bottom: .0625rem
    }

        .research_and_reports .research_and_reports_signup_form ul li {
            clear: both;
            margin-bottom: .625rem;
            font-weight: 600;
            font-size: 1.125rem;
            color: #666
        }

        .research_and_reports .research_and_reports_signup_form ul input[type=radio] {
            border: 1px solid #cacaca;
            border-radius: 13px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 26px;
            height: 26px;
            background: #fff;
            float: left;
            margin: 0 10px 0 0
        }

            .research_and_reports .research_and_reports_signup_form ul input[type=radio]:checked {
                background: #685960;
                position: relative;
                outline: none
            }

    .research_and_reports .research_and_reports_signup_form textarea {
        min-height: 110px
    }

    .research_and_reports .research_and_reports_signup_form ul label {
        font-weight: 600;
        font-size: 1.125rem;
        color: #666;
        line-height: 1.625rem
    }

        .research_and_reports .research_and_reports_signup_form ul label:hover, .research_and_reports .research_and_reports_signup_form ul li input:hover {
            cursor: pointer
        }

    .research_and_reports .research_and_reports_signup_form .smallprint {
        font-weight: 600;
        font-size: 1rem;
        color: #666;
        margin-bottom: 1.5rem
    }

        .research_and_reports .research_and_reports_signup_form .smallprint strong {
            font-weight: 800;
            font-size: 1rem;
            color: #666;
            margin-bottom: 1.5rem
        }

    .research_and_reports .research_and_reports_signup_form #research_and_reports_signup_submit {
        background-color: #685960;
        background-image: url(../img/key.svg);
        background-position: top 50% right 30px;
        background-size: 34px 20px;
        background-repeat: no-repeat;
        font-weight: 800
    }

        .research_and_reports .research_and_reports_signup_form #research_and_reports_signup_submit:hover {
            background-color: #53474d
        }

@media only screen and (max-width:28.75em) {
    .research_and_reports .research_and_reports_signup_form {
        padding: 1.875rem
    }
}

@media only screen and (max-width:23.438em) {
    .research_and_reports .research_and_reports_signup_form {
        padding: 1.875rem .9375rem
    }
}

.gdpr_landing_form .gdpr_form {
    padding-top: 2.1875rem
}

    .gdpr_landing_form .gdpr_form p {
        padding: 0;
        margin: 0 0 1.875rem;
        font-size: 1.3125rem;
        font-weight: 400;
        color: #2b3031
    }

        .gdpr_landing_form .gdpr_form p strong {
            font-weight: 600
        }

    .gdpr_landing_form .gdpr_form ul {
        padding-top: .625rem;
        padding-bottom: .0625rem
    }

        .gdpr_landing_form .gdpr_form ul li {
            clear: both;
            margin-bottom: .625rem;
            font-weight: 600;
            font-size: 1.0625rem;
            color: #666
        }

        .gdpr_landing_form .gdpr_form ul input[type=checkbox] {
            border: 1px solid #aaa;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 26px;
            height: 26px;
            background: #fff;
            float: left;
            margin: 0 10px 0 0
        }

            .gdpr_landing_form .gdpr_form ul input[type=checkbox]:checked {
                background: #685960;
                position: relative;
                outline: none
            }

        .gdpr_landing_form .gdpr_form ul label {
            font-weight: 600;
            font-size: 1.0625rem;
            color: #666;
            line-height: 1.625rem
        }

            .gdpr_landing_form .gdpr_form ul label:hover, .gdpr_landing_form .gdpr_form ul li input:hover {
                cursor: pointer
            }

    .gdpr_landing_form .gdpr_form #gdpr_submit {
        font-weight: 800
    }

.gdpr_landing_form .screens_image {
    background: url(../img/gdpr-landing-screens.png) 0 0 no-repeat;
    background-size: contain;
    background-position: top;
    min-height: 240px;
    margin-top: 1.25rem;
    padding-left: 0;
    padding-right: 0
}

.gdpr_landing_form .gdpr_form_contents p {
    font-size: 1.125rem;
    color: #666;
    font-weight: 600
}

.gdpr_landing_form .gdpr_form_contents li div {
    display: block;
    float: left;
    width: 93%;
    margin-bottom: 1.25rem
}

    .gdpr_landing_form .gdpr_form_contents li div.check {
        display: block;
        float: left;
        width: 7%;
        margin-bottom: 1.25rem
    }

.wide_heading {
    background-color: #195877;
    color: #fff
}

    .wide_heading h1, .wide_heading h1 strong {
        color: #fff;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

@media only screen and (max-width:47.938em) {
    .gdpr_landing_form .gdpr_form_contents li div {
        width: 90%
    }

        .gdpr_landing_form .gdpr_form_contents li div.check {
            width: 10%
        }
}

@media only screen and (max-width:39.938em) {
    .gdpr_landing_form .screens_image {
        margin-top: 3.75rem;
        background-position: 50%
    }
}

.webinars_signup_form {
    margin-bottom: 2rem
}

    .webinars_signup_form .inner {
        background: #f3f3f3;
        padding: 1.875rem 3.75rem;
        box-shadow: 3px 3px 20px rgba(0,0,0,.2)
    }

    .webinars_signup_form h2 {
        font-size: 1.3125rem;
        line-height: 1.2;
        padding-right: 2rem;
        transition: all .5s
    }

    .webinars_signup_form input[type=submit] {
        font-weight: 700;
        font-size: 1.375rem;
        padding: .75rem 1.875rem
    }

    .webinars_signup_form .buttons_panel {
        margin: auto;
        display: block;
        text-align: center
    }

.webinar_intro {
    margin-bottom: 2rem;
    background-color: #f3f3f3;
    padding: 1.25rem .9375rem;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgba(0,0,0,.2)
}

    .webinar_intro h2 {
        margin-bottom: 0;
        font-size: .9375rem;
        line-height: 1.3
    }

    .webinar_intro p.date {
        color: #333
    }

    .webinar_intro p:not(.date) {
        margin-bottom: 1.875rem;
        font-size: .8125rem;
        line-height: 1.6
    }

    .webinar_intro img {
        border: 1px solid #e3e3e3;
        padding: .625rem;
        background-color: #fff
    }

    .webinar_intro a.button {
        background-color: #36858c;
        padding: .5rem 1.875rem;
        font-size: .8125rem;
        font-weight: 700
    }

.webinars_primary_image h1 {
    color: #fff;
    margin-bottom: 1.75rem;
    transition: all .5s
}

.webinars_primary_image .inner {
    padding: .625rem;
    background-color: #f3f3f3
}

.webinars_sponsor_logo h2 {
    margin-bottom: 1.75rem;
    font-size: 2rem;
    white-space: nowrap;
    transition: all .5s
}

    .webinars_sponsor_logo h2 strong {
        color: #fff
    }

.webinars_sponsor_logo .inner {
    padding: .625rem;
    background-color: #f3f3f3
}

.webinars_sponsor_logo img {
    display: block;
    margin: auto
}

.webinars {
    margin-bottom: 3rem
}

    .webinars h3.date {
        margin-bottom: 1rem
    }

.webinar_speaker {
    padding-right: 0
}

    .webinar_speaker h2 {
        font-size: 1.5rem;
        transition: all .5s
    }

    .webinar_speaker .outer {
        background-color: #f3f3f3;
        padding: 1.25rem
    }

    .webinar_speaker .inner {
        background-color: #fff;
        padding: .9375rem 1.5625rem;
        box-shadow: 7px 7px 15px rgba(0,0,0,.1)
    }

    .webinar_speaker img {
        border: 1px solid #e3e3e3;
        padding: 1.25rem;
        display: block;
        margin: 0 auto 1rem
    }

@media only screen and (max-width:63.938em) {
    .webinars_signup_form .inner {
        padding: 1.875rem
    }
}

@media only screen and (max-width:47.938em) {
    .webinar_speaker h2, .webinars_signup_form h2 {
        font-size: 1.125rem
    }

    .webinars_sponsor_logo h2 {
        font-size: 1.625rem;
        margin-bottom: 2.25rem
    }
}

@media only screen and (max-width:39.938em) {
    .webinars_signup_form {
        padding-left: 0;
        padding-right: 0
    }

    .webinar_speaker .outer {
        padding: .9375rem
    }

    .webinars_signup_form .inner {
        padding: 1.875rem .9375rem
    }

    .webinar_speaker {
        padding-left: 0
    }

        .webinar_speaker .inner {
            padding: .9375rem
        }

    .webinars_sponsor_logo h2 {
        margin-top: 2.125rem;
        margin-bottom: .625rem
    }

        .webinars_sponsor_logo h2 strong {
            color: #2b3031
        }

    .webinars_primary_image h1 {
        margin-bottom: .625rem
    }

    .webinar_intro img {
        margin-bottom: 1rem
    }

    .webinar_intro .text {
        padding-left: 0
    }
}

.pfi .grey_panel.pfi_search {
    padding: .625rem .3125rem 1.25rem
}

.pfi .grey_panel #pfi_search_input {
    margin: 0 0 0 5px;
    padding: 0 .875rem;
    background-color: #fff;
    border: 1px solid #ccc
}

.pfi .grey_panel #pfi_search_input, .pfi .grey_panel #pfi_search_submit {
    font-weight: 600;
    font-size: 1.125rem;
    height: 3.125rem;
    line-height: 3.125rem
}

.pfi .grey_panel #pfi_search_submit {
    margin: 0 5px 0 0;
    padding: .875rem;
    text-indent: -5000px;
    width: 85px;
    border: 1px solid #685960;
    background-color: #6C2BFF;
    background-image: url(../img/magnifying-glass.svg);
    background-position: top 50% right 50%;
    background-size: 26px 26px;
    background-repeat: no-repeat
}

.pfi .grey_panel .button-group {
    margin-top: .9375rem
}

    .pfi .grey_panel .button-group .button {
        width: calc(20% - 10px);
        margin: 5px;
        background-color: #6C2BFF;
        padding-left: 0;
        padding-right: 0
    }

        .pfi .grey_panel .button-group .button:last-child, .pfi .grey_panel .button-group .button:not(:last-child) {
            border: none
        }

        .pfi .grey_panel .button-group .button.active, .pfi .grey_panel .button-group .button:hover {
            background-color: #4C1EB2;
        }

.content .grey_panel .pfi_signup {
    background-color: #6C2BFF;
    font-weight: 700;
    font-size: 1.75rem;
    padding: 1.125rem 1.875rem
}

    .content .grey_panel .pfi_signup:hover {
        background-color: #4C1EB2;
    }

@media only screen and (max-width:39.938em) {
    .pfi .grey_panel .button-group .button {
        width: calc(100% - 10px)
    }
}

@media only screen and (max-width:28.75em) {
    .content .grey_panel .pfi_signup {
        font-size: 1.25rem
    }
}

.pfi .pfi_entry {
    padding: 1.125rem .625rem;
    margin: 0 0 2.5rem;
    /*background-color: #fff;
    box-shadow: 7px 7px 24px rgba(0,0,0,.15);*/
    position: relative
}

.pfi .pfi_entry_image {
    width: 28%;
    float: left
}

    .pfi .pfi_entry_image a {
        border: 1px solid #eee;
        padding: .625rem;
        overflow: hidden;
        display: block;
        text-align: center
    }

.pfi .pfi_entry_content {
    width: 72%;
    float: left;
    padding-left: .9375rem;
    padding-bottom: 2.1875rem
}

.pfi .pfi_entry h2 {
    color: #685960;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0
}

.pfi .pfi_entry p.date {
    color: #685960;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: .875rem
}

.pfi .pfi_entry p {
    color: #666;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-right: .625rem
}

.pfi .pfi_entry a.button.readmore {
    display: block;
    background-color: #6C2BFF;
    color: #fff;
    padding: .4375rem 2.1875rem;
    left: calc(28% + 1rem)
}

.pfi .pfi_entry .sponsored, .pfi .pfi_entry a.button.readmore {
    font-weight: 700;
    font-size: .75rem;
    position: absolute;
    bottom: 19px
}

.pfi .pfi_entry .sponsored {
    background-color: #fff;
    color: #685960;
    border: 1px solid #685960;
    line-height: 1;
    padding: .4375rem 1.25rem;
    right: .9375rem;
    text-transform: uppercase
}

.pfi .pfi_entry a.button:hover {
    background-color: #4C1EB2;
    color: #fff
}

@media only screen and (max-width:39.938em) {
    .pfi .pfi_entry a.button.readmore {
        padding: .4375rem 1.5625rem
    }

    .pfi .pfi_entry .sponsored {
        padding: .4375rem .6875rem
    }
}

@media only screen and (max-width:28.75em) {
    .pfi .pfi_entry_image {
        width: 100%;
        float: none;
        margin-bottom: 1.5rem
    }

    .pfi .pfi_entry_content {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .pfi .pfi_entry a.button.readmore {
        bottom: 19px;
        left: .9375rem
    }

    .pfi .pfi_entry .sponsored {
        bottom: 19px;
        right: .9375rem
    }

    .pfi .pfi_entry p {
        display: none
    }

        .pfi .pfi_entry p.date {
            display: block
        }
}

@media only screen and (max-width:23.438em) {
    .pfi .pfi_entry a.button.readmore {
        font-size: .75rem;
        padding: .4375rem 1.5625rem
    }

    .pfi .pfi_entry .sponsored {
        font-size: .625rem;
        padding: .5rem .6875rem
    }
}

.pfi .pfi_article {
    padding: 0;
    margin: 0 0 2.5rem;
    /*background-color: #fff;*/
    /*box-shadow: 7px 7px 24px rgba(0,0,0,.15)*/
}

    .pfi .pfi_article .article_title {
        border-top: 5px solid #685960;
        background-color: #767676;
        color: #fff;
        padding: .4375rem .625rem
    }

        .pfi .pfi_article .article_title h2 {
            font-size: 1.375rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: .1rem;
            color: #fff
        }

        .pfi .pfi_article .article_title p.date {
            color: #fff;
            font-weight: 400;
            font-size: 1.125rem;
            margin-bottom: 0
        }

    .pfi .pfi_article .article_content {
        padding: 1.25rem .9375rem
    }

        .pfi .pfi_article .article_content a {
            color: #685960
        }

    .pfi .pfi_article .article_image img {
        border: 1px solid #eee;
        padding: 1.25rem;
        margin: 0 0 1.25rem 1.25rem;
        float: right
    }

.pfi .article_sharing, .sidebar .article_sharing {
    background-color: #685960;
    color: #fff;
    padding: .4375rem
}

.sidebar .article_sharing {
    width: 330px;
    float: right;
    margin-top: 1.875rem
}

    .pfi .article_sharing p, .sidebar .article_sharing p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 25px;
        padding: 0
    }

    .pfi .article_sharing a, .sidebar .article_sharing a {
        display: inline;
        color: #fff;
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        text-indent: -5000px;
        margin: 0 2px
    }

        .pfi .article_sharing a span, .sidebar .article_sharing a span {
            text-indent: -5000px;
            width: 25px;
            height: 25px;
            display: inline-block;
            overflow: hidden;
            visibility: hidden
        }

        .pfi .article_sharing a.facebook, .sidebar .article_sharing a.facebook {
            background: url(../img/fi-facebook.svg) 50% 50% no-repeat;
            width: 25px;
            height: 25px;
            background-size: 25px 25px
        }

        .pfi .article_sharing a.twitter, .sidebar .article_sharing a.twitter {
            background: url(../img/fi-twitter.svg) 50% 50% no-repeat;
            width: 25px;
            height: 25px;
            background-size: 25px 25px
        }

        .pfi .article_sharing a.linkedin, .sidebar .article_sharing a.linkedin {
            background: url(../img/fi-linkedin.svg) 50% 50% no-repeat;
            width: 25px;
            height: 25px;
            background-size: 25px 25px
        }

        .pfi .article_sharing a.email, .sidebar .article_sharing a.email {
            background: url(../img/fi-mail.svg) 50% 50% no-repeat;
            width: 25px;
            height: 25px;
            background-size: 25px 25px
        }

.related_articles {
    width: 330px;
    float: right;
    margin-bottom: 4rem
}

    .related_articles h3 {
        padding: 2rem 0 1rem;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: .1rem;
        text-align: left;
        color: #2b3031
    }

    .related_articles .button {
        margin: .4375rem 0;
        background-color: #f3f3f3;
        color: #685960;
        font-size: 1rem;
        font-weight: 700;
        text-align: left;
        line-height: 1.3;
        display: block
    }

        .related_articles .button:hover {
            background-color: #53474d;
            color: #fff
        }

@media only screen and (min-width:64em) and (max-width:67.813em) {
    .sidebar .article_sharing, .sidebar .related_articles {
        width: 310px
    }
}

@media only screen and (max-width:63.938em) {
    .sidebar .related_articles {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:39.938em) {
    .pfi .pfi_article .article_content {
        padding: 1.25rem .625rem 0
    }

    .pfi .pfi_article .article_image {
        text-align: center
    }

        .pfi .pfi_article .article_image img {
            margin: 0 0 1.25rem;
            float: none
        }
}

@media only screen and (max-width:23.438em) {
    .sidebar .related_articles {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

.pfi .pfi_signup_form {
    background: #f3f3f3;
    box-shadow: 7px 7px 24px rgba(0,0,0,.15);
    padding: 1.875rem 3.75rem
}

    .pfi .pfi_signup_form h2 {
        padding: 0;
        margin: 0 0 2.125rem;
        font-size: 1.375rem;
        font-weight: 600;
        color: #2b3031;
        text-align: center
    }

    .pfi .pfi_signup_form ul {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

        .pfi .pfi_signup_form ul li {
            clear: both;
            margin-bottom: .625rem
        }

        .pfi .pfi_signup_form ul input {
            border: 1px solid #cacaca;
            border-radius: 13px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 26px;
            height: 26px;
            background: #fff;
            float: left;
            margin: 0 10px 0 0
        }

            .pfi .pfi_signup_form ul input:checked {
                background: #685960;
                position: relative;
                outline: none
            }

        .pfi .pfi_signup_form ul label {
            font-weight: 600;
            font-size: 1.125rem;
            color: #666;
            line-height: 1.625rem
        }

            .pfi .pfi_signup_form ul label:hover, .pfi .pfi_signup_form ul li input:hover {
                cursor: pointer
            }

    .pfi .pfi_signup_form .smallprint {
        font-weight: 600;
        font-size: .875rem;
        color: #666;
        margin-bottom: 1.5rem
    }

    .pfi .pfi_signup_form #pfi_signup_submit {
        background-color: #685960;
        background-image: url(../img/key.svg);
        background-position: top 50% right 30px;
        background-size: 34px 20px;
        background-repeat: no-repeat;
        font-weight: 800
    }

        .pfi .pfi_signup_form #pfi_signup_submit:hover {
            background-color: #53474d
        }

@media only screen and (max-width:28.75em) {
    .pfi .pfi_signup_form {
        padding: 1.875rem
    }
}

@media only screen and (max-width:23.438em) {
    .pfi .pfi_signup_form {
        padding: 1.875rem .9375rem
    }
}

.entry_pagination {
    padding: 2.5rem 0
}
